All APIs
LinkedIn APIs
Endpoints
9 shownPerson Profile
Retrieve a normalized professional profile from a public profile URL.
GET
/v1/linkedin/profileParameters
profile_urlstringRequiredPublic profile URL to inspect.
curl \
"https://api.agentbody.io/v1/linkedin/profile?profile_url=https%3A%2F%2Fexample.com%2Fprofile" \
-H "Authorization: Bearer $AGENTBODY_API_KEY"