API Reference

Creating Searches

POST /searches

Create a new search by POSTing search terms, parameters and filters. By default creating a search will pull the first 100 results (if that many exist) from our database. By using offset and limit parameters, you can expand this, or create multiple searches which "paginate" through our data sources.

By updating your account limit, you will be able to pull up to 500 results. Note: For entities beyond the first 100 use the provided endpoint to page the remaining entities.

Example Request 1

This illustrates the simplest search request, with the minimum of information required.

Example Request 2

This example includes the client reference and search profile

Example Request 3

This example includes the exact_match option