# Extract Contact Info from University Websites

**Use case:** 

Crawl university and college websites and extract department emails, phone numbers, and social profiles by domain. Lead-ready contact data. No API key needed.

## Input

```json
{
  "urls": [
    "https://mit.edu",
    "https://stanford.edu",
    "https://harvard.edu",
    "https://berkeley.edu",
    "https://cornell.edu",
    "https://princeton.edu",
    "https://yale.edu",
    "https://columbia.edu",
    "https://caltech.edu",
    "https://umich.edu"
  ],
  "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.