SBA Crawler avatar
SBA Crawler

Pricing

$19.99/month + usage

Go to Store
SBA Crawler

SBA Crawler

jungle_synthesizer/sba-crawler

Developed by

pavel

Maintained by Community

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

0.0 (0)

Pricing

$19.99/month + usage

0

Monthly users

1

Runs succeeded

>99%

Last modified

17 hours ago

You can access the SBA Crawler programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "owVxVItjIAhuU9QHF"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jungle_synthesizer~sba-crawler/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jungle_synthesizer-sba-crawler",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/jungle_synthesizer~sba-crawler/runs": {
50      "post": {
51        "operationId": "runs-sync-jungle_synthesizer-sba-crawler",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/jungle_synthesizer~sba-crawler/run-sync": {
93      "post": {
94        "operationId": "run-sync-jungle_synthesizer-sba-crawler",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "sp_intended_usage",
135          "sp_improvement_suggestions"
136        ],
137        "properties": {
138          "sp_intended_usage": {
139            "title": "What is the intended usage of this data?",
140            "minLength": 1,
141            "type": "string",
142            "description": "Please describe how you plan to use the data extracted by this crawler."
143          },
144          "sp_improvement_suggestions": {
145            "title": "How can we improve this crawler for you?",
146            "minLength": 1,
147            "type": "string",
148            "description": "Provide any feedback or suggestions for improvements."
149          },
150          "states": {
151            "title": "Business Location State",
152            "type": "array",
153            "description": "Business Location State",
154            "items": {
155              "type": "string",
156              "enum": [
157                "AL",
158                "AK",
159                "AZ",
160                "AR",
161                "CA",
162                "CO",
163                "CT",
164                "DE",
165                "FL",
166                "GA",
167                "HI",
168                "ID",
169                "IL",
170                "IN",
171                "IA",
172                "KS",
173                "KY",
174                "LA",
175                "ME",
176                "MD",
177                "MA",
178                "MI",
179                "MN",
180                "MS",
181                "MO",
182                "MT",
183                "NE",
184                "NV",
185                "NH",
186                "NJ",
187                "NM",
188                "NY",
189                "NC",
190                "ND",
191                "OH",
192                "OK",
193                "OR",
194                "PA",
195                "RI",
196                "SC",
197                "SD",
198                "TN",
199                "TX",
200                "UT",
201                "VA",
202                "WA",
203                "WV",
204                "WI",
205                "WY"
206              ],
207              "enumTitles": [
208                "Alabama",
209                "Alaska",
210                "Arizona",
211                "Arkansas",
212                "California",
213                "Colorado",
214                "Connecticut",
215                "Delaware",
216                "Florida",
217                "Georgia",
218                "Hawaii",
219                "Idaho",
220                "Illinois",
221                "Indiana",
222                "Iowa",
223                "Kansas",
224                "Kentucky",
225                "Louisiana",
226                "Maine",
227                "Maryland",
228                "Massachusetts",
229                "Michigan",
230                "Minnesota",
231                "Mississippi",
232                "Missouri",
233                "Montana",
234                "Nebraska",
235                "Nevada",
236                "New Hampshire",
237                "New Jersey",
238                "New Mexico",
239                "New York",
240                "North Carolina",
241                "North Dakota",
242                "Ohio",
243                "Oklahoma",
244                "Oregon",
245                "Pennsylvania",
246                "Rhode Island",
247                "South Carolina",
248                "South Dakota",
249                "Tennessee",
250                "Texas",
251                "Utah",
252                "Virginia",
253                "Washington",
254                "West Virginia",
255                "Wisconsin",
256                "Wyoming"
257              ]
258            }
259          },
260          "areas": {
261            "title": "General Nature of Business",
262            "type": "array",
263            "description": "General Nature of Business",
264            "items": {
265              "type": "string",
266              "enum": [
267                "MFG",
268                "CON",
269                "RAD",
270                "SVC"
271              ],
272              "enumTitles": [
273                "Manufacturing",
274                "Construction",
275                "Research and Development",
276                "Service"
277              ]
278            }
279          },
280          "maxItems": {
281            "title": "Max items",
282            "type": "integer",
283            "description": "Maximum number of businesses you want to scrape."
284          },
285          "proxyConfiguration": {
286            "title": "Proxy configuration",
287            "type": "object",
288            "description": "Select proxies to be used by your crawler."
289          }
290        }
291      },
292      "runsResponseSchema": {
293        "type": "object",
294        "properties": {
295          "data": {
296            "type": "object",
297            "properties": {
298              "id": {
299                "type": "string"
300              },
301              "actId": {
302                "type": "string"
303              },
304              "userId": {
305                "type": "string"
306              },
307              "startedAt": {
308                "type": "string",
309                "format": "date-time",
310                "example": "2025-01-08T00:00:00.000Z"
311              },
312              "finishedAt": {
313                "type": "string",
314                "format": "date-time",
315                "example": "2025-01-08T00:00:00.000Z"
316              },
317              "status": {
318                "type": "string",
319                "example": "READY"
320              },
321              "meta": {
322                "type": "object",
323                "properties": {
324                  "origin": {
325                    "type": "string",
326                    "example": "API"
327                  },
328                  "userAgent": {
329                    "type": "string"
330                  }
331                }
332              },
333              "stats": {
334                "type": "object",
335                "properties": {
336                  "inputBodyLen": {
337                    "type": "integer",
338                    "example": 2000
339                  },
340                  "rebootCount": {
341                    "type": "integer",
342                    "example": 0
343                  },
344                  "restartCount": {
345                    "type": "integer",
346                    "example": 0
347                  },
348                  "resurrectCount": {
349                    "type": "integer",
350                    "example": 0
351                  },
352                  "computeUnits": {
353                    "type": "integer",
354                    "example": 0
355                  }
356                }
357              },
358              "options": {
359                "type": "object",
360                "properties": {
361                  "build": {
362                    "type": "string",
363                    "example": "latest"
364                  },
365                  "timeoutSecs": {
366                    "type": "integer",
367                    "example": 300
368                  },
369                  "memoryMbytes": {
370                    "type": "integer",
371                    "example": 1024
372                  },
373                  "diskMbytes": {
374                    "type": "integer",
375                    "example": 2048
376                  }
377                }
378              },
379              "buildId": {
380                "type": "string"
381              },
382              "defaultKeyValueStoreId": {
383                "type": "string"
384              },
385              "defaultDatasetId": {
386                "type": "string"
387              },
388              "defaultRequestQueueId": {
389                "type": "string"
390              },
391              "buildNumber": {
392                "type": "string",
393                "example": "1.0.0"
394              },
395              "containerUrl": {
396                "type": "string"
397              },
398              "usage": {
399                "type": "object",
400                "properties": {
401                  "ACTOR_COMPUTE_UNITS": {
402                    "type": "integer",
403                    "example": 0
404                  },
405                  "DATASET_READS": {
406                    "type": "integer",
407                    "example": 0
408                  },
409                  "DATASET_WRITES": {
410                    "type": "integer",
411                    "example": 0
412                  },
413                  "KEY_VALUE_STORE_READS": {
414                    "type": "integer",
415                    "example": 0
416                  },
417                  "KEY_VALUE_STORE_WRITES": {
418                    "type": "integer",
419                    "example": 1
420                  },
421                  "KEY_VALUE_STORE_LISTS": {
422                    "type": "integer",
423                    "example": 0
424                  },
425                  "REQUEST_QUEUE_READS": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "REQUEST_QUEUE_WRITES": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "DATA_TRANSFER_INTERNAL_GBYTES": {
434                    "type": "integer",
435                    "example": 0
436                  },
437                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
438                    "type": "integer",
439                    "example": 0
440                  },
441                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "PROXY_SERPS": {
446                    "type": "integer",
447                    "example": 0
448                  }
449                }
450              },
451              "usageTotalUsd": {
452                "type": "number",
453                "example": 0.00005
454              },
455              "usageUsd": {
456                "type": "object",
457                "properties": {
458                  "ACTOR_COMPUTE_UNITS": {
459                    "type": "integer",
460                    "example": 0
461                  },
462                  "DATASET_READS": {
463                    "type": "integer",
464                    "example": 0
465                  },
466                  "DATASET_WRITES": {
467                    "type": "integer",
468                    "example": 0
469                  },
470                  "KEY_VALUE_STORE_READS": {
471                    "type": "integer",
472                    "example": 0
473                  },
474                  "KEY_VALUE_STORE_WRITES": {
475                    "type": "number",
476                    "example": 0.00005
477                  },
478                  "KEY_VALUE_STORE_LISTS": {
479                    "type": "integer",
480                    "example": 0
481                  },
482                  "REQUEST_QUEUE_READS": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "REQUEST_QUEUE_WRITES": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "DATA_TRANSFER_INTERNAL_GBYTES": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "PROXY_SERPS": {
503                    "type": "integer",
504                    "example": 0
505                  }
506                }
507              }
508            }
509          }
510        }
511      }
512    }
513  }
514}

SBA Crawler OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for SBA Crawler from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$19.99