William798
Newbie
- Feb 21, 2023
- 8
- 0
this is weird, it works for me. What country is your IP from?@loopline Test engine Yahoo is ok. But Google and Bing have some problems. I downloaded default engines. It's doesn't work.
My IP is from China. I remote connect and run the scrapebox on a Seattle cloud server.this is weird, it works for me. What country is your IP from?
and/or I see you have some proxies there, can you try the test with a few different proxies?
Its possible google and bing are serving you up different code due to your ip.
also you can save the raw html of the page and go in and look for the next page marker and then put it in the engine file too. Its possible with bing deploying chat gpt and google deploying bard that they are just changing code for some users ips but not others.

I try and harvest with the detailed harvester. Google only has 1 page, the results are much less than Yahoo and Bing.this is weird, it works for me. What country is your IP from?
and/or I see you have some proxies there, can you try the test with a few different proxies?
Its possible google and bing are serving you up different code due to your ip.
also you can save the raw html of the page and go in and look for the next page marker and then put it in the engine file too. Its possible with bing deploying chat gpt and google deploying bard that they are just changing code for some users ips but not others.


Yeah I saw the same in a small amount of mine too. Im sure its something they will eventually go to, unless bard/ai reshuffles everything, then who knows. support is checking into it though, I did talk with them.Yeah I've noticed that Google have been experimenting with infinite scrolling SERPs rather than pagination on some of my accounts. Might be an issue for scrapers in the future. You'll need to capture what requests are going to Google to display the 'more results' section. Having devtools open (F12), click on the 'more results' button and see what requests get sent - you might be able to get more information from that.
I also met this problem, but I read your message above, but I am not sure how to solve this problem, could you please ask me for details?Thank you very muchYeah I saw the same in a small amount of mine too. Im sure its something they will eventually go to, unless bard/ai reshuffles everything, then who knows. support is checking into it though, I did talk with them.
Hi,Go to settings >> harvester engine configuration
Then click google
Then replace the “Marker For Next Page” box, replace it with this line of code (means delete the existing code and paste this new code in. In this 1 box only):
<span style="display:block;margin-left:53px">|<img border="0" src="nav_next.gif"|src="nav_next_2.gif" width="100"|<br><strong>Next</strong>|filter=0">Next|<span>></span>|aria-label="More results"
Give the Display Name a new name.
Click add as new engine
Then when you go to harvest select that newly named engine.
well what happens for bing. Does it give you an error?Hi,
I also met the same problem with Bing and Google. I've tried this way for Google and it works now.
Please offer a way to solve the problem for Bing.
Thank you in advance.
Hi Loopline,well what happens for bing. Does it give you an error?
when you test the engine is there a next page marker?

for GOOGLEHi Loopline,
Thank you for your message, it was showing the following error when I test Bing.
View attachment 260671
By the way, I added the new Google as what you told, only the first page can be found, but the next page still couldn't be found.
View attachment 260673
Thank you in advance.
you should have been tipped by scrapebox a long time agoTry the beta harvester. Google changed stuff and the whole harvester had to be rebuilt.
ITs a check mark box next to custom harvester.
You can also check my youtube, Ill have a video up on it tomorrow.