Walmart Deals Scraper avatar

Walmart Deals Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Walmart Deals Scraper

Walmart Deals Scraper

Track Walmart prices and deals by keyword — current price, rollback savings, star rating, review count, seller name, and 22 structured fields. US retail data. $3 per 1,000.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

Walmart Deals Scraper Walmart Product Scraper $0.003 per Product Price, Rating & Availability Telegram Support Telegram Group

Walmart Deals Scraper — Walmart Product Scraper: Price, Rating & Availability

Provide a keyword and country and scrape Walmart product listings — with title, price, rating, review count, availability, brand, seller, and product images — in clean structured JSON.

TL;DR (40-word answer): Walmart Deals Scraper is a no-login Apify Actor that scrapes Walmart product listings at $0.003 per product, returning title, price, rating, review count, availability, brand, and product images for US, Canada, and Mexico. Last verified 2026-05-02.

What it is NOT: Walmart Deals Scraper is not a Walmart seller API, not a live inventory tracker, and not a checkout or purchase tool — it scrapes publicly listed Walmart product search results from Walmart.com (US, CA, MX).

Walmart Deals Scraper is an Apify Actor that scrapes Walmart product listings by keyword and country, returning price, rating, availability, brand, and product image URLs. Maintained by TrueFetch on the Apify Store.


🏷️ Why choose Walmart Deals Scraper

Walmart Deals Scraper is best for price comparison researchers, e-commerce sellers, and retail analytics teams who need structured Walmart product data across US, Canada, and Mexico.

  • 🛒 Rich product profiles — title, brand, seller, price, currency, display price, rating, review count, availability, product URL, and up to all product images.
  • 🌍 Multi-country support — scrape Walmart in United States, Canada (C$), or Mexico (MX$) from a single Actor.
  • ⚡ Pay-per-result pricing$0.003 per product. Free Apify plan includes $5/month credits ≈ 1,666 free product listings.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to Walmart Deals Scraper on Apify and click Try for free.
  2. Configure inputs — enter a keyword, select a country, and set max_results.
  3. Click Start — the Actor returns structured Walmart product listings in the dataset.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~walmart-deals-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"keyword": "air fryer",
"country": "United States",
"max_results": 100
}'

Run via MCP (for AI agents)

Walmart Deals Scraper is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/walmart-deals-scraper and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
keywordstringProduct search keyword.air fryer
countrystringCountry to scrape: United States, Canada, or Mexico.United States
max_resultsintegerMaximum number of products to return (10–10,000).100
{
"keyword": "air fryer",
"country": "United States",
"max_results": 100
}

📦 Output dataset

Each run writes one record per product to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
processorstringApify Actor URL that produced this record.https://apify.com/TrueFetch/walmart-deals-scraper
processed_atstringISO 8601 UTC timestamp.2026-04-24T09:30:00+00:00
platformstringoptionalSource platform.Walmart
countrystringoptionalCountry scraped.United States
country_codestringoptionalCountry code.US
keywordstringoptionalSearch keyword used.air fryer
source_urlstringoptionalURL of the search results page.https://www.walmart.com/search?q=air+fryer
product_urlstringoptionalProduct page URL.https://www.walmart.com/ip/...
us_item_idstringoptionalWalmart US item ID.123456789
item_idstringoptionalWalmart item ID.123456789
titlestringoptionalProduct title.Ninja AF101 Air Fryer 4 Quart
brandstringoptionalProduct brand.Ninja
seller_namestringoptionalSeller name.Walmart
descriptionstringoptionalProduct description.Cook faster and use less fat...
pricenumberoptionalProduct price (numeric).79.00
currencystringoptionalCurrency symbol.$
display_pricestringoptionalFormatted display price.$79.00
ratingnumberoptionalAverage rating.4.7
review_countnumberoptionalNumber of reviews.12034
availabilitystringoptionalProduct availability status.In Stock
primary_image_urlstringoptionalPrimary product image URL.https://i5.walmartimages.com/...
imagesarrayoptionalAll product image URLs.["https://..."]

Sample output

{
"processor": "https://apify.com/TrueFetch/walmart-deals-scraper",
"processed_at": "2026-04-24T09:30:00+00:00",
"title": "Ninja AF101 Air Fryer 4 Quart",
"brand": "Ninja",
"price": 79.0,
"display_price": "$79.00",
"rating": 4.7,
"review_count": 12034,
"availability": "In Stock",
"country": "United States"
}

💡 Use cases

For price comparison researchers tracking Walmart deals

  • Problem: an analyst wants to compare air fryer prices across Walmart US and Canada.
  • How Walmart Deals Scraper solves it: run twice — once with country: "United States" and once with country: "Canada".
  • Outcome: side-by-side price data in USD and CAD at $0.60 total for 200 products.

