curl -X GET "https://api.factagora.com/api/v1/news/search?q=bitcoin&limit=5&language=english" \ -H "Authorization: Bearer fct_your_api_key"
{ "query": "bitcoin", "articles": [ { "title": "Bitcoin surges past $100,000 amid institutional demand", "url": "https://reuters.com/...", "domain": "reuters.com", "publishedAt": "2026-03-29T10:00:00Z", "language": "english", "sourceCountry": "US", "snippet": "Bitcoin hit a new all-time high as institutional investors...", "source": "gnews" } ], "meta": { "total": 1, "executionTimeMs": 312, "source": "gnews", "cached": false }}
APIs
News Search
Search recent news articles from global sources
GET
/
api
/
v1
/
news
/
search
curl -X GET "https://api.factagora.com/api/v1/news/search?q=bitcoin&limit=5&language=english" \ -H "Authorization: Bearer fct_your_api_key"
{ "query": "bitcoin", "articles": [ { "title": "Bitcoin surges past $100,000 amid institutional demand", "url": "https://reuters.com/...", "domain": "reuters.com", "publishedAt": "2026-03-29T10:00:00Z", "language": "english", "sourceCountry": "US", "snippet": "Bitcoin hit a new all-time high as institutional investors...", "source": "gnews" } ], "meta": { "total": 1, "executionTimeMs": 312, "source": "gnews", "cached": false }}
Search recent news articles from global news sources including GNews and Naver News. Returns article titles, URLs, publication dates, and source domains.