Walmart Product Scraper
Pricing
from $50.00 / 1,000 results
Walmart Product Scraper
Extract full Walmart US product data by product ID: price, original price, discount, rating, reviews, seller, stock, fulfillment options, images, GTIN and specifications — as clean, structured JSON.
Pricing
from $50.00 / 1,000 results
Rating
0.0
(0)
Developer
Yasmany Grijalba Casanova
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Get the full details of any Walmart product by its product ID — price, original price, discount, rating, reviews, seller, stock, fulfillment options (delivery / pickup / shipping), images, GTIN, and full specifications, as clean, structured JSON.
ℹ️ Zero configuration Provide a Walmart product ID and run it — results are ready in seconds.
Quick Start
{"productId": "1205085375"}
Tip: The product ID is the numeric code at the end of any Walmart product URL —
walmart.com/ip/Karma-Probiotic-Water/1205085375→1205085375.
Features
| Feature | Description |
|---|---|
| Complete Product Data | Price, discount, rating, reviews, seller, stock, GTIN, images |
| Fulfillment Options | Delivery, pickup, shipping availability and free-shipping flag |
| Specifications | Every spec key/value pair flattened and ready to use |
| Full Structured Output | Every detail in a clean, validated JSON record |
Use Cases
- E-commerce & Product Research — Pull full catalog data for any product to enrich your own listings
- Competitor Analysis — Track a competitor's price, discount, seller, and stock over time
- Price Monitoring — Run periodically per product to detect price changes
- Catalog Enrichment — Fill product specs, GTIN, and imagery from a single product ID
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
productId | string | — | Walmart numeric product ID (required) |
Output Example
[{"record_type": "product","product_id": "1205085375","sku": null,"gtin": "851424008468","name": "Karma Probiotic Water, Watermelon Wild Berry, 18 fl. oz., 1 Count Bottle","brand": "Karma Water","url": "https://www.walmart.com/ip/Karma-Probiotic-Water-.../1205085375","price": 1.96,"original_price": null,"discount_percentage": null,"currency": "USD","rating": null,"review_count": null,"in_stock": true,"seller_name": "Walmart.com","delivery_available": true,"pickup_available": true,"shipping_available": true,"free_shipping": false,"image_url": "https://i5.walmartimages.com/seo/Karma-Probiotic-Water-...jpeg","images_count": 7,"variants_count": 1,"specifications": { "Flavor": "Watermelon Wild Berry", "Brand": "Karma Water", "Size": "18 OZ" },"additional_details": { "...": "complete product data" },"scraped_at": "2026-05-19T18:00:00.000Z"}]
Note: original_price / discount_percentage are included only when the product is on sale. rating / review_count are null for products without reviews. sku is null when the source does not expose it.
Data Fields
| Field | Type | Description |
|---|---|---|
record_type | string | Row type: product for a result, not_found when the ID has no listing |
product_id | string | The Walmart product ID |
sku | string | Product SKU, when exposed by the source |
gtin | string | Global Trade Item Number (barcode) |
name | string | Product name |
brand | string | Brand (from specifications) |
url | string | Direct product page URL |
price | number | Current price |
original_price | number | Price before discount, when on sale |
discount_percentage | number | Discount percent, when on sale |
currency | string | Price currency (USD) |
rating | number | Average rating |
review_count | number | Number of reviews |
in_stock | boolean | Availability |
seller_name | string | Seller |
delivery_available / pickup_available / shipping_available | boolean | Fulfillment options |
free_shipping | boolean | Free shipping flag |
image_url / images_count | string / number | Main image and total image count |
variants_count | number | Number of product variants |
specifications | object | Flattened spec key/value pairs |
additional_details | object | Complete structured product payload |
scraped_at | string | ISO 8601 timestamp (UTC) |
Integrations
Use the API tab on the Actor page to get ready-to-use code examples in Python, JavaScript, and cURL, generated with the correct parameters for immediate integration.
FAQ
Support
- Check the FAQ above for common questions
- Test with the prefilled example to confirm expected output
- Contact support through Apify for additional assistance