A
A
Akshin Yolchuev2020-07-19 17:08:08
Python
Akshin Yolchuev, 2020-07-19 17:08:08

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

2 answer(s)
I
Ivan Shumov, 2020-07-19
@inoise

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

S
soremix, 2020-07-19
@SoreMix

nowhere is what I need

Some kind of miracle means if the content is taken from the air
Link to the site

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question