BUG: Get Category Products
BUG via Parse · ecommerce
List products within a specific category by slug. Returns a paginated list of products belonging to the given category. Category slugs are returned by get_all_categories. Paginates via integer page number. API for bug.co.il, an Israeli electronics retail website. Provides product search, category browsing, detailed product pages, and featured homepage items. Fulfilled by Parse from bug.co.il.
- bug
- bug-co-il
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/90a92f35-9919-4037-8945-0dc0f4d3ed6c/get_category_products
- Interface artifact
- sha256:e1316adc20b2c235ff58921b7b9a8c0b2ee4465dd6aca31f72917ebf02269009
- Manifest digest
- sha256:12a837ea94d284c3ffb30ac2b3df3e70c06951faf3ecac2e7900098a8c0a1462
Request fields
- page (integer): Page number for pagination (1-indexed).
- category_slug (string, required): Category slug as returned by get_all_categories (e.g. 'smartphones', 'smartwatches', 'computerscreens', 'gamingproducts').: Allowed values: smartphones, smartwatches, computerscreens, gamingproducts
Example queries
- {"page":"1","category_slug":"smartphones"}