B
B
bbquite2019-06-28 16:28:37
Python
bbquite, 2019-06-28 16:28:37

How to parse dynamic data?

How to parse original BMW catalog if everything is loaded when selecting selects?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex Karo, 2019-06-28
@WebDev921

1) Deal with the work of their api through dev tools and send the same requests to their server, as the page does. You can also dig into js code. Because it looks like there are filters on the sessions - it will be hard.
2) Take the headless Puppeteer browser (it also has a Python library) and "click" selects through it
. I think the second way will be faster in this case

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question