# Niche B2b Lead Finder

**Use case:** 

Find vertical B2B leads that are easier to sell than generic map exports: dentists, med spas, law firms, roofing companies, clinics, recruiters, SaaS agencies..

## Input

```json
{
  "googlePlacesApiKey": "***",
  "niches": [
    "groupe scolaire "
  ],
  "locations": [
    "morocco"
  ],
  "maxResultsPerQuery": 50,
  "maxTotalLeads": 500,
  "maxConcurrency": 5,
  "includeWebsiteEnrichment": true,
  "maxWebsitePages": 4,
  "websiteTimeoutSecs": 15,
  "verifyEmailDomains": true,
  "minConfidenceScore": 0,
  "includeServiceAreaBusinesses": true,
  "languageCode": "en",
  "regionCode": "US"
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "string"
  },
  "niche": {
    "label": "Niche",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "primaryEmail": {
    "label": "Primary email",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "confidenceScore": {
    "label": "Confidence score",
    "format": "integer"
  },
  "techStack": {
    "label": "Tech stack",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Niche B2B Lead Finder](https://apify.com/prooflio/niche-b2b-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/prooflio/niche-b2b-lead-finder) to learn more, explore other use cases, and run it yourself.