API Reference
Search News
Semantic search over the article archive
GET
Documentation Index
Fetch the complete documentation index at: https://docs.tradingnews.press/llms.txt
Use this file to discover all available pages before exploring further.
Available on the Max plan only. Requests from Starter or Pro keys return
403.Query Parameters
Natural-language query. 2 to 500 characters.
Number of articles to return. Min: 1, Max: 100.
Response
Number of articles returned.
The original query string, echoed back.
Articles ranked by semantic relevance to the query. Same schema as
/v1/news. Because semantic search is Max-only, each article includes a tickers array with per-ticker sentiment (e.g. [{"ticker": "AAPL", "sentiment": "positive"}]); the array is empty when no tickers were detected.