Need help scraping tweets + replies from about 10 X (Twitter) users [free api]

Hi,
I’m using n8n Cloud and want to scrape tweets from ~10 public X (Twitter) users, including:
• Replies to their tweets
• Replies by the users on any thread

Input format looks like:

{ "userHandle": “X_Username10", "scrapeRepliesToUserTweets": true, "scrapeRepliesByUser": true },
  ...

Tried ScraperAPI, Nitter, Apify — all blocked or paid. I spend 2 full days but could not make it happen.

This is a non-commercial/house project. So Looking for a free, reliable solution that works fully in main workflow (prefrably no subflows as they are buggy) on n8n Cloud.

Any working examples, API suggestions or node setups?
Thanks!

  • n8n version: 1.98.2
  • Running via: n8n Cloud
  • DB: Default (SQLite)
1 Like

Hi! Try twitterapi.io - i used it to parse tweets(hope help you), :grinning_face: but now have problem with retweets and custom http node to publish from 2+ accounts