16 endpoints in this category.
/api/v1/profile/overviewProfessional record by handle or stable prsn_ id (returns the full profile).
/api/v1/profile/fullComplete profile in one call — positions, education, skills, certifications.
/api/v1/profile/entity-idResolve a public handle to the person entityId used by the live person endpoints (posts, comments, interests, lookalikes). Resolve once, reuse the id.
/api/v1/profile/detailsFull professional record by stable prsn_ id (or handle).
/api/v1/profile/aboutProfile summary + location slice of the full record.
/api/v1/profile/full-experienceFull work history (full_positions slice of the profile record).
/api/v1/profile/educationEducation history (education slice of the profile record).
/api/v1/profile/skillsSkills (skills slice of the profile record). An empty array is legitimate — some profiles list no skills.
/api/v1/profile/certificationsCertifications (certifications slice of the profile record). An empty array is legitimate — some profiles list none.
/api/v1/profile/social-matrixFollower + connection counts and profile flags (slice of the record).
/api/v1/profile/username-to-urnResolve a public handle to its stable prsn_ profile id (the dataset id used by /profile/* lookups). For the live person endpoints — posts, comments, interests — use /api/v1/profile/entity-id instead; the two ids are not interchangeable. The response is the full profile record — read data.id; no second call needed.
/api/v1/profile/recommendationsRecommendations written for the person, with author details and text.
/api/v1/profile/similarSimilar professional profiles — expand a shortlist from one example.
/api/v1/profile/interestsEntities the person follows (companies, groups, people, newsletters).
/api/v1/profile/enrich-bulkSubmit a bulk people-enrichment job (up to 1000 profiles). POST a JSON body; returns a job_id to poll via /api/v1/profile/enrich-bulk-status. Billed at 10 credits per item submitted.
/api/v1/profile/enrich-bulk-statusTrack a bulk people-enrichment job. Free to poll. Returns status, counts, a not_found list, and profiles keyed to your exact inputs. Page with next_cursor.
300 free credits on signup, no card required. Or hand this page to your agent and let it pick the endpoints.
Get an API key →