Twitter Tweets

Scrape Twitter Tweets easily by using our API

To enable this engine, set the engine=twitter_tweets parameter.

Scraping Twitter tweets is a powerful technique for gathering meaningful insights about trending topics, user opinions, and sentiments. With our API, you can easily extract tweets enabling you to identify emerging trends and understand what people are talking about in real-time.

Twitter Tweets API Specific Parameters

#1: URL Parameter

ParameterTypeDescription

url required

string

The URL of the tweet you are looking to scrape information from.

Twitter Tweets API Integration Examples

We will use following URL as an example for this request:

https://social.webscrapingapi.com/v1?engine=twitter_tweets&api_key=<YOUR-API-KEY>&url=https://twitter.com/netflix/status/1508551897287782400

Ready to Use Twitter Profile Scraping Scripts:

curl --request GET --url "https://social.webscrapingapi.com/v1?engine=twitter_tweets&api_key=<YOUR-API-KEY>&url=https://twitter.com/netflix/status/1508551897287782400"
Response Example
{
  "search_parameters": {
    "twitter_url": "https://twitter.com/netflix/status/1508551897287782400",
    "engine": "twitter",
    "twitter_domain": "twitter.com",
    "device": "desktop",
    "url": "https://twitter.com/netflix/status/1508551897287782400"
  },
  "search_information": {
    "organic_results_state": "Results for exact spelling",
    "total_results": null,
    "query_displayed": null
  },
  "post_id": "1508551897287782400",
  "post_url": "https://twitter.com/netflix/status/1508551897287782400",
  "post_text": "My favorite moment of the #Oscars is my mom- the real Linda Mitchell- meeting Maya Rudolph- who is just a national treasure.  It made me so unbelievably happy.    @DebbieRianda ’s year is made!",
  "post_time": "2022-03-28T17:08:51.000Z",
  "post_retweets": 379,
  "post_comments": 53,
  "post_likes": 6503,
  "status": "Ok"
}

Last updated