Thecompaniesapi: Search Companies
Thecompaniesapi via Parse · B2B Directory
Search for companies using keywords. Returns paginated results with simplified company data including name, domain, industry, and logo. Free endpoint that does not require an API key. Supports keyword search against company names/domains and structured filter queries. API for company enrichment, search, and AI-powered insights. Free endpoints include search, count, and industry suggestions. Enrichment, context, and email pattern endpoints work without an API key for select domains (e.g. microsoft.com); other domains require a valid API key. Fulfilled by Parse from thecompaniesapi.com.
- b2b-directory
- developer-tools
- finance
- parse
- platform-key
- thecompaniesapi
- thecompaniesapi-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- B2B Directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b8ec84b7-dbf3-475a-958f-f59433f0188c/search_companies
- Interface artifact
- sha256:758c9133e97e31fb7c04d81b787adcf37cdd2f30a6a964c3fdab01f42219a478
- Manifest digest
- sha256:f2795485500fead9f2a45c2c09e468ec2ac8a87e03fc2d3e3f5bb50629051379
Request fields
- page (integer): Page number for pagination.
- size (integer): Number of results per page.: Allowed values: 5, 10, 25
- query (string): Filter query as a JSON array string (e.g. '[{"attribute":"industry","operator":"=","value":"software-development"}]').
- search (string): Search keyword to match against company names and domains.
Example queries
- {"page":"1","size":"5","search":"microsoft"}