Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Two ways.
1. If the site does not fight with parsers, find out what chain of ajax requests is required to get the necessary data, and do it yourself. This is tedious at first, but the implementation will be less resource intensive.
2. If struggling, use a headless (or not so headless) browser that can execute JS.
For python, there is selenium, for other languages there are probably their own analogues.
selenium, puppeteer, headless chrome. Or any other web driver. As an option - to drag all Ajax requests separately, but IMHO this is too expensive for the code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question