Flipkart product data API
The ShopAPIS Flipkart product data API returns structured fields for any Flipkart listing — current price, MRP, discount, the full key-value spec table, Flipkart Assured badge, ratings, bank/offer promotions, variants and seller details — as clean JSON in INR. Flipkart’s electronics spec tables are the deepest in India, and its official Affiliate Product API is the most legitimate structured-ingest path in the country.
Flipkart is the single most important India-specific catalog. It draws 206.7M monthly visits (Similarweb, Apr 2026) and holds 47-60% of India GMV on ~$9.8B revenue FY25. As the Walmart-owned market leader, it carries the most defensible local-SKU data versus Amazon — and unlike most India platforms, it publishes a documented Affiliate Product Feed API and a Seller API, giving a clean, legitimate path to structured listings.
Why Flipkart data is hard to get
Flipkart serves listings through dynamic, rate-limited endpoints and protects them with behavioral bot scoring. While its Affiliate Product API delivers clean JSON, it is scoped to affiliate-eligible categories and feeds — it does not cover every live listing, full cross-seller pricing or rivals’ assortment at scale. Combining the official feed with parsed public listings gives complete coverage of price, the spec table, bank offers and seller data for products outside affiliate scope. ShopAPIS blends both paths and maintains the infrastructure for you.
Data fields returned
- Identifiers — Flipkart product ID (PID), listing ID, SKU, brand.
- Pricing — current price, MRP, discount percentage, currency, special/Big-Billion price.
- Specs — full key-value specification table (especially rich for electronics).
- Offers — bank/card offers, EMI options, exchange-offer flags.
- Trust signals — Flipkart Assured badge, F-Assured, ratings, review count.
- Seller — seller name, seller rating, fulfillment type, offer count.
- Variants — color/storage/size variant matrix with per-variant price and availability.
- Media & taxonomy — image gallery URLs, category browse path, availability.
Sample response
{
"platform": "flipkart",
"marketplace": "flipkart.com",
"product_id": "MOBGTAGPETSZYHHD",
"title": "Samsung Galaxy M35 5G (Daybreak Blue, 128 GB)",
"brand": "Samsung",
"price": { "amount": 16999.00, "currency": "INR", "mrp": 24999.00, "discount_pct": 32 },
"specs": {
"RAM": "6 GB",
"Storage": "128 GB",
"Display": "6.6 inch sAMOLED 120Hz",
"Battery": "6000 mAh",
"Camera": "50MP + 8MP + 2MP"
},
"offers": [
{ "type": "bank", "text": "10% off on HDFC Credit Card" },
{ "type": "exchange", "text": "Up to Rs.14,000 off on exchange" }
],
"assured": true,
"rating": 4.3,
"review_count": 18402,
"variant": { "color": "Daybreak Blue", "storage": "128 GB" },
"seller": { "name": "SUPERCOMNET", "seller_rating": 4.6 },
"images": ["https://rukminim2.flixcart.com/image/abc123.jpg"],
"category_path": ["Mobiles", "Smartphones", "Samsung"],
"scraped_at": "2026-06-05T11:42:00Z"
}Markets & domains covered
- India — flipkart.com (INR).
Flipkart is India-only and the authoritative source for locally launched SKUs and India-specific electronics specs. Pair it with Amazon India for the most complete India price and assortment picture.
Use cases
- Electronics spec & price intelligence — Flipkart’s key-value spec tables make it the best India source for normalized electronics data. See catalog enrichment.
- Price & MRP monitoring — track price, MRP, discount and Big-Billion-Day moves. See price monitoring.
- Competitive intelligence — track rivals’ assortment, Assured status and seller ratings. See competitive intelligence.
- MAP enforcement — flag offers below minimum advertised price on branded SKUs. See MAP compliance.
Flipkart’s Affiliate Product API is the most legitimate structured-ingest path in India — but it doesn’t cover every live listing. ShopAPIS combines it with parsed listings so your coverage isn’t limited to affiliate-eligible categories.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/south-asia.md); sources: Similarweb Apr 2026, api2cart 2026, Trak.in. See the Flipkart Affiliate API docs for the official Product Feed API.