Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
I've been watching some vids on the usage of scrapebox from loopline. But I was wondering if all these addons are free or will you need to pay extra for them?

Also, what's the difference between Gscraper and SB?
 
I've been watching some vids on the usage of scrapebox from loopline. But I was wondering if all these addons are free or will you need to pay extra for them?

Also, what's the difference between Gscraper and SB?

All are free except the Automator and rank tracker.

Automator is $20 and tracker is $10.
 
I want to buy scrapbox from credit card but whenever i click to buy , it opens a paypal page
kindly help me..
 
I have a SB question. I am a newbie to SB and created a couple hundred links to autoapprove sites. Its been about a week shouldnt I see these backlinks show up in Majestic? Am I missing something? Thanks in advance!
 
Hello, can somebody share their experience with harvesting emails from niche forums powered by vBulletin?
Does it work and is it hard to config Scrapebox for email grabbing?

Its pretty easy. Take your list of forums, you can then either use a site:domain.com and pull internal, as proxygo said, and then you can run the results thru the link extractor addon. When using the addon choose the internal option. Then export and load them back in and do it a few times.

Once you have a set of internal urls your happy with, then just run the email grabber on them and your set.

Another thing you can do is do something like site:domain.com but change the time search to like 24 hours or various times to force google to only show you newer results etc....

I've been watching some vids on the usage of scrapebox from loopline. But I was wondering if all these addons are free or will you need to pay extra for them?

Also, what's the difference between Gscraper and SB?

Scrapefox said it, but to make it simple:

Addons are free

Plugins cost money


Haven't used Gscrper, so don't know. I can tell you, sbox is better then hreffer (xrumers scraper) in my opinion. I have both and scrapebox is more flexible for what I use it for.

I want to buy scrapbox from credit card but whenever i click to buy , it opens a paypal page
kindly help me..

You can pay thru credit card, but paypal is the payment processing merchant. I take credit cards on my site too, but they pass thru paypal as the processor. Just click the I don't have a paypal account button.


I have a SB question. I am a newbie to SB and created a couple hundred links to autoapprove sites. Its been about a week shouldnt I see these backlinks show up in Majestic? Am I missing something? Thanks in advance!


No, Majestic isn't near that fast. Plus Majestic doesnt' crawl the whole web. Besides, majestic doesn't influence googles ranking factors, or any other engine. :) You can rest assured that if they came from a page that was scraped from google and/or is indexed by google that google will find them, as it always recrawls its index. Although, depending on the url, google may only crawl it once every 2 months ish.

I realize you didn't ask about google but its the concept. The engines crawling scope is much larger then majestic, so I just try and worry about it. Majestic is like a snapshot that I use for analytical reasons.
 
I can't add a new search engine to the customer harvester. I used Hrefer before and I could add a new search engine there, I understand the syntax. But I tried it in Scrapebox and it never works.

Here is my code for Blekko, what is wrong?

Query string: http://blekko.com/ws/{KEYWORD}?p={PAGENUM}
Page start: 1
Page inc: 1
Just before the URL: dest="
Right after the URL: " orig
Marker for "Next Page": Next »
Character translation: %3f=?|%3d==|%26=&|%3a=:|&=&|%2F=/

When I save the raw HTML I see that I got 404 error. But why? Scrapebox should display the exact URL it loaded.
 
And DuckDuckGo, very simple but doesn't work:

Query String: https://duckduckgo.com/html/?q={KEYWORD}
SSL connection type: SSLv3
Just before the URL: <a rel="nofollow" class="large" href="
Right after the URL: "
Character Translation: %3f=?|%3d==|%26=&|%3a=:|&=&|%2F=/

So when I hit the Test button, I get the error "no links could be retrieved". Then I save the raw HTML, and open it. When I search for <a rel="nofollow" class="large" href=" in the opened HTML, I can find the link. So Scrapebox should be able to retrieve the links. What is wrong here? I think this custom harvester option doesn't work yet as expected.

was anyone here able to add a new search engine to the custom harvester?
 
I just bought Scrapebox and testing everything out. I tried some Addons but I can't seem to find one that Verifies my submitted posts. Are people using something different to verify?
 
I just bought Scrapebox and testing everything out. I tried some Addons but I can't seem to find one that Verifies my submitted posts. Are people using something different to verify?

You don't use an addon to check for live links. On the comment poster module (bottom right), select check links.

Select your URL list as the middle file and your posted list as the bottom file and you're ready to go.
 
hello I am trying to buy but paypal transaction is not completed and paypal says it is an issue with the merchant site.Please help me.I am sure others are facing this too.
 
When using "Check Indexed" with BING it keeps on returning "Error 301".

Any help sorting this out?
 
I can't add a new search engine to the customer harvester. I used Hrefer before and I could add a new search engine there, I understand the syntax. But I tried it in Scrapebox and it never works.

Here is my code for Blekko, what is wrong?

Query string: http://blekko.com/ws/{KEYWORD}?p={PAGENUM}
Page start: 1
Page inc: 1
Just before the URL: dest="
Right after the URL: " orig
Marker for "Next Page": Next »
Character translation: %3f=?|%3d==|%26=&|%3a=:|&=&|%2F=/

