Does your company rely on browser automation or web scraping? We have a wild offer for our early customers! Read more →

Profiles API

GET /api/profiles

Return a list of all your profiles.

POST /api/profiles

Create a new profile.

namestring

Name, just for your convenience.

timezonestring
default: auto

Set it to "auto" to allow us to detect the timezone automatically based on IP address of the proxy.

groupsIdsnumber []

Array of groups IDs that this profile will be assigned to.

DELETE /api/profiles

Delete a profile.

profileIdnumber

Profile ID

GET /api/cleanProfileData

Remove all profile data of the specific profile, including cookies, localStorage and other.

Available parameters
profileIdnumberrequired

Profile ID, can be found on Dashboard / Profiles.

unlinkBrowser

Pass 1 if you would like to unlink the profile from the browser. This will lead to picking up a new browser on the next run of the profile.

GET /getProfileData

Get all profile data of the specific profile, including cookies, localStorage and other.

Available parameters
profileIdnumberrequired

Profile ID, can be found on Dashboard / Profiles.

filterByDomainstring

Return only data related to the specific domain. Helps to make response smaller if your profile has a lot of data and you just need cookies for some specific website.