Answer the question
In order to leave comments, you need to log in
Python requests How to stay on the page and catch changes?
So I’m parsing the
page, but the page first displays the js page loading effect after the check, menus and everything else appear,
but when the page is parsed through a get request, only the page loading effect is parsed,
but everything that comes next is not parsed.
In the inspector I looked through all the requests, nowhere is there what I need, everything shows only the page loading.
Answer the question
In order to leave comments, you need to log in
Well, because requests does not work with Javascript) You need puppeteer / selenium or disassemble the site code to understand if Ajax is there or something
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question