# B2B Data Enrichment: Domains to Full Firmographics

**Use case:** 

Run B2B data enrichment on your list: paste up to 5,000 domains or LinkedIn URLs, get industry, headcount, revenue, funding, and tech stack per company.

## Input

```json
{
  "companies": [
    "stripe.com",
    "hubspot.com",
    "datadoghq.com"
  ]
}
```

## Output

```json
{
  "input": {
    "label": "Input"
  },
  "status": {
    "label": "Status"
  },
  "reason": {
    "label": "Reason"
  },
  "error_kind": {
    "label": "Error kind"
  },
  "summary": {
    "label": "Summary"
  },
  "company": {
    "label": "Full company"
  },
  "_metadata": {
    "label": "Metadata"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Scraper ✅ NO COOKIES](https://apify.com/atomus/linkedin-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/atomus/linkedin-company-scraper) to learn more, explore other use cases, and run it yourself.