Hirescrape LinkedIn Scraper is a paid API for AI agents from www.hirescrape.com, paid per call via x402, $0.00225/call, status unknown (last checked 2026-09-15, last successful call 2026-07-18).
Scrapes LinkedIn profiles, company pages, company posts, and individual posts via a pay-per-call API with no API key required
Pay-per-call web scrapers for AI agents. 28 tools across Reddit, 8-board job search (LinkedIn · Indeed · Glassdoor · Google Jobs · +5), TikTok · Douyin · Bilibili, cross-platform trend research, social media, and ad libraries. No API keys. Agent wallets settle USDC on Tempo or Base via x402 + MPP.
Returns a JSON object containing an array of scraped items (shape varies by mode: profile fields, company details, post content, etc.), a run ID for debugging, a payment settlement summary (protocol, amount, currency), and the run duration in seconds.
POSThttps://www.hirescrape.com/api/tools/linkedinUse this endpoint when you need to extract structured LinkedIn data (profiles, companies, company posts, or individual posts) without an official LinkedIn API key, especially within an AI agent workflow that settles payments via x402/USDC. Prefer this over manual browsing or official LinkedIn APIs when you want pay-per-call pricing with no subscription commitment.
{
"url": "https://www.linkedin.com/in/example-profile",
"mode": "profile",
"page": 1,
"limit": 20
}| Field | Type | Description |
|---|---|---|
| url | string | Full URL of the target object. |
| mode | string | Which endpoint to call. Options: profile, company, company_posts, post. |
| page | integer | Page number (default 1). |
| limit | integer | Max items to collect (applies to paginated modes). |
{
"items": [
{
"id": "example-profile",
"url": "https://cz.linkedin.com/in/example-profile",
"city": "Beijing, China",
"name": "Kate Zhang 张凯特",
"about": "*This is an example Linkedin profile to demonstrate how to configure your profile…",
"input": {
"url": "https://www.linkedin.com/in/example-profile"
},
"avatar": "https://media.licdn.com/dms/image/v2/C4E03AQFS44ZnSsimMg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1533837906321?e=2147483647&v=beta&t=CI9w4lHorAXsf7GUWiu59YEYEaJvcAbA_86TA3QImCM",
"activity": null,
"location": "Beijing",
"bio_links": [
{
"link": "https://www.kaitlinzhang.com/",
"title": "Company Website"
}
],
"education": null,
"followers": 20,
"input_url": "https://www.linkedin.com/in/example-profile",
"languages": [
{
"title": "English",
"subtitle": "Native or bilingual proficiency"
},
{
"title": "Chinese",
"subtitle": "Native or bilingual proficiency"
}
],
"last_name": "Zhang 张凯特",
"timestamp": "2026-06-12T04:42:46.347Z",
"experience": null,
"first_name": "Kate",
"influencer": false,
"connections": 14,
"linkedin_id": "example-profile",
"banner_image": "https://media.licdn.com/dms/image/v2/C4E16AQFmVe91ED6XYA/profile-displaybackgroundimage-shrink_200_800/profile-displaybackgroundimage-shrink_200_800/0/1533837863942?e=2147483647&v=beta&t=atudVMyLQlvcokZL9tJ-rYK3mkCCG_BG_kruk0Zm9Kw",
"country_code": "CN",
"default_avatar": false,
"current_company": {
"name": "Company No.1",
"location": null
},
"linkedin_num_id": "372456393",
"similar_profiles": [],
"honors_and_awards": [
{
"date": "2017-01-01T00:00:00.000Z",
"title": "Top Chinese VC Investor 2017",
"description": "Winner of XX Award from XX Awarding Body for Top Chinese VC Investor 2017",
"publication": "Awarding Body Name"
}
],
"educations_details": "Harvard University",
"current_company_name": "Company No.1",
"memorialized_account": false
}
],
"runId": "bd_mqafxasa8484gt",
"report": null,
"payment": {
"amount": "0.002250",
"currency": "USD",
"protocol": "x402"
},
"duration": 6,
"snapshot_id": "sd_sync_bd_mqafxasa8484gt"
}{
"type": "json",
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object"
},
"description": "Scraped items. Shape varies per tool â see each tool's outputSample for a concrete example."
},
"runId": {
"type": "string",
"description": "Run ID for debugging/audit."
},
"payment": {
"type": "object",
"description": "Settlement summary (protocol, amount, currency)."
},
"duration": {
"type": "integer",
"description": "Run duration in seconds."
}
}
},
"example": {
"items": [
{
"note": "Shape varies per tool â see each tool's docs for fields."
}
],
"runId": "sc_example",
"payment": {
"amount": "0.040000",
"currency": "USD",
"protocol": "x402"
},
"duration": 4
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"