PEOPLE DATA ENRICHMENT

Enrich Person Profiles in Real-Time

Turn a LinkedIn URL into a full person profile, fetched live at the moment of your request. Job history, education, skills, contact info and recent activity — as structured JSON.

POST/api/v1/person

{
  "full_name": "Pratik Dani",
  "job_title": "Founder",
  "current_company_name": "Datamagnet",
  "location": "Bengaluru, Karnataka, India",
  "profile_headline": "Building real-time data APIs"
}

What is the Datamagnet People API?

The Datamagnet People API turns any public professional profile URL into structured JSON, fetched live at the moment you call it rather than read from a stored database. One request returns current job title, employer, work history, education, skills, and recent activity.

Fields per profile
75+
Cost
1 credit per profile
Freshness
Live at request time

Live

Fetched at request time

1 credit

Per profile lookup

75+

Data points per profile

7

Enrichment add-ons

Two endpoints, one complete person view

Profile data, recent activity, and optional deep-enrichment flags.

Live at the moment you ask

The People endpoint visits the public profile page at the moment of your request. Job titles, company changes and headlines are accurate as of right now — not last quarter.

  • No stale database records
  • 1 credit per successful request
  • Ideal for sales triggers & recruiting
curl request
curl -X POST \
  "https://api.datamagnet.co/api/v1/person" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://linkedin.com/in/pratik-dani"}'

200 OK · fetched live from the professional network

{  "message": {    "full_name": "Pratik Dani",    "job_title": "Founder",    "current_company_name": "Datamagnet",    "location": "Bengaluru, Karnataka, India",    "profile_headline": "Building real-time data APIs",    "experience": [...],    "education": [...],    "skills": [...]  }}

What data do you get?

A complete view of the professional, straight from the source.

Identity

Name, headline, location, country

Employment

Job title, company, full experience history

Education

Schools, degrees, certifications

Skills

Skills, projects, publications, patents

Contact

Email & phone where publicly available

Activity

Recent posts, comments & engagement

Network

Followers, connections, similar profiles

Interests

Companies, groups & newsletters followed

Pair it with the Company API, Posts API or ICP Search to build a full account view.

Frequently asked questions

75+ data points per profile: identity, full employment history, education, skills, publicly available contact info, recent activity, network size, and interests — structured as JSON from a live profile lookup.

1 credit for a person profile lookup, 10 credits for the activity endpoint, and +2 credits per enrichment flag (company_interest, similar_profiles, etc.) — all charged only when the request succeeds.

The People endpoint visits the public profile at the moment of your request, so job titles and company changes are accurate as of right now, not pulled from a stale database.

Yes. Seven optional enrichment flags append company interests, top-voice follows, group memberships, school follows, newsletters, similar profiles, and recommendations to the same request.

Start enriching with 10 free credits

No credit card required. Get your API key in seconds and start testing the accuracy.

  • LinkedIn URL Enrichment
  • 75+ Data Points
  • Fresh Real-time Data

Interactive Demo

~15 minutes

1

Get your API key

1 min
2

POST a LinkedIn URL

1 min
3

Get the full profile JSON

Instant