# Build a B2B SaaS consultant lead list

**Use case:** 

Discover public business leads for B2B SaaS consultants with verified website routes, contact pages, and source evidence.

## Input

```json
{
  "searchQueries": [
    "B2B SaaS consultants"
  ],
  "location": "Austin, TX",
  "maxResults": 10,
  "enrichContacts": true,
  "includeDirectories": false,
  "excludeDomains": []
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "primaryEmail": {
    "label": "Public email",
    "format": "text"
  },
  "contactPageUrl": {
    "label": "Contact page",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Lead Finder PRO — Public B2B Business Leads](https://apify.com/khadinakbar/lead-finder-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/lead-finder-pro) to learn more, explore other use cases, and run it yourself.