B
B
Black back2020-09-15 10:30:53
Python
Black back, 2020-09-15 10:30:53

I used scrapy to parse a site, how to parse json from this site?

In short, I go to this site https://www.marathonbet.ru/su/results.htm
With the help of selenium, I click on a date, for example, September 11,
and the data comes in json to the html page
. ax.
How can I parse this data?
What options are there?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
shurshur, 2020-09-15
@bekss

If scrapy doesn't help, then selenium. Or study what requests the site makes and repeat them yourself.

S
Stalker_RED, 2020-09-15
@Stalker_RED

json.loads()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question