Go to Store
SpotCrime Scraper - US Crime Map Datacrawlerbros/spotcrime-scraper

Scrape SpotCrime's crowdsourced US crime map. Search recent crime incidents by city/state or GPS coordinates, browse covered cities, or pull area crime stats. Get incident type, date, address, coordinates. No login, no cookies, no API key required.

API

Run SpotCrime Scraper - US Crime Map Data from your own code. Maps IO calls the samerun-sync-get-dataset-items endpoint server-side and ingests the results into the enriched Postgres.

Set APIFY_API_KEY in your environment, then run the actor and read its dataset:

curl -X POST "https://api.apify.com/v2/acts/crawlerbros~spotcrime-scraper/run-sync-get-dataset-items?token=$APIFY_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{ "searchStringsArray": ["coffee shop"], "maxCrawledPlacesPerSearch": 10 }'