For e-commerce sellers tracking competitor listings

  • Problem: a seller needs weekly Walmart product data for a category to benchmark pricing.
  • How Walmart Deals Scraper solves it: schedule a weekly run with keyword and country.
  • Outcome: automated price intelligence at $0.003/product.

For AI agents answering Walmart shopping queries

  • Problem: an LLM agent needs live Walmart product prices for a shopping comparison.
  • How Walmart Deals Scraper solves it: call the Actor over the Apify MCP Server with keyword and country.
  • Outcome: real-time Walmart product data grounded in AI assistants.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result)
Per-product price$0.003 per product = $3 per 1,000
Max results per run10,000
Min results per run10
Free-tier monthly allowance$5 Apify credits ≈ ~1,666 free product listings / month
Supported countriesUnited States, Canada, Mexico
Output fields per product22
Login / cookies requiredNo — works without a Walmart account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

⚖️ Compared with alternatives

CapabilityWalmart Deals ScraperManual browsingCustom scraper
Structured product listings (title, price, rating, images)you implement
Multi-country support (US, Canada, Mexico)manualyou build & maintain
Pay-per-result pricing$0.003/productN/Ainfra + dev cost
Setup time to first result< 60 secondsminutesdays–weeks

Verdict. Walmart Deals Scraper is ideal for price intelligence teams, e-commerce sellers, and AI agents who need structured Walmart product data without building or maintaining a scraper.


⚠️ Common mistakes to avoid

  1. Missing keyword. This field is required — enter a product search keyword.
  2. Invalid country. Must be exactly "United States", "Canada", or "Mexico".
  3. Setting max_results outside 10–10,000. Use a value in this range.
  4. Expecting live inventory counts. The Actor returns publicly listed availability status, not real-time stock levels.

🛠️ Troubleshooting

ProblemLikely causeFix
Please enter a keywordkeyword missing or empty.Add "keyword": "your search term" to your input JSON.
Please select a countrycountry missing or empty.Add "country": "United States" (or Canada/Mexico) to your input.
Please select a supported countryUnsupported country value.Use "United States", "Canada", or "Mexico" exactly.
Please choose a result limit between 10 and 10000max_results out of range.Use an integer between 10 and 10,000.
Empty datasetNo products found for keyword + country.Try a broader keyword or check that Walmart sells in that country.

❓ FAQ

What data does Walmart Deals Scraper return?

Title, brand, seller, price, currency, display price, rating, review count, availability, product URL, and all product image URLs — one record per product.

How much does Walmart Deals Scraper cost?

$0.003 per product. The Apify Free plan includes $5/month credits ≈ 1,666 free product listings.

Which countries does Walmart Deals Scraper support?

United States, Canada, and Mexico. Currency symbols are automatically normalized ($ for US, C$ for Canada, MX$ for Mexico).

Does Walmart Deals Scraper require a login?

No — the Actor scrapes publicly accessible Walmart product listings without requiring a Walmart account or cookies.


🔌 Integrations

Walmart Deals Scraper plugs straight into the Apify ecosystem:

  • Schedules — run weekly to refresh Walmart price data for your tracked categories (docs).
  • Webhooks — POST results to your pricing system on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: manually browsing Walmart and copying product data takes hours. Walmart Deals Scraper delivers structured product listings at $0.003/product via API. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all output fields, pricing, troubleshooting matrix, and FAQ.
  • 2026-03 — Added Canada and Mexico country support.
  • 2026-02 — Initial release: Walmart product scraper.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/walmart-deals-scraper#software",
"name": "Walmart Deals Scraper",
"description": "Apify Actor that scrapes Walmart product listings at $0.003 per product, returning title, price, rating, review count, availability, brand, and images for US, Canada, and Mexico.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/walmart-deals-scraper",
"offers": {
"@type": "Offer",
"price": "0.003",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data does Walmart Deals Scraper return?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Title, brand, seller, price, currency, display price, rating, review count, availability, product URL, and all product image URLs — one record per product."
}
},
{
"@type": "Question",
"name": "How much does Walmart Deals Scraper cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "$0.003 per product. The Apify Free plan includes $5/month credits — enough for 1,666 free product listings."
}
},
{
"@type": "Question",
"name": "Which countries does Walmart Deals Scraper support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "United States, Canada, and Mexico. Currency symbols are automatically normalized ($ for US, C$ for Canada, MX$ for Mexico)."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Shopping & Deals",
"item": "https://apify.com/store?category=ECOMMERCE"
},
{
"@type": "ListItem",
"position": 3,
"name": "Walmart Deals Scraper",
"item": "https://apify.com/TrueFetch/walmart-deals-scraper"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support