POST
/
people
/
address
curl --request POST \
  --url https://api.scrapetable.com/people/address \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "street": "123 Sesame St",
  "city_state_zip": "Example Fl United States",
  "matching": true
}'
{}

This endpoint costs 30 credits per search.

Authorizations

api-key
string
header
required

Body

application/json
street
string
Example:

"123 Sesame St"

city_state_zip
string
Example:

"Example Fl United States"

matching
boolean
Example:

true

Response

200 - application/json
Successful response

The response is of type object.