App Logo
walmart.com

Search Walmart products

Search Walmart.com by free-text query and return one page of results (about 40-50 tiles). Returns query, page, sort, url, total_count, max_page, corrected_query and items (us_item_id, name, url, price, was_price, unit_price, rating, review_count, image_url, seller_name, availability, badges, sponsored). Sort by best_match, price_low, price_high, best_seller, rating_high or new. Prices and availability follow the store Walmart assigns to the browser's location. Walmart's bot wall is keyed on the IP and triggered by bursts of navigations, so pace fan-outs.

Input

query required

Free-text search query.

page optional

Result page (1-based). Walmart caps pagination around 15-25 pages; max_page in the result says where. Same page re-fetched returns the same organic order; sponsored tiles rotate.

Default: 1
sort optional

Walmart's own sort options.

Default: "best_match"

Output

url required
page required
sort required
items required
query required
max_page required

Last page Walmart will serve for this query.

total_count required

Walmart's total result count for the query.

corrected_query required

Query Walmart actually searched when it auto-corrected the spelling; null otherwise.

FAQ

Search Walmart.com by free-text query and return one page of results (about 40-50 tiles). Returns query, page, sort, url, total_count, max_page, corrected_query and items (us_item_id, name, url, price, was_price, unit_price, rating, review_count, image_url, seller_name, availability, badges, sponsored). Sort by best_match, price_low, price_high, best_seller, rating_high or new. Prices and availability follow the store Walmart assigns to the browser's location. Walmart's bot wall is keyed on the IP and triggered by bursts of navigations, so pace fan-outs.
Required: query. Optional: page, sort.
It returns url, page, sort, items, query, max_page, total_count, corrected_query.
No. It only uses pages of walmart.com that are reachable without signing in.
It only reads. It looks things up on walmart.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/walmart.com/search-products, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/walmart.com/search-products
It is part of Reduck's official curated catalogue.

Start building not clicking