GET
/
enrichment
/
skills
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/skills
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"skills": [
{
"name": "AngularJS",
"endorsementCount": 15
},
{
"name": "PHP",
"endorsementCount": 14
},
{
"name": "Java",
"endorsementCount": 13
},
{
"name": "JavaScript",
"endorsementCount": 8
},
{
"name": "SQL",
"endorsementCount": 6
},
{
"name": "HTML5"
},
{
"name": "CSS"
}
]
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

linkedInUrl
string
required

This required parameter is a string. It represents the LinkedIn URL of the person with this format: https://www.linkedin.com/in/xxxxxxxxxxxxx/.

Response

200
application/json

The endpoint returns skills information including endorsement counts.

The response is of type object.