List user tweets
The Twitter List User Tweets tool allows you to fetch the most recent tweets posted by any specified Twitter user, enabling seamless integration of live Twitter content into your applications. It connects effortlessly with Twitter's API via Pipedream, ensuring reliable and up-to-date tweet retrieval.
Features
- Retrieve a collection of the latest tweets from any public Twitter user.
- Supports input by Twitter username (handle) or numeric User ID.
- Allows fetching up to 100 tweets per request for comprehensive data collection.
- Easy integration with Pipedream workflows for automated tweet processing.
- Utilizes Twitter's official API, ensuring data accuracy and compliance with platform policies.
Benefits
- Stay updated with real-time tweets from key influencers or brand accounts.
- Automate social media monitoring to track mentions and trends.
- Enhance user engagement by embedding fresh tweet content in your apps or websites.
- Simplify data collection for sentiment analysis or market research.
- Save development time with a ready-to-use, well-documented API connector.
Description
Return a collection of the most recent tweets posted by a user. See the documentation
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| userNameOrId | string | A Twitter username (handle) prefixed with |
| maxResults | integer | Maximum amount of items to return. Each request can return up to 100 items. |