tasos-py / Search-Engines-Scraper

Search google, bing, yahoo, and other search engines with python
MIT License
513 stars 137 forks source link

Can I use this project for image search? #39

Closed rider8581 closed 2 years ago

rider8581 commented 2 years ago

Hi there, Thank you for your contribution. I have a question while using this script. Can I use this script for image search? For example, instead of query string, can I put the byte string of data image to perform image search? Kindly let me know what you think. Thank you so much.

tasos-py commented 2 years ago

No, this repo only provides web results. If you want to search for images or if you're looking for something like google's "/search?tbs=sbi:" or bing's "/images/search?q=imgurl:" utilities, maybe you could subclass a search engine(s), modify it accordingly, and add it to engines, as described in https://github.com/tasos-py/Search-Engines-Scraper#features.

rider8581 commented 2 years ago

OK, noted, thanks for comment