JioMart API
jiomart.com
JioMart grocery - products, pricing, images, availability, and reviews.
- Actions
- 4
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the JioMart API
Submit a task, then poll the job until it settles. This example runs jm_brands_directory.
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": "jm_brands_directory",
"params": {
"page_no": 1,
"page_size": 24
}
}'4 actions on jiomart.com
Read
Brands Directory
jm_brands_directoryread1 credit / callReturns a paginated JioMart brand directory with slugs for brand drill-down.
- page_no
- integer
- page_size
- integer
- department
- string
Categories
jm_categoriesread1 credit / callReturns the full JioMart department and category taxonomy with slugs.
Product Details
jm_product_detailsread1 credit / callReturns JioMart product detail with price, brand, attributes, images, and category.
- product_url
- string · required
Product Search
jm_search_productsread1 credit / callReturns JioMart products by keyword or category with brand filter, sort, and pagination.
- query
- string
- category
- string
- brand
- string
- page_no
- integer
- page_size
- integer
- sort_on
- string
JioMart API questions
- Is there an API for JioMart?
- JioMart does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for jiomart.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 JioMart 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 jiomart.com changes its markup, Anakin updates the action.
- Do I need a JioMart account?
- No. Every JioMart action listed here runs anonymously — no account and no credentials required.
- What does the JioMart 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.