Walmart Product Scraper avatar

Walmart Product Scraper

Pricing

from $50.00 / 1,000 results

Go to Apify Store
Walmart Product Scraper

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

Yasmany Grijalba Casanova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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.

Apify Actor Market


ℹ️ 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/12050853751205085375.


Features

FeatureDescription
Complete Product DataPrice, discount, rating, reviews, seller, stock, GTIN, images
Fulfillment OptionsDelivery, pickup, shipping availability and free-shipping flag
SpecificationsEvery spec key/value pair flattened and ready to use
Full Structured OutputEvery 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

ParameterTypeDefaultDescription
productIdstringWalmart 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

FieldTypeDescription
record_typestringRow type: product for a result, not_found when the ID has no listing
product_idstringThe Walmart product ID
skustringProduct SKU, when exposed by the source
gtinstringGlobal Trade Item Number (barcode)
namestringProduct name
brandstringBrand (from specifications)
urlstringDirect product page URL
pricenumberCurrent price
original_pricenumberPrice before discount, when on sale
discount_percentagenumberDiscount percent, when on sale
currencystringPrice currency (USD)
ratingnumberAverage rating
review_countnumberNumber of reviews
in_stockbooleanAvailability
seller_namestringSeller
delivery_available / pickup_available / shipping_availablebooleanFulfillment options
free_shippingbooleanFree shipping flag
image_url / images_countstring / numberMain image and total image count
variants_countnumberNumber of product variants
specificationsobjectFlattened spec key/value pairs
additional_detailsobjectComplete structured product payload
scraped_atstringISO 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

  1. Check the FAQ above for common questions
  2. Test with the prefilled example to confirm expected output
  3. Contact support through Apify for additional assistance