Skip to main content
GET
Get Product Detail
Fetch a single Walmart product by its usItemId. Returns everything Walmart’s page carries: identifiers (upc, gtin, model), the full price block, per-fulfilment promised delivery dates, grouped specifications, variants, alternative condition offers, the marketplace seller, return policy, and a reviews sample with the complete star histogram. Credits: 10

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Walmart usItemId, e.g. 5689919121. Take it from us_item_id on a search result, or from a walmart.com/ip/.../{item_id} URL — the SEO slug is decorative and only the numeric id is needed.

Response

object
The full Product. Key fields:

Example

Response
Prices and availability are store-specific. Walmart resolves the assortment store from the request IP and overwrites any store id you try to set, so it cannot be pinned by a parameter. The location block names the store that actually answered — always read it before comparing prices across calls.
To reach the seller endpoints, use seller.catalog_seller_id (numeric, 152 above) — not seller.seller_id, which is a 32-char hex value and 404s as a storefront URL.

Errors