Find companies matching a set of criteria. Pass either a natural-language query or structured filters (industry, headcount, location, technology, funding, keywords, …). Returns paginated company summaries.
Documentation Index
Fetch the complete documentation index at: https://agnt.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Free-text query (e.g. "AI startups in healthcare"). Combine with filters or use alone.
1Filter object. Supported keys (each is an array unless noted): industries (array of industry strings — e.g. ["Computer Software", "Internet"]); headcount (string range bucket — one of "1-10", "11-50", "51-200", "201-500", "501-1000", "1001-5000", "5001-10000", "10001+"); company_type (array — e.g. ["educational", "government", "nonprofit", "private", "public", "self_employed"]); technology (array of technology slugs — e.g. ["stripe", "salesforce"]); country (array of ISO-3166 alpha-2 codes — e.g. ["US", "GB"]). Use the keys above exactly as written; flat aliases like industry (singular), headcount_min, or headcount_max are ignored and yield empty results. Example: { "industries": ["Computer Software"], "headcount": "1001-5000", "country": ["US"] }.