Shoprite: Get Products By Category
Shoprite via Parse · ecommerce
Retrieve products within a specific department/category by searching the product catalogue. Returns up to 20 products per page. Use category_id and category_name values from get_all_departments results. Retrieve products, specials, categories, store locations, and real-time pricing from Shoprite.co.za. Supports search, category browsing, and store-specific availability. Fulfilled by Parse from shoprite.co.za.
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
- shoprite
- shoprite-co-za
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/98bf936f-1cdc-4e00-b994-5c44eb2d1d31/get_products_by_category
- Interface artifact
- sha256:893095364db080568314d4d0f69811a50a19f81aa7deee611094799d6c215784
- Manifest digest
- sha256:a43fc8ed4225bfb413a7b355c2cf6c1469a0a65e79530a54cecbcf5a29f11234
Request fields
- page (integer): Page number (0-indexed).
- category_id (string, required): Category ID from get_all_departments results (MongoDB ObjectId, e.g. '670437dc7a8738098af92e27').
- category_name (string, required): Category name from get_all_departments results (e.g. 'Bakery', 'Fruit & Vegetables').
Example queries
- {"page":"0","category_id":"67075e5eff987811364007e6","category_name":"Appliances"}