Python + Selenium + Google Sheets
Budget: $30 – $250 USD
Need a bot to login to:
-Search recently available jobs within the last 24 hours
-Search based off a keyword
Return data with
-Job posting headline
-Job posting company url
-Job posting salary
-Job posting location
-Industry
-Company size
(these are all available on the company page) bot can do "open in new tab" from the job listing and pull these variables off of the company's linkedn page
then:
-Parse results into a google spreadsheet
This bot will be on a cron job re-running every 23.5 hours
Features:
-Multi thread
-Add proxies (will be using reverse proxies which usually is just 1 IP address)
-Enter job keywords to scrape
-Enter locations to scrape
-Log time the job was posted
-Auto remove duplicates (don't add if= already in google sheet)
Login is not required to linkedn apparently:
/search?keywords=social%20media%20manager&location=new%20york%2C%20new%20york&geoId=&trk=public_jobs_jobs-search-bar_search-submit&position=1&pageNum=0
Python + Selenium + Google Sheets
-Search recently available jobs within the last 24 hours
-Search based off a keyword
Return data with
-Job posting headline
-Job posting company url
-Job posting salary
-Job posting location
-Industry
-Company size
(these are all available on the company page) bot can do "open in new tab" from the job listing and pull these variables off of the company's linkedn page
then:
-Parse results into a google spreadsheet
This bot will be on a cron job re-running every 23.5 hours
Features:
-Multi thread
-Add proxies (will be using reverse proxies which usually is just 1 IP address)
-Enter job keywords to scrape
-Enter locations to scrape
-Log time the job was posted
-Auto remove duplicates (don't add if= already in google sheet)
Login is not required to linkedn apparently:
/search?keywords=social%20media%20manager&location=new%20york%2C%20new%20york&geoId=&trk=public_jobs_jobs-search-bar_search-submit&position=1&pageNum=0
Python + Selenium + Google Sheets