GET
/
enrichment
/
profile
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/profile
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"person": {
"publicIdentifier": "michaelriedler",
"linkedInIdentifier": "ACoAABTEFqYBfjGaiNRy5ITKaPzcBEBDdR1SrhU",
"memberIdentifier": "348395174",
"linkedInUrl": "https://www.linkedin.com/in/michaelriedler",
"firstName": "Michael",
"lastName": "Riedler",
"headline": "VP Sales Scrapin.io - B2B Data for AI",
"location": {
"city": "London",
"state": "England",
"country": "United Kingdom",
"countryCode": "GB"
},
"photoUrl": "https://media.licdn.com/dms/image/v2/D4E03AQG5S0X4QKtN5A/profile-displayphoto-shrink_200_200/B4EZRgQ6wZGYAY-/0/1736781836053?e=1756339200&v=beta&t=phxC3jRwoDG_zQ8QY4Iu6OduHPUM-abbrEHkJZPP9fM",
"backgroundUrl": "https://media.licdn.com/dms/image/v2/C4E16AQGba4BhpCykTA/profile-displaybackgroundimage-shrink_350_1400/profile-displaybackgroundimage-shrink_350_1400/0/1516880563413?e=1756339200&v=beta&t=fdimLlwIIQEke73CfLZWvq0T367YxZajvtmMwynSIiU",
"openToWork": false,
"premium": true,
"showVerificationBadge": true
}
}

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 profile information.

The response is of type object.