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
{
"category_path": "electronics",
"page": 1,
"results": [
{
"item_id": "826164368",
"domain": "us",
"title": "onn. 50" Class 4K UHD LED Roku Smart TV",
"price": 228,
"currency": "USD",
"rating": 4.4,
"reviews_count": 9021,
"seller": "Walmart.com",
"image": "https://i5.walmartimages.com/asr/example.jpeg",
"url": "https://www.walmart.com/ip/826164368",
"availability": "In stock"
}
],
"nextCursor": "2"
}
GET
/v1/data/walmart/category1 credit / runBrowse Category
Browse Walmart category pages.
Handled for you:Akamaipress_and_holdRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| category_path | string | yes | Category path/slug. |
| Advanced filters | |||
| 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) |
| in_stock | boolean | no | Keep only items available at the selected store. (default: false) |
| store_id | string | no | Scope pricing and availability to a specific store id. |