Chedraui: Get Category Products
Chedraui via Parse · ecommerce
List products within a specific category path with pagination. Category paths can be obtained from the list_categories endpoint (strip the leading slash). Returns the same product shape as search_products. Scraper for Chedraui.com.mx providing access to product search, details, categories, and trends. Fulfilled by Parse from chedraui.com.mx.
- chedraui
- chedraui-com-mx
- ecommerce
- food-dining
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/237e52eb-6169-4c6b-a9a6-553d017ba971/get_category_products
- Interface artifact
- sha256:63b37005407742aafc0f98f9bfb17345dfc0cde6a78a2ac1425c19df5d1bc716
- Manifest digest
- sha256:3ee6b6c758c77354d6f5be016da115a1772fd501ca0e93f06a2b68f3778fcf88
Request fields
- page (integer): Page number for pagination.
- limit (integer): Number of products per page.
- category_path (string, required): The category path without leading slash (e.g. 'supermercado/frutas-y-verduras', 'supermercado/despensa').
Example queries
- {"page":"1","limit":"5","category_path":"/supermercado/frutas-y-verduras"}