| Name |
Type |
Description |
Notes |
| query |
String |
|
|
| location |
String |
|
|
| language |
String |
|
|
| device |
String |
|
|
| os |
SeoSerpOs |
|
[optional] |
| view |
SeoSerpView |
|
|
| rank_window |
SeoSerpRankWindow |
|
|
| observed_at |
String |
|
[optional] |
| search_url |
String |
|
[optional] |
| total_results |
Integer |
|
[optional] |
| serp_features |
Array<String> |
|
|
| summary |
SeoSerpSummary |
|
|
| questions |
Array<SeoSerpQuestion> |
People Also Ask questions useful for SEO content-gap analysis. |
|
| results |
Array<SeoSerpResult> |
SERP elements returned in source order. Organic results are billable; ads, reviews, people-also-ask, knowledge graph, and other rich elements are returned as free context. |
|
| target |
SeoSerpTarget |
|
[optional] |
| competitors |
Array<SeoSerpCompetitor> |
Organic result domains excluding the optional target domain. Omitted when results are truncated by balance. |
[optional] |
require 'unifapi'
instance = Unifapi::SeoSerpResponse.new(
query: null,
location: null,
language: null,
device: null,
os: null,
view: null,
rank_window: null,
observed_at: null,
search_url: null,
total_results: null,
serp_features: null,
summary: null,
questions: null,
results: null,
target: null,
competitors: null
)