W
W
wolf-98302014-10-19 09:20:40
Java
wolf-9830, 2014-10-19 09:20:40

How can I get information from a website (using Java)?

Let's say I need to take a TV program on channel 1 from the site tv.yandex.ru, how can I implement this using java? What libraries do you need to use?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
FanKiLL, 2014-10-19
@FanKiLL

Use the jsoup library and parse to your health.

U
uadeveloper, 2014-10-19
@uadeveloper

java.net.*
and then in what format you want to take the data, then use it, there are a lot of xml, json examples on the Internet

A
asd111, 2014-10-19
@asd111

if there is a lot of Ajax on the site, then you can use selenium

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question