scrapebox lazy loading + external link issue

staypositive

Supreme Member
Joined
Jul 28, 2015
Messages
1,433
Reaction score
225
Hi all guru and pros,

I learnt about using SB from BHW and got the low pricing purchase.

simply put, I wanna scrape emails, but i encounter two website that I just dunno why it doesnt work properly.

1. For below link, it has to be scrolled down to enable all of the exhibitors name to be shown, the problem now is that there's just close to unlimited number of pages, is there a way it can scrape all of the links?

Link:
http://www.prowein.com/vis/v1/en/se...=2&_query=&f_type=profile&f_tag=prowein2016.6


2. Second question is, i used the addon for link extractor, the internal one worked fine,but for external, it just doesnt work, e.g. , for link:
http://www.worldbulkwine.com/ing/expositores2015_detalle.php?cod=20157141

when i click external link extract, it just extract 4 links, which is twitter, facebook, youtube link,

however, it just wont extract www.grupopenaflor dot com dot ar

i just dunno what happen.

can anyone advise please? Thanks in advance!!!!


( admin, sorry if i posted to wrong page, I am new to BHW , if i posted here wrongly or posted the above link breaking the rules of bhw, i am more than happy to amend it. )
 
Code:
<a target="_blank" href=http://www.grupopenaflor.com.ar><span class="down">www.grupopenaflor.com.ar</span></a>
There're more than 80 links on worldbulkwine; Only grupopenaflor's attribute href's value hasn't been quoted by ", this can be improved.
jQuery's sizzle engine's chunker has taken consideration of all those situations.
 
Code:
<a target="_blank" href=http://www.grupopenaflor.com.ar><span class="down">www.grupopenaflor.com.ar</span></a>
There're more than 80 links on worldbulkwine; Only grupopenaflor's attribute href's value hasn't been quoted by ", this can be improved.
jQuery's sizzle engine's chunker has taken consideration of all those situations.
thanks a lot for your reply

i apologize if i am so newbie.

so may i know how can i make them work?
 
Here's prowein.txt, save it as PROWEIN.dat for example; and in the Havester Engine Configuration, click import and select "add non-existing engines" and import it. I tested it's working fine but you need some additional improvements.
start.jpg 360截图20160811200518377.jpg
360截图20160811200548848.jpg
After have all the urls, then extract their emails.

Custom Data Grabber:
Custom Data Grabber.png
Grab.jpg
Before the link is href=
after the link is a white space

Grab2.jpg
Or you can extract between <a and </a.
 

Attachments

  • prowein.txt
    prowein.txt
    4.1 KB · Views: 2
  • Pro0.jpg
    Pro0.jpg
    79.5 KB · Views: 2
Here's prowein.txt, save it as PROWEIN.dat for example; and in the Havester Engine Configuration, click import and select "add non-existing engines" and import it. I tested it's working fine but you need some additional improvements.
View attachment 81887 View attachment 81889
View attachment 81890
After have all the urls, then extract their emails.

Custom Data Grabber:
View attachment 81891
View attachment 81892
Before the link is href=
after the link is a white space

View attachment 81893
Or you can extract between <a and </a.
BIG BIG THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
BIG BIG THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
BIG BIG THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Back
Top