serp-keyword-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# SERP & keyword research
Capture search-engine results (Google, Bing, Brave, DuckDuckGo, Yahoo) 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](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills).
- `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, Brave, DuckDuckGo, and Yahoo are plain `GET` with `q`:
`/bing/search`, `/brave/search`, `/duckduckgo/search`, `/yahoo-search/search`.
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`,
`/duckduckgo/news`, `/duckduckgo/image`, `/duckduckgo/video`, `/duckduckgo/shopping`, …).
3. **Keyword ideas** — autosuggest: `GET /google/suggest?q=...` (and `/bing/