# B2B Lead Enricher for Allbirds.com

**Use case:** 

Obtain detailed lead cards for allbirds.com, including tech stack, revenue estimate, lead score, and specific sell opportunities from public data.

## Input

```json
{
  "websites": [
    "allbirds.com"
  ],
  "maxConcurrency": 1
}
```

## Output

```json
{
  "url": {
    "label": "Company",
    "format": "link"
  },
  "leadScore": {
    "label": "Score",
    "format": "number"
  },
  "budgetSignal": {
    "label": "Budget/50",
    "format": "number"
  },
  "sellability": {
    "label": "Sell/50",
    "format": "number"
  },
  "ecommerce": {
    "label": "Ecommerce",
    "format": "text"
  },
  "cms": {
    "label": "CMS",
    "format": "text"
  },
  "martechMaturity": {
    "label": "Martech",
    "format": "text"
  },
  "revenueEstimate": {
    "label": "Revenue (est.)",
    "format": "object"
  },
  "opportunities": {
    "label": "Opportunities",
    "format": "array"
  },
  "technologies": {
    "label": "Tech",
    "format": "array"
  },
  "partial": {
    "label": "Partial read",
    "format": "boolean"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Lead Enricher](https://apify.com/zinin/b2b-lead-enricher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/b2b-lead-enricher) to learn more, explore other use cases, and run it yourself.