Linkedin Company Scraper avatar
Linkedin Company Scraper

Pricing

$14.00 / 1,000 results

Go to Apify Store
Linkedin Company Scraper

Linkedin Company Scraper

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.

Pricing

$14.00 / 1,000 results

Rating

0.0

(0)

Developer

Icypeas Official

Icypeas Official

Maintained by Community

Actor stats

8

Bookmarked

218

Total users

10

Monthly active users

49 days

Issues response

10 months ago

Last modified

Share

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

{
"company": {
"name": "Icypeas",
"lid": "icypeas",
"url": "https://www.linkedin.com/company/icypeas",
"website": "https://icypeas.com",
"slogan": "Professional B2B prospecting tools",
"industry": "Computer Software",
"description": "Professional B2B prospecting tools",
"logo": "https://media.linkedin.com/company/icypeas/logo.png",
"type": "SAS",
"employees": 15,
"specialties": ["Lead Generation", "Sales Intelligence", "Data Enrichment"],
"deleted": false
},
"location": {
"streetAddress": "123 Startup Street",
"city": "Paris",
"region": "Île-de-France",
"postalCode": "75001",
"country": "France",
"countryCode": "FR"
},
"lastScrapedAt": "2024-01-24T12:00:00.000Z",
"searchId": "#SEARCH_ID#",
"status": "FOUND"
}

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-company-scraper').call({
"linkedinUrls": [
"https://www.linkedin.com/company/icypeas",
"https://www.linkedin.com/company/apple"
]
});
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
  • 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.