강의

멘토링

커뮤니티

Inflearn Community Q&A

sominchung1698's profile image
sominchung1698

asked

[Renewal] Python Introduction and Web Crawling Basics Bootcamp [Python, Web, and Data Understanding Fundamentals] (Updated)

Knowledge for Crawling: Crawling and Programming Advanced String Techniques - Regular Expressions 1 (Updated)

크롤링 관련 질문

Written on

·

44

0

-

20260219_000640.png.webp

친절하게 잘 알려주신 내용으로 크롤링 연습을 하고 있는데요,

data=soup.select('div.board-item-con')

for item in data:

research_date=item.select_one('span.meta-label')를 하게 되면 '사업구분'이라는 글자만 추출이 됩니다.

예를 들면, '채록시도' 항목에서 "충청북도"라는 데이터를 추출하고 싶은데, 이걸 어떻게 해야 할지 모르겠어요 ㅜㅜ 바쁘시겠지만 팁 좀 부탁 드립니다.

python웹-크롤링선물하기-좋은

Answer 1

0

somin chung님의 프로필 이미지
somin chung
Questioner

ai 이용해서 성공했습니다~~!! 감사합니다.

sominchung1698's profile image
sominchung1698

asked

Ask a question