Sayweee: Get Category Products
Sayweee via Parse · food_dining
Browse products within a specific category. Returns paginated results with product details including discount info. Use offset/limit for pagination. API for SayWeee.com (Asian grocery delivery), providing product search, detail lookup, and category browsing (deals, bestsellers, new arrivals). Fulfilled by Parse from sayweee.com.
- ecommerce
- food-dining
- marketplace
- parse
- platform-key
- sayweee
- sayweee-com
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/4ba5cc74-247f-4a27-a758-c0dcc49da6cc/get_category_products
- Interface artifact
- sha256:e3122c47265e0b20a3e8ce58a9d997391136569b920a43c28af26cc7491dd4f1
- Manifest digest
- sha256:43a6f86937ab1f8c43190f930954a950023cab96faa39b05bd8669b7df82446c
Request fields
- limit (integer): Max number of products to return
- offset (integer): Offset for pagination (number of items to skip)
- category (string): Category key: 'new', 'trending', 'meat', 'seafood', 'fruits', 'vegetables', 'sale': Allowed values: trending, new, meat, seafood, fruits, vegetables, sale
Example queries
- {"limit":"5","offset":"0","category":"trending"}