> ## Documentation Index
> Fetch the complete documentation index at: https://generaltranslation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stream Rule Operators

This page provides a list of operators availble when [building rules](/x-api/posts/search/integrate/build-a-query) for Filtered Stream v2.

## List of operators

<Note>**Note:** For some operators, an alternate name, or alias, is available.</Note>

| **Operator**            | **Type**             | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| :---------------------- | :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------ | ------ | - | - | ------ | ------- | ---- | ------ | ------ | ---- | ------ | -------- | ---- | ------ | ------ | ---- | ------ | ------- | ---- | ------ | ------- | ---- | ------ | --------- | ---- | ------ | ------- | ---- | ------ | -------- | ---- | ------ | ------- | ---- | ------ | ----- | ---- | ------ | ------ | ---- | ------ | ----- | ---- | ------ | ------- | ---- | ------ | -------- | ---- | ------ | ------- | ---- | ------ | ------ | ---- | ------ | -------- | ---- | ------ | ------ | ---- | ------ | ----- | ---- | ------ | -------- | ---- | ------ | -------------- | ---- | ------ | ------ | ---- | ------ | ----- | ---- | ------ | --------------- | --------- | ------ | --------- | ---- | ------ | --------- | ---- | ------ | ---------- | ---- | ------ | ------- | ---- | ------ | -------- | ---- | ------ | ------- | ---- | ------ | ----- | ---- | ------ | ------ | ---- | ------ | --- | ---- | ------ | ------- | ---- | ------ | ---------- | ---- | ------ | --------- | ---- | ------ | --------- | ---- | ------ | ------- | ---- | ------ | ------ | ---- | ------ | --------- | ---- | ------ | ----- | ---- | ------ | ------- | ---- | ------ | ------ | ---- | ------ | ------- | ---- | ------ | ------ | ---- | ------ | ---------- | ---- | ------ | -------- | ---- | ------ | ------- | ---- | ------ | ------- | ---- | ------ | ------------------ | ------- | ------ | ------ | ---- | ------ | ------- | ---- | ------ | ------ | ---- | ------ | --------- | ---- | ------ | -------------- | ----- | ------ | ------- | ---- | ------ | ------- | ---- | ------ | ------- | ---- | ------ | ----- | ---- | ------ | ------ | ---- | ------ | ---- | ---- | ------ | ------- | ---- | ------ | ------------------- | ------- | ------ | ------- | ---- | ------ | --------- | ---- | ------ | ---- | ---- | ------ | ------ | ---- | ------ | ---------- | ---- | ------ | ----- | ---- | - |
| `keyword`               | Standalone           | Matches a keyword within the body of a Post. This is a tokenized match, meaning that your keyword string will be matched against the tokenized text of the Post body. Tokenization splits words based on punctuation, symbols, and Unicode basic plane separator characters.<br />For example, a Post with the text “I like coca-cola” would be split into the following tokens: I, like, coca, cola. These tokens would then be compared to the keyword string used in your rule. To match strings containing punctuation (for example, coca-cola), symbol, or separator characters, you must wrap your keyword in double-quotes.<br /><br />Example: `pepsi OR cola OR "coca cola"`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `emoji`                 | Standalone           | Matches an emoji within the body of a Post. Similar to a keyword, emojis are a tokenized match, meaning that your emoji will be matched against the tokenized text of the Post body.<br /><br />Note that if an emoji has a variant, you must wrap it in double quotes to add to a rule.<br /><br />Example: `(😃 OR 😡) 😬`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `"exact phrase match"`  | Standalone           | Matches the exact phrase within the body of a Post.<br /><br />Example: `("X API" OR #v2) -"filtered stream"`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `"keyword1 keyword2"~N` | Standalone           | Proximity operator that matches a Post where keywords are within `N` tokens of each other.<br />Keywords in reverse order can be no more than `N-2` tokens apart. `N` cannot be greater than `6`.<br /><br />Example: `"social media"~5 OR "API"~3`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `#`                     | Standalone           | Matches any Post containing a recognized hashtag, if the hashtag is a recognized entity in a Post.<br /><br />This operator performs an exact match, NOT a tokenized match, meaning the rule `#thanku` will match posts with the exact hashtag #thanku, but not those with the hashtag #thankunext.<br /><br />Example: `#thankunext #fanart OR @arianagrande`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `@`                     | Standalone           | Matches any Post that mentions the given username, if the username is a recognized entity (including the @ character).<br /><br />Example: `(@XDevelopers OR @api) -@x`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `$`                     | Standalone           | Matches any Post that contains the specified 'cashtag' (where the leading character of the token is the \$ character).<br /><br />Note that the cashtag operator relies on X's 'symbols' entity extraction to match cashtags, rather than trying to extract the cashtag from the body itself.<br /><br />Example: `$twtr OR @XDevelopers -$fb`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `from:`                 | Standalone           | Matches any Post from a specific user.<br />The value can be either the username (excluding the @ character) or the user's numeric user ID.<br /><br />You can only pass a single username/ID `from:` operator.<br /><br />Example: `from:XDevelopers OR from:api -from:X`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `to:`                   | Standalone           | Matches any Post that is in reply to a particular user.<br />The value can be either the username (excluding the @ character) or the user's numeric user ID.<br /><br />You can only pass a single username/ID per `to:` operator.<br /><br />Example: `to:XDevelopers OR to:api -to:x`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `url:`                  | Standalone           | Performs a tokenized match on any validly-formatted URL of a Post.<br /><br />This operator can match on the contents of both the `url` or `expanded_url` fields. For example, a Post containing "You should check out X Developer Labs: [https://t.co/c0A36SWil4](https://t.co/c0A36SWil4)" (with the short URL redirecting to [https://developer.x.com](https://developer.x.com)) will match both the following rules:<br /><br />`from:XDevelopers url:"https://developer.x.com"`<br />(because it will match the contents of `entities.urls.expanded_url`)<br /><br />`from:XDevelopers url:"https://t.co"`<br />(because it will match the contents of `entities.urls.url`)<br /><br />Tokens and phrases containing punctuation or special characters should be double-quoted (for example, `url:"/developer"`). Similarly, to match on a specific protocol, enclose in double-quotes (for example, `url:"https://developer.x.com"`).<br /><br />You can only pass a single URL per `url:` operator.                                                                                                                                                                                                                                                                                         |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `retweets_of:`          | Standalone           | *Available alias:* `retweets_of_user:`<br />Matches Posts that are Retweets of the specified user. The value can be either the username (excluding the @ character) or the user's numeric user ID.<br /><br />You can only pass a single username/ID per `retweets_of:` operator.<br /><br />Example: `retweets_of:XDevelopers OR retweets_of:twitterapi`<br />See [HERE](/x-api/users/lookup/introduction) for methods for looking up numeric X Account IDs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `context:`              | Standalone           | Matches Posts with a specific domain id and/or domain id, entity id pair where \* represents a wildcard. To learn more about this operator, please visit our page on [Post annotations](/x-api/fundamentals/post-annotations).<br /><br />You can only pass a single domain/entity per `context:` operator.<br /><br />`context:domain_id.entity_id`<br />`context:domain_id.*`<br />`context:*.entity_id`<br /><br />Examples:<br />`context:10.799022225751871488`<br />(`domain_id.entity_id` returns Posts matching that specific domain-entity pair)<br /><br />`context:47.*`<br />(`domain_id.*` returns Posts matching that domain ID, with any domain-entity pair)<br /><br />`context:*.799022225751871488`<br />(`*.entity_id` returns Posts matching that entity ID, with any domain-entity pair)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `entity:`               | Standalone           | Matches Posts with a specific entity string value. To learn more about this operator, please visit our page on [annotations](/x-api/fundamentals/post-annotations).<br /><br />You can only pass a single entity per `entity:` operator.<br /><br />`entity:"string declaration of entity/place"`<br /><br />Examples: `entity:"Michael Jordan" OR entity:"Barcelona"`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `conversation_id:`      | Standalone           | Matches Posts that share a common conversation ID. A conversation ID is set to the Post ID of a Post that started a conversation. As Replies to a Post are posted, even Replies to Replies, the `conversation_id` is added to its JSON payload.<br /><br />You can only pass a single conversation ID per `conversation_id:` operator.<br /><br />Example: `conversation_id:1334987486343299072 (from:XDevelopers OR from:api)`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `bio:`                  | Standalone           | *Available alias:* `user_bio:`<br />Matches a keyword or phrase within the Post publisher's bio. This is a tokenized match within the contents of the `description` field within the [User object](/x-api/fundamentals/data-dictionary#user).<br /><br />Example: `bio:developer OR bio:"data engineer" OR bio:academic`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `bio_name:`             | Standalone           | Matches a keyword within the Post publisher's user bio name. This is a tokenized match within the contents of a user's "name" field within the [User object](/x-api/fundamentals/data-dictionary#user).<br /><br />Example: `bio_name:phd OR bio_name:md`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `bio_location:`         | Standalone           | *Available alias:* `user_bio_location:`<br />Matches Posts that are published by users whose location contains the specified keyword or phrase. This operator performs a tokenized match, similar to the normal keyword rules on the message body.<br /><br />This location is part of the [User object](/x-api/fundamentals/data-dictionary#user), matches on the 'location' field, and is a non-normalized, user-generated, free-form string. It is also different from a Post's location (see `place:`).<br /><br />Example: `bio_location:"big apple" OR bio_location:nyc OR bio_location:manhattan`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `place:`                | Standalone           | Matches Posts tagged with the specified location or X place ID. Multi-word place names (“New York City”, “Palo Alto”) should be enclosed in quotes.<br /><br />You can only pass a single place per `place:` operator.<br /><br />Note: See the [GET geo/search](https://developer.x.com/content/developer-twitter/en/docs/geo/places-near-location/api-reference/get-geo-search) standard v1.1 endpoint for how to obtain X place IDs.<br /><br />Note: This operator will not match on Retweets, since Retweet's places are attached to the original Post. It will also not match on places attached to the original Post of a Quote Tweet.<br /><br />Example: `place:"new york city" OR place:seattle OR place:fd70c22040963ac7`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `place_country:`        | Standalone           | Matches Posts where the country code associated with a tagged place/location matches the given ISO alpha-2 character code.<br /><br />You can find a list of valid ISO codes on [Wikipedia](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).<br /><br />You can only pass a single ISO code per `place_country:` operator.<br /><br />Note: This operator will not match on Retweets, since Retweet's places are attached to the original Post. It will also not match on places attached to the original Post of a Quote Tweet.<br /><br />Example: `place_country:US OR place_country:MX OR place_country:CA`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `point_radius:`         | Standalone           | Matches against the `place.geo.coordinates` object of the Post when present, and in X, against a place geo polygon, where the Place polygon is fully contained within the defined region.<br /><br />`point_radius:[longitude latitude radius]`<br /><br />- Units of radius supported are miles (mi) and kilometers (km)<br />- Radius must be less than 25mi<br />- Longitude is in the range of ±180<br />- Latitude is in the range of ±90<br />- All coordinates are in decimal degrees<br />- Rule arguments are contained within brackets, space delimited<br /><br />You can only pass a single geo polygon per `point_radius:` operator.<br /><br />Note: This operator will not match on Retweets, since Retweet's places are attached to the original Post. It will also not match on places attached to the original Post of a Quote Tweet.<br /><br />Example: `point_radius:[2.355128 48.861118 16km] OR point_radius:[-41.287336 174.761070 20mi]`                                                                                                                                                                                                                                                                                                                                  |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `bounding_box:`         | Standalone           | *Available alias:* `geo_bounding_box:`<br />Matches against the place.geo.coordinates object of the Post when present, and in X, against a place geo polygon, where the place polygon is fully contained within the defined region.<br /><br />`bounding_box:[west_long south_lat east_long north_lat]`<br /><br />- `west_long south_lat` represent the southwest corner of the bounding box where `west_long` is the longitude of that point, and `south_lat` is the latitude.<br />- `east_long north_lat` represent the northeast corner of the bounding box, where `east_long` is the longitude of that point, and `north_lat` is the latitude.<br />- Width and height of the bounding box must be less than 25mi<br />- Longitude is in the range of ±180<br />- Latitude is in the range of ±90<br />- All coordinates are in decimal degrees.<br />- Rule arguments are contained within brackets, space delimited.<br /><br />You can only pass a single geo polygon per `bounding_box:` operator.<br /><br />Note: This operator will not match on Retweets, since Retweet's places are attached to the original Post. It will also not match on places attached to the original Post of a Quote Tweet.<br /><br />Example: `bounding_box:[-105.301758 39.964069 -105.178505 40.09455]` |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `is:retweet`            | Conjunction required | Matches on Retweets that match the rest of the specified rule. This operator looks only for true Retweets (for example, those generated using the Retweet button). Quote Tweets will not be matched by this operator.<br /><br />Example: `data @XDevelopers -is:retweet`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `is:reply`              | Conjunction required | Deliver only explicit replies that match a rule. Can also be negated to exclude replies that match a rule from delivery.<br /><br />When used with the filtered stream, this operator matches on replies to an original Post, replies in quoted Posts, and replies in Retweets.<br /><br />Example: `from:XDevelopers is:reply`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `is:quote`              | Conjunction required | Returns all Quote Tweets, also known as Posts with comments.<br /><br />Example: `"sentiment analysis" is:quote`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `is:verified`           | Conjunction required | Deliver only Posts whose authors are verified by X.<br /><br />Example: `#nowplaying is:verified`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `-is:nullcast`          | Conjunction required | Removes Posts created for promotion only on ads.twitter.com that have a `source:"Twitter for Advertisers (legacy)"` or `source:"Twitter for Advertisers".`<br />This operator must be negated.<br /><br />For more info on Nullcasted Posts, see our page on [Post availability](https://developer.x.com/content/developer-twitter/en/docs/twitter-api/v1/tweets/post-and-engage/guides/tweet-availability).<br /><br />Example: `"mobile games" -is:nullcast`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:hashtags`          | Conjunction required | Matches Posts that contain at least one hashtag.<br /><br />Example: `from:XDevelopers -has:hashtags`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:cashtags`          | Conjunction required | Matches Posts that contain a cashtag symbol (with a leading '$' character. For example, `$tag`).<br/><br/>Example: `#stonks has:cashtags\`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:links`             | Conjunction required | This operator matches Posts which contain links and media in the Post body.<br /><br />Example: `from:XDevelopers announcement has:links`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:mentions`          | Conjunction required | Matches Posts that mention another X user.<br /><br />Example: `#nowplaying has:mentions`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:media`             | Conjunction required | *Available alias:* `has:media_link`<br />Matches Posts that contain a media object, such as a photo, GIF, or video, as determined by X. This will not match on media created with Periscope, or Posts with links to other media hosting sites.<br /><br />Example: `(kittens OR puppies) has:media`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:images`            | Conjunction required | Matches Posts that contain a recognized URL to an image.<br /><br />Example: `#meme has:images`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:video_link`        | Conjunction required | *Available alias:* `has:videos`<br />Matches Posts that contain native X videos, uploaded directly to X. This will not match on videos created with Periscope, or Posts with links to other video hosting sites.<br /><br />Example: `#icebucketchallenge has:video_link`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `has:geo`               | Conjunction required | Matches Posts that have Post-specific geolocation data provided by the X user. This can be either a location in the form of a X place, with the corresponding display name, geo polygon, and other fields, or in rare cases, a geo lat-long coordinate.<br /><br />Note: Operators matching on place (Post geo) will only include matches from original posts. Retweets do not contain any place data.<br /><br />Example: `recommend #paris has:geo -bakery`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `sample:`               | Conjunction required | Returns a random percent sample of Posts that match a rule rather than the entire set of Posts. The percent value must be represented by an integer between 1 and 100 (for example, `sample:10` will return a random 10% sample).<br /><br />This operator first reduces the scope of the stream to the percentage you specified, then the rule/filter is applied to that sampled subset. In other words, if you are using, for example, `sample:10`, each Post will have a 10% chance of being in the sample.<br /><br />This operator applies to the entire rule and requires all OR'd terms to be grouped.<br /><br />Example: `#nowplaying @spotify sample:15`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `lang:`                 | Conjunction required | Matches Posts that have been classified by X as being of a particular language (if, and only if, the post has been classified). It is important to note that each Post is currently only classified as being of one language, so AND’ing together multiple languages will yield no results.<br /><br />You can only pass a single BCP 47 language identifier per `lang:` operator.<br /><br />Note: if no language classification can be made the provided result is 'und' (for undefined).<br /><br />Example: `recommend #paris lang:en`<br /><br />The list below represents the currently supported languages and their corresponding BCP 47 language identifier:<br /><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Language | BCP 47 | <br /> | - | - | <br /> | Amharic | `am` | <br /> | Arabic | `ar` | <br /> | Armenian | `hy` | <br /> | Basque | `eu` | <br /> | Bengali | `bn` | <br /> | Bosnian | `bs` | <br /> | Bulgarian | `bg` | <br /> | Burmese | `my` | <br /> | Croatian | `hr` | <br /> | Catalan | `ca` | <br /> | Czech | `cs` | <br /> | Danish | `da` | <br /> | Dutch | `nl` | <br /> | English | `en` | <br /> | Estonian | `et` | <br /> | Finnish | `fi` | <br /> | French | `fr` | <br /> | Georgian | `ka` | <br /> | German | `de` | <br /> | Greek | `el` | <br /> | Gujarati | `gu` | <br /> | Haitian Creole | `ht` | <br /> | Hebrew | `iw` | <br /> | Hindi | `hi` | <br /> | Latinized Hindi | `hi-Latn` | <br /> | Hungarian | `hu` | <br /> | Icelandic | `is` | <br /> | Indonesian | `in` | <br /> | Italian | `it` | <br /> | Japanese | `ja` | <br /> | Kannada | `kn` | <br /> | Khmer | `km` | <br /> | Korean | `ko` | <br /> | Lao | `lo` | <br /> | Latvian | `lv` | <br /> | Lithuanian | `lt` | <br /> | Malayalam | `ml` | <br /> | Maldivian | `dv` | <br /> | Marathi | `mr` | <br /> | Nepali | `ne` | <br /> | Norwegian | `no` | <br /> | Oriya | `or` | <br /> | Panjabi | `pa` | <br /> | Pashto | `ps` | <br /> | Persian | `fa` | <br /> | Polish | `pl` | <br /> | Portuguese | `pt` | <br /> | Romanian | `ro` | <br /> | Russian | `ru` | <br /> | Serbian | `sr` | <br /> | Simplified Chinese | `zh-CN` | <br /> | Sindhi | `sd` | <br /> | Sinhala | `si` | <br /> | Slovak | `sk` | <br /> | Slovenian | `sl` | <br /> | Sorani Kurdish | `ckb` | <br /> | Spanish | `es` | <br /> | Swedish | `sv` | <br /> | Tagalog | `tl` | <br /> | Tamil | `ta` | <br /> | Telugu | `te` | <br /> | Thai | `th` | <br /> | Tibetan | `bo` | <br /> | Traditional Chinese | `zh-TW` | <br /> | Turkish | `tr` | <br /> | Ukrainian | `uk` | <br /> | Urdu | `ur` | <br /> | Uyghur | `ug` | <br /> | Vietnamese | `vi` | <br /> | Welsh | `cy` |   |
| `followers_count:`      |                      | Matches Posts when the author has a followers count within the given range.<br />If a single number is specified, any number equal to or higher will match.<br /><br />Example: `followers_count:500`<br /><br />Additionally, a range can be specified to match any number in the given range.<br /><br />Example: `followers_count:1000..10000`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `tweets_count:`         |                      | *Available alias:* `statuses_count:`<br />Matches Posts when the author has posted a number of Posts that falls within the given range.<br />If a single number is specified, any number equal to or higher will match.<br /><br />Example: `tweets_count:1000`<br /><br />Additionally, a range can be specified to match any number in the given range.<br /><br />Example: `tweets_count:1000..10000`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `following_count:`      |                      | *Available alias:* `friends_count:`<br />Matches Posts when the author has a friends count (the number of users they follow) that falls within the given range.<br />If a single number is specified, any number equal to or higher will match.<br /><br />Example: `following_count:500`<br /><br />Additionally, a range can be specified to match any number in the given range.<br /><br />Example: `following_count:1000..10000`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `listed_count:`         |                      | *Available alias:* `user_in_lists_count:`<br />Matches Posts when the author is included in the specified number of Lists.<br />If a single number is specified, any number equal to or higher will match.<br /><br />Example: `listed_count:10`<br /><br />Additionally, a range can be specified to match any number in the given range.<br /><br />Example: `listed_count:10..100`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `url_title:`            |                      | *Available alias:* `within_url_title:`<br />Performs a keyword/phrase match on the expanded URL HTML title metadata.<br /><br />Example: `url_title:snow`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `url_description:`      |                      | *Available alias:* `within_url_description:`<br />Performs a keyword/phrase match on the expanded page description metadata.<br /><br />Example: `url_description:weather`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `url_contains:`         |                      | Matches Posts with URLs that literally contain the given phrase or keyword. To search for patterns with punctuation in them (i.e., google.com) enclose the search term in quotes.<br />NOTE: This will match against the expanded URL as well.<br /><br />Example: `url_contains:photos`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `source:`               |                      | Matches any Post generated by the given source application. The value must be either the name of the application or the application's URL. Cannot be used alone.<br /><br />Example: `source:"X for iPhone"`<br /><br />Note: As an X app developer, Posts created programmatically by your application will have the source of your application Name and Website URL set in your [app settings](/resources/fundamentals/developer-apps#app-management).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `in_reply_to_tweet_id:` |                      | *Available alias:* `in_reply_to_status_id:`<br />Deliver only explicit Replies to the specified Post.<br /><br />Example: `in_reply_to_tweet_id:1539382664746020864`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
| `retweets_of_tweet_id:` |                      | *Available alias:* `retweets_of_status_id:`<br />Deliver only explicit (or native) Retweets of the specified Post. Note that the status ID used should be the ID of an original Post and not a Retweet.<br /><br />Example: `retweets_of_tweet_id:1539382664746020864`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |          |        |        |   |   |        |         |      |        |        |      |        |          |      |        |        |      |        |         |      |        |         |      |        |           |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |       |      |        |         |      |        |          |      |        |         |      |        |        |      |        |          |      |        |        |      |        |       |      |        |          |      |        |                |      |        |        |      |        |       |      |        |                 |           |        |           |      |        |           |      |        |            |      |        |         |      |        |          |      |        |         |      |        |       |      |        |        |      |        |     |      |        |         |      |        |            |      |        |           |      |        |           |      |        |         |      |        |        |      |        |           |      |        |       |      |        |         |      |        |        |      |        |         |      |        |        |      |        |            |      |        |          |      |        |         |      |        |         |      |        |                    |         |        |        |      |        |         |      |        |        |      |        |           |      |        |                |       |        |         |      |        |         |      |        |         |      |        |       |      |        |        |      |        |      |      |        |         |      |        |                     |         |        |         |      |        |           |      |        |      |      |        |        |      |        |            |      |        |       |      |   |
