Linkedin Company Scraper avatar

Linkedin Company Scraper

Try for free

Pay $14.00 for 1,000 results

Go to Store
Linkedin Company Scraper

Linkedin Company Scraper

icypeas_official/linkedin-company-scraper
Try for free

Pay $14.00 for 1,000 results

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

LinkedIn Company Scraper Actor

Scrape LinkedIn companies in bulk powered by Icypeas.

Input Parameters

The input should be a list of LinkedIn company URLs:

FieldTypeRequiredDescription
linkedinUrlsArray of StringsYesList of LinkedIn company URLs (max 50)

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

Example:

Input example

Output Format

1{
2"company": {
3"name": "Icypeas",
4"lid": "icypeas",
5"url": "https://www.linkedin.com/company/icypeas",
6"website": "https://icypeas.com",
7"slogan": "Professional B2B prospecting tools",
8"industry": "Computer Software",
9"description": "Professional B2B prospecting tools",
10"logo": "https://media.linkedin.com/company/icypeas/logo.png",
11"type": "SAS",
12"employees": 15,
13"specialties": ["Lead Generation", "Sales Intelligence", "Data Enrichment"],
14"deleted": false
15},
16"location": {
17"streetAddress": "123 Startup Street",
18"city": "Paris",
19"region": "Île-de-France",
20"postalCode": "75001",
21"country": "France",
22"countryCode": "FR"
23},
24"lastScrapedAt": "2024-01-24T12:00:00.000Z",
25"searchId": "#SEARCH_ID#",
26"status": "FOUND"
27}

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-company-scraper').call({
2"linkedinUrls": [
3"https://www.linkedin.com/company/icypeas",
4"https://www.linkedin.com/company/apple"
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
  • Batch size exceeded (>50 companies)

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

  • 19 monthly users

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 6 days ago