You Just Want the Articles
Integrating news usually means scraped HTML, duplicate stories, and one or two sources dominating every result set.
Scraping headaches
HTML changes, paywalls, and rate limits make scrapers a full-time job.
Duplicate stories everywhere
The same press release republished across 20 outlets floods your feed.
One source dominates
You search for a topic and get eight articles from the same site. Not exactly "diverse coverage."
Five Endpoints, Every News Use Case
Search, browse, and filter news without stitching together multiple APIs or writing your own aggregation.
/newsSearch News
Search any topic and get articles with previews. Filter by language, country, and time.
GET/news/trendingTrending Headlines
Top headlines auto-translated into 40+ languages. Get what the world is reading.
GET/news/topicTopic Categories
Browse 11 categories — technology, sports, politics, and more. No query crafting needed.
GET/news/localLocal News
News for any city, region, or geographic area. Great for location-aware apps.
GET/healthHealth Check
Verify API availability and current version. Useful for monitoring and alerting.
What You Don't Have to Build
Source filtering, deduplication, and multi-language support are handled for you. Focus on your product, not data cleanup.
No Source Dominance
No single domain hogs your feed. You get diverse coverage, not ten articles from the same outlet.
Languages Supported
Pass a language code and get results in 40+ languages. Trending and topic searches auto-translate your query.
No Scraping Required
Each article includes a clean text preview and thumbnail URL. Build news feeds without writing a single scraper.
Built-in Deduplication
Near-identical articles are collapsed automatically. Your users never see the same story twice.
Timeframe Filters
Last hour, 24h, 7 days, 30 days — pick a window and get only recent articles.
Clean Previews
Up to 250-character text excerpts with thumbnail URLs. Everything you need to render a news feed.
First Request in Under a Minute
Subscribe on RapidAPI, grab your key, and make your first call. No separate signup, no SDK to install.
Read the Setup Guidecurl -X GET "https://fast-news-with-previews.p.rapidapi.com/news?topic=artificial+intelligence&language=en" \
-H "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
-H "x-rapidapi-host: fast-news-with-previews.p.rapidapi.com"Stop Writing News Scrapers
Subscribe on RapidAPI, get your key, and start pulling clean news data into your product.
Get Your API Key