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
Walmart Data API
Extract product detail, search results, reviews and category listings from Walmart as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/walmart/{action}Key Features
Structured JSON
Clean, normalized records for product detail, search results, reviews and category listings. No HTML parsing on your side.
10 endpoints
Across 6 categories, all under one base path.
Anti-bot handled
Akamai, press_and_hold, Rate Limit cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Global coverage. Results are returned for the default locale.
Pagination
Page through results with page.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/walmart/search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"query": "office chair",
"page": "1",
"store_id": "1",
"free_shipping": false,
"in_stock": false
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/walmart/autocompleteComing soonKeyword Suggestions | Search | 1 credit / run |
/v1/data/walmart/searchSearch Products | Search | 1 credit / run |
/v1/data/walmart/categoryBrowse Category | Listings | 1 credit / run |
/v1/data/walmart/dealsDeals | Listings | 1 credit / run |
/v1/data/walmart/marketsList Markets | Reference | 1 credit / run |
/v1/data/walmart/products/{item_id}Get Product Detail | Products | 1 credit / run |
/v1/data/walmart/products/{item_id}/reviewsGet Reviews | Products | 1 credit / run |
/v1/data/walmart/sellers/{seller_id}Coming soonGet Seller | Sellers | 1 credit / run |
/v1/data/walmart/sellers/{seller_id}/productsSeller Products | Sellers | 1 credit / run |
/v1/data/walmart/stores/{store_id}Coming soonStore Details | Stores | 1 credit / run |