search_products
Find pet products like food, toys, and supplies on PetSmart by searching with filters for category, pet type, and price range.
Instructions
Search for pet products on PetSmart including food, toys, supplies, and accessories. Returns a list of matching products with prices, ratings, and URLs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for pet products (e.g., 'dog food', 'cat toys', 'fish tank') | |
| category | No | Product category filter (e.g., 'food', 'toys', 'beds', 'aquariums') | |
| pet_type | No | Type of pet (e.g., 'dog', 'cat', 'fish', 'bird', 'reptile', 'small-animal') | |
| min_price | No | Minimum price filter in USD | |
| max_price | No | Maximum price filter in USD | |
| page | No | Page number for pagination (default: 1) |