§ LinkedIn/Profile
LinkedIn

LinkedIn Profile Scraper API

Public LinkedIn profile data — name, role, bio, experience, education, recommendations — extracted from any profile URL.

From $0.0050 per call·Median under 2s·One charge per call
§ One call

Send a URL.
Get back JSON.

This endpoint takes one input: url. The response carries the parsed LinkedIn entity — every public field, in a flat, predictable shape.

Request
cURL
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/"}'
POST // 1 call · $0.0050 · <2s
Response200 OK
{
  "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"
    }
  ]
}
What comes backparsed fields
LinkedIn Profile
linkedin_profile
namestring
imageurl
locationstring
followersnumber
aboutstring
experiencearray
educationarray
similarProfilesarray
One real call · one structured record
§ What you get

Structured data,
not a scraping project.

Public LinkedIn person profile — work history, education, recommendations, posts.

Live JSON, returned in seconds
No login flows, no captcha solving
Pay-as-you-go, priced in dollars
Same API key across every scraper
Idempotent retries via X-Request-Id
REST — works from any language
§ Built for

The work that
needs this data.

§ 01

Lead generation

Pull LinkedIn signals at scale and enrich your CRM with public profile data — clean, structured, ready to import.

§ 02

Market research

Track competitors, audience movements, and trends across LinkedIn without standing up any scraping infrastructure.

§ 03

AI training data

Feed predictable LinkedIn JSON straight into your model fine-tuning pipeline. Same schema every call.

§ More LinkedIn

The rest of the
LinkedIn hub.

§ Try it

Two dollars,
first run.

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.