Overview
Track competitor brands, monitor changes, and receive alerts when competitors update messaging, visuals, or positioning. Base Endpoint:/v1/competitors
Required Scopes:
read:competitors- Retrieve tracked competitorswrite:competitors- Add/remove competitors
Pro/Agency Tier Only — Competitor tracking requires Pro or Agency subscription.
Add Competitor
Track a new competitor brand.POST /v1/competitors
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Competitor website URL |
name | string | No | Competitor name (auto-detected if omitted) |
check_frequency | string | No | daily, weekly, monthly (default: daily) |
notify_on_change | boolean | No | Send webhook on changes (default: true) |
Response
List Competitors
Get all tracked competitors.GET /v1/competitors
Response
active- Monitoring enabledpaused- Monitoring paused (manually or due to error)failed- Unable to access website (403, 404, etc.)
Get Competitor Details
Retrieve competitor info and change history.GET /v1/competitors/:id
Response
Update Competitor
Modify competitor tracking settings.PATCH /v1/competitors/:id
Request Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Update competitor name |
check_frequency | string | daily, weekly, monthly |
notify_on_change | boolean | Enable/disable webhooks |
status | string | active or paused |
Delete Competitor
Stop tracking a competitor.DELETE /v1/competitors/:id
Response
Detected Changes
Change Types
| Type | Description | Example |
|---|---|---|
headline_change | Homepage hero headline changed | ”Best Software” → “Future of Work” |
cta_change | Primary CTA button text changed | ”Learn More” → “Start Free Trial” |
visual_change | Brand colors or visuals updated | Color palette shift |
pricing_change | Pricing page updates | Price increase/decrease |
feature_change | New features added | New integration announced |
content_change | Blog posts, case studies added | 5 new blog posts |
Get Changes
Retrieve recent changes across all competitors.GET /v1/competitors/changes
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
days | integer | 7 | Changes in last N days |
type | string | — | Filter by change type |
competitor_id | string | — | Filter by competitor |
Response
Quotas
Competitor tracking limits by tier:| Tier | Max Competitors | Check Frequency |
|---|---|---|
| Pro | 10 | Daily |
| Agency | 50 | Hourly |
Webhooks
Receive real-time notifications when competitors change:Event: competitor.changed
Use Cases
Competitive Intelligence
Monitor competitor positioning shifts and messaging changes
Pricing Monitoring
Track competitor pricing updates and promotions
Feature Parity
Alert when competitors add new features
Market Trends
Identify patterns across multiple competitors
Related Pages
- Competitor Intelligence - Web interface
- Market Intelligence - Industry trends (Agency)
- Webhooks - Event notifications
- API Overview - Getting started
Next: Team Management API →

