Walmart Product Search Scraper avatar

Walmart Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Walmart Product Search Scraper

Walmart Product Search Scraper

Search Walmart by keyword and collect every product card across paginated results.

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

Walmart Search Scraper

Turn any Walmart keyword search into a structured product feed — price, rating, review count, sponsored flag, seller, image, and direct product URL for every result card.

Why use this actor

  • Track keyword rankings for your own SKUs and competitors across any number of search terms without manual effort.
  • Monitor sponsored placements to measure ad-share for high-value categories and spot emerging advertisers.
  • Discover new sellers and products entering a category before they appear in your own sales data.
  • Aggregate price benchmarks across the full result set, not just the top card, for accurate market pricing.
  • Detect assortment changes — identify new products entering or leaving a category's top pages over time.
  • Export to any format — results land in Apify's Default Dataset and are available as JSON, CSV, or Excel with one click.

How it works

  1. You provide a list of search keywords and the number of result pages to retrieve per keyword.
  2. The actor submits each query to Walmart's search system and walks through the requested pages.
  3. Every product card on each page is parsed — title, brand, price, rating, seller, sponsored status, image, and URL are all extracted.
  4. Results are deduplicated within a run and written to the Default Dataset as they arrive.
  5. Download the dataset in JSON, CSV, or Excel from the Apify Console, or connect it to your pipeline via the API.

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

Input

{
"queries": ["wireless earbuds", "4k tv 55 inch", "yoga mat"],
"maxPagesPerQuery": 3,
"maxConcurrency": 4,
"maxRequestRetries": 6,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}
FieldTypeRequiredDefaultDescription
queriesarray of stringsYesSearch keywords, one per entry.
maxPagesPerQueryintegerNo3Result pages to retrieve per keyword (1–25).
maxConcurrencyintegerNo4Number of parallel requests.
maxRequestRetriesintegerNo6Retries per request before giving up.
proxyConfigurationobjectNoApify RESIDENTIALProxy settings. RESIDENTIAL group recommended.

Output

One record per product card, per page:

{
"query": "wireless earbuds",
"page": 1,
"position": 1,
"productId": "5183064334",
"title": "Apple AirPods (4th Generation) Wireless Earbuds",
"brand": "Apple",
"price": 129.0,
"listPrice": 129.0,
"currency": "USD",
"rating": 4.6,
"reviewCount": 4821,
"seller": "Walmart.com",
"availability": "In stock",
"image": "https://i5.walmartimages.com/seo/Apple-AirPods-4_abc123.jpg",
"sponsored": false,
"url": "https://www.walmart.com/ip/Apple-AirPods/5183064334",
"scrapedAt": "2026-05-30T04:43:00Z"
}
FieldTypeDescription
querystringThe search keyword that produced this result.
pageintegerResult page number (1-based).
positionintegerPosition of the card on the page (1-based).
productIdstringWalmart item ID.
titlestringFull product title as shown on the search card.
brandstringBrand name.
pricenumberCurrent selling price in USD.
listPricenumberOriginal / was-price (same as price when no discount).
currencystringAlways "USD" for Walmart US.
ratingnumberAverage customer rating (0–5).
reviewCountintegerTotal number of customer ratings.
sellerstringSelling entity — "Walmart.com" or a marketplace seller name.
availabilitystringStock status shown on the card.
imagestringPrimary product image URL.
sponsoredbooleantrue when the card is a paid placement.
urlstringCanonical product page URL.
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.