Skip to content
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.comGET/walmart/autoc…GET/walmart/searchGET/walmart/categ…{ } JSON

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.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/walmart/autocompleteComing soonKeyword SuggestionsSearch1 credit / run
/v1/data/walmart/searchSearch ProductsSearch1 credit / run
/v1/data/walmart/categoryBrowse CategoryListings1 credit / run
/v1/data/walmart/dealsDealsListings1 credit / run
/v1/data/walmart/marketsList MarketsReference1 credit / run
/v1/data/walmart/products/{item_id}Get Product DetailProducts1 credit / run
/v1/data/walmart/products/{item_id}/reviewsGet ReviewsProducts1 credit / run
/v1/data/walmart/sellers/{seller_id}Coming soonGet SellerSellers1 credit / run
/v1/data/walmart/sellers/{seller_id}/productsSeller ProductsSellers1 credit / run
/v1/data/walmart/stores/{store_id}Coming soonStore DetailsStores1 credit / run