google-reverse-image-search-scraper
google-reverse-image-search-scraper copied to clipboard
URL Scraping
Hey there! Thanks for the script!
Is it also possible to scrape the url, where the image was found in the first result? My Case is, that I have a lot of pictures, where I want to get some original urls for.
thanks! florian
Hello i have sam issue it's not working please help me
Hello, I have redone it and now use simplehtmldom parser instead of xpath and everything is working. Here are some selectors for top stuff: $html->find('div#topstuff', 0); Titles: $whole_search_result_block->find('div#search div#ires ol#rso li.g h3.r'); Span texts: $whole_search_result_block->find('div#search div#ires ol#rso li.g span.st');
Hello Skyzer! Can you please push your changes using simplehtmldom?