Hi Emmanuel, when parsing the string representing a page, you could save all the links you encounter. After the parsing you would load the linked pages and start again parsing. You would redo this until no more links are returned or a maximum deepness is reached. Greetings, Daniel