# Get B2B leads from company websites

**Use case:** 

Extract emails, phone numbers, social profiles, and tech signals from company websites with proxy-ready crawling.

## Input

```json
{
  "urls": [
    "https://www.hubspot.com",
    "https://www.salesforce.com"
  ],
  "domains": [
    "python.org"
  ],
  "maxWebsites": 2,
  "maxPagesPerSite": 5,
  "includeSubpages": true,
  "detectTechStack": true,
  "verifyEmails": false,
  "maxEmailsToVerify": 50,
  "deepEmailVerification": false,
  "enableAiAnalysis": false,
  "llmProvider": "openrouter",
  "ollamaBaseUrl": "http://localhost:11434",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "billable_contact_found": {
    "label": "Billable Contact Found",
    "format": "boolean"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones_validated": {
    "label": "Phones Validated",
    "format": "array"
  },
  "social_profiles": {
    "label": "Social Profiles",
    "format": "object"
  },
  "tech_stack": {
    "label": "Tech Stack",
    "format": "array"
  },
  "pages_crawled": {
    "label": "Pages Crawled",
    "format": "integer"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact Extractor - Emails & Phones](https://apify.com/harvestlab/contact-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/harvestlab/contact-extractor) to learn more, explore other use cases, and run it yourself.