# Cybersecurity SBA Supplier Extractor

**Use case:** 

Extract cybersecurity SBA supplier profiles with contacts, UEI, CAGE, NAICS codes, certifications, and capability text.

## Input

```json
{
  "searchTerm": "cybersecurity",
  "stateCodes": [
    "VA"
  ],
  "naicsCodes": [],
  "primaryNaicsOnly": false,
  "keywords": [],
  "sbaCertificationCodes": [],
  "activeSamOnly": true,
  "includeProfileDetails": false,
  "maxItems": 150
}
```

## Output

```json
{
  "legalBusinessName": {
    "label": "Legal business name"
  },
  "dbaName": {
    "label": "DBA"
  },
  "uei": {
    "label": "UEI"
  },
  "cageCode": {
    "label": "CAGE"
  },
  "contactPerson": {
    "label": "Contact"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "naicsPrimary": {
    "label": "Primary NAICS"
  },
  "certifications": {
    "label": "Certifications"
  },
  "businessTypes": {
    "label": "Business types"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [SBA Dynamic Small Business Search Scraper](https://apify.com/automation-lab/sba-dynamic-small-business-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sba-dynamic-small-business-search-scraper) to learn more, explore other use cases, and run it yourself.