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. 10 free web 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

from $0.01
per 1,000 searches (Scale tier)
  • 15-30 articles per request
  • Privacy-friendly results
  • 112 country targeting
  • Title, URL, source, date
  • Lightweight JSON API
  • 10 automatic retries
Yahoo News

Yahoo/Bing News

from $0.01
per 1,000 searches (Scale 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, bing, ddg)
  • freshness (1d, 7d, 30d)
  • country (e.g., us, uk, in)
  • language (e.g., en, es, de)
  • num (results count)
  • pages (pagination, 1–10)
  • safe (SafeSearch strict/moderate/off)

Google News (RSS) Extras

  • 100+ articles per request
  • ~600ms avg response
  • No proxy needed
  • 112 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.
News search costs $0.20 per 1,000 requests on the Default tier, $0.02 per 1,000 on the Growth tier ($100+ single deposit unlocks 10× off), and $0.01 per 1,000 on the Scale tier ($500+ single deposit unlocks 20× off). All engines (Google News RSS, Yahoo News, Bing News, DuckDuckGo News) share the same price within each tier. All new accounts get 10 free web 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. The News API supports 112 country codes via the country parameter (e.g., us, uk, in, de, fr, jp) across all engines (Google News, Yahoo News, Bing News, DuckDuckGo News). This lets you get localized news results for specific markets.

Try the News Search API Free

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

Try for Free