/
Scrapers

Scrapers

Overview

The Docketly API is a powerful tool that enables users to efficiently scrape court records and related information. It’s integrated directly into the Docketly platform and can be accessed via the “Scrapes” button on every user's home page. This guide will provide you with all the necessary information to get started using the Docketly API for scraping.

Pricing

Initial Price: $0.25 per scrape.

Payment: A separate credit card from the one used for hearing services is required. 

Subscriptions

Subscription Model: Currently, subscriptions are set up on a per-user basis.

User Permissions: Only the user who set up the subscription can initiate a scrape.

Accessing the Scraping Feature

Webpage: The scraping feature is available through the main Docketly webpage.

Button: You can access the scraping tools via the “Scrapes” button on your home page.

Available Scrapers

Scrapers: A list of available scrapers is provided within the platform.

Unavailable Scrapers: There is also a list of locations where scrapers are not yet set up.

503 Error: In locations without scraper setup, users will receive a 503 error, but there is no penalty for attempting a scrape in these areas.

How to Create a Scrape

To create a scrape, use the API page (Locate "Scrape Create") with the following required parameters:

State: The state where the case is filed.

County: The county where the case is filed.

Case Number: The unique case number.

File Number: The unique file number.

API Endpoint: Docketly Developer API



Example Request:

{
  "county": "string",
  "state": "CO",
  "fileNumber": "string",
  "caseNumber": "string"
}

View Scrapes: Scrapes are visible here: Scrape List

This guide provides the foundational knowledge needed to start using the Docketly API for scraping. For more detailed information or support, please refer to the API documentation or contact Docketly support.