Skip to main content

Extract contact information from a URL

POST 

/contact

Accepts a JSON payload containing a url field and returns all discovered contact details, including emails and social media links.

Contact in response
{
"url": "http://rockfordseo.com/",
"emails": ["[email protected]"],
"socials": {
"facebook": "https://facebook.com/profile.php?id=61554669933113",
"instagram": "https://instagram.com/snapps.ai",
"youtube": "https://youtube.com/channel/UCLcu1wb0Rd29I5kjEC1DKMw"
}
}

Request

Responses

Successfully retrieved contact details