AS
Apify Store
/powerai/linkedin-peoples-search-scraper
LinkedIn People Search Scraper
Extract professional profiles from LinkedIn with detailed metadata including names, titles, companies, and direct URLs. Perfect for talent acquisition, competitor analysis, and business development.
liveasyncunknown~30s typical
jobslead generationsocial medialinkedinpeoplessearch
$0.012
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00999 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /powerai/linkedin-peoples-search-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | Search keywords for person's name (optional) default "sam" |
| first_name | string | Person's first name (optional) |
| last_name | string | Person's last name (optional) |
| title | string | Job title keywords to filter by (optional) |
| company | string | Company name to filter by (optional) |
| school | string | School/education institution to filter by (optional) |
| geocode_location | string | Geographic location code (use Search Geocode Location endpoint to get this) (optional) |
| current_company | string | Current company ID to filter by (optional) |
| profile_language | string | Profile language filter (optional) |
| industry | string | Industry ID to filter by (optional) |
| service_category | string | Service category ID to filter by (optional) |
| maxResults | integer | Maximum number of people to extract default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/powerai/linkedin-peoples-search-scraper","input":{"name":"sam","maxResults":5},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /powerai/linkedin-peoples-search-scraper -i '{"name":"sam","maxResults":5}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/powerai/linkedin-peoples-search-scraper", input: {"name":"sam","maxResults":5}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.