POST
/
website
/
email-socials
curl --request POST \
  --url https://api.scrapetable.com/website/email-socials \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "websites": [
    "apple.com",
    "wsgr.org",
    "kickstarter.com"
  ],
  "flatten": true
}'
{}

This endpoint costs 1 credit per search.

Authorizations

api-key
string
header
required

Body

application/json
websites
string[]
Example:
["apple.com", "wsgr.org", "kickstarter.com"]
flatten
boolean
Example:

true

Response

200 - application/json
Successful response

The response is of type object.