Independent Analysis

Google Transparency Report

An independent analysis of Google's public transparency datasets — covering copyright removals, government requests, encryption, safe browsing, and internet freedom.

google-transparency-report-analysis.oriz.in

Datasets Covered

All data is sourced directly from Google's official transparency report. Where bulk CSVs are available, they are downloaded and analyzed programmatically.

Key Findings

500M+ URLs requested for removal (copyright)
90%+ Typical removal rate for valid copyright requests
95%+ Top-1000 sites now using HTTPS
1M+ EU Right to be Forgotten URLs requested since 2014

How to Run

git clone https://github.com/chirag127/google-transparency-report-analysis.git
cd google-transparency-report-analysis
pip install -r requirements.txt
# Download + analyze copyright dataset
python -m gtra.analyze --dataset copyright --download --report
# Or open the notebook
jupyter notebook notebooks/google-transparency-report-analysis.ipynb