Filter the matched mentions. Provide a single condition {"field","op","value"} or an {"and":[…]} / {"or":[…]} group of conditions (nest groups for mixed logic), up to 8 conditions. Operators: =, <>, <, <=, >, >=, in, not_in, like, not_like, ilike, not_ilike, match, not_match (use an array value with in / not_in). Filterable fields: ai_search_volume (monthly AI search volume); platform (LLM engine, e.g. chat_gpt, google, perplexity); model (model name that produced the answer). Example: {"and":[{"field":"ai_search_volume","op":">","value":1000},{"field":"platform","op":"=","value":"chat_gpt"}]}
| Name | Type | Description | Notes |
|---|---|---|---|
| Field | string | Field to filter on. See the endpoint's list of filterable fields. | |
| Op | string | Comparison operator. | |
| Value | DataForSeoFilterValue | ||
| And | List<DataForSeoFilter> | Sub-expressions that must all match. | |
| Or | List<DataForSeoFilter> | Sub-expressions where at least one must match. |