GET
/
enrichment
/
languages
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/languages
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"languages": [
{
"language": "Chinese",
"proficiency": "Native or bilingual proficiency"
},
{
"language": "English",
"proficiency": "Full professional proficiency"
},
{
"language": "French",
"proficiency": "Native or bilingual proficiency"
},
{
"language": "Japanese",
"proficiency": "Elementary proficiency"
}
]
}

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 languages information including proficiency levels.

The response is of type object.