Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 615 Bytes

File metadata and controls

22 lines (16 loc) · 615 Bytes

Unifapi::SeoKeywordHistoryRequest

Properties

Name Type Description Notes
keywords Array<String> Keywords to look up (1-700). Returns historical metrics since 2019 for each.
location SeoKeywordHistoryLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoKeywordHistoryRequest.new(
  keywords: null,
  location: null,
  language: null
)