Dallas CAD Property Records Scraper avatar

Dallas CAD Property Records Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Dallas CAD Property Records Scraper

Dallas CAD Property Records Scraper

Scrapes public property records from the Dallas Central Appraisal District (DCAD). Search by owner name, street address, or city to extract ownership, valuation, tax, and exemption data.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

COSENT GROUP

COSENT GROUP

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract full property records from the Dallas Central Appraisal District (DCAD) — one of the largest county appraisal databases in the US, covering every property in Dallas County, Texas (2.6 million+ accounts).

Search by owner name or street address and get ownership details, appraised values, tax estimates, exemption status, deed history, and building info — all from DCAD's public database, no login required.

Why Use This

Dallas County is one of the most active real estate markets in the country. DCAD's public records are a goldmine for:

  • Finding absentee owners and out-of-state landlords
  • Identifying properties with no homestead exemption (likely investor-owned)
  • Pulling tax burden data for underwriting or comps
  • Building skip-trace lead lists for wholesalers and agents
  • Researching ownership history and deed transfer dates
  • Tracking commercial and BPP accounts for business intelligence

Data Fields

FieldDescription
accountNumberDCAD account number (unique identifier)
ownerNameCurrent owner name
ownerMailingAddressOwner's mailing address (may differ from property — key for absentee owner lists)
propertyAddressPhysical property address
cityCity
zipZIP code
neighborhoodDCAD neighborhood code
legalDescriptionFull legal property description
deedDateMost recent deed transfer date
propertyTypeResidential / Commercial / Business Personal Property
yearBuiltYear the main structure was built
livingAreaLiving area in square feet (residential)
landValueAppraised land value ($)
improvementValueAppraised improvement (structure) value ($)
appraisedValueTotal appraised value ($)
taxableValueTaxable value after exemptions ($)
estimatedTaxTotalTotal estimated annual tax bill ($)
taxJurisdictionsTax breakdown by entity (city, school, county, college, hospital, special district)
exemptionsActive exemptions — e.g. Homestead, Over-65, Disabled Veteran
urlDirect link to the DCAD record
scrapedAtTimestamp of when the record was scraped

Input Options

ParameterDescriptionDefault
searchTypeOWNER (by owner name) or ADDRESS (by street name)OWNER
searchTermsList of names or streets to search. Use % as a wildcard.
accountTypeRESIDENTIAL, COMMERCIAL, BPP, or ALLRESIDENTIAL
cityCity filter for address searches (e.g. DALLAS, IRVING)
maxResultsPerSearchMax records returned per search term100
proxyConfigurationProxy settings (Apify Proxy recommended)Apify Proxy

Example Inputs

Find all residential properties owned by someone named Johnson:

{
"searchType": "OWNER",
"searchTerms": ["JOHNSON"],
"accountType": "RESIDENTIAL",
"maxResultsPerSearch": 200
}

Find properties on a specific street:

{
"searchType": "ADDRESS",
"searchTerms": ["LAKECREST CIR"],
"city": "IRVING",
"accountType": "ALL",
"maxResultsPerSearch": 50
}

Search multiple owners in one run:

{
"searchType": "OWNER",
"searchTerms": ["SMITH", "JONES", "WILLIAMS"],
"accountType": "RESIDENTIAL",
"maxResultsPerSearch": 100
}

Example Output

{
"accountNumber": "321607300C0190000",
"ownerName": "SMITH ANGEL",
"ownerMailingAddress": "7622 LAKECREST CIR, IRVING, TEXAS 75063",
"propertyAddress": "7622 LAKECREST CIR",
"city": "IRVING",
"zip": "75063",
"neighborhood": "5ASO02",
"legalDescription": "LAKE FOREST HILLS 5TH INST BLK C/7602 LT 19",
"deedDate": "6/22/2026",
"propertyType": "Residential",
"yearBuilt": "1971",
"livingArea": "2,450",
"landValue": 120000,
"improvementValue": 424350,
"appraisedValue": 544350,
"taxableValue": 370480,
"estimatedTaxTotal": 7238.99,
"taxJurisdictions": [
{ "jurisdiction": "City", "estimatedTax": 1820.45 },
{ "jurisdiction": "School", "estimatedTax": 3912.10 }
],
"exemptions": "HOMESTEAD EXEMPTION, OTHER EXEMPTION",
"url": "https://www.dallascad.org/AcctDetailRes.aspx?ID=321607300C0190000",
"scrapedAt": "2026-07-23T18:07:45.000Z"
}

Tips for Best Results

  • Owner searches: Use last name only for broad results, or LAST FIRST for a specific owner. The % wildcard works mid-string (e.g. SM%TH).
  • Address searches: Use the street name only, no number (e.g. LAKECREST CIR not 7622 LAKECREST CIR). Add a city filter to narrow results.
  • Absentee owner list: Run an owner search and filter output records where ownerMailingAddress city differs from city.
  • No-exemption list: Filter output where exemptions is null — these are often investor-owned or recently transferred.
  • Multiple terms: Pass an array of search terms to scrape several names or streets in a single run.

Data Source & Legality

All data is sourced from the Dallas Central Appraisal District public website, which is a Texas government agency. Property appraisal records are public information under Texas law. No login, credentials, or API key is required.

DCAD data is updated annually with interim changes applied throughout the year. Appraised values reflect the current tax year's proposed or certified values.