How do I parse these web pages?

Asked 2 years ago, Updated 2 years ago, 26 views

I'd like to parse the above site to Java

If you look at the source from Chrome to F12, you can see all the data.

When I view the source of the web page, I can't see any data.

Of course, even if I try to parse Java, I don't think I can parse it

How do I parse these web pages?

Thank you

java

2022-09-22 12:25

1 Answers

https://ko.dict.naver.com/api3/koko/search?query=%EC%88%9C%EC%9A%B0%EB%A6%AC%EB%A7%90&m=pc&range=word&page=1&hid=15542219094532532

Call the site above to obtain json data.

In other words, you can call Naver's open api and process it.

https://developers.naver.com/docs/common/openapiguide/apilist.md


2022-09-22 12:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.