walmart.com API: search_products
walmart.com via Parse · ecommerce
Full-text search over Walmart product catalog. Returns paginated product summaries with price, rating, and availability badges. Supports sorting and facet filtering. Each ProductSummary can be drilled into via get_product_details for full specifications. Search products, get product details, reviews, and browse categories on Walmart.com Fulfilled by Parse from walmart.com.
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
- reviews-ratings
- walmart-com
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/17a61761-c01e-4c8c-8a28-89538156d89e/search_products
- Interface artifact
- sha256:7f02a33e073a9012115c1200b55179ecb45f6d44eb411d0ee201ea6a95497430
- Manifest digest
- sha256:1f37a6db32a21d019e73a6ffde323b8da75729ce8df68bad8bbc0070cc0ca5de
Request fields
- page (integer): Page number for pagination
- sort (string): Sort order for results: Allowed values: best_match, price_low, price_high
- query (string, required): Search keyword (e.g. 'laptop', 'wireless headphones')
- filters (string): Facet filter string to narrow results (e.g. 'brand:Samsung')
Example queries
- {"page":"1","sort":"best_match","query":"laptop"}