Every API, one clean contract.
128 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
11 APIsE-commerce & Marketplaces
24 APIsReal Estate
6 APIsJobs & Hiring
8 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
18 APIsDeveloper Tools
19 APIsClassifieds & Second-hand
4 APIsOther
1 APIPrivacy Scan API
livepost/privacy-scan/v1/scan3 creditsFull privacy report for a URL: third-party trackers + cookies + consent/CMP + tracking pixels + fingerprinting + 0-100 privacy score + GDPR risk + ranked fixes. One call.
{
"url": "https://www.cnn.com"
}Try in playground →post/privacy-scan/v1/trackers2 creditsThird-party + first-party tracker list: per-host entity/owner, category (advertising/analytics/social/session_replay/…), first-vs-third-party, load surface.
{
"url": "https://www.cnn.com"
}Try in playground →post/privacy-scan/v1/cookies2 creditsServer-set cookie analysis: first/third-party, Secure/HttpOnly/SameSite/expiry flags, and tracking-purpose classification (_ga/_fbp/_gcl_au/… → owner+purpose).
{
"url": "https://www.cnn.com"
}Try in playground →post/privacy-scan/v1/consent2 creditsConsent-management platform (CMP) detection: OneTrust/Cookiebot/Usercentrics/Quantcast/TrustArc/Didomi/Sourcepoint/Iubenda/… + IAB-TCF v2 + Google Consent Mode.
{
"url": "https://www.cnn.com"
}Try in playground →post/privacy-scan/v1/fingerprinting2 creditsBrowser-fingerprinting detection: canvas, WebGL, audio, font and device code patterns plus known fingerprinting libraries (FingerprintJS, ThreatMetrix, and similar SDKs).
{
"url": "https://www.cnn.com"
}Try in playground →post/privacy-scan/v1/score3 creditsComposite privacy score (0-100, higher=more private) + grade + GDPR risk verdict (minimal/low/medium/high/critical) + ranked recommendations + transparent penalties.
{
"url": "https://www.nytimes.com"
}Try in playground →post/privacy-scan/v1/batch5 creditsScan up to 20 URLs concurrently in one call (each independently SSRF-guarded). Compact per-URL privacy_score + grade + gdpr_risk + tracker/cookie counts. NOTE: batch is the fast bulk path — it runs static (no per-URL render, to stay within latency for 20 URLs); per-URL likely_js_app flags JS shells. For the full runtime graph, call `scan` per URL (render defaults on).
{
"urls": [
"https://www.cnn.com",
"https://www.theguardian.com"
]
}Try in playground →
Social Media
8 APIs