ClickBomb API — Deploy and measure from your own stack
API

Deploy and measure from your own stack.

Every operation in the console is an HTTP call. Wire deployments, results and re-fires into the tooling your team already runs.

Early access API keys for Agency Cadence accounts. Auth is session-based today.
Launch a deployment

POST a URL, a keyword, optional secondary keywords, the power level and a geo. The baseline rank is captured before delivery starts.

Read rank results

Poll an order for its 24h and 48h positions, secondary keyword tracking, visitors delivered and the movement flag, all measured at the targeted geo.

Automate re-fires

Create a weekly schedule for a target that responded, or pull the effectiveness feed into your own reporting.

Agency pattern

Onboard a client, get a quick win in week one, be the hero on the retainer.

REPORTED OUTCOMES · NOT GUARANTEES
01
Onboard

Retainer signed. POST the client's money page, keyword and geo from your own stack the same day.

02
Week one

Baseline captured, deployment delivered, 24h and 48h positions read back by API.

03
Report

Movement lands in the client's first monthly report. Schedule a re-fire on what responded.

Medical niche, agency retainer

Complete
Client
SEO JESUS RETAINER · $3,000 / MO
Deployed
WEEK ONE
Outcome
MOVED TO PAGE ONE
An SEO Jesus retainer client in the medical niche. ClickBomb was deployed in week one. The target page moved to page one, sales doubled, and the client attributed $3,400 in revenue to it that month. Case studies.
Endpoints

Five calls cover the operating loop.

JSON · SESSION AUTH · IDEMPOTENCY-KEY ON WRITES
MethodPathPurposeAuth
POST/api/launchReserve credits and create a deployment for one URL and keyword.session
GET/api/ordersPaginated list of your deployments with positions and movement.session
GET/api/orders/:idOne deployment: baseline, 24h, 48h, secondary tracking, delivery.session
POST/api/schedulesCreate a recurring weekly re-fire for a target.session
GET/api/stats/effectivenessPublic outcome cohort: scored campaigns, monthly mix, response rate.public
RequestPOST /api/launch
{
  "url": "https://example.com/collections/best-sellers",
  "keyword": "buy peptides uk",
  "secondary_keywords": ["peptides uk", "uk peptide supplier"],
  "is_double_power": false,
  "geo": {
    "mode": "city",
    "dataforseo_location_code": 1006886
  }
}
Response200 · application/json
{
  "data": {
    "order_id": "ord_01J9X4M2P7Q8R9S0T1U2V3W4X5",
    "display_id": "CB-4F7A2",
    "status_display": "Reviewing"
  },
  "request_id": "req_01J9X4M2P7Q8R9S0T1U2V3W4X6"
}

Headers on writes: x-csrf-token, idempotency-key (any UUID; replays return the original response). One standard deployment reserves 1 credit; Power reserves 1.5.

Early access

API keys for Agency Cadence accounts.

Tell us what you are wiring in and which account it runs under.

Request API access