Product

One data enrichment API, four endpoint families

Fetchin turns a professional profile or company URL into structured JSON. Every call fetches the record live rather than reading a stored copy, so what you get back is the record as it stands at the moment you ask, not a snapshot from an indexing run weeks ago.

Profile enrichment returns over 100 attributes, including positions, education, skills and locations. Company enrichment resolves firmographics: industry, headcount, headquarters, founding year and domain. Posts and engagement cover what an account publishes and who responds to it, so behavioural data does not need a second vendor. Responses come back in about a second at the median, and failed requests never consume credits.

Endpoints

Data Enrichment APIHow every endpoint fits together, what live enrichment changes, and what a record costs.
See more in the docs

PROFILE

Get detailed professional profiles

Retrieve full profile data including work experience, education, skills, and contact details. 100+ attributes per profile.

curl -X GET \
  "https://api.fetchin.io/api/v1/profile?profileUrlOrUrn=https://www.linkedin.com/in/williamhgates" \
  -H "X-API-Key: your-api-key-here"
READ API DOCS FOR PROFILES
1id: "urn:li:fsd_profile:ACoAAABCDEF"
2firstName: "William"
3lastName: "Gates"
4title: "Co-chair, Bill & Melinda Gates Foundation"
5location: "Seattle, Washington, United States"
6profilePictureUrl: "https://media.licdn.com/..."
7experiences[0].name: "Bill & Melinda Gates Foundation"
8experiences[0].jobTitle: "Co-chair"
9experiences[0].dateRange: "Jan 2000 - Present"
10experiences[1].name: "Microsoft"
11experiences[1].jobTitle: "Co-founder"
12educations[0].name: "Harvard University"
13educations[0].description: "Bachelor's, Computer Science"