# Tech Company Market Map Scraper

**Use case:** 

Build market maps from Built In by city using company profiles, industries, tech stacks, headcount, websites, and hiring links.

## Input

```json
{
  "startUrls": [],
  "location": "new-york",
  "maxCompanies": 200,
  "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.