Search activities
search_activitiesSearches children's enrichment activities (camps, classes, after-school programs) in the United States by keyword, city and state or latitude/longitude radius, participant age, session date range, and category. Returns a paginated list of listings; each result carries the activity name, its "slug", the provider organization, location, age range, categories, a price range where available, and a "url" for the listing page. Results are ordered by relevance to the query and are not influenced by paid placement. The "slug" field is the identifier accepted by get_activity_details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (e.g., 'Petaluma', 'San Francisco') | |
| page | No | Page number (default: 1) | |
| limit | No | Results per page (default: 20, max: 50) | |
| query | No | Keyword search (e.g., 'coding camp', 'ballet', 'science') | |
| state | No | Two-letter US state code (e.g., 'CA', 'OR', 'WA') | |
| age_to | No | Maximum participant age (4–19) | |
| date_to | No | Latest session end date (YYYY-MM-DD) | |
| age_from | No | Minimum participant age (4–19) | |
| latitude | No | Latitude for proximity search | |
| date_from | No | Earliest session start date (YYYY-MM-DD) | |
| longitude | No | Longitude for proximity search | |
| categories | No | Comma-separated category IDs | |
| distance_miles | No | Search radius in miles (default: 25, max: 100) |