Latest News
newsdata_latestSearch global news from the past 48 hours, filtering by keywords, country, language, category, sentiment, and timeframe. Paginate through results for complete coverage.
Instructions
Fetch the latest news articles from the past 48 hours worldwide.
Supports keyword search, country/language/category filtering, sentiment analysis, and pagination. Returns up to 50 articles per request (10 for free plans).
Args:
q: Search keywords (supports AND/OR/NOT operators)
qInTitle: Search in titles only
country: Filter by country codes (e.g., 'us,gb')
category: Filter by category (e.g., 'business,technology')
language: Filter by language (e.g., 'en')
sentiment: Filter by sentiment (positive/negative/neutral)
timeframe: Lookback in hours (1-48) or minutes (e.g., '120m')
size: Results per page (1-50)
page: Pagination token from previous response
Examples:
Latest US tech news: q="technology", country="us"
Breaking news last 2 hours: timeframe=2
Positive AI news: q="artificial intelligence", sentiment="positive"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search keywords. Use AND/OR/NOT operators. Example: 'bitcoin AND ethereum' | |
| tag | No | Filter by AI-detected tags | |
| page | No | Pagination token from previous response's nextPage value | |
| size | No | Number of articles per request (free: max 10, paid: max 50) | |
| image | No | Filter articles with (1) or without (0) images | |
| video | No | Filter articles with (1) or without (0) videos | |
| domain | No | Comma-separated source domains. Example: 'bbc.co.uk,cnn.com' | |
| country | No | Comma-separated country codes. Example: 'us,gb,ca' | |
| qInMeta | No | Search keywords in title, URL, and meta description | |
| category | No | Comma-separated categories: business, crime, domestic, education, entertainment, environment, food, health, lifestyle, other, politics, science, sports, technology, top, tourism, world | |
| language | No | Comma-separated language codes. Example: 'en,es,fr' | |
| qInTitle | No | Search keywords in article titles only | |
| timezone | No | Timezone for results. Example: 'America/New_York' | |
| domainurl | No | Comma-separated full domain URLs | |
| sentiment | No | Filter by article sentiment | |
| timeframe | No | Lookback period: hours (1-48) or minutes (e.g., '120m') | |
| excludedomain | No | Comma-separated domains to exclude | |
| prioritydomain | No | Filter by domain priority: top (top 10%), medium (top 30%), low (top 50%) | |
| removeduplicate | No | Set to '1' to remove duplicate articles |