VOOZH about

URL: https://apify.com/andok/gdpr-cookie-scanner

โ‡ฑ GDPR & Privacy Cookie Scanner ยท Apify


Pricing

$1.00 / 1,000 site scanneds

Go to Apify Store

GDPR & Privacy Cookie Scanner

Scan websites to identify tracking cookies and third-party scripts. Automate privacy compliance and GDPR audits.

Pricing

$1.00 / 1,000 site scanneds

Rating

0.0

(0)

Developer

๐Ÿ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

2

Monthly active users

3 months ago

Last modified

Share

GDPR Cookie Compliance Scanner

Scan any website for GDPR cookie compliance violations in seconds. Privacy audits and consent banner checks are time-consuming when done manually โ€” run bulk scans across client portfolios and get a clear Pass/Warning/Fail grade for each site. Built on a real browser engine to catch JavaScript-set cookies that static scanners miss.

Features

  • Pre-consent cookie detection โ€” identifies analytics, marketing, and tracking cookies set before user consent
  • Cookie categorization โ€” classifies every cookie as necessary, analytics, marketing, functional, or unknown
  • Consent banner detection โ€” recognizes major CMPs including OneTrust, Cookiebot, and Cookie Notice
  • Compliance grading โ€” assigns Pass, Warning, or Fail based on GDPR best practices
  • Third-party cookie analysis โ€” flags cookies from external domains (Facebook, Google, HubSpot, Hotjar, etc.)
  • Post-consent comparison โ€” captures cookies before and after accepting consent to show what changes
  • Bulk scanning โ€” process hundreds of URLs in a single run for agency-scale audits

Input

FieldTypeRequiredDefaultDescription
urlsarrayYesโ€”Website URLs to scan for cookie compliance. Each URL is loaded in a real browser to capture all cookies, including those set by JavaScript.
waitForBannerbooleanNotrueWhen enabled, the scanner waits for a cookie consent banner to appear and attempts to click "Accept" to compare pre- and post-consent cookies. Disable if you only want the pre-consent snapshot.
timeoutintegerNo30000Maximum time in milliseconds to wait for page load and banner detection. Increase for slow-loading sites or complex single-page applications. Range: 5,000โ€“120,000 ms.

Input Example

{
"urls":[
{"url":"https://crawlee.dev"},
{"url":"https://example.com"}
],
"waitForBanner":true,
"timeout":30000
}

Output

Each scanned URL produces a detailed compliance report with cookie inventories, categorization, consent banner status, and a compliance grade.

Key output fields:

  • url โ€” the scanned page URL
  • complianceGrade โ€” Pass, Warning, or Fail
  • issues โ€” list of specific compliance problems found
  • preConsentCookies โ€” cookies present before any user interaction
  • postConsentCookies โ€” cookies added after accepting the consent banner
  • cookiesSetWithoutConsent โ€” non-necessary cookies loaded before consent (the main GDPR risk)
  • consentBannerDetected โ€” whether a cookie consent banner was found
  • consentManagementPlatform โ€” detected CMP (OneTrust, Cookiebot, etc.)
  • totalCookies โ€” total cookie count across the session
  • trackingCookies โ€” number of identified tracking cookies
  • thirdPartyCookies โ€” cookies from external domains

Output Example

{
"url":"https://example.com",
"timestamp":"2025-01-15T10:30:00.000Z",
"complianceGrade":"Fail",
"issues":[
"3 non-necessary cookies set before consent",
"2 tracking cookies set before consent"
],
"consentBannerDetected":true,
"consentManagementPlatform":"OneTrust",
"totalCookies":12,
"trackingCookies":5,
"preConsentCookies":[
{
"cookie":{"name":"_ga","domain":".example.com","path":"/","expires":1737000000},
"category":"analytics",
"isTracker":true,
"trackerType":"Google Analytics"
}
],
"thirdPartyCookies":[
{
"cookie":{"name":"_fbp","domain":".facebook.com","path":"/","expires":1737000000},
"category":"marketing",
"isTracker":true,
"trackerType":"Facebook Pixel"
}
]
}

Pricing

EventCost
Site Scanned$0.01 per URL

Free tier available โ€” pay only for Apify platform usage beyond free limits.

Use Cases

  • Privacy compliance audits โ€” scan client websites before GDPR audits and generate evidence-ready reports showing cookie violations
  • Agency client reporting โ€” run bulk scans across all client domains on a schedule and flag new compliance issues automatically
  • Vendor due diligence โ€” verify that third-party SaaS tools and marketing platforms are not setting tracking cookies without consent
  • Pre-launch QA โ€” check new websites or redesigns for cookie compliance before going live
  • Competitive benchmarking โ€” compare cookie practices across competitors to identify industry-standard consent implementations

Related Actors

ActorWhat it adds
Security Headers AnalyzerAudit HTTP security headers alongside cookie compliance for a full privacy and security review
Tech Stack AnalyzerIdentify the CMS, frameworks, and third-party scripts that may be setting the cookies you found
Broken Links CheckerCombine cookie compliance with broken-link detection for a comprehensive site health audit

Notes

  • The scanner uses a real Chromium browser via Playwright, so it captures JavaScript-set cookies that HTTP-only scanners miss.
  • Consent banner detection relies on common CMP selectors (OneTrust, Cookiebot, generic patterns). Custom or uncommon banners may not be detected.
  • Compliance grading is advisory โ€” it highlights common GDPR issues but does not constitute legal advice.

You might also like

Privacy Compliance Analyzer V.1

actor_researcher.48/privacy-compliance-analyzer-v-1

Scan websites for privacy compliance issues. Detects trackers, checks GDPR/CCPA rights, finds privacy policies, and generates DSAR templates. Get actionable compliance scores and recommendations in an easy-to-read HTML report. Perfect for privacy audits and regulatory assessments.

GDPR & CCPA Cookie Compliance Scraper

taroyamada/privacy-cookie-compliance-scanner

Extract missing cookie banners and outdated privacy policies from arbitrary websites to generate highly targeted compliance audit leads.

Privacy Stack

bikram786/privacy-stack

Privacy researcher & developer building production Apify actors for arXiv privacy research. Privacy Stack brings 1 5,00+ real arXiv privacy papers into one place ..carefully verified with no fake URLs & no duplicates. Categories : Internet Privacy Data Privacy Crypto Privacy Post-Quantum Privacy

9

The Privacy Policy Generator

anointment/the-privacy-policy-generator

Save $500 on legal fees. Generates a professional, GDPR & CCPA compliant Privacy Policy for your website or app in seconds. Returns clean Markdown/HTML ready to copy-paste.

RGPD_PRO - GDPR Compliance Scanner with Fine Estimates

julien.escrouzailles/rgpd-pro---gdpr-compliance-scanner-with-fine-estimates

Forensic GDPR scanner. Detects violations, estimates fines from 2,091 real EU sanctions, provides ROI-driven remediation plans in less than 2 minutes.

๐Ÿ‘ User avatar

Julien Escrouzailles

2

Cookie Consent Checker

pillowy_travel/cookie-consent-checker

Checks whether a website displays a cookie consent banner and basic GDPR compliance signals.