Endpoints & Pricing
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.
Google News (RSS)
- 100+ articles per request
- ~600ms response time
- No proxy cost (RSS feed)
- Title, URL, source, date, snippet
- Freshness: 1d, 7d, 30d
- 30+ country targeting
DDG News
- 15-30 articles per request
- Privacy-friendly results
- 72 region targeting
- Title, URL, source, date
- Lightweight JSON API
- 10 automatic retries
Yahoo/Bing News
- Rich article metadata
- Browser-scraped for accuracy
- 112 country targeting
- Title, URL, source, date, snippet
- Pagination support
- 10 automatic retries
Quick Start
Get News Articles in Seconds
A single API call returns structured news data. Use the freshness parameter to get the latest breaking news.
# 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"
{
"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 }
}
Data Fields
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
FAQ
News Search API Questions
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.
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