Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
I love Scrapebox and been using it for years, but the one thing that i really dont like is the saving of scraped links.
I normally scrape very large list which takes weeks to complete ---- the problem is that while Scrapebox is scraping i cannot access the file where it is saving the links, so i have to wait untill it is finish.

I wish Scrapebox had the same option that is available in Gscraper where one can specify how many lines to save and when it reach the number, and new file is created and so one. That way one dont have to wait forever until the scrape is complete, but instead i can start working on the completed files while Scrapebox is working.

If it is allready possible to split the file being saved, then PLEASE explain how it is done

Due to the method of saving, its not possible to access the file. But you could just work with smaller files. Use the automator to scrape and save off in small batches and have an external script that loads in the next file. Thats what I do anyway, even google works with small chunks of data and many small machines in favor of fewer larger machines etc...
 
Due to the method of saving, its not possible to access the file. But you could just work with smaller files. Use the automaton to scrape and save off in small batches and have an external script that loads in the next file. That's what I do anyway, even google works with small chunks of data and many small machines in favor of fewer larger machines etc...

I understand what you are saying about using smaller scrapes - whilst practical it is not a viable solution for me.
For example with gscraper ( which is not my favorite scraper) I load a million keywords, and around 100 footprints and set to auto load proxies every x min. and i set to create a new save file every 1 million lines.
I use GSA Platform identifier and set it to monitor the Gscraper folder for new files.
This way i can scrape links and identify it and save it in a folder for GSA SER to use -- set and forget for 2 -3 months non stop.

With Scrapebox ( which is my favorite scraper ) it is a time waste, as I need to first scrape and wait for it to finish before i can do anything with the results. This might be practical on a small scale, say 1 keyword and 1 footprint , but not practical if you scale it up.

Everything else in Scrapebox runs great, and it is my go to tool, i only wish that in future you can consider an alternative saving method ( similar to gscraper)
 
That is not totally unnecessary.
Let it run until finished. What do you want open a saved file and go throught it? Only plain text no flowers in it.
 
That is not totally unnecessary.
Let it run until finished. What do you want open a saved file and go throught it? Only plain text no flowers in it.

Well because some of actually use the scraped link list with other tools and run automated processes which mean we cannot wait a week or month for the scraped save file to become available, and we dont want to have to baby sit and load a new scrape every couple of hours. Learn to automate processes and u will smell the flowers
 
Hi I cannot move my scrapebox to the new server for days - already sent support email but no response. Can you hit me up on skype: erichon15
 
I understand what you are saying about using smaller scrapes - whilst practical it is not a viable solution for me.
For example with gscraper ( which is not my favorite scraper) I load a million keywords, and around 100 footprints and set to auto load proxies every x min. and i set to create a new save file every 1 million lines.
I use GSA Platform identifier and set it to monitor the Gscraper folder for new files.
This way i can scrape links and identify it and save it in a folder for GSA SER to use -- set and forget for 2 -3 months non stop.

With Scrapebox ( which is my favorite scraper ) it is a time waste, as I need to first scrape and wait for it to finish before i can do anything with the results. This might be practical on a small scale, say 1 keyword and 1 footprint , but not practical if you scale it up.

Everything else in Scrapebox runs great, and it is my go to tool, i only wish that in future you can consider an alternative saving method ( similar to gscraper)

I get what your saying, and Im helping you out here and bear in mind Im telling you how I successfully run my system knowing full well you will take it and sell a competing product with the info. None the less I believe in helping people more then I believe in making money. So here is what I do, you can use it or leave it. I don't get to decide on whether or not they add so Im just sharing my 2 cents.

If you take your 1 million keywords and break it down into say 1000 keywords or your choice number, that gives you 1000 files of 1000 keywords each (or keyword/footprint combos etc.. you get the point).

Stick those in a file, they will be numbered keywords1 keywords2, keywords3 etc... or whatever.

You create an automator job file that first calls a external script, which copies a random file from your folder of keywords, overwrites it to keywords1 and then deletes that file. So say it grabs keywords1, then it would copy the contents of keywords1 and save it in keywords-fixed.txt and then delete keywords1.

You run your harvest in the automator on a fixed file, like "keywords-fixed.txt" and then it can export to whatever folder you want and add a time stamp. Then you have platform identifier monitoring that folder for new files.

Then the automator loops and this time the external script picks up keywords2.txt and copies it to keywords-fixed.txt and then keeps going. In this way the only step you have had to add is adding an automated script and you get the full benefit of of the same feature your after, but with more advantages then if they do it your way.

