@sinvega do you know python and CSS? I would use scrapy for that. In short, you tell it where to start, how to find pagination/next link, how to find link to page you want to extract and how to find the content you are interest in. Then it does the crawling and scrapping and you get a json file.