nexqdata/ docs

Introduction

What the NexqData API does, and where to start.

NexqData engineers, deploys, and maintains a collection agent for each source you need — a court portal, a registry, a licensing board. The API lets your own systems work with those agents directly: start them, follow their runs, and download the structured data they collect.

What you can do

How it fits together

  1. Our engineers build an agent for a source and deploy it to your workspace.
  2. You create an API key in the workspace.
  3. Your code starts jobs, checks on them, and downloads the results — no browser in the loop.

Everything is JSON over HTTPS, and every response uses the same envelope:

Response envelope
{
  "success": true,
  "message": "Job started.",
  "data": { }
}

Start with the Quickstart

The Quickstart takes you from a new API key to a downloaded dataset in five minutes.

On this page