LinkedIn Profile Scraper avatar

LinkedIn Profile Scraper

Try for free

Pay $70.00 for 1,000 results

Go to Store
LinkedIn Profile Scraper

LinkedIn Profile Scraper

icypeas_official/linkedin-profile-scraper
Try for free

Pay $70.00 for 1,000 results

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.

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

1{
2"profile": {
3"name": "John Doe",
4"headline": "CEO at Company",
5"location": "Paris, France",
6"connections": 500,
7"languages": "English, French",
8"url": "https://www.linkedin.com/in/johndoe"
9},
10"currentPosition": {
11"title": "Chief Executive Officer",
12"company": "Company Name",
13"location": "Paris, France"
14},
15"education": [
16{
17"degree": "Master's Degree",
18"school": "University Name",
19"field": "Computer Science"
20}
21],
22"experience": [
23{
24"title": "Previous Role",
25"company": "Previous Company",
26"location": "Location",
27"description": "Role description"
28}
29]
30}

Usage Example

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

1const run = await client.actor('icypeas_official/linkedin-profile-scraper').call({
2"linkedinUrls": [
3"https://www.linkedin.com/in/corentin-ribeyre-30085a3b",
4"https://www.linkedin.com/in/pierre-baptiste-landoin-icypeas"
5]
6});
7const { items } = await client.dataset(run.defaultDatasetId).listItems();
8console.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.

Developer
Maintained by Community

Actor Metrics

  • 23 monthly users

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 24 days ago