Coop: Get Products By Category
Coop via Parse · food_dining
Returns a paginated list of products for a given category ID, with optional sorting and promotional filtering. Results include product details, vendor info, media URLs, and facet filters for further refinement. Scraper for CoopShop.it - Italian Coop online grocery store. Provides access to product categories, product search, product details, offers/new arrivals, and suggested products. Fulfilled by Parse from coop.it.
- coop
- coop-it
- ecommerce
- food-dining
- marketplace
- 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
- GET /scraper/887773c5-cd58-4639-8d2e-34a6cb94ee41/get_products_by_category
- Interface artifact
- sha256:160a89034ec113cc1b4a00060b6208425f89b6f9a673cf30db510586e195b588
- Manifest digest
- sha256:569c8a50d71077e754b42165684a9c762cf5a2ef194343ae6ffc62affa80ae9d
Request fields
- page (integer): Page number.
- sort (string): Sort order.: Allowed values: price_asc, price_des, name_asc, name_des
- promo (boolean): Filter promotional products only.
- page_size (integer): Products per page.
- category_id (string, required): Category ID to retrieve products for (e.g. '33997').
- warehouse_id (string): Warehouse ID.
Example queries
- {"page":"1","sort":"price_asc","promo":"false","page_size":"24","category_id":"33997","warehouse_id":"0"}