walmart.com API: search_grocery_products
walmart.com via Parse · ecommerce
Search Walmart grocery products by keyword, scoped to a specific Walmart store for store-specific availability and pricing. Provide either zip_code (to let Walmart assign the nearest store) or store_id (to lock results to that exact physical store). When store_id is provided, results include only products from that store; if the store cannot be matched, an empty product list is returned rather than falling back to another store. Returns paginated product listings with name, brand, package size, current price, price per unit, item ID, product URL, and a store object identifying the specific Walmart physical store whose inventory and pricing was used. Each page returns up to ~40 products. 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.02 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_grocery_products
- Interface artifact
- sha256:0ae669a74928e4bf7d1716f873f11349482f03a81db44f927815d9a2b1fb1402
- Manifest digest
- sha256:900ad923ad1cd29925ff9e61fdb33ba5087fefe96655d5dfc08c5708b92ef13a
Request fields
- page (integer): Page number for pagination
- query (string, required): Grocery search keyword (e.g. 'boneless skinless chicken breast', 'organic milk')
- store_id (string): Walmart store ID (e.g. '3081') to lock search results to a specific physical store. Obtainable from get_store_locations. When provided, only products priced and available at that exact store are returned; if the store cannot serve results, an empty list is returned. Either store_id or zip_code must be provided.
- zip_code (string): 5-digit US ZIP code for store-specific results (e.g. '27401'). Either zip_code or store_id must be provided.
Example queries
- {"page":"1","query":"boneless skinless chicken breast","zip_code":"27401"}