# B2b Website Contact Seo Lead Auditor Task

**Use case:** 

Audit business websites and extract public contact details, social profiles, lead forms, tech stack hints, and SEO sales signals.

## Input

```json
{
  "websites": [
    "https://apify.com",
    "example.com"
  ],
  "maxPagesPerWebsite": 8,
  "includeLikelyContactPages": true,
  "discoverFromSitemap": true,
  "maxSitemapUrls": 25,
  "respectRobotsTxt": true,
  "requestTimeoutSecs": 20,
  "maxRequestRetries": 2,
  "maxConcurrency": 3,
  "outputMode": "summaries",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "seoScore": {
    "label": "SEO score",
    "format": "number"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "socialProfiles": {
    "label": "Social profiles",
    "format": "object"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "businessSignals": {
    "label": "Business signals",
    "format": "object"
  },
  "recommendedSalesAngles": {
    "label": "Sales angles",
    "format": "array"
  },
  "pagesFetched": {
    "label": "Pages fetched"
  },
  "pagesFailed": {
    "label": "Pages failed"
  },
  "startedAt": {
    "label": "Started at"
  },
  "finishedAt": {
    "label": "Finished at"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Website Contact & SEO Lead Auditor](https://apify.com/glowing_glove/b2b-website-contact-seo-lead-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glowing_glove/b2b-website-contact-seo-lead-auditor) to learn more, explore other use cases, and run it yourself.