Reference & Utilities
Overview
Reference tools return lookup data — supported locations, filter options, available LLM models, and more. Utility tools provide supplementary data like WHOIS records, technology stacks, Google Ads volume, and Google Trends.
Filter Reference Tools
These tools return the available filter fields and operators for their respective tool categories. Use them when constructing advanced queries with filters or order_by parameters.
- get-labs-available-filters — Filters for keyword research and competitor analysis tools
- get-backlinks-available-filters — Filters for backlink analysis tools
- get-whois-available-filters — Filters for WHOIS lookup tools
- get-llm-mentions-filters — Filters for LLM mention tracking tools
- get-technologies-available-filters — Filters for technology detection tools
None of these tools require parameters.
Location & Language Reference Tools
Look up supported locations and language codes for various tool families. Most tools default to the United States if no location is specified.
- get-serp-locations — SERP locations. Optional:
country_iso_code(2-letter ISO code) - get-serp-youtube-locations — YouTube SERP locations. Optional:
country_iso_code - get-google-ads-locations — Google Ads locations. Optional:
country_iso_code - get-llm-mentions-locations-and-languages — LLM mentions locations. No parameters
- get-ai-keyword-locations-and-languages — AI keyword locations. No parameters
- get-chatgpt-scraper-locations — ChatGPT scraper locations. No parameters
- get-gemini-scraper-locations — Gemini scraper locations. No parameters
- get-google-trends-categories — Google Trends category hierarchy. No parameters
get-llm-models
Returns available model names for a specific AI provider. Use this before calling get-llm-response to pick a valid model name.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
llm_type | string | Yes | claude, gemini, chat_gpt, or perplexity |
get-whois
Returns WHOIS domain registration data enriched with backlink stats, ranking, and traffic info. Includes registrar, creation/expiration dates, and nameservers.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | The domain to look up |
limit | integer | No | Max results (1–1000) |
offset | integer | No | Skip this many results (for paging through large lists) |
order_by | array | No | Sorting rules |
Example
"Look up the WHOIS registration data for riverpoolsandspas.com."
get-domain-technologies
Returns the technology stack detected on a domain: CMS, analytics tools, CDNs, advertising platforms, and more. Takes a single target domain (required).
"What technologies does anthonysylvan.com use?"
get-google-ads-volume
Returns Google Ads keyword data: search volume, CPC, and competition level for your target keywords.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keywords | array | Yes | Keywords to analyze (1–700) |
location_name | string | No | Target location. Defaults to US |
get-google-trends
Returns Google Trends interest-over-time data for up to 5 keywords. Compare search interest across keywords, regions, and time periods.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keywords | array | Yes | Keywords to compare (1–5) |
location_name | string | No | Target location. Defaults to US |
type | string | No | web, news, youtube, images, or froogle |
time_range | string | No | Preset time range |
date_from | string | No | Custom start date (YYYY-MM-DD) |
date_to | string | No | Custom end date (YYYY-MM-DD) |
category_code | integer | No | Category filter (from get-google-trends-categories) |
Example
"Compare Google Trends interest for 'fiberglass pool' vs 'concrete pool' vs 'vinyl pool' over the past year."
get-trends-demography
Returns demographic breakdown of search interest for keywords: age groups and gender distribution.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keywords | array | Yes | Keywords to analyze (1–5) |
location_name | string | No | Target location. Defaults to US |
type | string | No | web, news, or ecommerce |
time_range | string | No | Preset time range |
date_from | string | No | Custom start date (YYYY-MM-DD) |
date_to | string | No | Custom end date (YYYY-MM-DD) |
get-trends-subregions
Returns search interest broken down by subregion (states, provinces, cities). Identify geographic hotspots for your keywords.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keywords | array | Yes | Keywords to analyze (1–5) |
location_name | string | No | Target location. Defaults to US |
type | string | No | web, news, or ecommerce |
time_range | string | No | Preset time range |
date_from | string | No | Custom start date (YYYY-MM-DD) |
date_to | string | No | Custom end date (YYYY-MM-DD) |
Example
"Which US states have the most search interest for 'pool installation'?"
Tips
- Use
get-google-trendsfor seasonal content planning — publish content 1–2 months before a keyword's seasonal peak. - Use
get-trends-subregionsfor geo-targeted ad campaigns and local content strategies. get-domain-technologiesis useful for competitive intel — see what tools and platforms competitors use.