Search Entities
Find real-world entities by name with fuzzy matching — spans many domains and keeps growing: business (companies, investors, funding rounds, M&A, industries, products), people, legal (laws, regulations, sanctions), geography (countries, places), finance/macro (financial metrics, macro indicators, FX rates), and more — treat this list as illustrative, not exhaustive. Use for “look up X” / “who/what is X” / “X’s profile, properties, or relationships” when you know (or partially know) the name. Optionally filter by entity type.
Returns an array of matching entities with IDs that feed entity_retrieval (entity data) and
entity_introspection (available fields).
Examples:
{"name": "OpenAI"}
{"name": "Elon Musk", "entity_types": ["Person"]}
{"name": "Berlin", "entity_types": ["GPE"]}
{"name": "GDPR", "entity_types": ["Law"]}
Use this when: You know the name and want the entity ID or a quick profile. Use knowledge_query
instead for attribute-based filtering without a name.
Authorizations
Query Parameters
Entity name to search for
1Filter by entity types
Entity, Animal, Award, Organization, Company, EducationalInstitution, IntergovernmentalOrganization, Person, Event, GPE, Country, CountrySubdivision, DependentTerritory, Municipality, Continent, Currency, Industry, FinancialMetric, Group, CorporateEvent, PrivateCompanyFundingRound, Facility, Location, Organism, Plant, Product, Sanction, WorkOfArt, Law, Language, Exchange, Future, Commodity, PositioningMetric, MacroIndicatorPublication, MacroIndicator, ForeignExchangeRate, CountryRegion Maximum number of results
1 <= x <= 100Response
Successful Response
Response containing a list of entities matching the search query.
List of entities matching the search query, ordered by relevance (most relevant first).