Competitors
Subscribe, list, get, update, and unsubscribe from tracked competitors — the REST API reference for this group: every path with its parameters, the request.
Subscribe, list, get, update, and unsubscribe from tracked competitors. Every endpoint below has a "try it" console. See the API reference overview for the base URL and how to authenticate.
GET /v1/track-lists/{slug}
Get the companies on a curated industry list.
GET /v1/track-companies/{slug}
Get one company we publish.
GET /v1/competitors
List the current organization's competitor subscriptions.
POST /v1/competitors
Subscribe the current organization to a competitor by URL.
GET /v1/competitors/{id}
Get a single competitor subscription belonging to the current organization.
PATCH /v1/competitors/{id}
Update per-org config (display name, tracked categories) for a subscription.
DELETE /v1/competitors/{id}
Unsubscribe the current organization from a competitor.
GET /v1/competitors/{id}/timeline
Get the event timeline for a single competitor, newest first, where the `change_detected` line counts one entry per crawl day rather than one per analysed page.
Overview
Previous Page
Get the companies on a curated industry list. Public — no sign-in required. GET
Returns the companies we publish for an industry, newest list first, each with the number of changes we have on file and when we last read them. Use the `id` on an entry to start tracking that company without handing us an address. An industry that publishes no companies returns an empty `items` array rather than an error.