Jul 2, 2026

LinkedIn Profiles API

LinkedIn Profiles API

LinkedIn Profiles API

Client API now exposes a permission-gated LinkedIn Profiles resource for founder discovery.

This is not access to the LinkedIn API. You query VECK-processed profile data already collected and enriched by our discovery pipeline — people (potential and declared founders) with classification and analysis. It is also not the LinkedIn URL field on a card or participant.

Restricted access. Requires an additional LinkedIn data permission on your API account (granted by a VECK manager). Without it, requests return 403 permission_denied.

Endpoints

  • GET /v1/linkedin/profiles/ — paginated list of unique profiles (duplicates collapsed to the most recently updated record), newest first by default
  • GET /v1/linkedin/profiles/<id>/ — single profile detail

What you can filter and sort

  • Filters: search, classification, path, status, tags, created_at
  • Sorting: created_at, updated_at, name
  • Fast pagination: include_total=false

Payload

Readable structure for integrations:

  • nested linkedin identifiers (url, image_url, urn)
  • nested new_company when available
  • classification, path, status, education, experience, tags
  • internal curation fields are not exposed

Useful for sourcing: find founder-like profiles by classification, tags, and company signals before or outside regular signal cards.

👉 Read the LinkedIn Profiles docs