본문 바로가기
728x90

크롤링3

bs4 응용 https://berlinstartupjobs.com/engineering Jobs in IT & Software Development | Berlin Startup Jobs Tech jobs in Berlin for frontend and backend developers specializing in Python, PHP, Ruby on Rails, or Java, iOS & Android Developers, JavaScript Developers, MySQL and HTML/CSS specialists. berlinstartupjobs.com 프로그래밍 스킬키워드를 크롤링해 수집한 단어들로 다시 크롤링하는 형태다 스킬 목록을 지정할 때와 그렇지 않은 때 선택지가 있다. 지정한 스킬만 크롤링 하거나 .. 2024. 1. 31.
playwright(동적 스크래핑) pip install playwright 설치 후 터미널 재실행 playwright install https://www.wanted.co.kr 원티드 - 일하는 사람들의 모든 가능성 이력서, 채용 공고, 연봉 정보, 직무 콘텐츠 등 이직 및 커리어 성장에 필요한 모든 것을 만나보세요. www.wanted.co.kr 원티드에서 검색 시 무한 스크롤로 버튼식 페이지 변경이 아닌것을 알 수 있다. 정적인 페이지가 아니기에 bs4만으로는 충분한 데이터를 수집하기 어렵다 때문에 추가적인 모듈로 스크랩을 하자 from playwright.sync_api import sync_playwright import time from bs4 import BeautifulSoup import csv class Scraper: .. 2024. 1. 28.
bs4(BeautifulSoup) 크롤링에 필요한 모듈을 받아서 진행하자 pip install requests pip install bs4 https://remoteok.com/ Remote Jobs in Programming, Design, Sales and more #OpenSalaries Looking for a remote job? Remote OK® is the #1 Remote Job Board and has 597,553+ remote jobs as a Developer, Designer, Copywriter, Customer Support Rep, Sales Professional, Project Manager and more! Find a career where you can work remotely from anywhe.. 2024. 1. 27.