import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});const response = await client.search.findPersonV1();console.log(response.pagination);
import Openregister from 'openregister';const client = new Openregister({ apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted});const response = await client.search.findPersonV1();console.log(response.pagination);
Search for natural persons by name, city, date of birth, or other attributes. Find people based on their business roles and filter by criteria such as the number of companies they’re involved with or their management positions. Use this endpoint to identify individuals for due diligence or to research business networks. More information about filtering can be found here.Cost: 10 credits