I would like to apply pagination to my scraper sitemap, but I am having alot of difficulty. I have done the following so far, but I believe I am not connecting the selectors together correctly. My goal: To scrape a website (noted below) for the titles (text) and links separated on multiple pages (pagination). So far, I have been able to use a text selector to select all of the text titles on the first page, but cannot go on to multiple pages. Can you help me get only the titles from the rest of the pages? Here's the sitemap to get only the titles:
{"startUrl":"
http://www.warez-bb.org/viewforum.php?f=3","selectors":[{"parentSelectors":["_root"],"type":"SelectorText","multiple":true,"id":"Application Title","selector":"div.list-rows:nth-of-type(n+14) a.topictitle","regex":"","delay":""}],"_id":"apps"}
Thanks!