Hyperpure: Get Products By Category
Hyperpure via Parse · food_dining
Returns paginated list of products for a given category in a city. Uses SSR extraction for page 1 and API fallback for subsequent pages. Each product includes Name, Slug, ImagePath, UnitPrice, Rating, Brand, and CategoryName among other fields. API for accessing Hyperpure by Zomato's wholesale product catalog, covering available cities, product categories, paginated listings, product search, and detailed product information. Fulfilled by Parse from hyperpure.com.
- ecommerce
- food-dining
- hyperpure
- hyperpure-com
- marketplace
- parse
- platform-key
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/6cb71472-df6a-47e1-b8b8-d8fb83ba6aa7/get_products_by_category
- Interface artifact
- sha256:e178c04bc3c26bb6b026f3e63bdc6636b5aab338b89d30c695c8c4e155f8a184
- Manifest digest
- sha256:5c65d55a8ff211f31c29507ff02c257f9e7e5d0c4792ff0f69e56724cea73474
Request fields
- city (string, required): City name as returned by get_cities (e.g. bengaluru, delhi).
- page (integer): Page number for pagination (1-based).
- category_slug (string, required): Category slug from get_categories results (e.g. fruits-vegetables, dairy, rice-rice-products, pulses).
Example queries
- {"city":"bengaluru","page":"1","category_slug":"fruits-vegetables"}