POST
/
people
/
search
curl --request POST \
  --url https://api.scrapetable.com/people/search \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "first_name": "John",
  "last_name": "Doe",
  "city": "New York",
  "state_abv": "NY"
}'
{}

This endpoint costs 30 credits per search.

Authorizations

api-key
string
header
required

Body

application/json
first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

city
string
Example:

"New York"

state_abv
string
Example:

"NY"

Response

200 - application/json
Successful response

The response is of type object.