walmart_category
Browse and retrieve parsed products from any Walmart category using its category ID. Get structured product lists with pagination for catalog building or category monitoring.
Instructions
Browse parsed products within a Walmart category by category ID.
Returns a structured list of products in a Walmart category, with
pagination.
When to use:
- Exploring products within a specific Walmart department/category
- Building category-level catalogs or monitoring a category
When NOT to use:
- Free-text product discovery (use 'walmart_search')
Args:
params (WalmartCategoryParams): category (required) plus optional
page, tld, country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the category product list.
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 |