Skip to main content
Version: 1.8.0

Scrape Profiles

caution

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

Single profile scraping

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

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

Bulk profiles scraping

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

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

The type of data

data*array(should be valid profile URLs)

An array containing the profile URLs to scrape. Max number of profiles per request is 50

/scrape
{
"type": "profile",
"data": [
"https://www.linkedin.com/in/corentin-ribeyre-30085a3b",
"https://www.linkedin.com/in/pierre-baptiste-landoin-icypes/"
]
}
RESPONSES