GET
/
enrichment
/
experience
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/experience
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"positions": [
{
"title": "VP of Sales",
"companyName": "ScrapIn",
"description": "B2B Data for AI +",
"startEndDate": {
"start": "2024-01-01T12:00:00.000Z",
"end": null
},
"companyLogo": "https://media.licdn.com/dms/image/v2/D4E0BAQF-Z-m2ZKv6qQ/company-logo_200_200/B4EZcRELezHcAM-/0/1748337998127/scrapin_api_logo?e=1756339200&v=beta&t=GjTJ9cgDP2iBYJCx8GxXEg8V2hZjnNBOtvXe58eiqJ0",
"linkedInUrl": "https://www.linkedin.com/company/100602385/",
"linkedInId": "100602385"
},
{
"title": "Co-Founder & CEO",
"companyName": "LukaHQ",
"companyLocation": "Greater London, England, United Kingdom",
"description": "AI accounting for the mid-market",
"startEndDate": {
"start": "2023-01-01T12:00:00.000Z",
"end": "2023-12-01T12:00:00.000Z"
},
"companyLogo": "https://media.licdn.com/dms/image/v2/C4E0BAQHUbWeUxkGCfw/company-logo_400_400/company-logo_400_400/0/1677251426049?e=1756339200&v=beta&t=qQuFuWn2EsyNX-kqmN166nzxW-DxXD66cPph71e3F7g",
"linkedInUrl": "https://www.linkedin.com/company/93128145/",
"linkedInId": "93128145"
},
{
"title": "Consultant to COO",
"companyName": "MoonPay",
"companyLocation": "London Area, United Kingdom",
"description": "Ad-hoc strategic projects in the lead-up to a $555M fundraise",
"startEndDate": {
"start": "2021-04-01T12:00:00.000Z",
"end": "2021-10-01T12:00:00.000Z"
},
"companyLogo": "https://media.licdn.com/dms/image/v2/D560BAQHlaph_qWt7MA/company-logo_400_400/company-logo_400_400/0/1702140517386/moonpay_logo?e=1756339200&v=beta&t=leju-4Av8a6pKxzvk0pr9OOEjNWruMeDGbS_RE437ek",
"linkedInUrl": "https://www.linkedin.com/company/12596773/",
"linkedInId": "12596773"
},
{
"title": "Co-Founder & CEO",
"companyName": "Telleroo",
"companyLocation": "London",
"description": "Leading SME payments platform for bill and payroll payments in the UK 💪",
"startEndDate": {
"start": "2016-04-01T12:00:00.000Z",
"end": "2020-10-01T12:00:00.000Z"
},
"companyLogo": "https://media.licdn.com/dms/image/v2/D4E0BAQFg65EK-q7guw/company-logo_100_100/B4EZdkSAIuHsAQ-/0/1749734130592/telleroo_logo?e=1756339200&v=beta&t=4rKb656EJBg9K3ewqcB0_Gjt9Z2roK_8B5ABHX7Qvjg",
"linkedInUrl": "https://www.linkedin.com/company/10820464/",
"linkedInId": "10820464"
}
]
}

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 experience information including work positions.

The response is of type object.