google-reverse-image-search-scraper icon indicating copy to clipboard operation
google-reverse-image-search-scraper copied to clipboard

URL Scraping

Open ffranke opened this issue 11 years ago • 3 comments

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

ffranke avatar Mar 05 '13 13:03 ffranke

Hello i have sam issue it's not working please help me

cnelindia avatar Dec 14 '13 04:12 cnelindia

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');

skyzer avatar Dec 14 '13 18:12 skyzer

Hello Skyzer! Can you please push your changes using simplehtmldom?

0xFA15E5EC avatar Sep 29 '14 06:09 0xFA15E5EC