# Faroo API **Provider:** Faroo **Category:** search **Base URL:** `http://www.faroo.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://www.faroo.com/hp/api/api.html ## Description Alternative to Google Web Search API / Google News Search API, allows you to search news within dates, fetch trending news, topics and terms. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://www.faroo.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://www.faroo.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free: 10 req/month. Paid plans for higher volume. P2P web search. --- *Source: [API Map](https://apimap.dev/apis/faroo/) — CC BY 4.0*