
CSLB (Contractors State License Board) Scraper
Pricing
$30.00/month + usage

CSLB (Contractors State License Board) Scraper
Scrape licensed contractor information from the California Contractors State License Board (CSLB) website using ZIP code(s).
0.0 (0)
Pricing
$30.00/month + usage
0
Monthly users
1
Runs succeeded
>99%
Last modified
6 days ago
You can access the CSLB (Contractors State License Board) Scraper 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.0",
5 "x-build-id": "TZvnZj1fcNoZT7sPN"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/moving_beacon-owner1~contractors-state-license-board-cslb-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-moving_beacon-owner1-contractors-state-license-board-cslb-scraper",
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/moving_beacon-owner1~contractors-state-license-board-cslb-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-moving_beacon-owner1-contractors-state-license-board-cslb-scraper",
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/moving_beacon-owner1~contractors-state-license-board-cslb-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-moving_beacon-owner1-contractors-state-license-board-cslb-scraper",
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 "zipcode"
135 ],
136 "properties": {
137 "zipcode": {
138 "title": "ZIP Code(s)",
139 "description": "A single ZIP code or list of ZIP codes to use in scraping"
140 }
141 }
142 },
143 "runsResponseSchema": {
144 "type": "object",
145 "properties": {
146 "data": {
147 "type": "object",
148 "properties": {
149 "id": {
150 "type": "string"
151 },
152 "actId": {
153 "type": "string"
154 },
155 "userId": {
156 "type": "string"
157 },
158 "startedAt": {
159 "type": "string",
160 "format": "date-time",
161 "example": "2025-01-08T00:00:00.000Z"
162 },
163 "finishedAt": {
164 "type": "string",
165 "format": "date-time",
166 "example": "2025-01-08T00:00:00.000Z"
167 },
168 "status": {
169 "type": "string",
170 "example": "READY"
171 },
172 "meta": {
173 "type": "object",
174 "properties": {
175 "origin": {
176 "type": "string",
177 "example": "API"
178 },
179 "userAgent": {
180 "type": "string"
181 }
182 }
183 },
184 "stats": {
185 "type": "object",
186 "properties": {
187 "inputBodyLen": {
188 "type": "integer",
189 "example": 2000
190 },
191 "rebootCount": {
192 "type": "integer",
193 "example": 0
194 },
195 "restartCount": {
196 "type": "integer",
197 "example": 0
198 },
199 "resurrectCount": {
200 "type": "integer",
201 "example": 0
202 },
203 "computeUnits": {
204 "type": "integer",
205 "example": 0
206 }
207 }
208 },
209 "options": {
210 "type": "object",
211 "properties": {
212 "build": {
213 "type": "string",
214 "example": "latest"
215 },
216 "timeoutSecs": {
217 "type": "integer",
218 "example": 300
219 },
220 "memoryMbytes": {
221 "type": "integer",
222 "example": 1024
223 },
224 "diskMbytes": {
225 "type": "integer",
226 "example": 2048
227 }
228 }
229 },
230 "buildId": {
231 "type": "string"
232 },
233 "defaultKeyValueStoreId": {
234 "type": "string"
235 },
236 "defaultDatasetId": {
237 "type": "string"
238 },
239 "defaultRequestQueueId": {
240 "type": "string"
241 },
242 "buildNumber": {
243 "type": "string",
244 "example": "1.0.0"
245 },
246 "containerUrl": {
247 "type": "string"
248 },
249 "usage": {
250 "type": "object",
251 "properties": {
252 "ACTOR_COMPUTE_UNITS": {
253 "type": "integer",
254 "example": 0
255 },
256 "DATASET_READS": {
257 "type": "integer",
258 "example": 0
259 },
260 "DATASET_WRITES": {
261 "type": "integer",
262 "example": 0
263 },
264 "KEY_VALUE_STORE_READS": {
265 "type": "integer",
266 "example": 0
267 },
268 "KEY_VALUE_STORE_WRITES": {
269 "type": "integer",
270 "example": 1
271 },
272 "KEY_VALUE_STORE_LISTS": {
273 "type": "integer",
274 "example": 0
275 },
276 "REQUEST_QUEUE_READS": {
277 "type": "integer",
278 "example": 0
279 },
280 "REQUEST_QUEUE_WRITES": {
281 "type": "integer",
282 "example": 0
283 },
284 "DATA_TRANSFER_INTERNAL_GBYTES": {
285 "type": "integer",
286 "example": 0
287 },
288 "DATA_TRANSFER_EXTERNAL_GBYTES": {
289 "type": "integer",
290 "example": 0
291 },
292 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
293 "type": "integer",
294 "example": 0
295 },
296 "PROXY_SERPS": {
297 "type": "integer",
298 "example": 0
299 }
300 }
301 },
302 "usageTotalUsd": {
303 "type": "number",
304 "example": 0.00005
305 },
306 "usageUsd": {
307 "type": "object",
308 "properties": {
309 "ACTOR_COMPUTE_UNITS": {
310 "type": "integer",
311 "example": 0
312 },
313 "DATASET_READS": {
314 "type": "integer",
315 "example": 0
316 },
317 "DATASET_WRITES": {
318 "type": "integer",
319 "example": 0
320 },
321 "KEY_VALUE_STORE_READS": {
322 "type": "integer",
323 "example": 0
324 },
325 "KEY_VALUE_STORE_WRITES": {
326 "type": "number",
327 "example": 0.00005
328 },
329 "KEY_VALUE_STORE_LISTS": {
330 "type": "integer",
331 "example": 0
332 },
333 "REQUEST_QUEUE_READS": {
334 "type": "integer",
335 "example": 0
336 },
337 "REQUEST_QUEUE_WRITES": {
338 "type": "integer",
339 "example": 0
340 },
341 "DATA_TRANSFER_INTERNAL_GBYTES": {
342 "type": "integer",
343 "example": 0
344 },
345 "DATA_TRANSFER_EXTERNAL_GBYTES": {
346 "type": "integer",
347 "example": 0
348 },
349 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
350 "type": "integer",
351 "example": 0
352 },
353 "PROXY_SERPS": {
354 "type": "integer",
355 "example": 0
356 }
357 }
358 }
359 }
360 }
361 }
362 }
363 }
364 }
365}
CSLB (Contractors State License Board) Scraper 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 CSLB (Contractors State License Board) Scraper 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
RentalTo 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
$30.00