# ScrapingBee Walmart Product API > Retrieve structured details for a single Walmart product. ## Endpoint and authentication - Endpoint: `https://app.scrapingbee.com/api/v1/walmart/product` - Required input: `product_id`, the numeric ID from a Walmart product URL. - Authentication: `Authorization: Bearer YOUR_API_KEY`. - The `api_key` query parameter remains supported for backward compatibility but is deprecated for new integrations. - Response format: structured JSON. ## Request controls | Parameter | Default / behavior | | --- | --- | | `product_id` | Required product identifier from a Walmart product URL, for example `/ip/name/5491199371`. | | `light_request` | `true`; set `false` for browser-rendered results. | | `domain` | Optional Walmart domain for localization, for example `com`. | | `device` | `desktop` (default), `mobile`, or `tablet`; results can differ by layout. | | `delivery_zip`, `store_id` | Delivery ZIP or a specific Walmart store; store IDs are at `https://www.scrapingbee.com/download/walmart_stores.json`. | | `add_html` | `false` by default; set `true` to include HTML. | | `screenshot` | Forces a browser screenshot. | | `tag` | Response-header label only. | ## Rendering, cost, and response - Light requests do not use a browser and can omit data returned by regular requests. Use `light_request=false` when completeness matters. - Cost: 10 credits for a successful light request or 15 for a regular request. `screenshot=true` costs 15 credits, ignores `light_request`, and returns a base64-encoded image. - Unlike the Search section, the source does not publish a product-endpoint retry window. Do not assume its retry behavior matches Search without live verification. - The source front matter claims `parse=false` returns HTML but does not define the parameter in the endpoint contract. Use `add_html=true` for documented HTML output. - The response includes `product_id`, title/description, images, specifications, nested `price` (`current`, `original`, `currency`, discount), `availability` (`in_stock`, quantity, standard/express/pickup delivery options), rating average/count/distribution, seller name/ID/rating, and shipping free/price/two-day data.