Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 880 Bytes

File metadata and controls

28 lines (22 loc) · 880 Bytes

Unifapi::SeoRankedKeywordsResponse

Properties

Name Type Description Notes
target String Target domain or page echoed from the request.
location String
language String
view SeoKeywordView
total_count Integer Total number of keywords the target ranks for in DataForSEO's database. [optional]
results Array<SeoRankedKeywordItem> Keywords the target ranks for, each with keyword metrics and the ranking position/URL. Each keyword is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoRankedKeywordsResponse.new(
  target: null,
  location: null,
  language: null,
  view: null,
  total_count: null,
  results: null
)