GET
/
v1
/
enrichment
/
skills
Get Skills
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/skills
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"daily_rate_limit_left": 19000,
"minute_rate_limit_left": 499,
"next_minute_rate_limit_reset": "2024-01-15T10:31:00Z",
"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.