Easy Twitter Search Scraper
6 hours trial then $30.00/month - No credit card required now
Easy Twitter Search Scraper
6 hours trial then $30.00/month - No credit card required now
Easily Scrape tweets with our Twitter Search Scraper. Export data in formats like JSON and Excel perfect for integration with various applications, databases, and data analysis tools.
Would it be possible to add the links from the Tweet to a new parameter?
Currently, any links found are added to the 'text' field in plain text.
Many of them are "chopped off" and have ... for the link and brings 404 errors.
Thank you!
Example:::
{ "avatar": "https://pbs.twimg.com/profile_images/111/example.jpg", "id": "123", "text": "This is an example tweet! linkpage.com", "likes": 7, "replies": 0, "retweets": 3, "quotes": 0, "timestamp": "2023-10-01T21:20:00.000Z", "searchQuery": "example", "url": "https://twitter.com/exampleuser/status/1234" }
to
{ "avatar": "https://pbs.twimg.com/profile_images/111/example.jpg", "id": "123", "text": "This is an example tweet! linkpage.com/direc...", "link": "https://linkpage.com/directory/page.html", "likes": 7, "replies": 0, "retweets": 3, "quotes": 0, "timestamp": "2023-10-01T21:20:00.000Z", "searchQuery": "example", "url": "https://twitter.com/exampleuser/status/1234" }
Hey steve,
Added to the Actor:
- Add
links
field to the output, which contains all the links in the tweet
Actor Metrics
338 monthly users
-
36 stars
>99% runs succeeded
14 days response time
Created in Jul 2023
Modified 2 months ago