Hello, I want to ask you if there is any possibility to make second query to links from results from first query? Let's suppose that i want to collect photos of some things from website X. This website has link to whole gallery but not to specified photos so i need to make another one query to the gallery and then grab URLs directly to the photo images. So i need to do two queries to get images from one URL: 1. Go to page X 2. Get from page X link to gallery 3. Go to gallery and grab directly links to photos Now i know that i need to make one task to get gallery links. Then makea a second task to get photos from gallery links. Is there any possibility to make this job in one task? Thanks!