Endpoints & Pricing
Three News Engines, One API Key
Choose the best news source for your use case. Google News is the highest-volume option, Yahoo News provides rich article data, and DuckDuckGo offers privacy-friendly results.
Google News
- 100+ articles per request
- Structured news metadata
- Freshness filters
- Title, URL, source, date, snippet
- Freshness: 1d, 7d, 30d
- 112 country targeting
DDG News
- 15-30 articles per request
- Privacy-friendly results
- 112 country targeting
- Title, URL, source, date
- Structured JSON fields
- Freshness filters
Yahoo/Bing News
- Rich article metadata
- Structured for accuracy
- 112 country targeting
- Title, URL, source, date, snippet
- Pagination support
- Structured JSON fields
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, bing, ddg, brave)
- 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 Extras
- 100+ articles per request
- Structured metadata
- Freshness filters
- 112 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) across all engines (Google News, Yahoo News, Bing News, DuckDuckGo News). This lets you get localized news results for specific markets.
Start using the News Search API
News Search requires paid credits from call 1. Add credits when you are ready to run live news queries.
View Pricing
