Actions59
- Facebook Actions
- Facebook Ad Library Actions
- Google Ad Library Actions
- Google Search Actions
- Instagram Actions
- LinkedIn Actions
- LinkedIn Ad Library Actions
- Pinterest Actions
- Reddit Actions
- Thread Actions
- TikTok Actions
- Truth Social Actions
- Twitter (X) Actions
- YouTube Actions
Overview
The "Scrape Creators" node provides real-time social media data scraping capabilities across multiple platforms, including Twitter (X). Specifically, the "Get Tweet Details" operation allows users to retrieve detailed information about a specific tweet by providing its URL. This is useful for scenarios such as social media monitoring, sentiment analysis, content aggregation, or marketing analytics where detailed tweet metadata is required.
For example, a user can input the URL of a tweet and get back comprehensive details like the tweet's text, author, timestamp, engagement metrics, and possibly more, enabling automated workflows that analyze or archive tweet data.
Properties
| Name | Meaning |
|---|---|
| URL | The full URL of the tweet to fetch details for. Example: https://x.com/elonmusk/status/1933950533813068181. This property is required for the "Get Tweet Details" operation. |
Output
The node outputs JSON data containing detailed information about the specified tweet. While the exact structure depends on the external API response, it typically includes fields such as:
- Tweet content (text)
- Author information (username, display name)
- Timestamp of the tweet
- Engagement statistics (likes, retweets, replies)
- Possibly media attachments or links
No binary data output is indicated for this operation.
Dependencies
- Requires an active API key credential for the Scrape Creators service.
- The node makes HTTP requests to the Scrape Creators API endpoint (
https://api.scrapecreators.com). - Proper configuration of the API key in n8n credentials is necessary for authentication.
Troubleshooting
- Invalid or missing URL: Ensure the tweet URL is correctly formatted and complete. Partial or malformed URLs will cause errors.
- Authentication errors: Verify that the API key credential is set up correctly and has not expired or been revoked.
- API rate limits: The external service may impose rate limits; hitting these will result in errors or throttling.
- Network issues: Connectivity problems between n8n and the Scrape Creators API can cause request failures.
- Unexpected API responses: If the tweet is deleted, private, or restricted, the API might return errors or empty data.
Links and References
- Scrape Creators API Documentation (general reference for the service)
- Twitter (X) Tweet URL format