linkfox-google-trends-keyword

Query Google Trends keyword search interest by region and date range via the LinkFox API.

17|3|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-google-trends-keyword-w9uk5ie8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkfox-google-trends-keyword
Source: https://github.com/w9uk5ie8v/LinkFoxSkills/tree/main/linkfox-google-trends-keyword
Command: npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-google-trends-keyword-w9uk5ie8v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? It removes the manual work of checking Google Trends by letting you query normalized keyword search interest (0-100 scale) across regions and custom date ranges directly through the LinkFox tool gateway API. ## Core Features & Use Cases - Regional Trend Queries: Analyze keyword popularity across 18 supported regions including US, GB, JP, DE, and AU, with automatic language-matching guidance. - Custom Date Range Analysis: Specify start and end dates from 2004 onward for seasonal trend detection, year-over-year comparison, and emerging trend tracking. - Use Case: A cross-border e-commerce seller wants to know when "christmas gifts" searches peak in the US; the skill queries September through January data and highlights the seasonal spike. ## Quick Start Ask the assistant to show the Google search trend for a keyword like "wireless charger" in the US over the past year.

Frequently Asked Questions about linkfox-google-trends-keyword

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Google Trends keyword popularity by region?▼

Call the LinkFox gateway API with a keyword and a region code such as US, DE, or JP. The keyword must be in the target country's language, so translate it first if needed before querying.

How to analyze seasonal search trends with Google Trends data?▼

Provide dayRangeStart and dayRangeEnd parameters in YYYY-MM-DD format to define a custom time window from 2004 onward. This lets you isolate seasonal peaks, holiday spikes, or year-over-year patterns for a keyword.

Does Google Trends data show absolute search volume?▼

No, Google Trends values are normalized on a 0-100 relative scale where 100 represents peak popularity in the selected region and time range. It does not provide absolute search volumes, CPC, or advertising metrics.

Can I compare multiple keywords in one Google Trends API call?▼

No, each API call handles only one keyword. To compare multiple keywords, make separate calls for each term and compare the returned trend values side by side.

Why does my Google Trends query return an authorization error?▼

A 401 error means the API key is missing or invalid. Set the LINKFOXAGENT_API_KEY environment variable with a valid key obtained from the LinkFox registration page, and pass it in the Authorization header.