Skip to main content
Version: 1.8.0

Scrape Companies

caution

Rate limits always apply on all routes. Check the dedicated page for more information.

Single company scraping

To scrape a single company, you need to use the following route:

GEThttps://app.icypeas.com/api/scrape/company?url=PROFILE_URL
RESPONSES

Bulk companies scraping

To scrape multiple companies in a batch, you need to use the following route:

POSThttps://app.icypeas.com/api/scrape
BODY PARAMS
type*string(should always be 'company')

The type of data

data*array(should be valid company URLs)

An array containing the company URLs to scrape. Max number of companies per request is 50

/scrape
{
"type": "company",
"data": [
"https://www.linkedin.com/company/nec-technologies",
"https://www.linkedin.com/company/icypessaezeaze"
]
}
RESPONSES