find_performer_recommendations
Discover personalized performer recommendations by inputting event, performer, or location details. Find nearby or similar performers based on search queries, venue information, or date ranges for ticketed entertainment events.
Instructions
Get personalized performer recommendations based on performers, events, or location. This tool first searches for performers and/or events based on the queries, then uses the IDs to find similar performers. Use location parameters (geoip, lat/lon, postal_code) for nearby performers.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_utc | No | End date filter in ISO8601 UTC format (YYYY-MM-DD). Use with start_utc to define date ranges. | |
event_q | No | Search query to find events to base recommendations on. If provided, the system will first look up the event ID automatically. | |
format | No | Output format. Use "structured" for readable format (default) or "json" for raw API response. Only use "json" if explicitly requested. | structured |
page | No | Page number for pagination. Default is 1. | |
per_page | No | Number of results to return per page (1-50). Default is 10. | |
performer_q | No | Search query to find performers to base recommendations on. If provided, the system will first look up the performer ID automatically. | |
start_utc | No | Start date filter in ISO8601 UTC format (YYYY-MM-DD). Use for date ranges like "next month" or "this weekend". | |
venue_city | No | City name where the venue is located. Use full city name, e.g., "New York" or "Los Angeles". | |
venue_country | No | Country code where the venue is located, e.g., "US" for United States or "CA" for Canada. | |
venue_state | No | State abbreviation where the venue is located, e.g., "CA" for California or "NY" for New York. |