U
U
Uncle Bogdan2021-05-19 22:43:23
Parsing
Uncle Bogdan, 2021-05-19 22:43:23

How to parse and get the right data from this site?

Like here is the site and there is a different infa. Like Plaintiffs, defendants, third parties, courts and judges, and on top it says "civil economic disputes"
How to parse all this so that everything is in WinForms?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vitaly Kachan, 2021-05-19
@motkot

Download this page via WebClient
Install the HTML parser ( https://habr.com/en/post/273807/ )
Make a DOM request by first looking in the Google Chrome Console selectors to the desired elements, such as "#gr_case_partps > table > tbody > tr > td.plaintiffs.first > div > ul > li > span > a"

Z
Zettabyte, 2021-05-20
@Zettabyte

  1. How to find a case by its id?
  2. Guys, how to get a link to a case by its id?
  3. How do you send these post requests?
  4. How to send a POST request using Fiddler Everywhere?
  5. How to send a post request to this site using Fiddler/Postman?
  6. How to send a Post request to this site?
  7. How to work with api site kad.arbitr.ru?
  8. What http headers to specify and where to find them?
  9. Writes that access to the site https://kad.arbitr.ru/ is blocked and it is not possible to send a post request. What to do?
  10. When trying to send a post, the request gives an error 451. What's wrong?
  11. How to open and work with this menu on the site?
  12. Why Post request is not working?
  13. How to get/parse the element for .click()?

Considering that you have been posting questions about kad.arbitr.ru for two months without stopping, I believe that the best solution would be for you to get a job in the arbitration court and receive information from the inside.

R
Roman, 2021-05-20
@yarosroman

https://freelance.habr.com You go there, no one will do it for you

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question