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
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The search keyword |
location_name | string | No | Location 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
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The search keyword |
location_name | string | No | Location name (defaults to US) |
get-serp-events
Returns Google Events SERP results for a keyword — event names, dates, venues, and descriptions.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The search keyword |
location_name | string | No | Location name (defaults to US) |
get-serp-jobs
Returns Google Jobs SERP results — job titles, companies, locations, and posting dates.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The search keyword |
location_name | string | No | Location 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
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The search keyword |
location_name | string | No | Location name (defaults to US) |
device | string | No | Device 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
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The search keyword |
location_name | string | No | Location 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
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The partial or full keyword |
location_name | string | No | Location 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-volumeto validate which suggestions have real search demand.