Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1006 Bytes

File metadata and controls

30 lines (24 loc) · 1006 Bytes

Unifapi::SeoRelatedKeywordsResponse

Properties

Name Type Description Notes
seed_keyword String Seed keyword echoed from the request.
location String
language String
view SeoKeywordView
total_count Integer Total number of related keywords available for the request in DataForSEO's database. [optional]
offset Integer Offset applied to the results. [optional]
results Array<SeoRelatedKeywordItem> Related keywords with search volume, competition, difficulty, intent, and their own related searches. Each keyword is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoRelatedKeywordsResponse.new(
  seed_keyword: null,
  location: null,
  language: null,
  view: null,
  total_count: null,
  offset: null,
  results: null
)