# Clark County property owner scraper

**Use case:** 

Extract Clark County parcel owners, ownership history, tax districts, acreage, and legal descriptions from official records.

## Input

```json
{
  "parcelNumbers": [
    "163-03-715-001"
  ],
  "where": "1=1",
  "maxItems": 25,
  "includeHistory": true,
  "includeGeometry": false
}
```

## Output

```json
{
  "parcelNumber": {
    "label": "APN"
  },
  "owner": {
    "label": "Current owner"
  },
  "taxDistrict": {
    "label": "Tax district"
  },
  "assessedAcres": {
    "label": "Assessed acres"
  },
  "parcelType": {
    "label": "Parcel type"
  },
  "documentNumber": {
    "label": "Document number"
  },
  "recordDate": {
    "label": "Record date"
  },
  "vesting": {
    "label": "Vesting"
  },
  "assessorDescription": {
    "label": "Assessor description"
  },
  "priorOwners": {
    "label": "Prior owners"
  },
  "assessorUrl": {
    "label": "Assessor URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Clark County Property Records Scraper](https://apify.com/automation-lab/clark-county-property-records-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/clark-county-property-records-scraper) to learn more, explore other use cases, and run it yourself.