Top Stories
Headline News at Your Fingertips Power Your App with Google Top Stories.
Retrieve the latest breaking news and headline stories directly from Google search results using the Top Stories result type.
Requires authentication → provide your API key as a Bearer token in the Authorization header.
POST https://api.serphouse.com/google-web
Response
Top Stories appear in the top_stories field within the response results. Each entry contains the article title, link, and image.
| Field | Type | Description |
|---|---|---|
| title | string | Headline of the news article |
| link | string | Link to the full article |
| image | string | Thumbnail image (base64) |
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 Top StoriesClick to expand

{ "top_stories": [ { "image": "src:BASE64", "title": "Hyderabad cybercrime police book Meta India head, social media users over PM Narendra Modi posts", "link": "https://timesofindia.indiatimes.com/city/hyderabad/hyderabad-cybercrime-police-book-meta-india-head-social-media-users-over-pm-narendra-modi-posts/articleshow/132753932.cms" }, { "image": "src:BASE64", "title": "Case Against Meta India Head Over Posts Targeting PM Modi During CJP Protest", "link": "https://www.ndtv.com/india-news/case-against-meta-india-head-over-posts-targeting-pm-modi-during-cjp-protest-11846386" }, { "image": "src:BASE64", "title": "Hyderabad Cybercrime Police Book Meta India Head Over PM Modi Posts", "link": "https://www.thequint.com/news/breaking-news/hyderabad-cyber-police-meta-india-head-fir" }, { "image": "src:BASE64", "title": "FIR against woman over comments on PM Modi: Is crude language a crime in India?", "link": "https://indianexpress.com/article/explained/explained-law/fir-woman-pm-modi-comments-protests-10811876/" }, { "image": "src:BASE64", "title": "Zero FIR against Noida woman Ruchika Singh over 'objectionable remarks' against PM Narendra Modi during C", "link": "https://timesofindia.indiatimes.com/city/delhi/zero-fir-against-noida-woman-ruchika-singh-over-objectionable-remarks-against-pm-narendra-modi-during-cjp-protest-transferred-to-delhi/articleshow/132763501.cms" }, { "image": "src:BASE64", "title": "Narendra Modi is on a quest to regain his aura", "link": "https://www.economist.com/asia/2026/07/30/narendra-modi-is-on-a-quest-to-regain-his-aura" }, { "image": "src:BASE64", "title": "Pakistan signals invitation to PM Modi for SCO Summit 2027 in Islamabad, says ‘this is an obligation on….’", "link": "https://www.livemint.com/news/india/pakistan-signals-invitation-to-pm-modi-for-sco-summit-2027-in-islamabad-says-this-is-an-obligation-on-11785486150341.html" } ]}Related Links
Last updated on
How is this guide?