Ponarize API provides convenience for developers by offering a handy solution for retrieving social media links. With the Ponarize API, developers can integrate social media functionality into their apps, websites or services with minimal effort.
curl 'https://www.ponarize.com/api/check/domain' -X POST -H 'Accept: application/json' -H 'Authorization: API-KEY' --data $'domain=plesk.com'
{ "status": "success", "message": [ { "domain": "plesk.com", "category": "Business", "category2": "Online Shopping", "category3": "Software/Hardware", "category4": "Internet Services", "category5": "-", "risk": "Minimal Risk", "domain_age": "1999-06-13T00", "domain_nameserver": ["gene.ns.cloudflare.com","jeff.ns.cloudflare.com"], "socialLinks": { "linkedin": "https://www.linkedin.com/company/plesk", "facebook": "https://www.facebook.com/Plesk", "twitter": "https://twitter.com/Plesk", "instagram": "null", "youtube": "https://www.youtube.com/channel/UCeU-_6YHGQFcVSHLbEXLNlA" } } ] }