# Regional SaaS Prospect URL Finder

**Use case:** 

Build a clean list of B2B SaaS company domains across target cities for outbound sales, enrichment, and CRM imports.

## Input

```json
{
  "keywords": [
    "customer success software companies",
    "sales enablement SaaS",
    "HR tech startups"
  ],
  "industry": "B2B SaaS companies",
  "locations": [
    "Denver",
    "Salt Lake City",
    "Phoenix"
  ],
  "country": "United States",
  "maxResults": 150,
  "includeDomains": [],
  "excludeDomains": [
    "linkedin.com",
    "twitter.com",
    "youtube.com",
    "wikipedia.org"
  ],
  "requireBusinessSignals": true,
  "discoverySource": "both"
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "title": {
    "label": "Search title",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "matchedKeyword": {
    "label": "Keyword",
    "format": "text"
  },
  "matchedLocation": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "confidenceScore": {
    "label": "Confidence",
    "format": "number"
  },
  "discoverySource": {
    "label": "Source",
    "format": "text"
  },
  "businessSignals": {
    "label": "Business signals",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source result URL",
    "format": "link"
  }
}
```

## About this Actor

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