COS: Search Products
COS via Parse · ecommerce
Full-text search over COS product catalog by keyword. Returns paginated product listings including name, price, images, stock info, and product URL. Pagination is page-based (1-indexed). Each product carries enough metadata to filter client-side by gender, sale status, or newness. Search and retrieve product details from COS (cos.com) fashion store. Returns product names, prices, images, and URLs. Fulfilled by Parse from www.cos.com.
- cos
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- www-cos-com
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/f6e2cf57-99cc-49ae-bfa3-7e7913a9fedb/search_products
- Interface artifact
- sha256:4b7465323e323e481a06bc35b1c9a5afe3e6a7031d2c4b9a01f215f59881cc60
- Manifest digest
- sha256:6ffc905b21388874adf95f6d7a22823d30490004c72f3ce15a132faf8ee05749
Request fields
- page (integer): Page number (1-based)
- query (string, required): Search keyword (e.g., 'jacket', 'dress', 'wool sweater')
- page_size (integer): Number of results per page (max 40)
Example queries
- {"page":"1","query":"jacket","page_size":"10"}