Private Access Only

Programmatic
Ad Operations

Control thousands of cloud browsers via HTTP requests.
Note: Full documentation is available only to teams with an approved compliance status.

Capabilities
automation.js
const axios = require('axios');
// 1. Launch Cloud Profile
const { data } = await axios.post('https://api.adcore-cloud.com/v2/launch', {
id: 'profile_us_882',
headless: true,
args: ['--start-maximized']
});
// 2. Connect Puppeteer
const browser = await puppeteer.connect({
browserWSEndpoint: data.ws_endpoint
});
console.log("🚀 Cloud Browser Connected!");

Complete Control

Manage every aspect of your infrastructure via API.

Developer Documentation Locked

To maintain platform integrity and prevent abuse, full endpoint documentation is available only to approved partners.

Already have a key?
POST

/v2/profiles/create

Create a new anti-detect profile.

// Response 200 OK

{
  "id": "prof_19283",
  "status": "created",
  "fingerprint": {
    "os": "win",
    "version": "11",
    "screen": "1920x1080"
  }
}
GET

/v2/profiles/{id}/cookies

Export Netscape cookies from profile.

// Response 200 OK

[
  {
    "domain": ".facebook.com",
    "name": "c_user",
    "value": "10004829..."
  },
  ...
]

Headless Mode

Run profiles without rendering UI to save resources. Perfect for high-volume scraping and account farming.

Webhooks

Receive real-time callbacks when a profile closes, updates, or encounters an error (e.g. proxy disconnect).

CDP Support

Full access to Chrome DevTools Protocol. Inject scripts, intercept network requests, and solve captchas.

Start Building Today

Applications are reviewed within 2 hours. 1,000 requests/day included in the trial.