
$ apify call linkedin-public-profile-enricher
LinkedIn Public Profile Enricher
Turn public LinkedIn profile URLs into structured data: name, headline, location, About, experience, education and more. No login or cookies required. Pay $1 per 1,000 successful profiles; invalid, blocked and failed pages are free.
platform
Apify
status
Public
pricing
$1.00 / 1,000 delivered results
outputs
Profile data, Experience, Education, Location, Dataset
What it does
Turn public LinkedIn profile URLs into structured data: name, headline, location, About, experience, education and more. No login or cookies required. Pay $1 per 1,000 successful profiles; invalid, blocked and failed pages are free.
Key capabilities
- Configure the run from the Apify form or API.
- Receive structured Profile data, Experience, Education data.
- Export the default Dataset or connect it to an automation.
Use cases
- Enrich B2B leads.
- Prepare profiles for sales research.
- Export public data to CRM or internal workflows.
Main inputs
- Public LinkedIn profile URLs.
- The number of profiles to enrich.
- Available options for experience, education, and public data.
API example
This is a minimal illustrative payload. Check the Actor input form in Apify for every supported option.
Example input (input.json)
{
"profileUrls": [
"https://www.linkedin.com/in/example-profile/"
]
}
curl -X POST "https://api.apify.com/v2/acts/datascraperes~linkedin-public-profile-enricher/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
--data-binary @input.json
The run stores its successful items in the default Dataset. A representative item looks like this:
Example result
{
"success": true,
"status": "success",
"inputUrl": "https://www.linkedin.com/in/example-profile/",
"profileUrl": "https://www.linkedin.com/in/example-profile/",
"profile": {
"fullName": "Example Name",
"headline": "Example role",
"location": "City, Country",
"followers": "1200",
"experience": [],
"education": []
}
}
Data you get
Each successful item is saved in the default Apify Dataset, ready to export or connect to a workflow.
- Profile data
- Experience
- Education
- Location
- Dataset
Try it free
The Apify Free plan includes $5 in monthly credits, with no credit card required. Use them to try this Actor; credits do not roll over and renew at the start of each billing cycle.
Pricing
Apify charges $1.00 / 1,000 delivered results. Only the public billing event profile is charged when Apify records a successful result.
Scope
The Actor works with publicly available data. Coverage and available fields can vary by target, country, and the source page at the time of the run.
How to use it
- Open the Actor in Apify.
- Add the targets or filters required by the input form.
- Start the run and export the default Dataset as JSON, CSV, or Excel.
// related
More scrapers in this category

$ run instagram-profile-scraper-no-login
Instagram Profile Scraper - No Login
Scrape up to 10,000 Instagram profiles from usernames or URLs without login. Extract bios, followers, following, post totals, verification, categories, links, profile pictures, and available business details. Pay only for successful profiles at $1 per 1,000.

$ run instagram-public-reels-scraper
Instagram Reels Scraper for Public Profiles
Scrape Instagram Reels from public profiles in bulk without login. Export captions, views, likes, comments, hashtags, audio, timestamps, and video URLs. Pay only $1 per 1,000 unique Reels delivered.

$ run instagram-reels-discovery-scraper
Instagram Reels Discovery Scraper - No Login
Discover regional public Instagram Reels and creators without login. Select a country and export captions, engagement, authors, audio, thumbnails, and video URLs. Pay only $1 per 1,000 unique Reels delivered.