# Texas Janitorial SBA Leads Scraper

**Use case:** 

Build a Texas janitorial supplier lead list from SBA Small Business Search with contacts, business types, NAICS, and profiles.

## Input

```json
{
  "searchTerm": "janitorial",
  "stateCodes": [
    "TX"
  ],
  "naicsCodes": [],
  "primaryNaicsOnly": false,
  "keywords": [],
  "sbaCertificationCodes": [],
  "activeSamOnly": false,
  "includeProfileDetails": true,
  "maxItems": 200
}
```

## 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.