All sites
Data API
Walmart Data API
Product, search and store-level data from Walmart, structured and ready to use.
10endpointsAkamai · press_and_hold · Rate Limit handled for you
Example
walmart.com
ExampleJSON responseclick the page to trace a field
{
"seller_id": "101040776",
"page": 1,
"results": [
{
"item_id": "445009821",
"domain": "us",
"title": "Stainless Steel Cookware Set 10-Piece",
"price": 74.99,
"currency": "USD",
"rating": 4.5,
"reviews_count": 612,
"seller": "HomeEssentials Co.",
"image": "https://i5.walmartimages.com/asr/example.jpeg",
"url": "https://www.walmart.com/ip/445009821",
"availability": "In stock"
}
],
"nextCursor": "2"
}
GET
/v1/data/walmart/sellers/{seller_id}/products1 credit / runSeller Products
A seller's product inventory.
Handled for you:Akamaipress_and_holdRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| seller_id | string | yes | Walmart seller id. |
| Advanced filters | |||
| query | string | no | Filter query. |
| page | integer | no | Page number. (default: 1) |
| sort_by | string | no | Sort order for results. |
| min_price | integer | no | Only items priced at or above this amount. |
| max_price | integer | no | Only items priced at or below this amount. |
| brand | string | no | Filter to one or more brands. Comma separate multiple brands. |
| rating_min | integer | no | Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up). |
| free_shipping | boolean | no | Keep only items that ship free. (default: false) |