Skip to main content

Get a profile

The Profile API returns structured public profile data such as identity, headline, location, employment, and education. Every request requires a Bearer API key.

Query parameters

Provide at least one identifier. If you send more than one, Superdata uses url, then person.id, then user_id, then profile_id.

Example request

Example response

Provider fields can vary by profile. The data object below is representative; fields may be absent or null when they are not publicly available.

Filtering history

  • default returns the provider’s standard representation.
  • current keeps current records.
  • revisions returns available record revisions.
  • distincts returns distinct historical records.
  • summary_filter=last_complete requests the latest complete summary.
See errors and limits for status codes and retry guidance.