Asda: Get Category Products
Asda via Parse · food_dining
Browse products within a specific category. Returns paginated product listings for the given category ID. Use list_categories to discover valid category IDs. Pagination is 0-indexed. Search products, browse categories, and retrieve product details and reviews from ASDA's online grocery store. Fulfilled by Parse from asda.com.
- asda
- asda-com
- ecommerce
- food-dining
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2fda71be-d876-4595-b859-b1dacfb5a8a0/get_category_products
- Interface artifact
- sha256:5409f7baeccb2b35f27304bae1bb899869287f8d2371eb62ab210e6a6fb928bd
- Manifest digest
- sha256:82e45b9080d3825da4da2c983615addf82f88a979e06c22a9f55219d686c6f82
Request fields
- page (integer): Page number (0-indexed)
- limit (integer): Max results per page (1-50)
- category_id (string, required): Category ID from list_categories endpoint (e.g. '1215684421136')
Example queries
- {"page":"0","limit":"5","category_id":"1215684421136"}