Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Your browsing data, in a single archive...

Your browsing data, in a single archive...

Scheduled Pinned Locked Moved The Lounge
toolsquestiondatabasecom
9 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dandy72
    wrote on last edited by
    #1

    [This page](https://account.microsoft.com/privacy/download-data) presents a "Create an archive" button to download all (?) the browsing data Microsoft has on whatever account you use to log into that page. The .zip file produced (in my case) contains 4 files: BrowsingHistory.csv ProductAndServiceUsage.csv SearchRequetsAndQuery.csv UserVisitLocations.csv Clearly this is private information (and I'm sure MS pinky-swears is only accessible to yourself), but it is rather interesting information. I've seen scripts before that will export similar data from your local browser (reading it out of local files), but the benefit of getting this data from that location is that the local browser only knows about, well, what you've browsed *locally*. If you browse from multiple devices, a script to extract that data will only show the subset that was browsed from that device. Whereas the web site above is device-agnostic - this is everything collected across the board. (Unless that data all gets included when you allow your browser to sync settings - I don't know whether that's the case). Regardless - my question is: Has anyone ever written a utility to slice and dice that data? I honestly don't have a specific usage scenario, but I'm thinking this could be interesting. It's trivial enough to parse (it's all CSV, and all columns are self-explanatory), but I wonder if anyone's already put something together to present this in interesting ways...? I'm otherwise tempted to automate the data retrieval, dumping this into a database, and building reports around this...but as mentioned, I don't have a specific usage scenario right now, and frankly I kinda suck at creating compelling reports, Power BI-style.

    P R P 3 Replies Last reply
    0
    • D dandy72

      [This page](https://account.microsoft.com/privacy/download-data) presents a "Create an archive" button to download all (?) the browsing data Microsoft has on whatever account you use to log into that page. The .zip file produced (in my case) contains 4 files: BrowsingHistory.csv ProductAndServiceUsage.csv SearchRequetsAndQuery.csv UserVisitLocations.csv Clearly this is private information (and I'm sure MS pinky-swears is only accessible to yourself), but it is rather interesting information. I've seen scripts before that will export similar data from your local browser (reading it out of local files), but the benefit of getting this data from that location is that the local browser only knows about, well, what you've browsed *locally*. If you browse from multiple devices, a script to extract that data will only show the subset that was browsed from that device. Whereas the web site above is device-agnostic - this is everything collected across the board. (Unless that data all gets included when you allow your browser to sync settings - I don't know whether that's the case). Regardless - my question is: Has anyone ever written a utility to slice and dice that data? I honestly don't have a specific usage scenario, but I'm thinking this could be interesting. It's trivial enough to parse (it's all CSV, and all columns are self-explanatory), but I wonder if anyone's already put something together to present this in interesting ways...? I'm otherwise tempted to automate the data retrieval, dumping this into a database, and building reports around this...but as mentioned, I don't have a specific usage scenario right now, and frankly I kinda suck at creating compelling reports, Power BI-style.

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #2

      Not me, I have no Microsoft accounts. The only use I would have would be "I know I saw something somewhere a while back..."

      D 1 Reply Last reply
      0
      • P PIEBALDconsult

        Not me, I have no Microsoft accounts. The only use I would have would be "I know I saw something somewhere a while back..."

        D Offline
        D Offline
        dandy72
        wrote on last edited by
        #3

        So, congrats, you're one of the few who has figured out[*] how to set up Windows 10+ without being forced to create/associate with a Microsoft account... OTOH, I suppose it's entirely possible to create that account, but still explicitly not use it for browsing...or avoid a MS browser altogether... [*] No need to point me to any resource for doing that, I have a few tricks up my sleeve.

        N 1 Reply Last reply
        0
        • D dandy72

          [This page](https://account.microsoft.com/privacy/download-data) presents a "Create an archive" button to download all (?) the browsing data Microsoft has on whatever account you use to log into that page. The .zip file produced (in my case) contains 4 files: BrowsingHistory.csv ProductAndServiceUsage.csv SearchRequetsAndQuery.csv UserVisitLocations.csv Clearly this is private information (and I'm sure MS pinky-swears is only accessible to yourself), but it is rather interesting information. I've seen scripts before that will export similar data from your local browser (reading it out of local files), but the benefit of getting this data from that location is that the local browser only knows about, well, what you've browsed *locally*. If you browse from multiple devices, a script to extract that data will only show the subset that was browsed from that device. Whereas the web site above is device-agnostic - this is everything collected across the board. (Unless that data all gets included when you allow your browser to sync settings - I don't know whether that's the case). Regardless - my question is: Has anyone ever written a utility to slice and dice that data? I honestly don't have a specific usage scenario, but I'm thinking this could be interesting. It's trivial enough to parse (it's all CSV, and all columns are self-explanatory), but I wonder if anyone's already put something together to present this in interesting ways...? I'm otherwise tempted to automate the data retrieval, dumping this into a database, and building reports around this...but as mentioned, I don't have a specific usage scenario right now, and frankly I kinda suck at creating compelling reports, Power BI-style.

          R Offline
          R Offline
          Rage
          wrote on last edited by
          #4

          dandy72 wrote:

          BrowsingHistory.csv

          Mine only contents a thousand lines :

          1. https://www.google.com/search?q=chrome+download
          2. bing, leave me alone
          3. god dammit bing, not again...
          576. Noooo, please, no bing...
          894. Bing, for christ's sake, stop firing up at every misclick

          Do not escape reality : improve reality !

          C 1 Reply Last reply
          0
          • D dandy72

            So, congrats, you're one of the few who has figured out[*] how to set up Windows 10+ without being forced to create/associate with a Microsoft account... OTOH, I suppose it's entirely possible to create that account, but still explicitly not use it for browsing...or avoid a MS browser altogether... [*] No need to point me to any resource for doing that, I have a few tricks up my sleeve.

            N Offline
            N Offline
            Nelek
            wrote on last edited by
            #5

            dandy72 wrote:

            you're one of the few

            Do you really think we are "a few"?

            M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

            D 1 Reply Last reply
            0
            • N Nelek

              dandy72 wrote:

              you're one of the few

              Do you really think we are "a few"?

              M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

              D Offline
              D Offline
              dandy72
              wrote on last edited by
              #6

              There's more than "a few" who don't; there's countless articles claiming there's essentially "no way" nowadays to avoid creating a Microsoft account when setting up Windows 10/11... Maybe it would've been more accurate for me to say he's in the minority.

              1 Reply Last reply
              0
              • R Rage

                dandy72 wrote:

                BrowsingHistory.csv

                Mine only contents a thousand lines :

                1. https://www.google.com/search?q=chrome+download
                2. bing, leave me alone
                3. god dammit bing, not again...
                576. Noooo, please, no bing...
                894. Bing, for christ's sake, stop firing up at every misclick

                Do not escape reality : improve reality !

                C Offline
                C Offline
                charlieg
                wrote on last edited by
                #7

                truth.

                Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                1 Reply Last reply
                0
                • D dandy72

                  [This page](https://account.microsoft.com/privacy/download-data) presents a "Create an archive" button to download all (?) the browsing data Microsoft has on whatever account you use to log into that page. The .zip file produced (in my case) contains 4 files: BrowsingHistory.csv ProductAndServiceUsage.csv SearchRequetsAndQuery.csv UserVisitLocations.csv Clearly this is private information (and I'm sure MS pinky-swears is only accessible to yourself), but it is rather interesting information. I've seen scripts before that will export similar data from your local browser (reading it out of local files), but the benefit of getting this data from that location is that the local browser only knows about, well, what you've browsed *locally*. If you browse from multiple devices, a script to extract that data will only show the subset that was browsed from that device. Whereas the web site above is device-agnostic - this is everything collected across the board. (Unless that data all gets included when you allow your browser to sync settings - I don't know whether that's the case). Regardless - my question is: Has anyone ever written a utility to slice and dice that data? I honestly don't have a specific usage scenario, but I'm thinking this could be interesting. It's trivial enough to parse (it's all CSV, and all columns are self-explanatory), but I wonder if anyone's already put something together to present this in interesting ways...? I'm otherwise tempted to automate the data retrieval, dumping this into a database, and building reports around this...but as mentioned, I don't have a specific usage scenario right now, and frankly I kinda suck at creating compelling reports, Power BI-style.

                  P Offline
                  P Offline
                  Paul Sanders the other one
                  wrote on last edited by
                  #8

                  Erm, some of us use Chrome

                  Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

                  D 1 Reply Last reply
                  0
                  • P Paul Sanders the other one

                    Erm, some of us use Chrome

                    Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

                    D Offline
                    D Offline
                    dandy72
                    wrote on last edited by
                    #9

                    Then avert your eyes, as someone here used to say...

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups