walmart_search
Scrape Walmart search results by providing a Walmart search URL. Returns product titles, prices, ratings, review counts, availability, and seller information.
Instructions
Scrapes Walmart search result pages by passing any Walmart search URL, returning product titles, prices, ratings, review counts, availability, and seller info. [Credits: 5 API credits per successful request.] Notes: Pagination is handled by including page parameters in the passed Walmart search URL itself (e.g. &page=2) rather than via a separate API parameter — the docs only document the url parameter. No domain/country localization parameters documented. Returns: { search_results: [{title, totalItemCount, item: [{title, id, usItemId, type, thumbnail, canonicalUrl, rating, review_count, seller_name, availability_status, current_price, before_price, price_range_string, sponsored, shipping}]}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full Walmart search URL to scrape. Build this URL directly from the Walmart website (e.g. https://www.walmart.com/search?q=football). |