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

ParameterTypeRequiredDescription
llm_typestringYesclaude, 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

ParameterTypeRequiredDescription
domainstringYesThe domain to look up
limitintegerNoMax results (1–1000)
offsetintegerNoSkip this many results (for paging through large lists)
order_byarrayNoSorting 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

ParameterTypeRequiredDescription
keywordsarrayYesKeywords to analyze (1–700)
location_namestringNoTarget location. Defaults to US

Returns Google Trends interest-over-time data for up to 5 keywords. Compare search interest across keywords, regions, and time periods.

ParameterTypeRequiredDescription
keywordsarrayYesKeywords to compare (1–5)
location_namestringNoTarget location. Defaults to US
typestringNoweb, news, youtube, images, or froogle
time_rangestringNoPreset time range
date_fromstringNoCustom start date (YYYY-MM-DD)
date_tostringNoCustom end date (YYYY-MM-DD)
category_codeintegerNoCategory filter (from get-google-trends-categories)
"Compare Google Trends interest for 'fiberglass pool' vs 'concrete pool' vs 'vinyl pool' over the past year."

Returns demographic breakdown of search interest for keywords: age groups and gender distribution.

ParameterTypeRequiredDescription
keywordsarrayYesKeywords to analyze (1–5)
location_namestringNoTarget location. Defaults to US
typestringNoweb, news, or ecommerce
time_rangestringNoPreset time range
date_fromstringNoCustom start date (YYYY-MM-DD)
date_tostringNoCustom end date (YYYY-MM-DD)

Returns search interest broken down by subregion (states, provinces, cities). Identify geographic hotspots for your keywords.

ParameterTypeRequiredDescription
keywordsarrayYesKeywords to analyze (1–5)
location_namestringNoTarget location. Defaults to US
typestringNoweb, news, or ecommerce
time_rangestringNoPreset time range
date_fromstringNoCustom start date (YYYY-MM-DD)
date_tostringNoCustom end date (YYYY-MM-DD)
"Which US states have the most search interest for 'pool installation'?"

Tips

  • Use get-google-trends for seasonal content planning — publish content 1–2 months before a keyword's seasonal peak.
  • Use get-trends-subregions for geo-targeted ad campaigns and local content strategies.
  • get-domain-technologies is useful for competitive intel — see what tools and platforms competitors use.