cURL
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" }'
{}
Successful response
The response is of type object.
object