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 with its own citation URL matching rule. Honours the per-plan max competitors cap.

Body (JSON):
  • project_idrequired
  • brand_namerequired
  • domainrequired, URL is normalised
  • matching_namesoptional array
  • citation_match_modedomain, host or path_prefix; default domain
  • citation_match_pathrequired for path_prefix

PATCH/DELETE /competitors/:id

Update a competitor (brand_name, website domain or host, matching_names, color, citation URL matching) or delete it. Name, website and citation-rule changes re-run historical 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
  • domainwebsite domain or host; a full URL is normalised
  • matching_namesfull replacement array
  • colorhex
  • citation_match_mode
  • citation_match_path

DELETE: project_id + :id in URL.