Skip to main content
POST
/
crawl
/
linkedin
/
person
LinkedIn Person
curl --request POST \
  --url https://api.crawlkit.sh/v1/crawl/linkedin/person \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "options": {
    "timeout": 120000
  }
}
'
{
  "success": true,
  "data": {
    "person": {},
    "timing": {
      "total": 123
    },
    "creditsUsed": 123,
    "creditsRemaining": 123
  }
}

Authorizations

Authorization
string
header
required

API key with 'ApiKey ' prefix (e.g., ApiKey ck_...)

Body

application/json
url
string<uri>
required

LinkedIn profile URL (e.g., https://www.linkedin.com/in/john-doe/)

options
object

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required