# Turn sustainable fashion domains into B2B leads

**Use case:** 

Enrich Allbirds and Tentree into B2B leads. Get emails, phones, addresses, and installed apps for sustainable fashion outreach.

## Input

```json
{
  "inputUrls": [
    "allbirds.com",
    "tentree.com"
  ],
  "includeContactEnrichment": true,
  "maxStores": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "storeName": {
    "label": "Store",
    "format": "text"
  },
  "contactEmail": {
    "label": "Email",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "storeNiche": {
    "label": "Niche",
    "format": "text"
  },
  "estimatedProductCount": {
    "label": "Products",
    "format": "number"
  },
  "detectedApps": {
    "label": "Apps",
    "format": "array"
  },
  "hasWholesale": {
    "label": "Wholesale",
    "format": "boolean"
  },
  "hasBlog": {
    "label": "Blog",
    "format": "boolean"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store B2B Leads Finder](https://apify.com/parsebird/shopify-b2b-leads-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/shopify-b2b-leads-finder) to learn more, explore other use cases, and run it yourself.