Competitor Prices
GET
List competitor prices
GET/v1/competitors/prices
Returns the latest competitor prices for each tracked SKU, including your own price for context.
Query parameters
Responses
200Prices returned
{
"data": [
{
"id": "px_3f9c2",
"product": "Sony WH-1000XM5",
"category": "Electronics",
"channel": "online",
"your_price": 1199,
"currency": "QAR",
"competitors": {
"carrefour": {
"price": 1149,
"observed_at": "2026-04-23T10:14:00Z"
},
"amazon": {
"price": 1179,
"observed_at": "2026-04-23T10:09:00Z"
},
"noon": {
"price": 1199,
"observed_at": "2026-04-23T10:11:00Z"
}
},
"signal": "undercut"
}
],
"page": {
"has_more": false,
"next_cursor": null
}
}Important notes
- Prices are refreshed every 6 hours by default. Trigger an immediate scrape with POST /v1/competitors/scrape.
- The `signal` field is one of: aligned, undercut, premium, missing.