checkers.co.za API: get_category_products
checkers.co.za via Parse · food_dining
List all products within a specific category or sub-category. Accepts a category ID from list_categories and returns paginated product results with the same shape as search_products. Use totalCount for pagination bounds. Access Checkers grocery store data including product search, categories, product details, store finder, and popular searches. Fulfilled by Parse from checkers.co.za.
- checkers-co-za
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
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
- POST /scraper/a7a3a4ba-dfb7-4476-9712-8753b2fb3140/get_category_products
- Interface artifact
- sha256:c356d08ebd4f66ab7b5d3baeb811eeb812438b047e9cb59dcafd6d23c19a4a2a
- Manifest digest
- sha256:37a281c6ef8374b4738ba7813af9142fbda47c4d91cea389b8db9f55e4acf5db
Request fields
- page (integer): Page number (0-indexed)
- limit (integer): Number of results per page
- category_id (string, required): Category ID from the list_categories endpoint (e.g. '67075e5eff987811364007e6' for Appliances)
Example queries
- {"page":"0","limit":"20","category_id":"67075e5eff987811364007e6"}