Estated website screenshot

Estated

Estated is a property-data company that operates a JSON REST API returning detailed U.S. residential and commercial property records — assessor data, parcel geometry, structure characteristics, taxes, assessments, market assessments, valuation (AVM), owner of record, deeds, and parcel boundaries. Lookups can be performed by split address, parsed address components, a single combined address string, or by FIPS county code + assessor parcel number (APN). The current public surface is the Property Data API v4 at `https://apis.estated.com/v4/property`, authenticated with a `token` query parameter. Estated was acquired by ATTOM Data in 2020 and its infrastructure is being migrated to ATTOM; the Estated developer documentation is scheduled to be deprecated during 2026, after which property data access will be served through ATTOM's documentation and endpoints. Existing Estated tokens continue to work through the transition and no integration changes are required during the migration window.

1 APIs 0 Features
Property DataReal EstateProperty RecordsAssessorParcelsAPNFIPSDeedsAVMValuationBoundariesGISOwner Of RecordTax Assessment

APIs

Estated Property Data API

Look up a U.S. property record by address (split, parsed, or combined) or by FIPS+APN. Returns a Property object containing address, parcel, structure, taxes, assessments, marke...

Collections

Pricing Plans

Estated Plans Pricing

3 plans

PLANS

Rate Limits

Estated Rate Limits

0 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Estated Context

48 classes · 0 properties

JSON-LD

API Governance Rules

Estated API Rules

4 rules · 1 errors 3 warnings

SPECTRAL

Example Payloads

Estated Get Property Example

2 fields

EXAMPLE

Resources

🔗
Website
Website
🔗
Developers
Developers
🔗
Documentation
Documentation
🔗
Schema
Schema
📝
Signup
Signup
🔗
ParentCompany
ParentCompany
🔗
AcquisitionAnnouncement
AcquisitionAnnouncement
🔗
ParentCompanyProduct
ParentCompanyProduct
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Contact
Contact
👥
GitHub
GitHub

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Estated Property Data API
  version: '4.0'
request:
  auth:
    type: apikey
    key: token
    value: '{{token}}'
    placement: query
items:
- info:
    name: Property
    type: folder
  items:
  - info:
      name: Get Property
      type: http
    http:
      method: GET
      url: https://apis.estated.com/v4/property
      params:
      - name: token
        value: ''
        type: query
        description: API token issued by Estated / ATTOM.
      - name: combined_address
        value: ''
        type: query
        description: Full address in a single comma-separated string (street, city, state, zip).
      - name: street_address
        value: ''
        type: query
        description: Full street address line including number, name, and suffix.
      - name: street_number
        value: ''
        type: query
      - name: street_pre_direction
        value: ''
        type: query
      - name: street_name
        value: ''
        type: query
      - name: street_suffix
        value: ''
        type: query
      - name: street_post_direction
        value: ''
        type: query
      - name: unit_type
        value: ''
        type: query
      - name: unit_number
        value: ''
        type: query
      - name: city
        value: ''
        type: query
      - name: state
        value: ''
        type: query
      - name: zip_code
        value: ''
        type: query
      - name: fips
        value: ''
        type: query
        description: 5-digit FIPS county code (paired with `apn`).
      - name: apn
        value: ''
        type: query
        description: Assessor parcel number (paired with `fips`).
    docs: Retrieve a Property object for a U.S. address. Use the `combined_address` parameter for a single-string lookup,
      the parsed `street_number` / `street_name` / `street_suffix` family for tightly-parsed lookups, the `street_address`
      + `city` + `state` family for split lookups, or `fips` + `apn` for parcel-number lookups. All requests are HTTP GET.
bundled: true