Food Dining
Swiggy Instamart logo

Swiggy Instamart API

swiggy.com

Swiggy Instamart grocery - category listings, product details, price, MRP, and pack size.

Actions
2
Category
Food Dining
Login
Not required
Output
JSON

Call the Swiggy Instamart API

Submit a task, then poll the job until it settles. This example runs act_swiggy_instamart_category_listing_page_load.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_swiggy_instamart_category_listing_page_load",
    "params": {
      "categoryName": "Masalas",
      "storeId": "1313712",
      "offset": "0",
      "filterName": "",
      "taxonomyType": "taxonomy 5",
      "showAgeConsent": "false"
    }
  }'

2 actions on swiggy.com

Read

  • Category Listing

    act_swiggy_instamart_category_listing_page_loadread1 credit / call

    Returns the product grid for a category and store with names, MRP, offer prices, and pack sizes.

    categoryName
    string · required
    storeId
    string · required
    offset
    string · required
    filterName
    string · required
    taxonomyType
    string · required
    showAgeConsent
    string · required
  • Swiggy Instamart Get Product

    swiggy_instamart_get_productread1 credit / call

    Fetches a Swiggy Instamart product page and returns structured data: title, brand, MRP, quantity, short description, and product details cards. Pass any swiggy.com/instamart/p/ URL.

    product_url
    string · required

Swiggy Instamart API questions

Is there an API for Swiggy Instamart?
Swiggy Instamart does not offer a public data API for this, but Anakin Wire provides 2 maintained endpoints for swiggy.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Swiggy Instamart data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when swiggy.com changes its markup, Anakin updates the action.
Do I need a Swiggy Instamart account?
No. Every Swiggy Instamart action listed here runs anonymously — no account and no credentials required.
What does the Swiggy Instamart API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Food Dining APIs

All Food Dining sites