# Austin Tech Company Contact Extractor

**Use case:** 

Gather emails, phone numbers, and social links from tech companies in Austin, TX. Retrieve data for specific targets like BigCommerce and Insight.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bigcommerce.com/"
    },
    {
      "url": "https://get.insight.com/"
    },
    {
      "url": "https://www.homeaway.com/"
    }
  ],
  "maxDepth": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxRequestsPerCrawl": 40,
  "useJsBrowser": false
}
```

## Output

```json
{
  "rootDomain": {
    "label": "Root domain"
  },
  "emails": {
    "label": "Emails"
  },
  "socials.linkedin": {
    "label": "Linkedin"
  },
  "socials.instagram": {
    "label": "Instagram"
  },
  "pageTitle": {
    "label": "Page title"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact Scraper – Email, Phone & Social](https://apify.com/logiover/website-contact-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/website-contact-scraper) to learn more, explore other use cases, and run it yourself.