Dallas Property Tax Scraper - Property Records API avatar

Dallas Property Tax Scraper - Property Records API

Pricing

from $5.00 / 1,000 property tax records

Go to Apify Store
Dallas Property Tax Scraper - Property Records API

Dallas Property Tax Scraper - Property Records API

Search Dallas County Tax Office property records by owner, address, or account. Export point-in-time owner, mailing address, appraised value, tax levy, amount due, legal description, source URL, retrieval time, and evidence caveats for real estate, title, underwriting, and tax-lien research.

Pricing

from $5.00 / 1,000 property tax records

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

1

Monthly active users

8 days ago

Last modified

Share

Search the Dallas County Tax Office public property-tax portal by account number, owner name, or street name. Export source-linked property-account evidence for real estate research, title and underwriting review, tax-lien screening, and owner/property data workflows.

The default is one deterministic commercial-property account, so a first run returns a useful record in seconds for at most $0.0051 ($0.005 result + minimum $0.0001 start event).

Output

Every result uses a stable 21-field schema:

  • match status and resolved search criterion
  • Dallas County tax account number
  • source-reported owner and mailing address
  • property address and legal description
  • market value and land value
  • current tax levy and total amount due
  • source-reported tax year
  • public detail/source URL and UTC retrieval time
  • evidence scope, coverage caveat, and interpretation caveat

A valid search with no rows returns one explicit NO_MATCH evidence item rather than an ambiguous empty dataset.

Input examples

Exact account lookup

{
"searchType": "account",
"account": "007554000K0020000",
"maxResults": 1
}
{
"searchType": "owner",
"ownerName": "TARGET CORP",
"maxResults": 10
}
{
"searchType": "address",
"streetName": "MAIN",
"maxResults": 10
}

maxResults is a total response cap from 1 to 100. Owner and street searches require at least three characters. The actor honors Apify's maximum-total-charge setting before querying; each dataset item costs $0.005.

Example output

{
"resultType": "PROPERTY_TAX_RECORD",
"matchStatus": "FOUND",
"searchType": "account",
"searchCriteria": "007554000K0020000",
"accountNumber": "007554000K0020000",
"ownerName": "TARGET CORP",
"mailingAddress": "% REAL ESTATE TAX DEPT, PO BOX 9456, MINNEAPOLIS, MN 55440-0000",
"propertyAddress": "39739 LBJ FWY, DA",
"legalDescription": "WHEATLAND TOWNE CROSSING 2 | BLK K/7554 LT 2 ACS 10.0027",
"marketValue": "$7,370,000",
"landValue": "$2,614,390",
"taxLevy": "$164,108.53",
"amountDue": "$0.00",
"taxYear": "2025",
"detailUrl": "https://www.dallasact.com/act_webdev/dallas/showdetail2.jsp?...",
"sourceName": "Dallas County Tax Office public property-tax portal",
"sourceUrl": "https://www.dallasact.com/act_webdev/dallas/showdetail2.jsp?...",
"retrievedAt": "2026-07-25T03:00:00Z",
"evidenceScope": "Dallas County Tax Office public property-tax account search and detail record",
"coverageCaveat": "Dallas County only. Search results and account details are point-in-time public records...",
"interpretationCaveat": "Use as screening evidence, not a certified tax certificate, title report, appraisal, lien search, ownership verification, or proof that no tax or other balance exists..."
}

Evidence limits

This actor searches Dallas County only. The public portal can lag payments, corrections, appraisal changes, protests, exemptions, ownership updates, and other county systems. Source-reported owner and address fields do not independently verify identity or current legal title. Market value is not an independent appraisal. amountDue: "$0.00" is not proof that no taxes, liens, penalties, or other obligations exist.

Use the output as point-in-time screening evidence—not a certified tax certificate, title report, appraisal, complete lien search, ownership determination, or legal opinion. Verify consequential decisions with Dallas County, DCAD, and certified records.