Back to Blog
ProductJuly 14, 20268 min read

Amazon, Nykaa, Myntra & Flipkart Now on QuickCommerce API — Search & Pricing

One API key now spans quick commerce grocery and major Indian marketplaces. Here's what launched, what stayed scoped to q-commerce, and how to call it.

#amazon api india#nykaa api#myntra api#flipkart api#ecommerce api#platform launch

Today QuickCommerce API search and item covers 11 platforms: the original quick commerce set plus Amazon, Nykaa, Myntra, and Flipkart. Same key, same credit model, same JSON shape for product search — whether you're comparing Amul milk on Blinkit or earbuds on Flipkart.

Info

Delivery ETA remains available for 7 quick commerce platforms only (Blinkit, Zepto, Swiggy Instamart, BigBasket, DMart Ready, JioMart, Flipkart Minutes). Marketplace search returns pricing and availability signals, not doorstep ETAs.

11

Search / item

Platforms

7

Delivery ETA

Quick commerce

100

Free credits

On signup

1 credit

Cost model

Per API call

What shipped

You can now pass `platform=Amazon`, `Nykaa`, `Myntra`, or `Flipkart` to `GET /v1/search` and `GET /v1/item` the same way you already call Blinkit or Zepto. Responses include name, brand, MRP, offer price, availability, images, and deeplinks where the marketplace exposes them.

CapabilityQuick commerce (7)Marketplaces (4)
Product searchYesYes
Item / deeplink lookupYesYes
MRP & offer priceYesYes
Inventory signalsYesAvailability-focused
Delivery ETAYesNot applicable
Same API key & creditsYesYes

Why this matters

Price intelligence teams rarely live in grocery alone. A D2C brand watches Nykaa shelf pricing, a reseller monitors Flipkart and Amazon, and a q-commerce ops team still needs Blinkit ETAs. Until now that meant multiple scrapers or vendor APIs. One QuickCommerce key keeps the glue code boring.

Use cases we expect to see first: cross-channel price monitors, assortment checks (is this SKU on Myntra and Blinkit?), and promo detection on Amazon.in alongside Instamart.

Example: search Amazon.in

GET /v1/searchSearch Amazon India from the same base URL as Blinkit
Request (cURL)
curl -H "X-API-Key: your-api-key" \
  "https://api.quickcommerceapi.com/v1/search?q=wireless+earbuds&lat=12.9021&lon=77.6639&platform=Amazon"
Response (JSON)
{
  "status": "success",
  "credits_remaining": 99,
  "data": {
    "query": "wireless earbuds",
    "platform": "Amazon",
    "products": [
      {
        "name": "Example Earbuds",
        "brand": "Example",
        "mrp": 4999,
        "offer_price": 2999,
        "available": true
      }
    ]
  }
}

Try it live in the API Playground →

Platform landing pages

Deep-dive docs and examples for each new surface:

Quick commerce still matters

Marketplaces don't replace grocery. If you need pincode-level stock and ETA, stay on Blinkit, Zepto, Swiggy Instamart, and the rest of the q-commerce set. For a broader market read, see our Blinkit vs Zepto vs Instamart comparison.

Tip

New accounts still get 100 free credits — enough to try both a Blinkit milk search and an Amazon earbuds search in the same afternoon. [Sign up](/auth/signup) or try the [playground](/playground).

What's next

We'll keep expanding coverage and reliability. Follow the docs for endpoint details, or ask for higher volume on the pricing page. If you were building scrapers for marketplace HTML, this launch is the shorter path — same story we tell for grocery in why quick commerce scrapers break.

Ready to Get Started?

Sign up for free and get 100 credits instantly. No credit card required. Start querying quick commerce and marketplace platforms with a single API.