How do I get notified of a website is updated with available jobs?

The site has no RSS feed that I can see. I don't know of any easy alternatives to checking yourself. It's a bit alarming when the police aren't hiring. The criminal element apparently has no restrictions recruiting, no experience needed.

Edit: Although it's not quite what you want here is one way of saving time. Write a batch file. The example below is for Firefox. For other browsers change the file path.
Paste the following text into Notepad, call the file metpolice.bat

Code:
c:
cd\
cd program files\mozilla firefox
start firefox www.metpolicecareers.co.uk/newconstable/index.html
Save the file somewhere convenient. Go to the Windows Schedule Task and add a new task to run that bat file at whatever interval you want, say once a week at 9am. It will start up the browser and open the page. That may be inconvenient and occur in the middle of your other activities.
 
Last edited:
If you know what area you'd like to work in, I suggest finding their job application site. For instance, finding the Dallas Police Department's site. Most human resources systems that allow you to apply will periodically notify you of new job postings in the system.
 
Back
Top