This is a submission for the Runner H "AI Agent Prompting" Challenge
What I Built
This agent helps identify travel trends based on Google Trends, allowing users to discover interesting destinations that most people are searching to visit.
Demo
How I Used Runner H
Runner H allows me to easily navigate to the Google Trends site where I would normally have to read the information that updates there. RunnerH obtains it and returns it to me in an Excel file to understand it in detail, and additionally creates prompts that allow me to copy and paste to tools like Chat GPT, Claude, or Grok with the objective of understanding more about each destination. You only need to change the request part to RunnerH regarding what you want to do, and with that we would have everything ready to automate a detailed and complete travel search.
# Instructions
1. **Access the Webpage**:
Visit https://trends.withgoogle.com/trends/us/travel-trends-2025/?hl=en and extract all available information, including travel trends, popular destinations, and search statistics.
2. **Create Google Docs Sheet**:
Create a Google Docs Sheet titled “Travel Topics – This Week” with the following columns:
- **Information**: Description of the trend or data point.
- **Category**: Type of trend (e.g., Top Trending Itinerary, Top 'Destination Dupe').
- **Details**: Specific details like destination names (cities or countries).
- **Search Count**: Search volume or frequency (if available, otherwise "Not specified").
- **Popular Destinations**: List of destinations mentioned in the trend.
3. **Populate the Sheet**:
List each piece of information from the webpage in the sheet. Include counts of the most searched sites (if provided) and highlight popular destinations.
4. **Filter by Category**:
Filter the data in the "Category" column to select rows where the category is:
- Top Trending Itinerary
- Top 'Destination Dupe'
- Top Trending 'Weekend Getaways'
- Top Searched 'Couples' Destinations
5. **Generate a Combined Prompt**:
For the filtered rows, create a single prompt based on the "Details" column values:
- If the value is a **country**, include: "What are the most commented cities in the last 7 days in [country] on X and why are they popular?"
- If the value is a **city**, include: "What are the trending restaurants in the last 7 days in [city] on X and why are they popular?"
Combine all queries into one prompt, following the structure:
"What are the trending restaurants in the last 7 days in [city1, city2, ...] on X and why are they popular? What are the most commented cities in the last 7 days in [country1, country2, ...] on X and why are they popular?"
6. **Add Prompt to New Sheet**:
Create a new sheet titled “Generated Prompt” in the same Google Docs Sheet and add the generated prompt.
7. **Share the Sheet**:
Share the completed Google Sheet with the user.
Use Case & Impact
The beneficiaries will be people who want to do something new and don't know what, as well as travel agencies that allow them to create new itineraries based on trends. The impact will be that they will have trips to destinations that are being discovered and searched for, allowing greater speed and ease to discover new places.
Top comments (0)