| 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 {"field","dir"} 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] |