Easy Twitter Search Scraper avatar
Easy Twitter Search Scraper
Try for free

6 hours trial then $30.00/month - No credit card required now

View all Actors
Easy Twitter Search Scraper

Easy Twitter Search Scraper

web.harvester/easy-twitter-search-scraper
Try for free

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.

CN

Links Feature Request

Closed

consistent_nectarine opened this issue
a year ago

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" }

web.harvester avatar

Hey steve,

Added to the Actor:

  • Add links field to the output, which contains all the links in the tweet
Developer
Maintained by Community
Actor metrics
  • 434 monthly users
  • 20 stars
  • 99.9% runs succeeded
  • 2.5 days response time
  • Created in Jul 2023
  • Modified 2 months ago