walmart_product
Extract product data from any Walmart product page: title, price, images, ratings, reviews, and seller details.
Instructions
Scrapes any Walmart product page by URL, retrieving title, price, images, ratings, reviews, seller info, and more. [Credits: 5 API credits per successful request.] Notes: Uses a full product page URL rather than a product ID parameter. No domain/country localization parameters documented; localization is implicit in the walmart.com URL passed. No pagination applicable. Returns: { title, description, upc, item_id, product_type, price, currency, availability, delivery_date, images: [], seller:{seller_id,seller_name,display_name}, overall_rating, review_count, ratings_distribution: [{stars,count}], categories: [{name,url}], specifications: {brand,count,active_ingredient,...} }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full Walmart product page URL to scrape (e.g. https://www.walmart.com/ip/46480251). |