Skip to content
All sites
Data API

LinkedIn Data API

Company pages, profiles and job listings from LinkedIn.

10endpointslogin_wall · Rate Limit handled for you
linkedin.comGET/linkedin/arti…GET/linkedin/lear…GET/linkedin/post…{ } JSON

LinkedIn Data API

Extract company pages, profiles and job listings from LinkedIn as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/linkedin/{action}

Key Features

Structured JSON

Clean, normalized records for company pages, profiles and job listings. No HTML parsing on your side.

10 endpoints

Across 5 categories, all under one base path.

Anti-bot handled

login_wall, Rate Limit cleared for you behind the scenes.

Fresh or cached

Serve instantly from the warm store, or force a live scrape per request.

Regions & Languages

Target specific markets and languages with these parameters:

countrydefault us
locale

Pagination

Page through results with page, start.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
import requests

resp = requests.post(
    "https://api.capzy.ai/v1/data/linkedin/jobs_search",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "keywords": "software engineer",
    "location": "software engineer",
    "remote": false,
    "easy_apply": false,
    "page": 1,
    "start": 0,
    "country": "us"
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/linkedin/articles/{article_slug}Get ArticleContent1 credit / run
/v1/data/linkedin/learning/{course_slug}Learning CourseContent1 credit / run
/v1/data/linkedin/posts/{post_slug}Get PostContent1 credit / run
/v1/data/linkedin/companies/{universal_name}Company ProfileCompanies1 credit / run
/v1/data/linkedin/schools/{universal_name}Coming soonSchool ProfileCompanies1 credit / run
/v1/data/linkedin/companies/{company_id}/jobsCompany JobsJobs1 credit / run
/v1/data/linkedin/jobs/{job_id}Job DetailJobs1 credit / run
/v1/data/linkedin/jobs/searchJobs SearchJobs1 credit / run
/v1/data/linkedin/geo/suggestGeo SuggestReference1 credit / run
/v1/data/linkedin/profiles/{public_id}Member ProfileProfiles1 credit / run