Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
260 views
in Technique[技术] by (71.8m points)

web crawler - crawling: i can find it in html source(chrome), but not exist

Q. I want to crawl web page.(with chrome and python)

  1. I can see the element in HTML source code.

  2. but it's not able to crawl (tried with BS4, SELENUIM, PANDAS)

  3. I find that element come from the other URL. so browser was just showing that, and do not have.

==>. I want find out the element's URL(where that come from... ) from the source code window.

(actually, i can see the url by using the NETWORK tap. but it's very hard when the page have so many elements or sources)

ps. ----target url:https://finance.naver.com/item/main.nhn?code=051910 ----elements come from: https://navercomp.wisereport.co.kr/v1/company/cF1001.aspx?cmp_cd=051910&finGubun=MAIN&frq=0

question from:https://stackoverflow.com/questions/65846631/crawling-i-can-find-it-in-html-sourcechrome-but-not-exist

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...