Skip to main content
PrizeSkout
Competitor Intelligence API

The live price map of your market.

Query competitor prices, promotion depth, and historical series across marketplaces, delivery apps, and direct sites. Our scrape fleet runs continuously; you read normalized, deduplicated data through a clean REST interface.

Get API keys View endpoints
Endpoints
GET
/v1/competitors/prices
Latest prices across all tracked competitors and channels
GET
/v1/competitors/prices/history
Historical price series with configurable granularity
GET
/v1/competitors/patterns
Detected behavior patterns — bundling, weekend pricing, promo cadence
Example request
curl "https://api.prizeskout.qa/v1/competitors/prices?product_id=sku_galaxy_buds_2_pro" \
  -H "Authorization: Bearer sk_live_••••"
200 OK · application/json
{
  "product_id": "sku_galaxy_buds_2_pro",
  "currency": "QAR",
  "channels": {
    "carrefour": { "price": 449.00, "promo": null, "observed_at": "2025-01-14T09:42:11Z" },
    "talabat":   { "price": 479.00, "promo": { "depth_pct": 15, "ends_at": "2025-01-21" } },
    "amazon":    { "price": 469.00, "promo": null }
  }
}
What you get
Continuous scrape of 1,400+ SKUs across 6+ channels by default, extensible on request
Normalized currency, unit, and SKU matching across competitors
Historical price series with 15-minute resolution
Behavior pattern detection: promo cadence, weekend pricing, bundling, stealth drops
Webhooks on price drops, promo starts, and competitor stockouts
Field-intel reconciliation so in-store and online prices can be queried together
Common integrations
Price monitoring dashboards
Build internal dashboards without running your own scrape infrastructure.
Alerting pipelines
Wire webhooks into Slack, PagerDuty, or your incident tool when competitors move.
Data science features
Feed normalized time series directly into your forecasting and elasticity models.