No.1514
Sounds like you want to make a metasearch engine for your own personal use. Python should work pretty well: I haven't' tried them but it looks like the web libraries for it are easy enough to deal with. Search engines obviously don't want you scraping a ton of data from them, but if you're only making this for your own manual searches, then I doubt you'd hit the rate limit much faster than just using their website normally. If you do, it seems that some search engines, or at least Google, also offer search APIs with slightly higher search-per-hour limits than web scraping.
No.1516
>>1514Thanks, it might be awhile but if i create something ill share it.
No.1518
The easiest is probably to modify their result page with userscripts, something like this:
https://userscripts-mirror.org/scripts/show/95205 (It's very outdated, probably won't work.)
No.1519
>>1518alternatively could maybe run something on top of, or extending for example searx.
I havent much done with myself but I know it outputs easily into json format, and can collect and format together results from several major search sites, so it probably already has much of what you'd want to do, done.
No.1520
Searx might be what you are looking for
https://github.com/asciimoo/searx