KBx4 / Job-finder-using-web-scraping

Web scraping the timesjobs website to retrieve python jobs posted a few days ago
0 stars 3 forks source link

Job finder using web scraping #1

Open KBx4 opened 11 months ago

KBx4 commented 11 months ago

I have created a program that scrapes timesjobs web page using BeautifulSoup and retrieves Python jobs that were posted a few days ago. It is just a beginner project so if anyone would like to contribute and enhance it, give it a go! It would help me learn.

Timesjobs

Here is a link to the repository

Thanyou!

p3p31v commented 11 months ago

Hello KBX4, I did something similar. I recommend you to use selenium webdriver. You can localize web elements, and interact with them, like clicking, sending text for the templates, etc. I think the easy apply function in the websites is more generic, you can try to filter your search with it. Good luck 🤞

KBx4 commented 11 months ago

Hello KBX4, I did something similar. I recommend you to use selenium webdriver. You can localize web elements, and interact with them, like clicking, sending text for the templates, etc. I think the easy apply function in the websites is more generic, you can try to filter your search with it. Good luck 🤞

Thankyou so much for your input, I am currently new to this and surely look forward to using selenium in my next projects. Cheers 🥂