import prohtml.*; HtmlTree htmlTree; void setup(){ //enter your url here htmlTree = new HtmlTree("http://www.yoururl.com"); ArrayList links = htmlTree.getLinks(); for(int i = 0;i