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:
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
Twitter Results Request Example
Request Example That Returns Twitter Elements
GET
https://serpapi.webscrapingapi.com/v1?engine=google&api_key=<YOUR_API_KEY>&q=naval%20twitter
This is a basic GET request that returns the twitter results found on the Google page.
Query Parameters
q*
String
naval twitter
api_key*
String
<YOUR_API_KEY>
Last updated