LinkedIn API
DocsSign in

LinkedIn API

LinkedIn data and outreach, one API.

Enrich profiles and companies, then connect LinkedIn accounts and automate invites, messages, and sequences — all from your own application.

Enrichment endpoints

Normalized JSON for profiles, companies, search, posts, jobs, and email lookup. Pay per successful lookup with usage-based credits.

  • Person and company profiles from a URL
  • Search, employees, posts, reactions, and comments
  • Profile monitors with signed change webhooks

Outreach endpoints

Connect LinkedIn accounts and queue actions from your backend. Seat-based limits per plan — you control timing and volume.

  • Hosted account connection flow
  • Invites, messages, posts, comments, reactions, follows, and withdraws
  • Inbox sync, connections list, sequences, and outbound webhooks
  1. 01Find leads with search or post engagement
  2. 02Enrich profiles before you reach out
  3. 03Enroll contacts into a sequence
  4. 04Receive webhooks when they accept or reply

Data API

curl "http://localhost:3000/api/v1/person?url=https://www.linkedin.com/in/example" \
  -H "X-API-Key: lnk_live_your_key"

Outreach API

curl -X POST "http://localhost:3000/api/v1/outreach/actions/invite" \
  -H "X-API-Key: lnk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"account_id":"acc_...","profile_url":"https://www.linkedin.com/in/example"}'