In my program, I am datascrapping from Google Images - https://www.google.com.hk/imghp
Basically I need to find out list of ‘Pages that include matching images’. So in data-scrapping I started scrapping URLs. But at the start of page there are URLs with Possible related search. I don’t want such URLs in my data-scrapping.
How can I remove those?
Regards,
Adoshi