FindLaw Scraper avatar
FindLaw Scraper

Pricing

Pay per usage

Go to Store
FindLaw Scraper

FindLaw Scraper

Developed by

BowTiedRacoon

Maintained by Community

Scrape attorney2 and law firm data from FindLaw Lawyer Directory to generate high-quality, targeted legal industry leads

0.0 (0)

Pricing

Pay per usage

0

Monthly users

10

Runs succeeded

83%

Last modified

2 days ago

You can access the FindLaw 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.1",
5    "x-build-id": "iQgdx94KbSdL0IMtO"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jungle_synthesizer~findlaw-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jungle_synthesizer-findlaw-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/jungle_synthesizer~findlaw-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-jungle_synthesizer-findlaw-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/jungle_synthesizer~findlaw-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-jungle_synthesizer-findlaw-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          "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          "practiceAreas": {
261            "title": "Practice Area",
262            "type": "string",
263            "description": "Practice Area"
264          },
265          "maxItems": {
266            "title": "Max items",
267            "type": "integer",
268            "description": "Maximum number of apps you want to scrape. Set to 0 to scrape all."
269          },
270          "proxyConfiguration": {
271            "title": "Proxy configuration",
272            "type": "object",
273            "description": "Select proxies to be used by your crawler."
274          }
275        }
276      },
277      "runsResponseSchema": {
278        "type": "object",
279        "properties": {
280          "data": {
281            "type": "object",
282            "properties": {
283              "id": {
284                "type": "string"
285              },
286              "actId": {
287                "type": "string"
288              },
289              "userId": {
290                "type": "string"
291              },
292              "startedAt": {
293                "type": "string",
294                "format": "date-time",
295                "example": "2025-01-08T00:00:00.000Z"
296              },
297              "finishedAt": {
298                "type": "string",
299                "format": "date-time",
300                "example": "2025-01-08T00:00:00.000Z"
301              },
302              "status": {
303                "type": "string",
304                "example": "READY"
305              },
306              "meta": {
307                "type": "object",
308                "properties": {
309                  "origin": {
310                    "type": "string",
311                    "example": "API"
312                  },
313                  "userAgent": {
314                    "type": "string"
315                  }
316                }
317              },
318              "stats": {
319                "type": "object",
320                "properties": {
321                  "inputBodyLen": {
322                    "type": "integer",
323                    "example": 2000
324                  },
325                  "rebootCount": {
326                    "type": "integer",
327                    "example": 0
328                  },
329                  "restartCount": {
330                    "type": "integer",
331                    "example": 0
332                  },
333                  "resurrectCount": {
334                    "type": "integer",
335                    "example": 0
336                  },
337                  "computeUnits": {
338                    "type": "integer",
339                    "example": 0
340                  }
341                }
342              },
343              "options": {
344                "type": "object",
345                "properties": {
346                  "build": {
347                    "type": "string",
348                    "example": "latest"
349                  },
350                  "timeoutSecs": {
351                    "type": "integer",
352                    "example": 300
353                  },
354                  "memoryMbytes": {
355                    "type": "integer",
356                    "example": 1024
357                  },
358                  "diskMbytes": {
359                    "type": "integer",
360                    "example": 2048
361                  }
362                }
363              },
364              "buildId": {
365                "type": "string"
366              },
367              "defaultKeyValueStoreId": {
368                "type": "string"
369              },
370              "defaultDatasetId": {
371                "type": "string"
372              },
373              "defaultRequestQueueId": {
374                "type": "string"
375              },
376              "buildNumber": {
377                "type": "string",
378                "example": "1.0.0"
379              },
380              "containerUrl": {
381                "type": "string"
382              },
383              "usage": {
384                "type": "object",
385                "properties": {
386                  "ACTOR_COMPUTE_UNITS": {
387                    "type": "integer",
388                    "example": 0
389                  },
390                  "DATASET_READS": {
391                    "type": "integer",
392                    "example": 0
393                  },
394                  "DATASET_WRITES": {
395                    "type": "integer",
396                    "example": 0
397                  },
398                  "KEY_VALUE_STORE_READS": {
399                    "type": "integer",
400                    "example": 0
401                  },
402                  "KEY_VALUE_STORE_WRITES": {
403                    "type": "integer",
404                    "example": 1
405                  },
406                  "KEY_VALUE_STORE_LISTS": {
407                    "type": "integer",
408                    "example": 0
409                  },
410                  "REQUEST_QUEUE_READS": {
411                    "type": "integer",
412                    "example": 0
413                  },
414                  "REQUEST_QUEUE_WRITES": {
415                    "type": "integer",
416                    "example": 0
417                  },
418                  "DATA_TRANSFER_INTERNAL_GBYTES": {
419                    "type": "integer",
420                    "example": 0
421                  },
422                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
423                    "type": "integer",
424                    "example": 0
425                  },
426                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
427                    "type": "integer",
428                    "example": 0
429                  },
430                  "PROXY_SERPS": {
431                    "type": "integer",
432                    "example": 0
433                  }
434                }
435              },
436              "usageTotalUsd": {
437                "type": "number",
438                "example": 0.00005
439              },
440              "usageUsd": {
441                "type": "object",
442                "properties": {
443                  "ACTOR_COMPUTE_UNITS": {
444                    "type": "integer",
445                    "example": 0
446                  },
447                  "DATASET_READS": {
448                    "type": "integer",
449                    "example": 0
450                  },
451                  "DATASET_WRITES": {
452                    "type": "integer",
453                    "example": 0
454                  },
455                  "KEY_VALUE_STORE_READS": {
456                    "type": "integer",
457                    "example": 0
458                  },
459                  "KEY_VALUE_STORE_WRITES": {
460                    "type": "number",
461                    "example": 0.00005
462                  },
463                  "KEY_VALUE_STORE_LISTS": {
464                    "type": "integer",
465                    "example": 0
466                  },
467                  "REQUEST_QUEUE_READS": {
468                    "type": "integer",
469                    "example": 0
470                  },
471                  "REQUEST_QUEUE_WRITES": {
472                    "type": "integer",
473                    "example": 0
474                  },
475                  "DATA_TRANSFER_INTERNAL_GBYTES": {
476                    "type": "integer",
477                    "example": 0
478                  },
479                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
480                    "type": "integer",
481                    "example": 0
482                  },
483                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
484                    "type": "integer",
485                    "example": 0
486                  },
487                  "PROXY_SERPS": {
488                    "type": "integer",
489                    "example": 0
490                  }
491                }
492              }
493            }
494          }
495        }
496      }
497    }
498  }
499}

FindLaw 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 FindLaw 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

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.