Lead generation
Pull LinkedIn signals at scale and enrich your CRM with public profile data. Clean, structured, ready to import.
Company name, description, headcount, industry, headquarters, funding rounds, similar companies — extracted from any LinkedIn company URL.
This endpoint takes one input: url. The response carries the parsed LinkedIn entity. Every public field, in a flat, predictable shape.
curl https://hproxy.com/v1/scrape/linkedin/company \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://linkedin.com/company/shopify"}'{
"platform": "linkedin",
"scraper": "linkedin-company-collect-by-url",
"input": {
"url": "https://linkedin.com/company/shopify"
},
"data": {
"id": "784652",
"name": "Shopify",
"description": "Shopify is a leading global commerce company…",
"location": {
"city": "Ottawa",
"state": "ON",
"country": "CA"
},
"employeeCount": 23591,
"website": "https://www.shopify.com",
"logo": "https://media.licdn.com/dms/image/v2/….jpg",
"industry": "Software Development",
"size": "10,001+ employees",
"founded": 2006,
"headquarters": "Ottawa, ON",
"type": "Public Company",
"specialties": [
"ecommerce"
],
"funding": {
"numberOfRounds": 4,
"lastRound": {
"type": "Series C",
"date": "2014-01-11T00:00:00.000Z",
"amount": "US$ 100.0M"
}
}
},
"records": 1,
"costUsd": 0.01,
"requestId": "run_3Qm8x2V7nKp4dWcF",
"elapsedMs": 1840
}Public LinkedIn company page — employee count, industry, funding, similar companies.
Pull LinkedIn signals at scale and enrich your CRM with public profile data. Clean, structured, ready to import.
Track competitors, audience movements, and trends across LinkedIn without standing up any scraping infrastructure.
Feed predictable LinkedIn JSON straight into your model fine-tuning pipeline. Same schema every call.
Public LinkedIn person profile — work history, education, recommendations, posts.
Paginated posts published by a LinkedIn company page.
Single LinkedIn post or article with author and engagement data.
Search the LinkedIn Ad Library by company, keyword, or company id.
Sign in with Google, drop $2 in the wallet, fire your first Company call against linkedin.com. If it doesn’t do what you need, the balance is refundable for 24 hours.