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
| Field | Type | Description |
|---|---|---|
| startUrls | array | URLs to start with. It should be a list, category or product detail URLs |
| maxItems | integer | Maximum number of items that you want to scrape |
| endPage | integer | The page number that you want to end with. By default there is no end page. |
| search | string | Keyword that you want to search on the platform |
| postalCode | integer | The US postal code used to set the location. |
| zipCode | string | The US postal code used to set the location. |
| includeReviews | boolean | Include reviews into each of the retrieved products default false |
| onlyReviews | boolean | Discard the product data and only retrieve the reviews default false |
| extendOutputFunction | string | A function which result will get merged with the default result |
| outputFilterFunction | string | A function which helps you to map the output data by your preferences. |
| proxy* | object | Select 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 120mcp
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.