Product
Same data behind all four. Pick whichever suits how your team works.
You get an alert the moment a product's price moves on any site. No daily summary, no refreshing a page.
You can pull any of this through the API or download it as CSV. Nothing is trapped inside a dashboard.
Standard REST and JSON, with one header for your key. Most teams finish in an afternoon.
const res = await fetch( 'https://api.buyhatke.com/v1/prices/SAMSUNG-S24-256', { headers: { 'Authorization': `Bearer ${API_KEY}` } } ); const data = await res.json(); // → { "sku": "SAMSUNG-S24-256", "prices": [ { "marketplace": "amazon", "price": 114999, "in_stock": true }, { "marketplace": "flipkart", "price": 116499, "in_stock": true } ] }
Not just cheaper or dearer — see the full spread across every site you compete on.
See it running on your own catalogue.