I do not know how to scrape a website, that contains JSON and HTML responses
My scraper need to:
- Send a request and parse a JSON response which contains a list of URL that I will enqueue.
- Scrape those URLs but in HTML using cheerio or whatever is required to do so.