
The company search API
built for AI agents.
One POST returns ranked companies with firmographics, funding, technographics and live buying signals — typed JSON your agents can act on without a human in the loop.
Ranked rows. Live signals attached.
- ▸Firmographics normalized — size, industry, location in one taxonomy
- ▸Funding stage and amount, detected from public filings
- ▸Technographics: CRM, CDP, HR and billing stack per company
- ▸Why-now signals with detection timestamps, not stale flags
- ▸Fit score per row so your router knows who to call first
- ▸Stable company domain as the join key across every endpoint
REST · JSON · TLS 1.3. Rate limits scale with your plan — the API is included on Scale and Enterprise.
curl -X POST https://api.floxify.ai/v1/companies/search \-H "Authorization: Bearer $FLOXIFY_API_KEY" \-H "Content-Type: application/json" \-d '{"query": "B2B SaaS, 50–200 people, US,hiring sales, competitor CRM","signals": ["hiring", "funding"],"limit": 25}'
{"total": 1284,"results": [{"domain": "northbeam.com","name": "Northbeam","size": "51-200", "industry": "Software","location": "San Francisco, US","funding": { "stage": "Series A","raised": 12000000 },"technographics": ["hubspot", "segment"],"signals": [{ "type": "hiring","detail": "+18% headcount · 90d" }],"fit_score": 96}],"next_cursor": "cur_9f2e…"}
Every field you'd have asked for.
- name · domain
- legal + trading names, domain as ID
- employee_count
- banded + exact headcount
- industry
- normalized to one taxonomy
- location
- HQ + offices, country split
- funding_stage
- bootstrapped → series C+
- amount_raised
- latest round, USD
- headcount_growth
- 90d / 6mo / 12mo windows
- open_roles
- count + role breakdown
- tech_stack
- crm · cdp · hr · billing
- signal_type
- hiring · funding · tech change
- detected_at
- timestamp per signal
- fit_score
- 0–100 vs your query
Built for teams that ship GTM motion
ICP lead lists
Pull ranked account lists that match your ideal customer profile straight into sequence tools.
Market mapping
Size a segment before you enter it — counts, funding mix, stack adoption by region.
CRM enrichment
Backfill and refresh firmographics nightly on the accounts already in your pipeline.
Signal routing
Webhook-ready signal streams — route hiring or funding events to owners in real time.
Public-web data, handled properly.
Company records are built from public web and regulatory sources only — never a login-gated aggregator. Every fact carries the source it came from and the licence it came under, and GDPR and CCPA requests are honored at the record level.
- [Public sources only]
- [GDPR]
- [CCPA]
- [DPA on request]