Because then your working with small files, which is more effecient. You still get regular output for PI to monitor as well. It can still run for months. At any point you can dump in more keyword files, so you dont' have to wait until the 1 big one finishes, which makes it seemless to run all year long.

You can have the automator load proxies on each loop and/or load proxies ever X often as well.

Depending on your needs you could then do other things. I myself am up for the award of the worlds top 100 slowest programmers and I can build this script in python 10 mins. Or you could use batch files. Someone fiverr would probably make it for you for $5.

I won't go into the rest of my "system" but working in small batches has multiple other advantages and even if Scrapebox had the method you are proposing, I would still use the above method.

My 2 cents.

Hi I cannot move my scrapebox to the new server for days - already sent support email but no response. Can you hit me up on skype: erichon15

They don't use skype, you can try scrapeboxhelp {at) gmail [dot) com
 
@loopline

Thank you very much for the suggestion to use the Scrapebox build in automator to automate and split the link scraping process. I have never used the SB automator before but you have given me a good reason to try it now.
Thank you for the suggestion
 
I have a feature suggestion for page authority addon.

Suppose I am using 20 moz apis.
The addon give error for some and give results for some.

Can we have retry error button which when clicked retry all the error URLs.
Also another option can be added is
"Don't use apis that are giving error"

By using the combination of above 2, we can check a large links for PA and DA without much hassle.
 
In the custom harvester you could set the proxy change interval to 1 and it would change it after every request/page. Settings >> connections timeouts and other settings >> more harvester settings >> proxy change interval.

Is there such an option for the detailed harvester as well?

Also the "Delay in seconds" doesn't seem to work in the detailed harvester

And when I try my custom engine with the custom harvester, it only scrapes one page per KW (I've set results to 99999)
 
Last edited:
@loopline

Thank you very much for the suggestion to use the Scrapebox build in automator to automate and split the link scraping process. I have never used the SB automator before but you have given me a good reason to try it now.
Thank you for the suggestion

Your welcome. The automator is a whole new level. :)
 
How does the expired domain finder work if i load several url to crawl? Lets say i load up a list containing url1 and url2 and my crawl depth is set to 10. Does the harvester first crawl url1 until it is finished and then start with url2 or are both url1 and url2 crawled at the same time?
 
How does the expired domain finder work if i load several url to crawl? Lets say i load up a list containing url1 and url2 and my crawl depth is set to 10. Does the harvester first crawl url1 until it is finished and then start with url2 or are both url1 and url2 crawled at the same time?
It will crawl all the way thru url 1 all 10 levels, and then proceed to url 2.
 
Random advice for anyone who knows they should back things up but just won't, take time today to sort that out.

I know years end is coming and all the new computer deals a lot of people will buy new pcs. Backup your scrapebox license info now in a safe place besides your main pc hard drive. Remote backup, paper and a filing cabinet, something. No time like the present to make sure your backups are good.
 
~~~ Halloween Promotion ~~~

For a limited time, grab ScrapeBox and all 5 Premium plugins (Expired Domain Finder, Yellow Pages Scraper, Automator, Article Scraper and RankTracker) for just $115 http://www.scrapebox.com/halloween

Note: If you already have a ScrapeBox license, and you purchase the promo using the same email then all 5 plugins will be automatically applied to your previous license(s) as well.

This is a very affordable way to get kitted out with a powerful suite of SEO tools, this package will only be available for a limited time.
 
hi, i i have scrapebox and other 4 premium plugin. is there any discount for me just for plugin expired domain? if is there special discount for plugin expired domain. please pm. me thanks
 
the ScrapeBox YouTube Downloader Addon:
Views, Likes and Dislikes are not scraped when the source is Vimeo.
"Get Video Info" of DailyMotion, the Status column shows Error Info.
8C0sYsO


O6DlO8d
 
Last edited:
hi, i i have scrapebox and other 4 premium plugin. is there any discount for me just for plugin expired domain? if is there special discount for plugin expired domain. please pm. me thanks

Not that I am aware of. But you may have already purchased the other plugins when they were cheaper then they are now, so you may have gotten a bit of a discount anyway vs the bundle package now.
 
What do you think about adding two features to the expired domain finder?

1. Some type of status info. At the moment we can only see the stage at which the expired domain crawler is at the time but not the domain itself. If i let it crawl 10 domains for example i only see stage 7 and i can´t really know if the tool is at domain 1 or already at domain 6

2. An option to pause the crawling process

3. Auto reload proxies every X minutes like in the "normal" scrapebox harvester.
 
Hello, any idea why the add on internal external link extractor seems to lock up when it approaches 50000 lines?
Thanks.
 
Status
Not open for further replies.
Back
Top