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://api.hproxy.com/v1/scrape/linkedin/company/collect/by/url \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://linkedin.com/company/shopify"}'{
"success": true,
"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"
}
}
}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.