Google Yahoo DuckDuckGo

News API from $0.01/1K

An affordable news search API. Get real-time articles from Google News, Yahoo News, and DuckDuckGo News through a single REST API. Filter by freshness, source, and country. Google News from $0.01/1K. 100 free searches included.

Try for Free View Documentation
Google News from $0.01/1K 100+ Articles per Request 3 News Engines

Three News Engines, One API Key

Choose the best news source for your use case. Google News RSS is the cheapest and fastest, Yahoo News provides rich article data, and DuckDuckGo offers privacy-friendly results.

DuckDuckGo News

DDG News

$0.02
per 1,000 searches (Default tier)
  • 15-30 articles per request
  • Privacy-friendly results
  • 72 region targeting
  • Title, URL, source, date
  • Lightweight JSON API
  • 10 automatic retries
Yahoo News

Yahoo/Bing News

$0.02
per 1,000 searches (Default tier)
  • Rich article metadata
  • Browser-scraped for accuracy
  • 112 country targeting
  • Title, URL, source, date, snippet
  • Pagination support
  • 10 automatic retries

Get News Articles in Seconds

A single API call returns structured news data. Use the freshness parameter to get the latest breaking news.

cURL - News Search with Freshness
# Get news articles from the last 24 hours
curl "https://apiserpent.com/api/news?q=artificial+intelligence&engine=google&freshness=1d" \
  -H "X-API-Key: YOUR_API_KEY"
JSON Response (partial)
{
  "searchParameters": {
    "q": "artificial intelligence",
    "engine": "google",
    "type": "news",
    "freshness": "1d"
  },
  "articles": [
    {
      "title": "OpenAI Announces New AI Model With Reasoning Capabilities",
      "url": "https://example.com/ai-news-article",
      "source": "TechCrunch",
      "publishedTime": "2026-03-10T14:30:00Z",
      "snippet": "The latest model demonstrates improved reasoning..."
    }
  ],
  "totalResults": 127,
  "credits": { "used": 1, "remaining": 99 }
}

Structured News Data from Every Engine

Each news endpoint returns clean, structured JSON perfect for news aggregation, media monitoring, and content research.

Article Fields

  • articles[].title
  • articles[].url
  • articles[].source
  • articles[].publishedTime
  • articles[].snippet
  • articles[].imageUrl
  • totalResults

Request Parameters

  • q (search query)
  • engine (google, yahoo, ddg)
  • freshness (1d, 7d, 30d)
  • country (e.g., us, uk, in)
  • num (results count)
  • page (pagination)
  • safe (SafeSearch on/off)

Google News (RSS) Extras

  • 100+ articles per request
  • ~600ms avg response
  • No proxy needed
  • 30+ countries supported
  • High reliability

Use Cases

  • Media monitoring
  • Brand mention tracking
  • News aggregation apps
  • Competitive intelligence
  • Content research

News Search API Questions

The News Search API aggregates articles from three engines: Google News (via RSS feed, covering thousands of publishers worldwide), Yahoo News (browser-scraped for rich article data), and DuckDuckGo News (via their lightweight API). Each engine surfaces different sources, giving you comprehensive news coverage across the web.
Google News via RSS starts at $0.01/1K (Scale tier). DuckDuckGo News starts at $0.01/1K (Scale). Yahoo/Bing News starts at $0.01/1K (Scale). Default tier prices: Google $0.01/1K, DDG $0.02/1K, Yahoo $0.02/1K. All new accounts get 100 free searches to test any endpoint.
Yes. Use the freshness parameter to filter results by time period: 1d for the last 24 hours, 7d for the last week, or 30d for the last month. Articles are returned sorted by publication date (newest first) with full timestamp data.
Google News via RSS returns 100+ articles per request, making it the highest-volume option. Yahoo News returns approximately 10-20 articles per page with pagination support. DuckDuckGo News returns 15-30 articles per request. All responses include article title, URL, source name, publication time, and snippet.
Yes. Google News supports 30+ countries via the country parameter (e.g., us, uk, in, de, fr, jp). DuckDuckGo News supports 72 regions. Yahoo News supports 70+ countries. This lets you get localized news results for specific markets.

Try the News Search API Free

100 free searches included. Test Google News, Yahoo News, and DuckDuckGo News with no credit card required.

Try for Free