Pricing Intelligence
Three steps. We watch the shops, we work out which listing is your product, and we send it to you however you like. Click each one below.
01 — Monitoring
Click any step to see what happens.
02 — Product Matching
We compare the name, the brand and model, the specs and the photo, then score how well each listing matches. Strong matches are confirmed automatically. Anything we're less sure about goes to a person instead of being trusted blindly. Pick a product to see its scores.
03 — How You Get It
The same data, four ways to get it. Switch anytime, and different teams can use different ones.
Standard REST and JSON, with one header for your key. Pull current or past prices straight into your own systems, BI tools or pricing software.
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 } ] }
Download a file the moment you need it — no overnight job to wait for. Handy for a quick bit of analysis or for sending to someone who doesn't use the API.
| SKU | Marketplace | Price | In Stock | Checked At |
|---|---|---|---|---|
| SAMSUNG-S24-256 | amazon | ₹1,14,999 | true | 2026-08-27 14:02 |
| SAMSUNG-S24-256 | flipkart | ₹1,16,499 | true | 2026-08-27 14:01 |
| DELL-XPS15 | amazon | ₹1,61,499 | true | 2026-08-27 13:58 |
| SONY-WH1000XM5 | flipkart | ₹31,490 | false | 2026-08-27 13:50 |
A shared screen for teams who don't want to pull data anywhere. Filter by brand, category or site.
Sent to email, Slack or a webhook the moment a price you're watching changes.
See it matched against your own catalogue.