# Extract Contact Info from Open-Source Project Sites

**Use case:** 

Crawl open-source project and foundation websites and extract emails, phones, and social profiles by domain. Lead-ready contact data. No API key needed.

## Input

```json
{
  "urls": [
    "https://python.org",
    "https://postgresql.org",
    "https://gitlab.com",
    "https://mozilla.org",
    "https://eff.org",
    "https://apache.org",
    "https://ghost.org",
    "https://automattic.com",
    "https://matomo.org",
    "https://nextcloud.com"
  ],
  "crawl_contact_pages": true,
  "max_pages_per_site": 2,
  "request_timeout_secs": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "supabaseTable": "nexgendata_leads",
  "deliveryDedup": true
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "value": {
    "label": "Contact",
    "format": "text"
  },
  "url": {
    "label": "Found on",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

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