Walmart Product Detail Scraper - Price, Stock & Variants avatar

Walmart Product Detail Scraper - Price, Stock & Variants

Pricing

$4.00 / 1,000 walmart product successfully scrapeds

Go to Apify Store
Walmart Product Detail Scraper - Price, Stock & Variants

Walmart Product Detail Scraper - Price, Stock & Variants

Extract public Walmart product prices, stock, variants, sellers, ratings, images, and fulfillment data from product URLs.

Pricing

$4.00 / 1,000 walmart product successfully scrapeds

Rating

0.0

(0)

Developer

Rex Law

Rex Law

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Extract clean, public product data from Walmart.com product detail pages. Get current and previous prices, online availability, seller, ratings, images, fulfillment options, return policy, UPC, and variant-level prices and availability without a Walmart API key or login.

Why use this Actor?

  • Predictable pay-per-result pricing: failed pages are not charged.
  • Product-detail depth: price, seller, ratings, UPC, images, return policy, and fulfillment.
  • Variant intelligence: option names, variant item IDs, prices, availability, and URLs.
  • Automation-ready: schedule runs in Apify or call the Actor through the API, Make, Zapier, n8n, or MCP.
  • Fail-closed behavior: malformed, blocked, or unavailable pages do not overwrite a valid result and do not create a charge.

Input

Paste one to 100 public Walmart.com product URLs:

{
"startUrls": [
{ "url": "https://www.walmart.com/ip/43184295" },
{ "url": "https://www.walmart.com/ip/5062138352" }
],
"includeVariants": true,
"includeImages": true,
"includeDescription": true
}

This focused version accepts Walmart.com product detail URLs with a /ip/ path. Search pages, category pages, Walmart.ca, and Walmart.com.mx are intentionally out of scope until real usage justifies them.

Output

Each successful URL produces one dataset item:

{
"type": "walmart_product",
"usItemId": "5062138352",
"name": "Logitech Full Size Optical Wireless Mouse, Black, Walmart Exclusive",
"currentPrice": 14.88,
"currency": "USD",
"availability": "OUT_OF_STOCK",
"sellerName": "Walmart.com",
"averageRating": 4.6,
"numberOfReviews": 55,
"variants": [
{
"productId": "72971KYAX5GO",
"usItemId": "19304963655",
"availability": "IN_STOCK",
"currentPrice": 10.77,
"currency": "USD",
"optionIds": ["actual_color-black2"]
}
]
}

Price and availability can vary by location, seller, and time. This Actor reports the public online context returned by Walmart for the run; it does not access private accounts, carts, or checkout-only data.

Pricing

The Actor charges only for a successfully extracted product. Invalid URLs, blocked pages, missing product records, and request failures are not charged. Set an Apify maximum total charge to enforce a hard run budget.

Responsible use

Use public product data in accordance with applicable law and Walmart's terms. Do not use the Actor to overload Walmart, bypass access controls, or collect private data.