Changes
Read detected changes per-competitor, per-snapshot, or across the organization — the REST API reference for this group: every path with its parameters.
Read detected changes per-competitor, per-snapshot, or across the organization. Every endpoint below has a "try it" console. See the API reference overview for the base URL and how to authenticate.
GET /v1/competitors/{id}/changes
What changed for one subscribed competitor, newest first, merged so that an update that touched 11 pages reads as a single entry instead of 11 per-page changes.
GET /v1/snapshots/{id}/changes
List detected changes attributed to a single snapshot.
GET /v1/changes
Org-wide feed of what changed across every competitor you subscribe to, merged so that an update touching 11 pages is one entry rather than 11 per-page changes.
Get a single snapshot with signed URLs for the HTML, markdown, and screenshot assets. GET
Get a single snapshot with signed URLs for the HTML, markdown, and screenshot assets — Competitor Tracker & Co. API reference for GET /v1/snapshots/{id}.
What changed for one subscribed competitor, newest first, merged so that an update that touched 11 pages reads as a single entry instead of 11 per-page changes. Each entry carries its member changes, their pages and the window it landed in. Pass `raw=true` for the per-page changes instead. GET
What changed for one subscribed competitor, newest first, merged so that an update that touched 11 pages reads as a single entry instead of 11 per-page changes.