Person API

Retrieve comprehensive personal profiles by LinkedIn ID. Returns name, job title, company, location, email, interests, skills, and employment history in structured JSON.

Endpoint: https://api.enrichmentapi.io/person

API Parameters

🔑

Authentication

  • api_key Required
    Your API key from the dashboard.
🔍

Query Parameters

  • profile_id Required
    The LinkedIn username or ID of the person (e.g. "satyanadella").

API Examples

Code to Integrate
curl -G "https://api.enrichmentapi.io/person" \
  --data-urlencode "api_key=APIKEY" \
  --data-urlencode "profile_id=satyanadella"