REST · Bearer · OpenAPI

The TrendTrack API,
live.

Every data point you already track. Now reachable with one HTTP call. Ads, products, emails, hooks, landing pages. Updated in under 24h.

Quickstart

From key to first 200.

Standard REST. Standard Bearer auth. No SDK required.

  1. 01Generate an API key

    From your TrendTrack account, scoped to the workspace you want. Treat it like a password. Server-side only.

  2. 02Send a Bearer-authenticated request

    Header is Authorization: Bearer <key>. JSON in, JSON out.

  3. 03Read the OpenAPI

    Every route, query parameter, and response shape is in the docs.

Sample call

One curl, live data.

Drop your key in the env, run the command, parse the JSON.

curl -H "Authorization: Bearer $TRENDTRACK_API_KEY" \
  "https://api.trendtrack.io/v1/products/winning?niche=pet-supplies&since=7d"
Endpoints

A few routes that matter.

The full surface lives in the OpenAPI. Here are the ones most teams wire up first.

01GET/shops/search

Free-text search across the TrendTrack universe. Filter by category, country, traffic.

02GET/products/winning

Products scaling in a niche over the last N days. Ranked by growth velocity.

03GET/ads/{id}

Single ad. Hook, creative, landing page, EU reach, lifetime, scaling verdict.

04GET/brandtrackers/{id}/digest

Daily radar for one tracked brand. Scaling ads, launches, landing pages.