# Scrape Real Estate Company Contacts

**Use case:** 

Scrape Real Estate Company Contacts from public websites for broker outreach, sales prospecting, and research.

## Input

```json
{
  "urls": [
    "https://www.compass.com",
    "https://www.redfin.com",
    "https://www.remax.com"
  ]
}
```

## Output

```json
{
  "index": {
    "label": "Index",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "socials": {
    "label": "Socials",
    "format": "array"
  }
}
```

## About this Actor

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