All sites
Data API
LinkedIn Data API
Company pages, profiles and job listings from LinkedIn.
10endpointslogin_wall · Rate Limit handled for you
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 uslocalePagination
Page through results with page, start.
Quick Start
Send your key and a few params. Failed requests are free.
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| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/linkedin/articles/{article_slug}Get Article | Content | 1 credit / run |
/v1/data/linkedin/learning/{course_slug}Learning Course | Content | 1 credit / run |
/v1/data/linkedin/posts/{post_slug}Get Post | Content | 1 credit / run |
/v1/data/linkedin/companies/{universal_name}Company Profile | Companies | 1 credit / run |
/v1/data/linkedin/schools/{universal_name}Coming soonSchool Profile | Companies | 1 credit / run |
/v1/data/linkedin/companies/{company_id}/jobsCompany Jobs | Jobs | 1 credit / run |
/v1/data/linkedin/jobs/{job_id}Job Detail | Jobs | 1 credit / run |
/v1/data/linkedin/jobs/searchJobs Search | Jobs | 1 credit / run |
/v1/data/linkedin/geo/suggestGeo Suggest | Reference | 1 credit / run |
/v1/data/linkedin/profiles/{public_id}Member Profile | Profiles | 1 credit / run |