Twitter Results
Scrape popular tweets right from the Google search results.
Google prioritises popular tweets and, if for example you are searching for a Twitter account, Google may display the latest tweets of that account in a special box. If available, our scraper will parse these tweets and they can be accessed via the
inline_tweets
property from the API response. The full body of this object contains:Element | Type | Description |
---|---|---|
view_on_twitter_link | String | Twitter link to the queried account |
twitter_handle | String | Google displayed name of the account |
twitter_link | String | Google related link to the account |
tweets | Array | Array of tweets |
tweet | String | -- Tweet body |
link | String | -- Link to specific tweet |
position | Integer | -- Position of the tweet inside the tweets container |
published_date | String | -- Date when the tweet was published |
get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=naval%20twitter
Request Example That Returns Twitter Elements

Scrape Twitter Results on Google
Last modified 1yr ago