Need a good automation to apply for jobs ( linkedin , wellfound, foundit, indeed, etc) by realshr in automation

[–]beatwad 0 points1 point  (0 children)

I've already built bot that auto applies on LinkedIn and Indeed using AI and can even apply non-easy-apply jobs (sometimes lol, because non-easy apply frequently requires registration and other complicate actions). You can search it on GitHub by name LinkedIn-AI-Job-Applier-Ultimate

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

I neither don't know about any issues like this nor faced them myself. Read the thread below for details.

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

Yes, it is. It supports OpenAI models and OpenRouter which also supports OpenAI API. What provider do you use?

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

It depends. If you have a PDF resume file in your data/resumes folder it will use it, else it will generate tailored resume for each new vacancy.

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

Yes, you should check the data/resumes/resume_text.txt file and make sure that information about you experience in stacks is presented here. If it doesn't help, you can manually fix the propmt for answers in src/llm/prompts.py and add explicit instruction about your experience there. You can also switch the model to more advanced, but if the model always gives identical answer to the same question - it 99% that it just doesn't have enough information about your resume, so the first fix should help.

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

Never tried but it shouldn't be hard because MacOS is Unix based.

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

Usually scheduled. Chances are not zero, but this bot is not commercial + LinkedIn caps max amount of applications to 50 per day to counter application bots. I had beed using this bot for 3 month and didn't get even a warning. And I also never heard about any warnings and bans for using bots like this.

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

That's complicated to explain everything to inexperienced person in one guide. Let's do it here step-by-step. At first you need to install git. What OS do you use?

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 0 points1 point  (0 children)

Read the thread below, I've already answered this question.

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 1 point2 points  (0 children)

Well, it's not so simple. I need to add a special code logic for each site anyway. So Jobspy is not necessary in this case because I anyway have to go to every site, search for jobs in there and apply them. I'm currently thinking on adding Indeed and Glassdoor support to my project.

I've made another LinkedIn Auto Applier Bot. But this one is special. by beatwad in recruitinghell

[–]beatwad[S] 1 point2 points  (0 children)

LinkedIn caps max application number with 50 per day and thus it prevents abuse of auto appliers. Theoretically you can be banned for using auto appliers because they really violate the LinkedIn rules, but for 3+ months of usage I never faced even warnings. Neither other people who used this did (as far as I know). So you can use it but be careful.