SBA Crawler avatar
SBA Crawler

Pricing

$19.99/month + usage

Go to Store
SBA Crawler

SBA Crawler

Developed by

BowTiedRacoon

BowTiedRacoon

Maintained by Community

U.S. Government Small Business Administration. Get leads and contact details for over 450k active small businesses

0.0 (0)

Pricing

$19.99/month + usage

5

Total users

17

Monthly users

4

Runs succeeded

3.8%

Issues response

3.5 hours

Last modified

7 hours ago

πŸ•·οΈ SBA.gov Business Directory Scraper

Scrape over 450,000 verified business listings from the SBA Dynamic Small Business Search (DSBS), including detailed contact information, company capabilities, and business categorization by state and industry area.


πŸš€ Features

  • Scrapes active SBA-registered businesses across all 50 U.S. states
  • Filter results by state
  • Outputs clean, structured data including:
    • Business name, contact, address
    • Capabilities narrative
    • Email, website, and SAM UEI
  • Supports large-scale exports (up to hundreds of thousands of results)
  • Stores results in your Apify dataset for easy download or API access

πŸ› οΈ Use Cases

  • Build databases of SBA-verified businesses by region or industry
  • Source leads for B2B outreach and supplier discovery
  • Enrich CRM data with verified small business info
  • Analyze U.S. small business trends by sector and geography

πŸ“₯ Input Schema

{
"states": ["CA", "NY"],
"maxItems": 1000
}

πŸ“₯ Input Fields

FieldTypeDescription
statesstring[]Optional. List of U.S. state abbreviations (e.g., ["TX", "CA"]). Defaults to all states.
maxItemsnumberOptional. Maximum number of records to collect before stopping.

πŸ“€ Output Example

Each business listing is stored in the Apify dataset with the following fields:

{
"tin_id": "164050",
"email": "james@example.com",
"website": "https://www.acmesolutions.com",
"naics_primary": "237311",
"business_type_codes": "23~27~2X~HQ~LJ~OY",
"last_update_date": 1747785400,
"uei": "LLLEZW4D4SB8",
"cage_code": "8DKF8",
"contact_person": "JAMES JONES",
"phone": "7654321000",
"address_1": "123 Example Dr.",
"city": "NY",
"state": "NY",
"zipcode": "100000",
"county": "NYC",
"legal_business_name": "JAMES JONES SMALL BUSINESS CO LLC",
"congressional_district": "06",
"concat_state_congressional_district": "New york-06",
"county_code": "110",
"msa": "13821",
"legal_structure": "2L",
"year_established": "2007",
"naics_small_codes": [
"237310"
],
"meili_self_certifications": [
"Minority-Owned Business",
"Self-Certified Small Disadvantaged Business",
"For Profit Organization",
"DOT Certified DBE",
"Limited Liability Company",
"Black American Owned"
],
}

You can download results as JSON, CSV, or use the Apify API to access them programmatically.

Need More Features?

If you'd like to add new data fields to this scraper or need a custom scraper for another purpose, feel free to file an issue or get in touch! We are always open to customizing the scraper to suit your needs.

Why Choose This Scraper?

  • Efficient: Handles large-scale scraping with robust session and concurrency management.
  • Customizable: Easily tailor input options for specific scraping requirements.
  • Reliable: Implements error-handling mechanisms to minimize interruptions.