# Parcel Owner Lookup: Chicago, Philadelphia & NYC

**Use case:** 

Ready-to-run batch address-to-owner lookup across Chicago, Philadelphia and NYC assessor rolls: parcel ID, owner name, mailing address, class and coordinates.

## Input

```json
{
  "addresses": [
    "233 S Wacker Dr, Chicago, IL",
    "1234 Market St, Philadelphia, PA",
    "1400 John F Kennedy Blvd, Philadelphia, PA",
    "350 5th Ave, New York, NY",
    "20 W 34th St, New York, NY"
  ],
  "maxResults": 10
}
```

## Output

```json
{
  "input_address": {
    "label": "Input address",
    "format": "string"
  },
  "match_confidence": {
    "label": "Match confidence",
    "format": "string"
  },
  "matched_source": {
    "label": "Matched source",
    "format": "string"
  },
  "parcel_id": {
    "label": "Parcel ID",
    "format": "string"
  },
  "owner_name": {
    "label": "Owner name",
    "format": "string"
  },
  "owner_mailing_address": {
    "label": "Owner mailing address",
    "format": "string"
  },
  "assessed_value": {
    "label": "Assessed value (USD)",
    "format": "number"
  },
  "property_class_desc": {
    "label": "Property class description",
    "format": "string"
  },
  "situs_address": {
    "label": "Situs address",
    "format": "string"
  },
  "lat": {
    "label": "Latitude",
    "format": "number"
  },
  "lon": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Parcel Owner Lookup — Address to Owner & Assessor Record](https://apify.com/malonestar/parcel-owner-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/parcel-owner-lookup) to learn more, explore other use cases, and run it yourself.