LinkedIn Profile Scraper avatar
LinkedIn Profile Scraper

Under maintenance

Pricing

$70.00 / 1,000 results

Go to Store
LinkedIn Profile Scraper

LinkedIn Profile Scraper

Under maintenance

Developed by

Icypeas Official

Icypeas Official

Maintained by Community

LinkedIn Profile Scraper powered by Icypeas. Upload a list of LinkedIn profile URLs to find their information. Supports CSV, TSV, and semicolon-separated formats. Returns all the LinkedIn information about profiles.

0.0 (0)

Pricing

$70.00 / 1,000 results

4

Total users

104

Monthly users

31

Runs succeeded

>99%

Last modified

3 months ago

LinkedIn Profile Scraper Actor

Scrape LinkedIn profiles in bulk powered by Icypeas.

Input Parameters

The input should be a list of LinkedIn profile URLs:

FieldTypeRequiredDescription
linkedinUrlsArray of StringsYesList of LinkedIn profile URLs

Each URL must be in the format: https://www.linkedin.com/in/username

Example:

Input Example

Output Format

{
"profile": {
"name": "John Doe",
"headline": "CEO at Company",
"location": "Paris, France",
"connections": 500,
"languages": "English, French",
"url": "https://www.linkedin.com/in/johndoe"
},
"currentPosition": {
"title": "Chief Executive Officer",
"company": "Company Name",
"location": "Paris, France"
},
"education": [
{
"degree": "Master's Degree",
"school": "University Name",
"field": "Computer Science"
}
],
"experience": [
{
"title": "Previous Role",
"company": "Previous Company",
"location": "Location",
"description": "Role description"
}
]
}

Usage Example

You can also integrate this Actor into your own product by adding just a few lines of code

const run = await client.actor('icypeas_official/linkedin-profile-scraper').call({
"linkedinUrls": [
"https://www.linkedin.com/in/corentin-ribeyre-30085a3b",
"https://www.linkedin.com/in/pierre-baptiste-landoin-icypeas"
]
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Pricing

About Icypeas

Professional B2B prospecting tools:

  • Email Finder
  • Email Verifier
  • Domain Scanner
  • LinkedIn Profile/Company Scraper

Visit Icypeas.com

Technical Details

Limitations

  • Single profile scraper: 20 calls /sec
  • Single company scraper: 20 calls /sec
  • Bulk profile scraper: 20 calls /sec (with up to 50 rows per call)
  • Bulk company scraper: 20 calls /sec (with up to 50 rows per call)

Error Handling

The Actor handles various error cases:

  • Invalid LinkedIn URLs
  • API authentication errors
  • Rate limit exceeded
  • Network timeouts
  • Scraping failures

Support

For any issues or questions:

License

This Actor is provided by Icypeas. Usage is subject to Icypeas's Terms of Service.