When I save the raw HTML I see that I got 404 error. But why? Scrapebox should display the exact URL it loaded.

Blekko requires a cookie be sent in the additional header data.



In your scrapebox custom harvester profile for blekko go to the additional header /settings tab.

In the Header Data box put this:

Cookie: v=3; tag_lesslogging=1; ptt=hv; search_count=100

You may want to change teh seach_count= to a different number, so we don't have 100K sbox users all submitting a billion searches with the exact same search count. Not sure that actually matters because its tagless logging, but no doubt the do IP logging.



Also one other thing, you have page start set to 1. That actually starts on page 2 of the results. If you want to start on page 1 of the results you need to set page start to 0.
 
Last edited:
When using "Check Indexed" with BING it keeps on returning "Error 301".

Any help sorting this out?

Bing changed the resource scrapebox was using, so it effectively broke it. I let the scrapebox dev team know.
 
Last edited:
And DuckDuckGo, very simple but doesn't work:

Query String: https://duckduckgo.com/html/?q={KEYWORD}
SSL connection type: SSLv3
Just before the URL: <a rel="nofollow" class="large" href="
Right after the URL: "
Character Translation: %3f=?|%3d==|%26=&|%3a=:|&=&|%2F=/

So when I hit the Test button, I get the error "no links could be retrieved". Then I save the raw HTML, and open it. When I search for <a rel="nofollow" class="large" href=" in the opened HTML, I can find the link. So Scrapebox should be able to retrieve the links. What is wrong here? I think this custom harvester option doesn't work yet as expected.

was anyone here able to add a new search engine to the custom harvester?

DuckDuckGo is a goose of a different color.

They have gone to great lengths to make scraping them not worth it. In their non Javascript pages, they use a form for the next button. Its not just a link, they create a form and use the form to submit the data.


Code:
 <div class="results_links_more nav-link">         <form action="/html/" method="POST">           <!-- <a rel="next" href="/html/?q=car&l=us-en&p=1&s=80&o=json&dc=55&api=d.js">Next Page ></a> //-->           <input class="navbutton" value="Next" type="submit">           <input name="q" value="car" type="hidden">           <input name="p" value="1" type="hidden">           <input name="s" value="80" type="hidden">           <input name="o" value="json" type="hidden">           <input name="dc" value="55" type="hidden"> 	  <input name="l" value="us-en" type="hidden">           <input name="api" value="d.js" type="hidden">         </form>


Ive asked SweetFunny, but Im pretty sure this is not going to work with scrapeboxes custom harvester. Ive tried appending the form data to the url and they just throw various errors. Further more after a few requests of messing around, they straight up banned my IP. So I used proxies and tried everything I can think of and its no good.

A custom scraper could be built just for duckduckgo but they intentionally do things way out of whack when it comes to comparing to other engines. Scrapeboxes custom url harvester is all its cracked up to be, but it wasn't made to submit forms for next buttons it was made to simulate clicking a link.

So personally I just won't use duckduckgo, but of course there are plenty of other engines out there. If I figure something out Ill let you know.
 
Last edited:
hello I am trying to buy but paypal transaction is not completed and paypal says it is an issue with the merchant site.Please help me.I am sure others are facing this too.

You would need to contact paypal. Once you leave scraepbox.com paypal collects the payment and just redirects you to a standard html page on scrapebox.com and you get an email from scrapebox (to the best of my knowledge).

If paypal is refusing your payment, you need to ask them why.



~~~~~~~~~~~~~~~~

Sorry for the gauntlet of posts in a row, BHW kept messing up for me and cutting off posts. BST posts don't increase post count anyway, but I don't like taking up half the page either, lol.
 
Just submitted the info to move scrapebox to another place, and I was expecting to be done in 1-2 days. I never had scrapebox moved before.

Guess what?
Less than one hour later, I got an email saying that Scrapebox is activated!
Do I have to say this is amazing?
Thanks
 
Just submitted the info to move scrapebox to another place, and I was expecting to be done in 1-2 days. I never had scrapebox moved before.

Guess what?
Less than one hour later, I got an email saying that Scrapebox is activated!
Do I have to say this is amazing?
Thanks

I've always had the same treatment :)

99.99% of the time when someone has had a problem it turns out they've entered something wrong.
 
Blekko requires a cookie be sent in the additional header data.



In your scrapebox custom harvester profile for blekko go to the additional header /settings tab.

In the Header Data box put this:

Cookie: v=3; tag_lesslogging=1; ptt=hv; search_count=100

You may want to change teh seach_count= to a different number, so we don't have 100K sbox users all submitting a billion searches with the exact same search count. Not sure that actually matters because its tagless logging, but no doubt the do IP logging.



Also one other thing, you have page start set to 1. That actually starts on page 2 of the results. If you want to start on page 1 of the results you need to set page start to 0.

Thank you, now it works!

When testing the new engine, why can't I go beyond the 3. page? After the 3. search engine result page the Next button in the tester is greyed out.
 
Getting addict by using SB to scraping, just purchased automator plugin. Can't wait to download it.. :D
 
Status
Not open for further replies.
Back
Top