Scrape all links
-
Hi @support ,
Is there an option to scrape all link in a webpage.
Example, I want to scrape all video links in this page: https://www.pornhub.com/video?o=ht&cc=ca
Thank you!
-
@hongblackhat Hi, yes of course, first get page html with "Page Html" action
Than grab all links with "Xpath Get Xml List" and param//a/@href
Here is project 0_1491331357078_parselinks.xml