Access Saskatoon crime statistics by neighbourhood
Posted on
April 28, 2013
by
Norm Fisher, Royal LePage Vidorra
The
Saskatoon Police Servicehas started to map all reports of criminal activity within the city of Saskatoon and is making the information available to the public, online.
This handy mapping tool allows you to map offences by date (right up to yesterday) and by the type of criminal activity. It provides a city wide snapshot of those crimes or you can narrow it down to specific neighbourhoods.

Find the Saskatoon crime mapping service here.
I expect this little tool will see some action from people considering the purchase of a Saskatoon homeor an investment property.
Interested in more detailed information of Saskatoon's neighbourhoods? Check out our Neighbourhood Profileshere.
Norm Fisher
Royal LePage Saskatoon Real Estate
The Saskatchewan REALTORS® Association (SRA) IDX Reciprocity listings are displayed in
accordance with SRA's MLS® Data Access Agreement and are copyright of the Saskatchewan REALTORS® Association (SRA).
The above information is from sources deemed reliable but should not be relied upon without independent verification.
The information presented here is for general interest only, no guarantees apply.
Trademarks are owned and controlled by the Canadian Real Estate Association (CREA).
Used under license.
MLS® System data of the Saskatchewan REALTORS® Association (SRA) displayed on this site is refreshed every 2 hours.
$(document).ready(function () {
var allBoxes = $("#mrp-container10 div.weblet_web-syndication").children("div");
transitionBox(null, allBoxes.first());
});
function transitionBox(from, to) {
function next() {
var nextTo;
if (to.is(":last-child")) {
nextTo = to.closest("#mrp-container10 .weblet_web-syndication").children("div").first();
} else {
nextTo = to.next();
}
to.fadeIn(500, function () {
setTimeout(function () {
transitionBox(to, nextTo);
}, 7000);
});
}
if (from) {
from.fadeOut(500, next);
} else {
next();
}
}