# Scrape Companies With 500+ Employees - Growjo

**Use case:** 

Build a list of large companies on Growjo with 500+ staff: Company, Industry, Country, Employees, Est. revenue and Funding. Export to JSON or CSV.

## Input

```json
{
  "scrapeTopGrowing": false,
  "scrapeAllCompanies": true,
  "industries": [],
  "companyNames": [],
  "maxCompanies": 100,
  "includeCompanyDetails": true,
  "includeContacts": true,
  "includeCompetitors": true,
  "includeNews": false,
  "minEmployees": 500,
  "monitorMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "currentEmployees": {
    "label": "Employees",
    "format": "number"
  },
  "employeeGrowthPercent": {
    "label": "Growth %",
    "format": "number"
  },
  "estimatedRevenue": {
    "label": "Est. revenue",
    "format": "number"
  },
  "totalFunding": {
    "label": "Funding",
    "format": "text"
  },
  "contactsCount": {
    "label": "Contacts",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "growjoUrl": {
    "label": "Growjo URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Growjo Scraper - Company Revenue, Funding, Growth & B2B Leads](https://apify.com/scrapesage/growjo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/growjo-scraper) to learn more, explore other use cases, and run it yourself.