Developed a Python script for automatic collection of job vacancies from two websites: work.ua and robota.ua.
What I did: - parsing work.ua through HTML (requests + BeautifulSoup) - parsing robota.ua through public JSON API - filtering: only Kyiv, not remote, by keywords - removing duplicates - saving the result in Excel (153 vacancies) Technologies: Python, requests, BeautifulSoup4, openpyxl Result: ready .xlsx file with columns: title, company, salary, link, source
#parsing #python #scraping #automation #excel #job_ua #work_ua #data_collection
What I did: - parsing work.ua through HTML (requests + BeautifulSoup) - parsing robota.ua through public JSON API - filtering: only Kyiv, not remote, by keywords - removing duplicates - saving the result in Excel (153 vacancies) Technologies: Python, requests, BeautifulSoup4, openpyxl Result: ready .xlsx file with columns: title, company, salary, link, source
#parsing #python #scraping #automation #excel #job_ua #work_ua #data_collection