# Cybersecurity B2B Website Finder

**Use case:** 

Discover cybersecurity vendor websites by combining niche keywords, country filters, business-signal checks, and search sources.

## Input

```json
{
  "keywords": [
    "managed detection response vendors",
    "cloud security platform companies"
  ],
  "industry": "cybersecurity",
  "locations": [
    "Boston",
    "New York"
  ],
  "country": "United States",
  "maxResults": 75,
  "includeDomains": [],
  "excludeDomains": [
    "crunchbase.com",
    "g2.com",
    "linkedin.com"
  ],
  "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.