Person API

Retrieve comprehensive personal profiles by profile 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 username or ID of the person's profile (e.g. "satyanadella").
  • is_fresh Optional
    Set to true to force a fresh recrawl of the person's profile instead of returning cached data. Default: false

    Type: Boolean

API Examples

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