T
T
TeenKode2018-04-05 14:17:19
Parsing
TeenKode, 2018-04-05 14:17:19

How to parse a dynamic web page?

There is a site where more content appears only when you scroll down to the bottom of the page, like in YouTube. So what should I do to get the code of the page by scrolling the content multiple times? I use C# language.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2018-04-05
@saboteur_kiev

If you don't know the web, then no way.
You need to figure out how the page works - there must be some kind of javascript that handles the scrolling and sends a request to the next portion of the page.
Therefore, you can see what request it sends, and execute these requests yourself, specifying the parameters.
But for such reverse engineering, you need to at least understand javascript and http/https

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question