Live API
Walmart product data API
Live product data from Walmart.com product pages — price, buy-box seller, stock, ratings, specifications and images.
Start free DocsWhat you get
- price (current, was, unit, currency)
- availability (in stock, transactable offers)
- buy-box seller (name, rating, first- or third-party)
- identifiers (UPC, model, item ID)
- ratings and review counts
- specifications, ingredients, directions
- category path and images
Endpoints
| Endpoint | Returns |
|---|---|
GET /v1/walmart/product | Full product record |
GET /v1/walmart/price | Price and availability only |
Both accept either item_id or a full url.
Example
curl https://api.gravitrondata.com/v1/walmart/product \
-H "Authorization: Bearer gd_live_..." \
-G --data-urlencode "item_id=650209444"