# Neighborhood Livability Digest (`mrdoe/neighborhood-livability-digest`) Actor

Combine real crime-incident activity, the closest public schools, and a computed walkability score for one address into a single plain-language neighborhood livability report.

- **URL**: https://apify.com/mrdoe/neighborhood-livability-digest.md
- **Developed by:** [MrDoe](https://apify.com/mrdoe) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.56 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

![Neighborhood Livability Digest — combine crime, nearby schools, and walkability into one report](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/neighborhood-livability-digest--website.png)

### What does Neighborhood Livability Digest do?

Neighborhood Livability Digest takes a single street address and combines three real public signals into one plain-language report: recent crime-incident activity nearby, the closest public schools with real distances, and a computed walkability score built from nearby grocery stores, restaurants, transit stops, and parks. Instead of opening three different sites and cross-referencing them yourself, you get one written read on the area plus the underlying numbers behind it.

It is built for home buyers and renters sizing up a neighborhood, relocation researchers comparing a shortlist of addresses, and real estate agents putting together a quick area brief for a client.

### Why use Neighborhood Livability Digest?

- **Three real signals in one place** - crime activity, nearby schools, and walkability, not just one.
- **Honest about limits** - crime is reported as raw incident volume for the chosen radius and lookback window, never dressed up as a normalized "safety score" that can't be fairly compared city to city.
- **No invented ratings** - schools are listed with real names, addresses, and distances; no school-rating number is fabricated.
- **A documented walkability formula** - built from real nearby amenity counts, not a black-box or licensed score.
- **One written summary** - a plain-language read of what the numbers mean together, plus who the area suits and what to watch for.
- **Multiple addresses per run** - check a shortlist in one go.

### What makes this different

Most "neighborhood data" tools either sell you a single proprietary score with no visibility into how it was built, or make you visit crime maps, school-district sites, and walkability tools separately and do the synthesis yourself. This Actor pulls real, current data for all three signals for the exact address you give it, computes an honest, documented walkability index instead of a black-box score, and writes one combined read of the area - including calling out when the data is thin so you know when to dig further yourself.

### How it works

![How Neighborhood Livability Digest works: enter an address, it gathers real local data, you get one report](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/neighborhood-livability-digest--how-it-works.png)

1. **Your input** - one or more addresses in a supported city.
2. **The Actor gathers it** - recent crime incidents near the address, the closest public schools, and nearby walkable amenities.
3. **Your output** - one dataset row per address: the real numbers plus a written summary of what they mean together. Export to JSON, CSV, or Excel.

### What data can you extract?

| Field                          | Description                                                          |
| ------------------------------- | --------------------------------------------------------------------- |
| `address` / `matchedAddress`   | The address you gave, and how it resolved.                            |
| `latitude` / `longitude`       | The resolved coordinates.                                             |
| `crimeIncidentCount`           | Real incident count within the radius and lookback window.            |
| `crimeIncidentsPerSqKmPerYear` | The same count, normalized to an annualized rate per square kilometer.|
| `crimeTopTypes`                | The most common incident types nearby, with counts.                   |
| `crimeMostRecentDate`          | The date of the most recent incident in the feed.                     |
| `nearbySchools`                | Real nearby public schools: name, address, distance - no ratings.     |
| `walkabilityIndex`             | A 0-100 score computed from nearby amenity counts.                    |
| `walkabilityBreakdown`         | The amenity counts and points behind the walkability score.           |
| `overallSummary`               | A plain-language read combining all three signals.                    |
| `crimeRead` / `schoolsRead` / `walkabilityRead` | A written explanation of each signal.                |
| `bestFor`                      | Who the area suits, grounded in the real data.                        |
| `concerns`                     | Honest caveats about thin data or notable numbers.                    |
| `enrichmentConfidence`         | How confident the written read is: high, medium, or low.              |
| `enrichmentStatus`             | Whether the written read was produced, and if not, why.               |
| `scrapedAt`                    | ISO timestamp of the run.                                             |

### How to use Neighborhood Livability Digest

1. Open the Actor in the Apify Console.
2. In **Addresses**, list one or more street addresses.
3. Set **City** to the metro area those addresses are in.
4. Adjust the crime radius, school radius, and lookback window if you want a wider or tighter view.
5. Press **Start**.
6. When the run finishes, open the **Dataset** tab and export to CSV, JSON, or Excel.

![Neighborhood Livability Digest input form with addresses and a city selected](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/neighborhood-livability-digest--input.png)

### Input Parameters

| Parameter              | Type            | Required | Default                        | Description                                                        |
| ----------------------- | --------------- | -------- | -------------------------------| -------------------------------------------------------------------|
| `addresses`             | array of string | Yes      | one example address per city   | Street addresses to look up.                                       |
| `city`                  | string          | Yes      | `chicago`                      | The metro area the addresses are in.                                |
| `radiusMeters`          | integer         | No       | 800                            | Radius for crime and walkability lookups, in meters. Range 300-2000.|
| `schoolRadiusMeters`    | integer         | No       | 3200                           | Radius for nearby-school lookups, in meters. Range 1000-8000.       |
| `crimeLookbackDays`     | integer         | No       | 180                            | How many days of crime history to pull. Range 30-365.               |
| `maxSchools`            | integer         | No       | 8                              | Maximum nearby schools to return. Range 3-15.                       |
| `openRouterApiKey`      | string (secret) | No       | -                               | Optional key for the written summary. Without it, only the raw numbers are returned. |
| `proxyConfiguration`    | object          | Yes      | Apify Proxy                    | Proxy settings. A proxy is required; the default uses Apify Proxy.  |

### Output Data

One dataset item per address. Real sample record:

```json
{
    "address": "233 S Wacker Dr, Chicago, IL",
    "city": "Chicago, IL",
    "matchedAddress": "233 S WACKER DR, CHICAGO, IL, 60606",
    "latitude": 41.878916229496,
    "longitude": -87.636602795305,
    "crimeIncidentCount": 500,
    "crimeIncidentsPerSqKmPerYear": 504.3,
    "crimeTopTypes": [
        { "type": "THEFT", "count": 122 },
        { "type": "CRIMINAL DAMAGE", "count": 84 },
        { "type": "BATTERY", "count": 60 }
    ],
    "crimeMostRecentDate": "2026-08-26",
    "nearbySchools": [
        { "name": "Intrinsic 2 Charter High School", "address": "79 W Monroe St Ste 400, Chicago, IL, 60603", "distanceKm": 0.53 },
        { "name": "Jones College Prep High School", "address": "700 S State St, Chicago, IL, 60605", "distanceKm": 0.94 }
    ],
    "walkabilityIndex": 100,
    "walkabilityBreakdown": [
        { "category": "Groceries & supermarkets", "count": 18, "points": 25, "maxPoints": 25 },
        { "category": "Restaurants & cafes", "count": 299, "points": 25, "maxPoints": 25 },
        { "category": "Transit stops", "count": 98, "points": 25, "maxPoints": 25 },
        { "category": "Parks & green space", "count": 584, "points": 25, "maxPoints": 25 }
    ],
    "overallSummary": "This area offers excellent walkability and is close to numerous schools, but has a high raw crime incident count within an 800m radius over the last 180 days.",
    "crimeRead": "In the last 180 days, there were 500 crime incidents within an 800m radius, with the most recent on 2026-08-26. The top incident types were THEFT (122), CRIMINAL DAMAGE (84), and BATTERY (60). Please note, this is raw incident volume and not a normalized rate, so it should not be compared directly to other cities.",
    "schoolsRead": "There are 8 schools within a 3.2km radius, with the nearest being Intrinsic 2 Charter High School just 0.53km away.",
    "walkabilityRead": "The walkability index is 100/100, indicating excellent walkability, driven by 18 groceries, 299 restaurants and cafes, 98 transit stops, and abundant nearby parks.",
    "bestFor": ["Young professionals", "Students", "Those who prefer a walkable urban environment"],
    "concerns": ["High crime incident count", "Crime data may not be fully representative due to a query limit", "Few schools within immediate vicinity"],
    "enrichmentConfidence": "medium",
    "enrichmentStatus": "ok",
    "scrapedAt": "2026-09-04T23:45:00.000Z"
}
```

![Neighborhood Livability Digest dataset table across several addresses](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/neighborhood-livability-digest--export.png)

![Neighborhood Livability Digest single-address report with every field labelled](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/neighborhood-livability-digest--output.png)

### Usage Examples

- **Home shortlist** - run every address on your shortlist in one batch and compare side by side.
- **Relocation research** - check a handful of candidate neighborhoods in a city before booking a visit.
- **Client briefing** - pull a quick, honest area summary for a buyer or renter.
- **Portfolio review** - property managers checking how the immediate area around a listing reads today.

### Tips for Best Results

- Use a full street address with city and state for the most reliable match.
- Widen `radiusMeters` for a more area-wide read, or tighten it for a block-level read.
- Compare the `walkabilityBreakdown` across addresses, not just the single index number, to see which amenity types drive the score.
- Treat `crimeIncidentsPerSqKmPerYear` as the number to compare between your own addresses - the raw `crimeIncidentCount` depends on your chosen radius and window.

### Known Limitations

- Coverage is limited to the cities listed in the input schema; support depends on each city publishing an open, queryable crime feed.
- Crime figures are raw public incident reports for the radius and window you choose, not a normalized safety score - they should not be compared directly across different cities or radii.
- School data lists nearby public schools only, with no rating - private schools and school quality are not covered.
- The written summary quality reflects the default no-cost model and should be read alongside the real numbers, not in place of them.

### Integrations

Connect the dataset to Google Sheets, Airtable, Make, Zapier, or n8n; call the Actor from the Apify API; trigger it with webhooks; or schedule recurring runs from the Apify Console.

### Export Formats

JSON, CSV, Excel, and XML, from the Dataset tab or the Apify API.

### Frequently Asked Questions

#### What cities are supported?

Chicago, Los Angeles, and San Francisco at launch - see the **City** field in the Console for the current list.

#### Is the crime number a safety score?

No. It's the real, raw incident count for the radius and time window you chose, plus the same count normalized to incidents per square kilometer per year so you can compare your own addresses fairly. It is not a branded safety rating and should not be compared across different cities.

#### Does it rate schools?

No. It lists real nearby public schools with their name, address, and distance - no rating is invented or implied.

#### How is walkability calculated?

From real counts of nearby groceries, restaurants and cafes, transit stops, and parks, each contributing points up to a documented cap. The full breakdown is in every output row.

#### Can it run without a summary?

Yes. Without a key for the written-summary step, you still get every real number - the summary fields are simply left blank.

#### Can it export to Google Sheets?

Yes. Connect the dataset to the Google Sheets integration or pull it from the API.

### Support

Questions and bug reports: use the **Issues** tab on the Actor's Console page. Include the input you ran and the run ID.

### Legal / Responsible Use

Crime and school data are drawn from public government sources; this Actor does not alter or interpret them beyond straightforward counting, distance, and the plain-language summary. You are responsible for complying with the terms of use of any downstream service you send this data to, and for using crime and school proximity data responsibly and without discriminatory intent.

# Actor input Schema

## `addresses` (type: `array`):

One street address per line, all within the selected city. The Actor builds a livability digest for each.

## `city` (type: `string`):

Which city's real open crime feed to use. Coverage is limited to cities that publish incident-level coordinates.

## `radiusMeters` (type: `integer`):

Search radius around the address for both the recent-crime lookup and the walkability amenity count. Range 300-2000; about 800 m is a 10-minute walk.

## `crimeLookbackDays` (type: `integer`):

How many days of recent incidents to pull for the crime summary. Range 30-365.

## `schoolRadiusMeters` (type: `integer`):

Search radius for nearby public schools. Range 1000-8000.

## `maxSchools` (type: `integer`):

How many of the nearest public schools to include per address. Range 3-15.

## `openRouterApiKey` (type: `string`):

Optional. A key for the service that writes the combined livability summary. Without it, the Actor still returns the real crime, school, and walkability data - just no written summary. Stored securely and never shown in output or logs.

## `proxyConfiguration` (type: `object`):

A proxy is required. The default routes requests through Apify Proxy. You can also supply your own proxy URLs.

## Actor input object example

```json
{
  "addresses": [
    "233 S Wacker Dr, Chicago, IL"
  ],
  "city": "chicago",
  "radiusMeters": 800,
  "crimeLookbackDays": 180,
  "schoolRadiusMeters": 3200,
  "maxSchools": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `digests` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "addresses": [
        "233 S Wacker Dr, Chicago, IL"
    ],
    "city": "chicago",
    "radiusMeters": 800,
    "crimeLookbackDays": 180,
    "schoolRadiusMeters": 3200,
    "maxSchools": 8,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("mrdoe/neighborhood-livability-digest").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "addresses": ["233 S Wacker Dr, Chicago, IL"],
    "city": "chicago",
    "radiusMeters": 800,
    "crimeLookbackDays": 180,
    "schoolRadiusMeters": 3200,
    "maxSchools": 8,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("mrdoe/neighborhood-livability-digest").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "addresses": [
    "233 S Wacker Dr, Chicago, IL"
  ],
  "city": "chicago",
  "radiusMeters": 800,
  "crimeLookbackDays": 180,
  "schoolRadiusMeters": 3200,
  "maxSchools": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call mrdoe/neighborhood-livability-digest --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,mrdoe/neighborhood-livability-digest"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/D6YfnqHL8RRrydqmM/builds/m9Cap6MIY5ayOPReS/openapi.json
