Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.45 KB

File metadata and controls

37 lines (25 loc) · 1.45 KB

SeoSerpResponse

Properties

Name Type Description Notes
query String
location String
language String
device DeviceEnum
os SeoSerpOs [optional]
view SeoSerpView
rankWindow SeoSerpRankWindow
observedAt String [optional]
searchUrl String [optional]
totalResults Integer [optional]
serpFeatures List<String>
summary SeoSerpSummary
questions List<SeoSerpQuestion> People Also Ask questions useful for SEO content-gap analysis.
results List<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 List<SeoSerpCompetitor> Organic result domains excluding the optional target domain. Omitted when results are truncated by balance. [optional]

Enum: DeviceEnum

Name Value
DESKTOP "desktop"
MOBILE "mobile"