Data + outreach platform
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.
Data API
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 API
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
Typical workflow
- 01Find leads with search or post engagement
- 02Enrich profiles before you reach out
- 03Enroll contacts into a sequence
- 04Receive webhooks when they accept or reply
Quickstart
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"}'