How to scrape URL which contains specific character?

Joined
May 30, 2012
Messages
56
Reaction score
21
Hey guys,

I want to scrape URLs of a site which contain "?" character in Google. What kind of operator should I use?

Thanks
 
You can write a small robot using Web Robots Scraper and run it on your PC using Chrome browser. It will mimic exact steps you are doing manually. Using Web Robots scraper requires basic Javascript language skills.

Disclosure: I work at Web Robots and do similar robots almost on daily basis.
 
you can search like this in Google ( called this google dork ) :
site:xsite.com inurl:?test
But you should enter the other character after "?".
 
Back
Top