Q
Q
Qisanka2021-09-25 21:04:04
Python
Qisanka, 2021-09-25 21:04:04

How to parse a site in which data is loaded from the server?

from bs4 import BeautifulSoup as soup
import requests
r = requests.get('https://clck.ru/XnNh5')
html = soup(r.content, 'html.parser')
print(html)

Site -
We need to get data from the plate
The problem is that python does not see what's inside , but everything I need is there. <tbody>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alan Gibizov, 2021-09-25
@Qisanka

No, don't.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question