[CHRISTMAS GIFT] Simple Google Scraper

Status
Not open for further replies.
Delphi XE2 ftw! You should use a skin ... I love the new Delphi skins!

BTW, does it use API?
 
Just a quick virus scan check,

Result: 0/ 42 (0.0%)

Code:
http://www.virustotal.com/file-scan/report.html?id=50570411378b67b0e557b7366acd7c66a7cebf36b2566e3623f28eaa723c9d07-1325329300

Great simple tool, btw.
 
Delphi XE2 ftw! You should use a skin ... I love the new Delphi skins!

BTW, does it use API?

I don't like skins, I prefer the old Windows theme (even Classic theme) :)
Otherwise, yes it's incredibly easy to use skins with XE2 !

About API, no I use normal page with a custom parsing engine.
I'm working on a new version with proxy rotation and Google period.

Beny
 
scr_2.png


Update V1.1 :
  • Proxy rotation
  • Google period (anytime or past 24h)
  • Choose number pages to parse (1-100)
  • Improved performances...

Download :
Code:
http://bit.ly/tzEh1N

Mirror :
Code:
http://www.mediafire.com/?h0p8dxvokvf5cfm

Always free for BHW !

Beny
 
Can you modify it to get the number of search results instead of search urls?

everything else should be the same..

That will become a great help for MNS site makers :P

Thanks and Regards
 
Thanks a ton! I needed something like this and just can't afford Scrapebox yet. I downloaded and tried and its a great resource tool :)
 
Can you modify it to get the number of search results instead of search urls?

everything else should be the same..

That will become a great help for MNS site makers :P

Thanks and Regards

Yes, ok I will add this feature.

Other thing, I will not share the source code but of course we can speak about development.

Beny
 
Haven't try this out. But after get back home this tool is the first thing ill try.

Sent from my Xperia
 
scr_2.png


Update V1.1 :
  • Proxy rotation
  • Google period (anytime or past 24h)
  • Choose number pages to parse (1-100)
  • Improved performances...

Download :
Code:
http://bit.ly/tzEh1N

Mirror :
Code:
http://www.mediafire.com/?h0p8dxvokvf5cfm

Always free for BHW !

Beny


Beny hope you dont mind.

VT

Code:
http://www.virustotal.com/file-scan/report.html?id=258421cd747a83e7ea92efaa36248fce6febc6b4b0d50d5b949306c0f2171878-1325506343

We dont want Blackhit getting mad. :D
PS. Thanked you!
 
scr_3.png


Update (Version 1.2) :
  • Google Results Number Scraper (scrape the number of results of a keyword)
  • Regular Expression Extractor (extract any element of a page)
  • Several improvements...

Download :
Code:
http://bit.ly/SimpleGoogleScraper

Mirror :
Code:
http://www.mediafire.com/?g3kx02hmlga9nwt

Always free for BHW !

Beny
 
Just about the Regular Expression Extractor feature.
It can be useful to extract proxies, emails, phone numbers, Twitter usernames, ...

Below some examples.

Proxy :
Code:
[1-2]\?[0-9]\{1,3\}\.[1-2]\?[0-9]\{1,3\}\.[1-2]\?[0-9]\{1,3\}\.[1-2]\?[0-9]\{1,3\}[:\ ][1-9]\?[0-9]\{1,5\}

Email :
Code:
[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}

You can find tons of infos about regular expressions here :
Code:
http://www.regular-expressions.info/regexbuddy/

Also, I highly recommend the tool RegexBuddy, just incredible :
Code:
http://www.regular-expressions.info/regexbuddy.html

Beny
 
wooooooooooowww perfect mate! we can scraping past24H urls with this tool! This is what I was looking for :) Thanks......... I will follow your softwares after that.
 
There is no such feature as the Regular Expression Extractor in your downloadable file. Kindly check that and let us know.
Just about the Regular Expression Extractor feature.
It can be useful to extract proxies, emails, phone numbers, Twitter usernames, ...

Below some examples.

Proxy :
Code:
[1-2]\?[0-9]\{1,3\}\.[1-2]\?[0-9]\{1,3\}\.[1-2]\?[0-9]\{1,3\}\.[1-2]\?[0-9]\{1,3\}[:\ ][1-9]\?[0-9]\{1,5\}
Email :
Code:
[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}
You can find tons of infos about regular expressions here :
Code:
http://www.regular-expressions.info/regexbuddy/
Also, I highly recommend the tool RegexBuddy, just incredible :
Code:
http://www.regular-expressions.info/regexbuddy.html
Beny
 
There is no such feature as the Regular Expression Extractor in your downloadable file. Kindly check that and let us know.

Download the latest version (1.2) and click on "Tools" button in the main window.

glasses_smiley.png


Beny
 
Did so and have been doing so for a long time with no results. I am posting a screenshot of the same.
http://imagetwist.com/h9in6a50g3l4/untitled.JPG.html

Download the latest version (1.2) and click on "Tools" button in the main window.

glasses_smiley.png


Beny
 
Status
Not open for further replies.
Back
Top