Walmart Data API
## Walmart Data API Real-time data from Walmart.com — product listings, search results, reviews, store locations, seller profiles, price rollbacks, trending items, and autocomplete suggestions. All in one simple REST API. ## Key Endpoints | Endpoint | Description | |---|---| | `/api/v1/search` | Search products with filters (category, price, rating, sort) | | `/api/v1/product` | Full product…
Walmart Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
|
| api | ||
| GET |
getSellerProfile /api/v1/seller |
Returns marketplace seller profile information. |
| GET |
getRollbacks /api/v1/rollbacks |
Returns current Walmart rollback price deals. Unique differentiator — shows wasPrice vs currentPrice savings. |
| GET |
getAutocomplete /api/v1/autocomplete |
Returns search suggestions for a partial query. Unique — no competitor has this endpoint. |
| GET |
getProduct /api/v1/product |
Returns full product details including images, specs, variants, and seller info. |
| GET |
getReviews /api/v1/reviews |
Returns paginated product reviews with rating distribution. |
| GET |
getTrending /api/v1/trending |
Returns top-rated / trending products. Unique — no competitor has this endpoint. |
| GET |
getCategoryProducts /api/v1/category |
Returns products for a Walmart category by category ID. |
| GET |
getSellerReviews /api/v1/seller/reviews |
Returns reviews for a Walmart marketplace seller. |
| GET |
searchProducts /api/v1/search |
Search Walmart's product catalog. Returns paginated results with prices, ratings, and availability. |
| GET |
getStores /api/v1/stores |
Find a Walmart store by ID or locate stores near a ZIP code. |
Walmart Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $45 / month | — |
|
| MEGA | $99 / month | — |
|