LinkedIn Profile Scraper avatar

LinkedIn Profile Scraper

Pricing

$4.00 / 1,000 item scrapeds

Go to Apify Store
LinkedIn Profile Scraper

LinkedIn Profile Scraper

Scrape public LinkedIn profile data (name, headline, about, location) from a profile URL. Fast, no login required, BrightData-powered unlocking.

Pricing

$4.00 / 1,000 item scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Scrape public LinkedIn profile pages for name, headline, location, and about text — no login, no cookies. Extraction relies primarily on the page's meta tags (the most reliable signal that survives LinkedIn's login walls), with best-effort fallback parsing of any embedded structured data for richer results.

Input

FieldTypeDescription
profileUrlstringA single public LinkedIn profile URL, e.g. https://www.linkedin.com/in/williamhgates/
profileUrlsarrayOptional: several profile URLs at once
maxItemsintegerMax profile URLs to process (default 10)

Example:

{
"profileUrls": [
"https://www.linkedin.com/in/williamhgates/",
"https://www.linkedin.com/in/satyanadella/"
],
"maxItems": 10
}

Output

{
"name": "William H. Gates III",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"location": "Seattle, Washington",
"about": "Co-chair, Bill & Melinda Gates Foundation. Sharing things I'm learning through my foundation work and other interests.",
"profileUrl": "https://www.linkedin.com/in/williamhgates/",
"scrapedAt": "2026-07-17T00:00:00.000Z"
}

Common uses

  • Sales and recruiting research (verifying a person's current role/headline)
  • Enriching a contact list with public headline/location data
  • Building lightweight people-search tools
  • Verifying that a profile URL is live and public

Notes

  • LinkedIn increasingly gates full profile content behind a login wall. When a profile is authwalled, this actor returns an item with error: "authwall" instead of failing the whole run — always check profileUrl/error fields for partial failures across a batch.
  • name, headline, and about are extracted from og:title/og:description meta tags first, since these are the most stable public signal. Deeper fields (like location) are supplemented from embedded JSON where LinkedIn happens to expose it, but will legitimately be null on many profiles.
  • Only public, non-authwalled profile content is scraped. No login credentials are used or required.