POST
/
website
/
email-socials
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

Response

200 - application/json

Successful response

The response is of type object.