Skip to main content
These examples target the Fetch Profile and Fetch Company endpoints.

Identifier types

You can fetch a profile using any of the following identifiers, or a combination of them:
  • ids — Profile IDs previously returned by the Search endpoint
  • linkedin_names — LinkedIn usernames (public profile URL slugs)
  • linkedin_ids — LinkedIn numeric member IDs
  • linkedin_entity_ids — LinkedIn alphanumeric entity IDs
Combining identifiers is supported and returns a unified list of results.

Selecting fields

By default, only basic profile data is returned. Use the fields array to request additional data — pass profile_info for the full record, plus tags or lists as needed.

Fetch full profile data

Fetch with tags and lists

Bulk fetch

Fetch up to 1000 profiles per call. Each returned profile counts as 1 credit — see Credits & Usage.

Fetching companies

The Company Fetch endpoint follows the same pattern with company_info as the default field.