LinkedIn Profile Scraper avatar
LinkedIn Profile Scraper

Pricing

$70.00 / 1,000 results

Go to Store
LinkedIn Profile Scraper

LinkedIn Profile Scraper

icypeas_official/linkedin-profile-scraper

Developed by

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

Monthly users

38

Runs succeeded

>99%

Last modified

2 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

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.

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$70.00