SBA Certifications
Search for SBA-certified small businesses in the U.S. (8(a), HUBZone, WOSB, EDWOSB, VOSB, SDVOSB).
Authentication
Authentication method: public
info
Set up your connection in the Abstra Console before using it in your workflows.
How to use
Using the Smart Chat
Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".
Using the Web Editor
from abstra.connectors import run_connection_action
result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})
Available Actions
This connector provides 1 actions:
| Action | Purpose | Parameters |
|---|---|---|
| search | Search for SBA-certified small businesses with filters for certifications, location, NAICS codes, keywords, and more. | searchTerm (string) states (array) zipCodes (array) sbaCertifications (array) sbaCertificationsOperator (string) includePreviousCerts (boolean) naicsCodes (array) naicsIsPrimary (boolean) naicsOperator (string) keywords (array) keywordsOperator (string) lastUpdated (string) isActiveSAM (boolean) numberOfEmployees (string) employeesRelation (string) annualGrossRevenue (string) revenueRelation (string) pageNumber (number) pageSize (number) sortType (string) |