Sandbox API Endpoints

An environment for testing and evaluating our APIs without consuming credits

The Sandbox APIs let you query our APIs to access synthetic data without consuming credits. The primary purpose of these endpoints are for testing and evaluating use cases in support of tasks such as:

  • Performing integration testing to ensure compatibility with our endpoints and data structures
  • Evaluating our APIs without revealing proprietary or regulated data

The Sandbox API endpoints mirror our production API endpoints, meaning that each public API endpoint will eventually have a corresponding sandbox endpoint. Each sandbox endpoint has identical functionality as its corresponding production endpoint. However, the records that each sandbox endpoint return contain only artificial data, which follows the same object structure as records from our production datasets.

Here is the current status of our Sandbox API endpoints:

Data SchemaAPI EndpointSandbox API Endpoint
PersonPerson Enrichment APIhttps://sandbox.api.peopledatalabs.com/v5/person/enrich
PersonPerson Search APIhttps://sandbox.api.peopledatalabs.com/v5/person/search
PersonPerson Identify APIhttps://sandbox.api.peopledatalabs.com/v5/person/identify
CompanyCompany Enrichment API
CompanyCompany Search API
CompanyCompany Cleaner API
LocationLocation Cleaner API
SchoolsSchool Cleaner API
SkillsSkill Enrichment API
Job TitlesJob Title Enrichment API

What's Next

Please checkout the following pages for more information on the Sandbox APIs:

PageDescription
ReferenceDetailed descriptions of the technical specifications and usage constraints.
ExamplesA collection of functional code examples and walkthroughs illustrating various use cases and applications of the APIs.