SBA Crawler

Extract verified small business data from SBA.gov including names, emails, phones, addresses, and certifications across all 50 U.S. states.

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

Field

Type

Description

states

string[]

Optional. List of U.S. state abbreviations (e.g., ["TX", "CA"]). Defaults to all states.

maxItems

number

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

Ready to get started?

Try SBA Crawler free on the Apify platform.