cURL
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 } '
{}
["apple.com", "wsgr.org", "kickstarter.com"]
true
Successful response
The response is of type object.
object