Competitor Radar
Track competitors' product catalogs, price changes, ad spend, and content cadence. Built for "what are they shipping this week?" weekly reviews.

What It Does
When to Use
Use weekly. Set up the radar once, get a Monday-morning digest of every move your top 10 competitors made over the weekend.
Tracking a Competitor
curl -X POST https://api.anvilhk.com/api/v1/competitors \
-H "Authorization: Bearer $ANVIL_KEY" \
-H "X-Tenant-ID: $TENANT" \
-H "Content-Type: application/json" \
-d '{
"name": "Acme Lighting",
"domain": "acmelighting.com",
"platforms": ["amazon", "shopify", "tiktok"],
"checkFrequency": "daily"
}'Price Monitoring
The Price Monitor module tracks specific SKUs across competitor SKUs and alerts when anyone underprices you by >5%.
API Endpoints
Pricing & Limits
| Plan | Competitors | Check frequency |
|---|---|---|
| Starter | 3 | weekly |
| Pro | 25 | daily |
| Enterprise | unlimited | hourly |