Simple search in list
Twitter Simple Search in List is an AI-powered tool designed to help users efficiently search tweets by text within a specific Twitter List. It enables precise filtering and retrieval of tweets based on multiple search terms, maximizing relevance and productivity.
Features
- Search tweets within a selected Twitter List owned by the authenticated user or via a custom List ID.
- Supports multiple search terms with AND logic—only tweets matching all terms are returned.
- Allows the use of the pipe character (|) to specify multiple alternative strings within a single search term for flexible matching.
- Customizable maximum result count up to 100 tweets per request to control data volume.
- Returns results in JSON format for easy integration with other applications and workflows.
Benefits
- Streamlines the process of finding relevant tweets in large or curated Twitter Lists.
- Improves accuracy of tweet searches by allowing multiple, combined search criteria.
- Saves time for social media managers, marketers, and analysts by automating complex search queries.
- Facilitates data-driven insights and targeted content discovery from specific Twitter communities.
- Integrates seamlessly with automation platforms like Pipedream for enhanced workflow capabilities.
Description
Search Tweets by text in a list. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- searchTerms: Return JSON in this format: string[]
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| listIdrequired | string | Select a List owned by the authenticated user, or use a custom List ID. |
| searchTermsrequired | string[] | Text to filter tweets by. If you include more than one item in this array, only tweets that match all items will be returned. You can use the pipe character |
| maxResults | integer | Maximum amount of items to return. Each request can return up to 100 items. |