Competitors

The brands you track alongside your own. The competitor ids returned here are the actor_id values the metrics endpoints report against.

GET/dimensions/competitors

Lists competitors for the project.

GET/dimensions/competitors/:id

Get detailed information about a competitor including matching names and app store IDs.

POST/competitors

Add a competitor (brand_name + domain) to a project. Honours the per-plan max competitors cap.

Body (JSON):
  • project_idrequired
  • brand_namerequired
  • domainrequired, URL is normalised
  • matching_namesoptional array

PATCH/DELETE /competitors/:id

Update a competitor (brand_name, matching_names, color; the domain is immutable after creation) or delete it. Name changes re-run mention/citation matching in the background (processing: true for a few minutes, edits blocked meanwhile). Deleting is irreversible and purges the competitor data in the background.

PATCH body:
  • project_idrequired
  • brand_name
  • matching_namesfull replacement array
  • colorhex

DELETE: project_id + :id in URL.