https://finance.daum.net/exchanges
I'd like to parse the above site
The screen that comes out of the source view and the F12 press in Chrome is different, so I can't read the data in normal cases
When you read the data, you read the data when viewing the source.
There is no exchange rate information I want to parse here, so how can I parse in this case?
For your information, I'm going to use Java.
web parsing java
GET /api/exchanges/summaries HTTP/1.1
Host: finance.daum.net
User-Agent: insomnia/6.6.2
referer: https://finance.daum.net/exchanges Accept: */*
URL: https://finance.daum.net/api/exchanges/summaries
If you add referrer: https://finance.daum.net/exchanges to the header and request, json data will be received
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
578 Understanding How to Configure Google API Key
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.