# GNews API **Provider:** GNews **Category:** search **Base URL:** `https://gnews.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://gnews.io/ ## Description Search articles from over 80,000 sources worldwide. Get real-time news and up to 6 years of historical data in JSON format. Start for free. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://gnews.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://gnews.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Google News aggregation API. Free: 100 requests/day. Standard $9.99/mo (2K req/day). Business $49.99/mo (10K req/day). Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/gnews/) — CC BY 4.0*