[CHRISTMAS GIFT] Simple Google Scraper

Status
Not open for further replies.
Looks nice, free alternative to Scrapebox scraping function! If you don't mind me asking, what was this coded in? I'm asking because I don't know whether I'm going to learn C# over the next year or another language.
 
Looks nice, free alternative to Scrapebox scraping function! If you don't mind me asking, what was this coded in? I'm asking because I don't know whether I'm going to learn C# over the next year or another language.

It's coded with Delphi XE2 (Pascal).
Personally I don't like C#/.NET because the Framework... With Delphi, all DLLs are included in the EXE file (of course it's heavier, but not excessive).
If I'm right ScrapeBox, ScrapeBoard, ScrapeJet and even XRumer are coded in Delphi.

Beny
 
Last edited:
I am a complete noob. What would this be used for? Sorry for sounding so stupid. :(

It scrapes results URLs from Google searches.
ScrapeBox does that and many people here have ScrapeBox ; but for others, there are no cheap tools to do that (to my knowledge)...

Beny
 
Thanks for your share.

It's coded with Delphi XE2 (Pascal).
With Delphi, all DLLs are included in the EXE file (of course it's heavier, but not excessive).

You can link your Librarys statically in C#. (for example with ILMERGE). Just so you know ;)

If I'm right ScrapeBox, ScrapeBoard, ScrapeJet and even XRumer are coded in Delphi.

Thank god they are not lol

kind regards,
SICK
 
bhw_xmas.png


Here is a small tool I built few days ago and now for free to BHW community.
I wanted to sell it just few dollars on CodeCanyon but it was refused, because it's against their rules...
So, I hope it will be helpful for some people.

Description :


Features :
  • Fast!
  • Full threaded
  • Support connection via a proxy
  • Support delay between queries
  • Support advanced search terms (inurl, intitle, site, ...)
  • Intelligent scraper engine to avoid Google ban
  • Portable application (single executable)
  • Quick start help file included (and tooltips on fields/buttons)

Future updates :
  • Auto rotate proxies
  • Google periods (anytime, past 24h, ...)

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

Feel free to give me a feedback :cool:
Merry Christmas & Happy New Year


Beny


Are you using google api when fetching from google, or you scrape from a normal google page?
 
This i am very sure is a nice soft. But the download page isn't loading up. Can somone give a reup link? A mediafire link will do
 
It scrapes results URLs from Google searches.
ScrapeBox does that and many people here have ScrapeBox ; but for others, there are no cheap tools to do that (to my knowledge)...

Beny

And what is the point of scraping searches?
 
Are you using google api when fetching from google, or you scrape from a normal google page?

No API, I use classic page with a custom parsing engine.

Sorry about download problems, it's a server bug...
I think it's fixed now. Otherwise I will create a mirror.

Beny
 
Status
Not open for further replies.
Back
Top