If I enter a search term in DuckDuckGo I get a pretty simple url and query string
https://duckduckgo.com/?q=python+tips&atb=v1-1&ia=videos&iax=web
If I do the same in google I get a boatload of query string bloat, which I've anonymized with characters X, Y, Z, and K.
- If I just pasted a search result url generated by google would that leak individual details that are not anonymmous?
- Is there some subset of query string pairs that would make a functional sharable search url like duck duck go's? (which is still functional even after chopping off the last key value pairs: https://duckduckgo.com/?q=python+tips)









