Walmart Product Scraper avatar

Walmart Product Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Walmart Product Scraper

Walmart Product Scraper

Extract complete product details from Walmart product pages: price, ratings, availability, seller, specifications, images, and more.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

xtractoo

xtractoo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Pull complete, structured product data from any Walmart product page — title, brand, price, availability, ratings, specifications, images, variants, and seller info in one record per URL.

Why use this actor

  • Monitor competitor pricing in near real time and alert when items move outside your target price band.
  • Track inventory and availability of strategic SKUs across Walmart's catalog without manual checks.
  • Enrich your own catalog with high-quality titles, full specification tables, and all product images from Walmart's listings.
  • Feed pricing intelligence models with consistent, normalized fields across hundreds of products in a single run.
  • Analyze variant structures — understand how Walmart surfaces size, color, and bundle options for any product.
  • Export to any format — records land in Apify's Default Dataset and are ready as JSON, CSV, or Excel instantly.

How it works

  1. You provide a list of Walmart product page URLs (the https://www.walmart.com/ip/... format).
  2. The actor fetches each product page and extracts the full structured data embedded in the page.
  3. All fields — title, brand, price, specs, images, variants, seller, top reviews, and fulfillment flags — are parsed into a single flat record.
  4. Records are written to the Default Dataset as they complete, so you can monitor progress in real time.
  5. Download results as JSON, CSV, or Excel from the Apify Console, or pull them via the API into your own pipeline.

You don't need to manage any browsers or scrapers.

Input

{
"productUrls": [
{ "url": "https://www.walmart.com/ip/Apple-AirPods-with-Charging-Case-2nd-Generation/604342441" },
{ "url": "https://www.walmart.com/ip/Samsung-55-Class-4K-Crystal-UHD-Smart-TV/123456789" }
],
"maxConcurrency": 5,
"maxRequestRetries": 6,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}
FieldTypeRequiredDefaultDescription
productUrlsarray of objectsYesList of Walmart product URLs in { "url": "..." } format.
maxConcurrencyintegerNo5Number of parallel requests (1–50).
maxRequestRetriesintegerNo6Retries per request before giving up.
proxyConfigurationobjectNoApify RESIDENTIALProxy settings. RESIDENTIAL group recommended.

Output

One record per product URL:

{
"url": "https://www.walmart.com/ip/Apple-AirPods-with-Charging-Case-2nd-Generation/604342441",
"productId": "604342441",
"title": "Apple AirPods with Charging Case (2nd Generation)",
"brand": "Apple",
"price": 89.0,
"listPrice": 129.0,
"currency": "USD",
"availability": "In stock",
"rating": 4.7,
"reviewCount": 70601,
"seller": "Walmart.com",
"category": "Electronics / Headphones / Wireless Earbuds",
"description": "The Apple AirPods (2nd generation) feature the Apple H1 chip, hands-free Siri access, and up to 24 hours of battery life with the Charging Case.",
"specifications": [
{ "name": "Brand", "value": "Apple" },
{ "name": "Model", "value": "MV7N2LL/A" },
{ "name": "Color", "value": "White" },
{ "name": "Wireless Technology", "value": "Bluetooth" }
],
"images": [
"https://i5.walmartimages.com/seo/Apple-AirPods-2nd-gen_abc123.jpg",
"https://i5.walmartimages.com/seo/Apple-AirPods-2nd-gen_xyz789.jpg"
],
"variants": [
{
"name": "AirPods with Charging Case",
"price": 89.0,
"available": true,
"url": "https://www.walmart.com/ip/604342441"
},
{
"name": "AirPods with MagSafe Charging Case",
"price": 149.0,
"available": true,
"url": "https://www.walmart.com/ip/647645989"
}
],
"topReviews": [
{
"rating": 5,
"title": "Best purchase I've made",
"text": "Sound quality is excellent and battery life holds up perfectly all day."
}
],
"upc": "190198869692",
"scrapedAt": "2026-05-30T04:43:00Z"
}
FieldTypeDescription
urlstringThe product page URL that was scraped.
productIdstringWalmart item ID.
titlestringFull product title.
brandstringBrand name.
pricenumberCurrent selling price in USD.
listPricenumberOriginal / was-price (same as price when no discount).
currencystringAlways "USD" for Walmart US.
availabilitystringStock status for the selected variant.
ratingnumberAverage customer rating (0–5).
reviewCountintegerTotal number of customer ratings.
sellerstringSelling entity — "Walmart.com" or a marketplace seller name.
categorystringBreadcrumb category path.
descriptionstringProduct description text.
specificationsarrayKey-value spec table entries.
imagesarrayAll product image URLs.
variantsarraySelectable options with per-variant price, availability, and URL.
topReviewsarrayUp to 10 customer review excerpts included inline.
upcstringUniversal Product Code where available.
scrapedAtstringISO 8601 timestamp of when this record was collected.

Other Walmart Scrapers

ActorWhat it does
Walmart Search ScraperKeyword search results — ranking, pricing, and sponsored flags across any number of queries.
Walmart Product ScraperFull product detail pages — specs, variants, images, top reviews, and fulfillment info.
Walmart Reviews ScraperComplete review dataset per product — aggregate summary and individual review rows.
Walmart Seller ScraperMarketplace seller profiles — identity, ratings, contact info, and featured products.