Lead generation
Pull LinkedIn signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.
Public LinkedIn profile data — name, role, bio, experience, education, recommendations — extracted from any profile 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/profile/collect/by/url \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.linkedin.com/in/parrsam/"}'{
"success": true,
"name": "Sam Parr",
"image": "https://media.licdn.com/dms/image/v2/….jpg",
"location": "Westport, Connecticut, United States",
"followers": 64803,
"about": "I founded The Hustle, a business news media company with $12 when I was around 25 years…",
"experience": [
{
"@type": "Organization",
"name": "Hampton",
"url": "https://www.linkedin.com/company/myhampton",
"location": "Austin, Texas Metropolitan Area",
"member": {
"@type": "OrganizationRole",
"description": "founder of Hampton, growth-marketing collective…"
}
}
],
"education": [
{
"@type": "EducationalOrganization",
"name": "Belmont University",
"url": "https://www.linkedin.com/school/belmont-university/",
"member": {
"@type": "OrganizationRole",
"startDate": 2008,
"endDate": 2012
}
}
],
"similarProfiles": [
{
"link": "https://ca.linkedin.com/in/stevemcody",
"name": "Steve Cody",
"image": "https://media.licdn.com/dms/image/v2/….jpg"
}
]
}Public LinkedIn person profile — work history, education, recommendations, posts.
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 company page — employee count, industry, funding, similar companies.
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 Profile call against linkedin.com. If it doesn’t do what you need, the balance is refundable for 24 hours.