F
F
Freedom032016-09-18 19:24:41
C++ / C#
Freedom03, 2016-09-18 19:24:41

Parsing html to c# after js is loaded?

Good evening, the question is this: I am making a
parser in C #, but I ran into a problem that the data I need is loaded only after the js script is executed.
Please, tell me how to solve this problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Dubina, 2016-09-18
@struggleendlessly

if the site is yours, then implement zhs and send to api what you need to parse.
if not yours, you can manually implement a zhs that will send you the necessary data.
if you need to automate - you write a vpf with a web browser, download the page, embed the necessary code into it, send it to the web browser, and there your code on the js will work and call your api.
Another option is to write a chrome plugin that will parse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question