# Qualify Company Websites and Find Public Contact Details

**Use case:** 

Extract public emails, phone numbers, social profiles and key pages from company websites, then prioritise each lead with a transparent score.

## Input

```json
{
  "start_urls": [
    {
      "url": "https://www.apify.com"
    },
    {
      "url": "https://www.python.org"
    },
    {
      "url": "https://www.djangoproject.com"
    }
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "h1s": {
    "label": "H1s",
    "format": "array"
  },
  "h2s": {
    "label": "H2s",
    "format": "array"
  },
  "h3s": {
    "label": "H3s",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Lead Qualifier & Contact Finder](https://apify.com/qualifyops/website-lead-qualifier-contact-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/qualifyops/website-lead-qualifier-contact-finder) to learn more, explore other use cases, and run it yourself.