Food Dining
Zepto logo

Zepto API

zepto.com

Quick-commerce grocery delivery - browse products, categories, and get full product details on Zepto.

Actions
5
Category
Food Dining
Login
Not required
Output
JSON

Call the Zepto API

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

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_zepto_cross_sell_recommendations",
    "params": {
      "store_id": "b4dc8d65-ed2e-4142-81b6-373982b13500",
      "product_variant_id": "6b9644a6-86f1-4951-a01f-25300299a33f"
    }
  }'

5 actions on zepto.com

Read

  • Cross Sell Recommendations

    act_zepto_cross_sell_recommendationsread1 credit / call

    Returns related SKUs with names, brands, prices, images, and availability for a store and product variant.

    store_id
    string · required
    product_variant_id
    string · required
  • Zepto Product Details

    zepto_product_detailsread1 credit / call

    Zepto — fetch one product by PDP URL for a delivery location. Accepts lat/lon or a 6-digit pincode, resolves the dark store serving it (no hardcoded store), then returns title, brand, price, mrp, unit, in_stock, store, and extracted product info. Price and stock are store-specific, so the same product can be in stock in one city and out of stock in another.

    product_url
    string · required
    pincode
    string
    lat
    string
    lon
    string
    store_id
    string

Write

Write actions change state on zepto.com and run as the account you connect.

  • Product Detail by Variant

    act_zepto_product_detail_json_from_cart_servicewrite2 credits / call

    Returns detail for a product variant, including name, brand, pack size, and price.

    product_variant_id
    string · required
    quantity
    integer · required
    store_id
    string · required
  • Product Details

    act_zepto_product_detailwrite3 credits / call

    Returns full product data for a batch of variant IDs including name, brand, price, images, and pack size.

    product_variant_ids
    array · required
    store_id
    string · required
    secondary_store_id
    string
  • Product Listing

    act_zepto_product_listingwrite3 credits / call

    Returns the product assortment for a subcategory including name, brand, price, discount, and stock status.

    deeplink_id
    string · required
    store_id
    string · required
    page_number
    integer
    deeplink_type
    string
    secondary_store_id
    string

Zepto API questions

Is there an API for Zepto?
Zepto does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for zepto.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 Zepto 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 zepto.com changes its markup, Anakin updates the action.
Do I need a Zepto account?
No. Every Zepto action listed here runs anonymously — no account and no credentials required.
What does the Zepto 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