AS
Apify Store
/automation-lab/linkedin-company-scraper
LinkedIn Company Scraper — Company Data for Lead Enrichment
Scrape LinkedIn company pages for website, industry, size, employee count, headquarters, specialties, and profile metadata. Use the website field as the starting point for contact discovery and email
liveasyncunknown~30s typical
social medialead generationbusinesslinkedincompany
$0.0043
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00345 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 /automation-lab/linkedin-company-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| companyUrls | array | LinkedIn company page URLs or slugs. Accepts full URLs (https://www.linkedin.com/company/google/) or just the slug (google). |
| companyNames | array | Optional company names to resolve to the best unambiguous public LinkedIn company page before enrichment. Every resolved result includes the submitted name, resolution confidence, and resolution source. Ambiguous names are skipped rather than guessed. default [] |
| maxCompanies | integer | Maximum number of companies to scrape. Useful to limit costs when providing a large list. default 100 |
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":"/automation-lab/linkedin-company-scraper","input":{"companyUrls":["google","microsoft"],"companyNames":[],"maxCompanies":3},"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 /automation-lab/linkedin-company-scraper -i '{"companyUrls":["google","microsoft"],"companyNames":[],"maxCompanies":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/automation-lab/linkedin-company-scraper", input: {"companyUrls":["google","microsoft"],"companyNames":[],"maxCompanies":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.