Search code examples
google-chromegoogle-developers-consolegoogle-developer-tools

Google My Activity API?


At myactivity.google.com, you can view all your Google activity. It's super rich data 🤩, and I'd love to be able to access my own programatically.

Does anyone know if there is a public API to access this data, or if there is one in the works?


Solution

  • As a kind of a workaround, you can go to https://takeout.google.com/settings/takeout, request "My Activity" events, let Google store them on your Google Drive (zipped or gzipped) and access the archive via Google Drive API.