# Dallas County Property Records Search by Street

**Use case:** 

Search public Dallas Central Appraisal District records on Coit Road and export owners, appraisal values, account numbers, and source-linked parcel details.

## Input

```json
{
  "searchType": "address",
  "accountNumber": "007554000K0020000",
  "streetDirection": "",
  "streetName": "COIT",
  "maxItems": 3,
  "includeHistory": false
}
```

## 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.