# Scrape B2B Decision-Maker Contacts - Growjo

**Use case:** 

Export decision-maker contacts from high-growth marketing companies on Growjo with Company, Industry, City, Contacts and Lead score. Ready-to-use contact list.

## Input

```json
{
  "scrapeTopGrowing": true,
  "scrapeAllCompanies": false,
  "industries": [
    "Marketing and Advertising"
  ],
  "companyNames": [],
  "maxCompanies": 100,
  "includeCompanyDetails": true,
  "includeContacts": true,
  "includeCompetitors": true,
  "includeNews": false,
  "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.