GET /api/v1/entities/search with a ticker to find every indexed article
that mentions a stock symbol — useful for answering “what did analysts say
about $TICKER this week?” without scanning topic search results by hand. Free,
no auth required.
Request
Response
publishedAt, most recent first — not relevance-ranked
like /api/v1/search. priceCents is the price to unlock the full article;
the search itself is free.
Ticker matching
ticker is matched against the tickers Drip has already extracted for each
article, uppercased before comparison. There’s no ticker/company alias
resolution today — searching ticker=AAPL won’t also catch articles tagged
only with the company name “Apple.” If you’re not sure which form an article
uses, see Search by Company.
