# Find Contacts for Developer Tool Companies

**Use case:** 

Find public emails and social links from developer-tool company websites for ecosystem, partnership, or research workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.w3.org/contact/"
    }
  ],
  "domains": [
    "apify.com",
    "iana.org"
  ],
  "maxPagesPerDomain": 5,
  "crawlDepth": 1,
  "includeSitemap": true,
  "sameDomainOnly": true,
  "includePhones": false,
  "includeSocialLinks": true,
  "validateMx": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "seedUrl": {
    "label": "Seed URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Best source URL",
    "format": "string"
  },
  "contactPageType": {
    "label": "Contact page type",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "object"
  },
  "pagesCrawled": {
    "label": "Pages crawled",
    "format": "number"
  },
  "firstSeenAt": {
    "label": "First seen at",
    "format": "string"
  }
}
```

## About this Actor

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