Additional SERP Types

Overview

Beyond standard organic results, Google surfaces specialized SERP verticals for news, images, events, job listings, AI overviews, local businesses, and autocomplete suggestions. These tools let you monitor all of them in real time.

get-serp-news

Returns live Google News SERP results for a keyword — trending articles, publishers, and publication dates.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe search keyword
location_namestringNoLocation name (defaults to US)

Example

"Show me the top news results for 'renewable energy'."

get-serp-images

Returns live Google Images SERP results — image URLs, source pages, and dimensions.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe search keyword
location_namestringNoLocation name (defaults to US)

get-serp-events

Returns Google Events SERP results for a keyword — event names, dates, venues, and descriptions.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe search keyword
location_namestringNoLocation name (defaults to US)

get-serp-jobs

Returns Google Jobs SERP results — job titles, companies, locations, and posting dates.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe search keyword
location_namestringNoLocation name (defaults to US)

get-serp-ai-mode

Returns Google AI Mode SERP results — the AI-generated overview that appears at the top of some searches. Availability varies by region; best results in the US.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe search keyword
location_namestringNoLocation name (defaults to US)
devicestringNoDevice type: desktop or mobile

Example

"Check how Google AI Mode answers queries about 'best pool builders maryland'."

Tips

  • AI Mode is not available for all queries or regions. If no results return, the feature may not be active for that keyword.
  • Compare desktop vs. mobile results to see how AI responses differ across devices.

get-serp-local-finder

Returns Google Local Finder results — the expanded list of local businesses behind the map pack.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe search keyword
location_namestringNoLocation name (defaults to US)

get-serp-autocomplete

Returns Google Autocomplete suggestions — see what Google suggests as users type a query. Great for discovering long-tail keywords and understanding search intent.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe partial or full keyword
location_namestringNoLocation name (defaults to US)

Example

"What does Google autocomplete suggest for 'how to build a'?"

Tips

  • Use autocomplete data to discover content ideas and FAQ topics.
  • Pair with get-keyword-volume to validate which suggestions have real search demand.