walmart_search
Search Walmart for products and retrieve structured data including price, rating, and product IDs for market research.
Instructions
Retrieve parsed Walmart product search results for a query.
Returns structured search results — product name, price, rating, review
count, product ID, URL, image — plus pagination, for a keyword search on
Walmart.
When to use:
- Discovering products and their Walmart product IDs for a search term
- Price/market research and catalog building across a category
When NOT to use:
- You already have a product ID (use 'walmart_product' / 'walmart_review')
Args:
params (WalmartSearchParams): query (required) plus optional page,
tld, country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the structured search results.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |