How do you scrape the jobs listings from
indeed.com
and apply to ones that mention your degree/skills. My biggest challenge is, lets say, if I want to apply, to 6 different software engineering jobs on the platform, and they produce unique questions for each job, since they’re from different companies, how do I work out that one?
Hi Nkrumah - what you have mentioned here is quite a challenging project. You need to break it down into tasks that you automate. E.g. Logging into
indeed.com
, searching for relevant positions, reading job descriptions and so on.
The forum can help you better if you can specify in which of these steps you find yourself stuck. Also, please include additional detail / screenshots in your question to make it clearer.
If you would notice from the log messages from the out put panel. I have managed scraping the job listings and filtered out the ones I would like to apply to, but my challenge is with the application, after scraping the job listing and filtering out the ones I wish to apply to. Since every application process is unique(meaning the set of questions they ask in this situation), how do I handle that part? .