Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.71 KB

File metadata and controls

48 lines (42 loc) · 1.71 KB

Unifapi::SeoSerpResponse

Properties

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]

Example

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
)