Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 651 Bytes

File metadata and controls

22 lines (16 loc) · 651 Bytes

Unifapi::GeoKeywordSearchVolumeRequest

Properties

Name Type Description Notes
keywords Array<String> Keywords to look up AI search volume for. Up to 1000 keywords, 250 chars each.
location GeoKeywordSearchVolumeRequestLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]

Example

require 'unifapi'

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