Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.38 KB

File metadata and controls

19 lines (15 loc) · 1.38 KB

Unifapi.Sdk.Model.GeoMentionsSearchRequest

Properties

Name Type Description Notes
Target List<GeoMentionsTarget> Up to 10 target entities, each a domain or a keyword.
Engine GeoEngine [optional]
Location GeoKeywordSearchVolumeRequestLocation [optional]
Language string Search language as an ISO code or full language name. Defaults to en. [optional]
Filters GeoMentionsSearchRequestFilters [optional]
OrderBy List<DataForSeoOrderByRule> Sort the matched mentions. Each rule is {&quot;field&quot;,&quot;dir&quot;} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: ai_search_volume, platform, model. [optional]
Limit int Max mentions to return. Default 100. [optional]
Offset int Mentions to skip. Use cursor beyond 9000. [optional]
Cursor string search_after_token from a previous response, for deep pagination. [optional]
View GeoView [optional]

[Back to Model list] [Back to API list] [Back to README]