Twitter Tweets Scraper avatar

Twitter Tweets Scraper

Try for free

Pay $0.50 for 1,000 results

Go to Store
Twitter Tweets Scraper

Twitter Tweets Scraper

gentle_cloud/twitter-tweets-scraper
Try for free

Pay $0.50 for 1,000 results

Enter the Twitter URL to quickly collect the latest tweet data. Based on the Twitter search interface, with countless quantity and time constraints, the tweet results are sorted in reverse chronological order.

Developer
Maintained by Community

Actor Metrics

  • 242 monthly users

  • No reviews yet

  • 42 bookmarks

  • 95% runs succeeded

  • 2.2 days response time

  • Created in Mar 2024

  • Modified a day ago

RF

/with_replies URLs not supported?

Open
ryan-frenone opened this issue
4 days ago

Hey, I'm trying to access a profile's feed with replies (e.g., https://x.com/elonmusk/with_replies) and it seems to be unable to return any results. Is this normal? Here's an example of the input I'm using:

run_input = { "result_count": "5", "start_urls": [{"url": "https://x.com/elonmusk/with_replies", "method": "GET"}], }

gentle_cloud avatar

At present, only native tweet collection is supported, and reply tweet content is not supported for the time being. I will optimize this program to support reply content collection in the future, thank you