Wellcome: Search Products
Wellcome via Parse · food_dining
Full-text search over Wellcome's grocery catalog. Supports English and Chinese keywords. Returns paginated product summaries, total counts, and available filter facets (category, brand, origin). Sort by price or new arrivals; default sort is relevance. Each product summary exposes a sku_id for fetching full detail via get_product_detail. Access product data from Wellcome (wellcome.com.hk), a major Hong Kong online grocery store. Search products, browse categories, get product details, and discover trending searches. Fulfilled by Parse from wellcome.com.hk.
- ecommerce
- food-dining
- marketplace
- parse
- platform-key
- wellcome
- wellcome-com-hk
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/8e12dbe9-89fe-49fb-ad81-bee481931230/search_products
- Interface artifact
- sha256:35006c0f4e25e935642e831b56f700dda60fd7aae13b3d5d401ed8e71f42c8d3
- Manifest digest
- sha256:f1972de9da5c09ceaf715f1c00b93d3bd4cde075c961457fea5bc2ec906774a2
Request fields
- page (integer): Page number (1-based)
- keyword (string, required): Search keyword (English or Chinese)
- sort_key (integer): Sort field: 0=default/relevance, 1=price, 2=new arrivals: Allowed values: 0, 1, 2
- page_size (integer): Results per page
- sort_rule (integer): Sort direction: 0=ascending, 1=descending: Allowed values: 0, 1
Example queries
- {"page":"1","keyword":"milk","sort_key":"0","page_size":"20","sort_rule":"0"}