Endpoints
The endpoints for the Cleaner APIs are: Company:https://api.peopledatalabs.com/v5/company/cleanLocation:
https://api.peopledatalabs.com/v5/location/cleanSchool:
https://api.peopledatalabs.com/v5/school/clean
Billing and Access
The Cleaner APIs are public and we make them available by default to all customers.Rate Limiting
The standard rate limit is 10 per minute, and we have a standard total limit of 10,000 per month that we provide free of charge. To increase your monthly limit above 10,000, reach out to your Data Consultant or Customer Success Manager.Input Parameters
Each of the three Cleaner API endpoints supports a different set of input parameters, which we’ve described in the tables below:For More Details, See Input Parameters - Cleaner APIsYou can also click on the individual parameter names in the table below to view more information on them.
Company Cleaner API (/company/clean)
| Parameter Name | Required | Description | Default | Example |
|---|---|---|---|---|
name | No (but see note below) | The name of the company that you want to identify. We accept unformatted strings with arbitrary capitalizations, leading and trailing whitespaces and so forth. | None | “People data LABS” |
website | No (but see note below) | The website of the company that you want to identify. We accept unformatted URLs with arbitrary capitalizations, leading and trailing whitespaces and so forth. | None | www.peopledatalabs.com |
profile | No (but see note below) | The social profile URL of the company that you want to identify. We accept unformatted URLs with arbitrary capitalizations, leading and trailing whitespaces and so forth. | None | ”https://linkedin.com/company/peopledatalabs” |
pretty | No | Whether the output should have human-readable indentation. | False | True |
api_key | No* | Your secret API key.While we do not require this as part of the request parameters, if you don’t provide it here, then you must provide it in an alternative way, such as by using the x-api-key field in the headers. For more information, see the Authentication page. | None |
name, website or profile.
Location Cleaner API (/location/clean)
| Parameter Name | Required | Description | Default | Example |
|---|---|---|---|---|
location | Yes | The name of the location that you want to identify. We accept unformatted locations with arbitrary capitalizations, leading and trailing whitespaces and so forth. | None | "san francisco" |
pretty | No | Whether the output should have human-readable indentation. | False | True |
api_key | No* | Your secret API key.While we do not require this as part of the request parameters, if you don’t provide it here, then you must provide it in an alternative way, such as by using the x-api-key field in the headers. For more information, see the Authentication page. | None |
School Cleaner API (/school/clean)
| Parameter Name | Required | Description | Default | Example |
|---|---|---|---|---|
name | No (but see note below) | The name of the company that you want to identify. We accept unformatted strings with arbitrary capitalizations, leading and trailing whitespaces and so forth. | None | “People data LABS” |
website | No (but see note below) | The website of the company that you want to identify. We accept unformatted URLs with arbitrary capitalizations, leading and trailing whitespaces and so forth. | None | www.peopledatalabs.com |
profile | No (but see note below) | The social profile URL of the company that you want to identify. We accept unformatted URLs with arbitrary capitalizations, leading and trailing whitespaces and so forth. | None | ”https://linkedin.com/company/peopledatalabs” |
pretty | No | Whether the output should have human-readable indentation. | False | True |
api_key | No* | Your secret API key.While we do not require this as part of the request parameters, if you don’t provide it here, then you must provide it in an alternative way, such as by using the x-api-key field in the headers. For more information, see the Authentication page. | None |
name, website or profile.
Output Responses
Each of the three Cleaner API endpoints returns a different response, as shown below:For More Details, see Output Response - Cleaner APIs
Company Cleaner API (/company/clean)
Here is an example response from the Company Cleaner API:
JSON
Location Cleaner API (/location/clean)
Here is an example response from the Location Cleaner API:
JSON
School Cleaner API (/school/clean)
Here is an example response from the School Cleaner API:
JSON
