coles.com.au API: get_subcategory_products
coles.com.au via Parse · food_dining
Browse products within a subcategory nested under a parent category. Both parent and subcategory are identified by their slugs (seoToken) from the category tree. Returns a paginated list of up to 48 products per page. Access product data from Coles Australian supermarket including search, browse by category, product details, and current specials. Fulfilled by Parse from coles.com.au.
- coles-com-au
- 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/dd2897d9-0135-464a-b16a-54ccc10e02e4/get_subcategory_products
- Interface artifact
- sha256:3a803590660e616a3d47a1767637b5b01714e9da7567b56a6e5b0d01c5f61fd3
- Manifest digest
- sha256:6a3e4c1f440713dcfaad9c5d14e4a7493e02e92487d2f7ae39d3dfe1d3a21171
Request fields
- page (integer): Page number for pagination.
- category (string, required): Parent category slug (seoToken). Example: 'fruit-vegetables'.
- subcategory (string, required): Subcategory slug (seoToken) under the parent category. Example: 'fruit'.
Example queries
- {"page":"1","category":"fruit-vegetables","subcategory":"fruit"}