Skip to main content
Use GET /api/v1/entities/search with a person to find curated articles that mention someone by name. Person queries expand to related employers and tickers when known, then match tagged persons on post metadata plus related companies/tickers and the person’s name in titles. 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. matchedEntity is the person card used for search. It is null when expansion misses; the raw person string is still matched against tagged persons and titles in that case.