Apify Store
AS
Apify Store
/epctex/walmart-scraper

Scrape Walmart

Access a vast array of product data from Walmart with our Walmart Scraper. Extract images, brand details, prices, variations, and more. Customize your search with filters, categories, and lists to gather the information you need.

liveverifiedasyncunknown~30s typical
walmartproductsprices
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Rental actor: requires an active rental on the master account; compute billed per result
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /epctex/walmart-scraper for me.

Input

FieldTypeDescription
startUrlsarrayURLs to start with. It should be a list, category or product detail URLs
maxItemsintegerMaximum number of items that you want to scrape
endPageintegerThe page number that you want to end with. By default there is no end page.
searchstringKeyword that you want to search on the platform
postalCodeintegerThe US postal code used to set the location.
zipCodestringThe US postal code used to set the location.
includeReviewsbooleanInclude reviews into each of the retrieved products default false
onlyReviewsbooleanDiscard the product data and only retrieve the reviews default false
extendOutputFunctionstringA function which result will get merged with the default result
outputFilterFunctionstringA function which helps you to map the output data by your preferences.
proxy*objectSelect proxies to be used by your crawler.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/epctex/walmart-scraper","input":{"search":["protein powder"],"maxItems":20},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /epctex/walmart-scraper -i '{"search":["protein powder"],"maxItems":20}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/epctex/walmart-scraper", input: {"search":["protein powder"],"maxItems":20}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.