costco.com API: search_products
costco.com via Parse · ecommerce
Search for products by keyword with pagination and sorting. Returns product listings with pricing, ratings, images, and availability information. Search products, browse categories, get product details/reviews, find warehouse locations, and access savings deals on Costco.com Fulfilled by Parse from costco.com.
- costco-com
- ecommerce
- maps-geo
- parse
- platform-key
- reviews-ratings
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/1802ebc9-74ad-4148-ab24-013ecb147fa5/search_products
- Interface artifact
- sha256:d836b81baa8cd4ef83678a4ea8899969779a6bbc717d119f5b2cc275506a5516
- Manifest digest
- sha256:f4297a195bb1d6f4d56f3932fe80192a945627d88748d73821a8fd6e3a3eeaab
Request fields
- rows (integer): Number of results per page
- query (string, required): Search keyword (e.g., 'television', 'organic coffee')
- start (integer): Pagination offset (0-based)
- sort_by (string): Sort order: price_low_high, price_high_low, top_rated, best_match
Example queries
- {"rows":24,"query":"television","start":0,"sort_by":"price_low_high"}