01GET/shops/search
Free-text search across the TrendTrack universe. Filter by category, country, traffic.
Verbinde TrendTrack mit API und nutze Anzeigen-, Produkt-, E-Mail- und Markendaten direkt in deinem Workflow.
Standard REST. Standard Bearer auth. No SDK required.
01Generate an API key
From your TrendTrack account, scoped to the workspace you want. Treat it like a password. Server-side only.
02Send a Bearer-authenticated request
Header is Authorization: Bearer <key>. JSON in, JSON out.
03Read the OpenAPI
Every route, query parameter, and response shape is in the docs.
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"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.