Linkedin Company Scraper
Pricing
$14.00 / 1,000 results
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
Actor stats
8
Bookmarked
218
Total users
10
Monthly active users
49 days
Issues response
10 months ago
Last modified
Categories
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:
| Field | Type | Required | Description |
|---|---|---|---|
| linkedinUrls | Array of Strings | Yes | List of LinkedIn company URLs (max 50) |
Each URL must be in the format: https://www.linkedin.com/company/companyname
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
- $0.014 per company scrape
- Get API access on Icypeas.com for more customized offers
About Icypeas
Professional B2B prospecting tools:
- Email Finder
- Email Verifier
- Domain Scanner
- LinkedIn Profile/Company Scraper
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:
- Contact Icypeas Support (support@icypeas.com)
- Open an issue on the actor's repository
License
This Actor is provided by Icypeas. Usage is subject to Icypeas's Terms of Service.