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 / callReturns 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 / callZepto — 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 / callReturns 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 / callReturns 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 / callReturns 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
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
Allmenus
Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.
Allrecipes
Allrecipes - recipe search by keyword or ingredient, categories, and recipe details.
Ambitiouskitchen
Recipe site - categories, recipe details, ingredients, steps, and ratings.
Applebee's
Applebee's - menu, item prices, locations, and nutrition info.
Arbys
Arby's quick-service chain - menu categories, prices, nutrition facts, and store locations.