google-trends-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# Google Trends research
Produce a search-interest comparison with explicit terms, geography, time range,
and search property. Trends measures relative search interest, not sales,
population opinion, or absolute search volume.
## Setup
Set `CRAWLORA_API_KEY` to your key from [crawlora.net](https://crawlora.net).
Run the bundled `scripts/crawlora.sh` from this skill directory or by absolute
path. It sends `x-api-key` to `https://api.crawlora.net/api/v1` and prints JSON.
Keep the key in the environment. Read [reference/endpoints.md](reference/endpoints.md)
for all eleven Trends tools.
## Choose the right query
1. Specify the terms, geography, time range, and purpose. Discover supported
values with `/google/trends/enums`, `/locations`, and `/categories`. Explore
categories and Trending Now categories are different accepted sets; use the
relevant discovery response instead of transferring IDs between them.
2. For a comparison, POST to `/google/trends/explore/interest-over-time` with
**flat** fields: `keywords` (1–5 strings), `geo`, `time_range`, and `type`.
Do not nest them inside the catalog's `request` body label. Prefer `type`
(`web`, `image`, `news`, `youtube`, `shopping`) over the legacy `property`.
3. Compare the terms in the same request. Hold geography, period, category,
property, locale, and timezone constant. Use returned keyword labels to
align values rather than assuming array positions across responses.
4. For a broader brief, `/google/tr