# Maricopa County owner records scraper workflow

**Use case:** 

Search multiple owner names and export enriched Maricopa County property leads with addresses, deeds, valuations, and parcel facts.

## Input

```json
{
  "searchQueries": [
    "MARICOPA COUNTY",
    "ARIZONA STATE OF"
  ],
  "searchType": "owner",
  "maxItems": 50,
  "includeDetails": true,
  "includeValuations": true,
  "includeResidentialDetails": true,
  "includeImprovements": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "apn": {
    "label": "APN",
    "format": "text"
  },
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "fullSitusAddress": {
    "label": "Property address",
    "format": "text"
  },
  "mailingAddress": {
    "label": "Mailing address",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "subdivisionName": {
    "label": "Subdivision",
    "format": "text"
  },
  "lotSizeSqFt": {
    "label": "Lot sq ft",
    "format": "number"
  },
  "constructionYear": {
    "label": "Built",
    "format": "number"
  },
  "livableAreaSqFt": {
    "label": "Livable sq ft",
    "format": "number"
  },
  "currentTaxYear": {
    "label": "Tax year",
    "format": "number"
  },
  "currentFullCashValue": {
    "label": "Full cash value",
    "format": "number"
  },
  "currentLimitedPropertyValue": {
    "label": "Limited value",
    "format": "number"
  },
  "currentAssessedLimitedPropertyValue": {
    "label": "Assessed LPV",
    "format": "number"
  },
  "currentPropertyUse": {
    "label": "Property use",
    "format": "text"
  },
  "deedNumber": {
    "label": "Deed number",
    "format": "text"
  },
  "deedDate": {
    "label": "Deed date",
    "format": "text"
  },
  "localJurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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