QX Labs

A unified API for company data, deep research and AI workflows

QX enables you to pull company data and trigger AI workflows directly from your apps.
Book a call
API Docs

Get company

Retrieve detailed information about a company by domain name.

Request

curl -X GET "https://api.qxlabs.com/v1/company/acme.com" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Response

{
  "company_id": "comp_7x9k2m4n8p1q",
  "company_name": "Acme Corporation",
  "website": "https://acme.com",
  "country": "United States",
  "city": "San Francisco",
  "year_founded": 2015,
  "employees": 1250,
  "financials": [
    {
      "year": 2023,
      "revenue": 125000000,
      "ebitda": 28500000,
      "net_income": 18200000,
      "revenue_growth": 0.24
    }
  ],
  "funding_rounds": [
    {
      "round_name": "Series C",
      "amount": 75000000,
      "type": "Venture Capital",
      "date": "2023-03-15",
      "lead_investor": "Sequoia Capital"
    }
  ]
}

The all-in-one API for data enrichment and automation: company intel, research reports, scores and flows

Data Enrichment

Financials, reviews, product info and more

Sync up-to-date company data with your CRM, custom app or data warehouse. Our API can retrieve public data from popular sources as well as our proprietary data, which covers >1 billion data points on companies, investors, products and business models.

GET/v1/company/acme.com
Company Info
Financials
Investors
Products
Business Model
200 OK
Trigger Workflows

Run custom AI workflows programmatically

Remotely trigger workflows created on the QX platform. Leverage over 100 integrations to automate almost any workflow imaginable.

Learn more about Flows
POST/v1/flow?id=123
Running workflow...
Company Scoring

Score and triage companies

Score companies based on custom logic configured on the QX platform. Search, filter and rank companies by score directly from your in-house apps or integrate scoring into your data workflows.

Learn more about Scores
GET/v1/scores/acme.com
?model=123
Ready

Computing scores for Acme Inc...

Acme Inc Scores
Revenue Quality: 4.3
Business Model: 4.0
Market Cyclicality: 3.5
Industry Fit: 3.9
Deep Research

Build deep research reports via API

Run and pull deep research reports directly into your internal apps. Reports can follow pre-defined templates and pull from specified sources including your private data subscriptions.

POST/v1/research
Ready
{
company_name: 'Acme Inc',
website: 'acme.com'
}
Acme Inc Report

Acme Inc has shown strong financial performance with consistent revenue growth of 20-30% YoY since 2020.

Revenue$2.4M
Growth+23%
Net Income$1.1M

Learn how our API can take your internal platform and data workflows to the next level