# Free Clearbit Alternative: Company Lookup

**Use case:** 

A free Clearbit and ZoomInfo alternative. Look up company firmographics by domain: industry, size, HQ, and revenue. Clay-ready JSON, no paid key.

## Input

```json
{
  "domain": "stripe.com",
  "batchSize": 5,
  "skipCache": false
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "employee_band": {
    "label": "Employee Band",
    "format": "string"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "integer"
  },
  "hq_location": {
    "label": "HQ Location",
    "format": "string"
  },
  "revenue_estimate": {
    "label": "Revenue Estimate",
    "format": "string"
  },
  "data_completeness": {
    "label": "Data Completeness",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Firmographics: Employees Industry HQ Revenue Clay](https://apify.com/mambalabs/company-firmographic-enricher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/company-firmographic-enricher) to learn more, explore other use cases, and run it yourself.