estimate_volumes
Estimate monthly search volumes for up to 200 keywords by comparing each batch against a reference anchor in Google Trends, using known anchor volume or Bing impressions. Returns rough volume ranges, confidence, and method per keyword.
Instructions
Estimate monthly search volume for many keywords. Each batch of 4 keywords is compared with the same anchor keyword in Google Trends; the ratio to the anchor is multiplied by an absolute base: anchor_volume if given, else the anchor's Bing Webmaster impressions (last 30 days) x engine_multiplier. Returns volume, high/mid/low tier, confidence and method per keyword. These are rough estimates, not exact counts. Pick an anchor of similar popularity whose volume you know.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | No | Country/region code like 'US', 'DE', 'US-CA'; '' = world. | |
| anchor | Yes | Reference keyword included in every batch. | |
| keywords | Yes | ||
| timeframe | No | 'today 12-m', 'today 3-m', 'today 5-y', 'now 7-d' or 'YYYY-MM-DD YYYY-MM-DD'. | today 12-m |
| bing_country | No | us | |
| anchor_volume | No | Known monthly searches for the anchor. | |
| bing_language | No | en-US | |
| mid_threshold | No | ||
| high_threshold | No | ||
| engine_multiplier | No | Google:Bing traffic ratio applied to Bing impressions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geo | Yes | ||
| notes | No | ||
| anchor | Yes | ||
| estimates | Yes | ||
| base_source | Yes | ||
| anchor_volume | Yes |