serp-keyword-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# SERP & keyword research
Capture search-engine results (Google, Bing, Brave) and keyword/trend signals
(Google autosuggest, Google Trends) as normalized JSON from the Crawlora API.
## When to use this skill
- "What ranks for <query> on Google / Bing?" / "snapshot the SERP for …".
- "Keyword ideas / autocomplete for …" (suggest endpoints).
- "Is <topic> trending?" / "interest over time / by region for <keyword>."
- "Related and rising queries for …" (Google Trends).
- SEO/SERP monitoring, keyword discovery, or trend research.
## Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at <https://crawlora.net>.
- `export CRAWLORA_API_KEY=sk_your_key_here`
- All requests: `x-api-key: $CRAWLORA_API_KEY` against
`https://api.crawlora.net/api/v1`. Missing/invalid key → `401`.
## How it works
1. **SERP** — Google search is `POST /google/search` with a `searchOption` body;
Bing and Brave are `GET /bing/search?q=...` and `GET /brave/search?q=...`.
Cross-check engines for coverage; on a `503` challenge, fall back to another engine.
2. **Verticals** — news/videos/images per engine (`/google/news`, `/bing/videos`, …).
3. **Keyword ideas** — autosuggest: `GET /google/suggest?q=...` (and `/bing/suggest`,
`/brave/suggest`).
4. **Trends** — Google Trends `POST` endpoints:
`/google/trends/explore/interest-over-time`, `/interest-by-region`,
`/related-topics`, `/rising-queries`, `/top-queries` (body: `{"keywords":[...]}`),
plus `GET /google/trends/