LinkedIn Profile Scraper
Pricing
$20.00 / 1,000 profile scrapeds
LinkedIn Profile Scraper
Extract LinkedIn profiles at scale: names, headlines, companies, skills, experience. Structured JSON for recruitment, B2B prospecting & AI agents. API + MCP ready. $0.02/profile.
Pricing
$20.00 / 1,000 profile scrapeds
Rating
0.0
(0)
Developer
Travel Monitor Lab
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract LinkedIn profile data at scale: names, headlines, companies, skills, experience, education. Built for recruitment, sales prospecting and AI agents.
Use this tool when
- You build candidate pipelines (recruitment, sourcing)
- You enrich B2B prospect lists with role/company data
- An AI agent needs professional profile data in structured JSON
- You research companies' teams and org charts
Input
| Field | Type | Description | Example |
|---|---|---|---|
profileUrls | array (required) | LinkedIn profile URLs | ["https://www.linkedin.com/in/..."] |
includeSkills | boolean | Extract skills list | true |
includeExperience | boolean | Extract work history | true |
Example input
{"profileUrls": ["https://www.linkedin.com/in/satyanadella"],"includeSkills": true,"includeExperience": true}
Output
| Field | Description |
|---|---|
name | Full name |
headline | Professional headline |
location | Location |
company | Current company |
connections | Connection count |
summary | About section |
imageUrl | Profile photo |
profileUrl | Canonical URL |
Pricing
Pay-per-event: $0.02 per profile scraped.
Compliance note
Only scrape data you are entitled to process. Respect LinkedIn's terms and GDPR/CCPA when storing personal data.
Use with AI agents (MCP, Claude, GPT, Cursor, LangChain)
This actor is AI-agent ready. Three ways to call it programmatically:
1. Apify MCP server — add https://mcp.apify.com to your MCP client (Claude Desktop, Cursor, Windsurf...), then ask your agent to find and run this actor by name.
2. Direct API (run-sync) — single HTTP call, results returned directly:
$curl -X POST "https://api.apify.com/v2/acts/travelmonitorlab~linkedin-profile-scraper/run-sync-get-dataset-items?token=<YOUR_APIFY_TOKEN>" -H "Content-Type: application/json" -d '{\"profileUrls\":[\"https://www.linkedin.com/in/example\"]}'
3. Official integrations — available in Zapier, Make, n8n, LangChain (ApifyWrapper), and LlamaIndex via the Apify integration hub.
Every call returns clean structured JSON. No authentication walls, no cookies, no browser required on your side — everything runs in the cloud.
Maintained by travelmonitorlab.