keyword_research
Get Bing search-impression volumes for any keyword over a date range. Optionally retrieve related keywords and their volumes to expand research.
Instructions
Bing search-impression volume for a keyword over a date range — real numbers, no credentials beyond the API key. With related: true, returns related keywords and their volumes instead. Default range: trailing 3 months.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | The keyword to look up, e.g. "coffee machine" | |
| country | Yes | Two-letter country code of the market, e.g. "us" | |
| endDate | No | End of the range, YYYY-MM-DD (default: today) | |
| related | No | true → related keywords with volumes instead of the exact term | |
| language | Yes | Language-locale code of the market, e.g. "en-US" | |
| startDate | No | Start of the range, YYYY-MM-DD (default: 3 months ago) |