Investigador de palabras clave
Este flujo automatiza el proceso de investigación de palabras clave (keyword research) transformando datos brutos de tendencias en un informe de análisis SEO completo y accionable.
graph TD
%%{init: {'theme': 'mc','layout': 'elk'}}%%
GoogleTrends-7mgio[Google Trends]
style GoogleTrends-7mgio stroke:#a170ff
Prompt-4gg5e[<div><img src="/_astro/square-terminal.BMOXc-nZ.svg" style="height: 20px !important;width: 20px !important"/></div>Prompt para reporte]
style Prompt-4gg5e stroke:#a170ff
OpenAIModel-abi70[<div><img src="/_astro/openAI.BhmuxEs3.svg" style="height: 20px !important;width: 20px !important"/></div>OpenAI]
style OpenAIModel-abi70 stroke:#a170ff
ChatOutput-6w4c9[<div><img src="/_astro/messages-square.BaSDmT6g.svg" style="height: 20px !important;width: 20px !important"/></div>Chat Output]
style ChatOutput-6w4c9 stroke:#a170ff
ChatInput-it3nj[<div><img src="/_astro/messages-square.BaSDmT6g.svg" style="height: 20px !important;width: 20px !important"/></div>Chat Input]
style ChatInput-it3nj stroke:#a170ff
GoogleTrends-7mgio -.- Prompt-4gg5e
linkStyle 0 stroke:#a170ff
Prompt-4gg5e -.- OpenAIModel-abi70
linkStyle 1 stroke:#a170ff
OpenAIModel-abi70 -.- ChatOutput-6w4c9
linkStyle 2 stroke:#a170ff
ChatInput-it3nj -.- GoogleTrends-7mgio
linkStyle 3 stroke:#a170ff
Keyword Researcher
🧩 Overview
This workflow automates the process of keyword research for SEO analysis. It transforms raw search trend data into a comprehensive and actionable keyword research report. The system queries the Google Trends API to obtain search volume and interest data for specific keywords, then uses an AI model to interpret and contextualize this data, generating a detailed report in Markdown format.
⚙️ Main Features
- Fetches real-time search volume and interest data for user-provided keywords via the Google Trends API.
- Analyzes and interprets raw trend data using a specialized AI model configured as an SEO expert.
- Generates a structured, detailed "Keyword Research Report" in Markdown format for easy consumption and action.
- Provides a user-friendly chat interface for inputting keywords and receiving the final analysis.
🔄 Workflow Steps
| Component Name | Role in the Workflow | Key Inputs | Key Outputs |
|---|---|---|---|
| Chat Input | Captures the user's initial query containing the keywords to analyze. | User-provided keyword list as a text message. | A structured message containing the keywords for processing. |
| Google Trends | Queries the Google Trends API to gather search volume and interest data for the specified keywords. | List of keywords to analyze. | Raw data on keyword search trends and interest over time. |
| Prompt | Constructs a detailed instruction for the AI model, framing the raw trend data within the context of creating a professional SEO report. | The raw keyword trends data from Google Trends. | A structured prompt that instructs the AI to analyze the data and generate a report. |
| OpenAI Model | Acts as an expert SEO analyst, interpreting the trend data and generating a comprehensive "Keyword Research Report". | The structured prompt containing the trend data and report instructions. | A detailed keyword research report generated in Markdown format. |
| Chat Output | Displays the final, AI-generated keyword research report to the user within the chat interface. | The completed Markdown report from the AI model. | The formatted report presented as a chat message from the system. |
🧠 Notes
- The workflow requires a valid OpenAI API key to power the analysis and report generation.
- The Google Trends component fetches data based on a default language code (e.g., 'en-US'), which can be configured.
- The AI model is configured with a low temperature setting to ensure consistent, factual, and objective report generation.
- The final output is a structured Markdown document, making it suitable for direct use in content planning or SEO strategy documents.
- The system is designed to analyze the provided data objectively and does not generate fictional or extrapolated data points.