Profiles API
GET /api/profiles
Return a list of all your profiles.
POST /api/profiles
Create a new profile.
name
stringName, just for your convenience.
timezone
stringSet it to "auto" to allow us to detect the timezone automatically based on IP address of the proxy.
groupsIds
number []Array of groups IDs that this profile will be assigned to.
DELETE /api/profiles
Delete a profile.
profileId
numberProfile ID
GET /api/cleanProfileData
Remove all profile data of the specific profile, including cookies, localStorage and other.
profileId
numberrequiredProfile 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.
profileId
numberrequiredProfile ID, can be found on Dashboard / Profiles.
filterByDomain
stringReturn 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.