Skip to main content
GET
/
v1
/
enrichment
/
profile
Get Profile Data
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/profile
{
"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",
"person": {
"publicIdentifier": "michael",
"linkedInIdentifier": "ACoAABTEFqYBfjGaiSRy5ITKaPqcBEBDdR1DrhA",
"memberIdentifier": "248295112",
"linkedInUrl": "https://www.social.com/in/michael",
"firstName": "Michael",
"lastName": "David",
"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. You must use it in the query string of your request as ?apikey=YOUR_API_KEY or in the headers as x-api-key: YOUR_API_KEY

Query Parameters

linkedInUrl
string
required

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

Response

The endpoint returns profile information.

success
boolean

Indicates success or failure of api request.

credits_left
integer

Represents the usable credits available for the user account after this query.

rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

daily_rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

minute_rate_limit_left
integer

Represents the usable minute request limit available for the user account after this query.

next_minute_rate_limit_reset
integer

Represents the next minute rate limit reset for the user account after this query.

person
object