SERPHouseSERPHouse

Tweets

SERPHouse Hear the Pulse of Twitter with the Google Tweets Result API.

Access Twitter/X results that appear in Google search results, surfacing relevant tweets and social media content.

Requires authentication → provide your API key as a Bearer token in the Authorization header.

POST https://api.serphouse.com/google-web

Response

Twitter results appear in the tweets field within the response results. Each entry contains the tweet content, URL, and published date.

FieldTypeDescription
tweetstringTweet content
urlstringTweet URL
published_datestringTweet published date

Example Request

curl --location --request POST 'https://api.serphouse.com/google-web' \--header 'Authorization: Bearer <YOUR_API_KEY>' \--header 'Content-Type: application/json' \--data-raw '{    "data": {        "q": "narendra modi",        "domain": "google.com",        "lang": "en",        "device": "desktop",        "loc": "United States"    }}'
Google TweetsClick to expand
Google Twitter results in search results
{  "tweets": [    {      "tweet": "Congratulations to Seema for securing a Bronze in the Women's Discus Throw event with a best throw of 58.65m. Her efforts have made India proud and motivated the youth of our nation. Wishing her the very best for the endeavours ahead.   #CWG2026 ",      "url": "https://x.com/narendramodi/status/2083107247056650552?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet",      "published_date": "2 hours ago"    },    {      "tweet": "Exceptional performance by Lovepreet Singh for winning a Silver in the Men's +110kg event. His outstanding effort in the snatch set a new Commonwealth Games record too. His dedication and determination are truly admirable. My best wishes to him for the endeavours ahead.  #CWG2026 ",      "url": "https://x.com/narendramodi/status/2083106862426378287?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet",      "published_date": "2 hours ago"    }  ]}

Last updated on

How is this guide?

On this page