# DCAD Account Number Property Lookup Example

**Use case:** 

Fetch DCAD account 007554000K0020000 and export its owner, property address, certified values, legal description, taxes, map, and value history.

## Input

```json
{
  "searchType": "account",
  "accountNumber": "007554000K0020000",
  "streetDirection": "",
  "maxItems": 1,
  "includeHistory": true
}
```

## Output

```json
{
  "accountNumber": {
    "label": "Account number",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "propertyAddress": {
    "label": "Property address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "ownerName": {
    "label": "Owner",
    "format": "string"
  },
  "marketValue": {
    "label": "Market value",
    "format": "number"
  },
  "appraisalYear": {
    "label": "Appraisal year",
    "format": "integer"
  },
  "totalEstimatedTaxes": {
    "label": "Estimated taxes",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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