# GoodFirms   B2B IT Services & Lead Generation — Full Export

**Use case:** 

Scrape the full goodfirms - b2b it services & lead generation dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract goodfirms - b2b it services & lead generation for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchUrls": [
    {
      "url": "https://www.goodfirms.co/company/bluehost"
    },
    {
      "url": "https://www.goodfirms.co/company/toucan"
    }
  ],
  "scrapeMode": "companies",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Companyname",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "foundedYear": {
    "label": "Foundedyear",
    "format": "number"
  },
  "companySize": {
    "label": "Companysize",
    "format": "string"
  },
  "hourlyRate": {
    "label": "Hourlyrate",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profileurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GoodFirms Scraper - B2B IT Services Directory & Lead Generation](https://apify.com/jungle_synthesizer/goodfirms-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/goodfirms-scraper) to learn more, explore other use cases, and run it yourself.