In order to screen a Person you should set the search_type to "individual".
A new search can be created by sending a POST request with search terms, parameters, and filters. The default result of a search will return the first 100 results from our database, if available. By using the offset and limit parameters, you can increase the result limit or retrieve more results through multiple searches.
Individual Screening Search Parameters
Field | Type | Description |
---|---|---|
search_type | String (Required) | The search type. Should be set to individual for a person search |
name | String (Required) | The name and surname of the individual |
datasets | Comma Separated | Specify which datasets will be searched |
countries | Comma Separated | The nationality or nationalities of the individual you are screening |
threshold | Integer (0-100) | Determines how closely the returned results must match the supplied name |
dob | YYYY | The Date of Birth of the individual you are searching for. Must be after 1900 and not in the future |
The available datasets are:
Dataset | Description |
---|---|
PEP | Politically Exposed Persons Lists |
SAN | Sanctions Lists |
RPE | Adverse Media Lists |
REL | Fitness Probity Lists |
POI | Profile of Interest |
INS | Insolvency RRE - Reputational Risk Exposure |
Example Individual Search
In the following example a screening search for a Person
GET /screening - See Documentation for this call
Request
?name=Donald Trump
&countries=RU,CY,US
&datasets=PEP,SAN
&threshold=90
&search_type=individual