Google News API

Headline, source, date, and a real article image, as clean JSON.

Real article images Clean snippets, not just links ~1 second responses
PULLED LIVE FROM THE API, AUGUST 4, 2026

One request, real headlines

# one credit per search; the whole page of articles comes back, zero results cost nothing curl "https://crustapi.com/v1/search?type=news&q=tesla" -H "x-api-key: YOUR_KEY"
// one of the articles returned, unedited: { "title": "Elon Musk spends half his time talking robots and AI on Tesla earnings calls", "source": "TechCrunch", "date": "6 hours ago", "snippet": "An analysis of the last seven years of Tesla earnings calls shows just little attention Musk pays to Tesla's car business.", "imageUrl": "https://techcrunch.com/wp-content/uploads/2024/10/GettyImages-2171035708.jpg?resize=1200,800", "link": "https://techcrunch.com/2026/08/04/elon-musk-spends-half-his-time-talking-robots-and-ai-on-tesla-earnings-calls/", "position": 1 }

The imageUrl is the article's real hero image, not a tiny thumbnail, so it drops straight into a feed or a brief.

THREE STEPS

How do you get started?

No code needed. From zero to a page of headlines in about two minutes:

  1. 1

    Create a free account. You get 3,000 credits a month, no card needed.

  2. 2

    Type a news search in the playground. A brand, a topic, a ticker. The articles land in a table.

  3. 3

    Export the CSV, or copy your key from the dashboard and run the curl above for JSON.

WHAT EVERY ARTICLE INCLUDES

What data do you get?

HeadlineTitle PublisherSource WhenRelative date SummaryClean snippet MediaHero image URL LinkArticle URL RankPosition
THE PART MOST TEAMS GET WRONG

Google killed its News API, and RSS isn't a replacement

Google shut down its News API in 2016 and never replaced it. The only thing Google still offers is an RSS feed. It works, but it's thin.

A Google News RSS item gives you a headline, a Google redirect link, a timestamp, and the source name. No article image. No clean snippet. No way to control ranking or count.

A news feed, a brand monitor, or an LLM's news context needs normalized results with images and summaries. That is what this API returns.

SIDE BY SIDE

Google News RSS vs a real API

Google News RSSCrustAPI News
Article imageNoneReal hero image
SnippetA redirect link, no summaryClean article snippet
FormatXML you parse yourselfStructured JSON
LinksGoogle redirect URLsDirect publisher URLs
PriceFree, but bare1 credit per search, empties free

Google's News API was discontinued in 2016; the RSS feed at news.google.com is the only remaining official option. Field comparison from a live RSS pull, July 13, 2026.

Track a topic free
3,000 credits a month. No card, no contract.
Get started →
PRICING

How much does the News API cost?

One search returns the whole page of articles for a single credit. A search that returns none costs nothing, and credits never expire.

What you pullCreditsYou pay
3,000 searches a month3,000$0, free every month, no card
25,000 searches25,000$49 ($1.96 per 1,000)
100,000 searches100,000$149 ($1.49 per 1,000)
500,000 searches500,000$549 ($1.10 per 1,000)
2.5 million searches2,500,000$1,999 ($0.80 per 1,000)

Packs continue up to 250 million credits for $100,000, which is $0.40 per 1,000. Prices ex-tax.

It's a drop-in swap for serper: same JSON, just point your requests here.

FAIR PLAY

When the RSS feed is enough: you just want headlines and links for a personal reader, and you don't mind parsing XML or losing images and snippets. It's free and it's fine for that. This API is for when you need structured, image-rich news at scale.

WHO IT'S FOR

Who uses this API?

BEFORE YOU ASK

Common questions

No. Google discontinued its News API in 2016 and never replaced it. The only official option left is an RSS feed, which gives headlines and redirect links but no images, snippets, or ranking control. A structured Google News API like this one fills that gap.

RSS gives you a headline, a Google redirect URL, and a timestamp. This returns structured JSON with the article's real hero image, a clean snippet, the direct publisher link, and the source, ready to drop into a feed or a brief.

Yes. Query any term and get the current Google News results for it. Run it on a schedule to track a brand, a competitor, or a story as it develops.

Yes. The JSON is serper-compatible, so switching is a URL and header change. Credits never expire, empty searches are free, and the free tier refills at 3,000 a month.

One credit per search: $49 buys 25,000 searches, $149 buys 100,000, up to $0.40 per 1,000 at scale. Credits never expire.

Get Google News as clean JSON

3,000 free credits a month. Real headlines, images, and snippets from one call.

Get 3,000 free credits
No credit card required