post https://api.datafiniti.co/v4/people/search
Search over 35 million business records.
Log in to see full request history
Search millions of people records.
Example request body:
{
"query": "keys:*",
"num_records": 1
}
Responses
Search over 35 million business records.
Search millions of people records.
Example request body:
{
"query": "keys:*",
"num_records": 1
}
xxxxxxxxxx
11curl --request POST \
--url https://api.datafiniti.co/v4/people/search \
--header 'Authorization: Bearer <token>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"view": "default",
"num_records": 10
}
'
Try It!
to start a request and see the response here! Or choose an example: