Skip to main content
Use GET /api/v1/entities/search with a company to find curated articles that mention a company by name — a case-insensitive substring match, so company=apple matches “Apple Inc.” When a company listing is known, the name also expands to related tickers, so tagged $AAPL posts are included. Same catalog as topic search (isCurated, not disabled). Free, no auth required.

Request

The endpoint requires at least one of ticker, company, person, organization, or subject.

Response

Results are sorted by 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. isPodcast is true for podcast episodes — the paid post response then includes a transcript when ready.

Company matching

company matches against the free-text company names Drip’s extraction pipeline wrote for each article, then ORs in related tickers when known. matchedEntity is null when that expansion misses; the raw company string is still searched. If you already know the ticker, Search by Ticker is the direct path.