All APIs

LinkedIn APIs

Endpoints

9 shown

Person Profile

Retrieve a normalized professional profile from a public profile URL.

GET/v1/linkedin/profile

Parameters

profile_urlstringRequired

Public 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"