# Built In Austin Companies Scraper

**Use case:** 

Scrape Built In company profiles in Austin with location, industries, employee count, tech stack, websites, and profile URLs.

## Input

```json
{
  "startUrls": [],
  "location": "austin",
  "maxCompanies": 50,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "profileUrl": {
    "label": "Built In Profile",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "totalEmployees": {
    "label": "Employees",
    "format": "number"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "techStack": {
    "label": "Tech Stack",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo URL",
    "format": "link"
  },
  "streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "jobsUrl": {
    "label": "Jobs URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Built In Tech Companies Scraper](https://apify.com/automation-lab/builtin-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/builtin-companies-scraper) to learn more, explore other use cases, and run it yourself.