ATTOM
Use approved ATTOM property, valuation, and market data in real-estate calls.
Description
AIM AI can be configured to retrieve selected ATTOM data for a defined property workflow. Product families, identifiers, returned fields, permitted use, retention, and human review are confirmed before implementation.
Authentication
- An ATTOM API key is required.
- Exact ATTOM products, fields, and approved actions are confirmed during workflow scoping.
Supported Actions (61)
These are the operations this integration can perform after the required credentials and permissions are approved.
- Property ID
- Property Address
- Property Snapshot
- Property Detail
- Property Basic Profile
- Property Expanded Profile
- Property Detail with Schools
- Property Detail Mortgage
- Property Detail Owner
- Property Detail Mortgage Owner
- Property Building Permits
- Sale Detail
- Sale Snapshot
- Sales History Detail
- Sales History Snapshot
- Sales History Basic
- Sales History Expanded
- Assessment Detail
- Assessment Snapshot
- Assessment History Detail
- AVM Detail
- AVM Snapshot
- Attomized AVM Detail
- AVM History Detail
- Home Equity
- Rental AVM
- Comparables by Address
- Comparables by APN
- Comparables by Property ID
- All Events Detail
- All Events Snapshot
- Enumerations Detail
- School Search
- School Profile
- School District
- Transportation Noise
- Sales Trend
- Preforeclosure Details
- Area Boundary Detail
- Area Hierarchy Lookup
- Area State Lookup
- Area County Lookup
- Area CBSA Lookup
- Area GeoID Lookup
- Area GeoID Legacy Lookup
- Area Location Lookup
- Community Neighborhood
- Community Location Lookup
- POI Search by Point
- POI Search by Address
- POI Category Lookup
- School Detail (→ school\_profile)
- School District Detail (→ school\_district)
- Foreclosure by Address (→ preforeclosure\_details)
- Foreclosure Details (→ preforeclosure\_details)
- Property History (→ allevents\_detail)
- Mortgage Details (→ allevents\_detail)
- Neighborhood Market Data (→ salestrend)
- Market Statistics (→ salestrend)
- Environmental Data (→ transportation\_noise)
- Hazard Data (→ transportation\_noise)
Examples
Use these representative payloads as a technical starting point, then replace the sample values with the approved workflow data.
Representative workflow configuration for POI (Points of Interest).
{
"automationType": "attom",
"nodeId": "example-node-001",
"nodeParams": {
"action": "property_id",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"address1": "5500 Grand Lake Dr",
"address2": "San Antonio, TX, 78244"
}
}
}Representative workflow configuration for Property Detail Mortgage Owner.
{
"automationType": "attom",
"nodeParams": {
"action": "property_detailmortgageowner",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"address1": "5500 Grand Lake Dr",
"address2": "San Antonio, TX, 78244"
}
}
}Representative workflow configuration for Assessment Detail.
{
"automationType": "attom",
"nodeParams": {
"action": "assessment_detail",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"address1": "5500 Grand Lake Dr",
"address2": "San Antonio, TX, 78244"
}
}
}Representative workflow configuration for Sales Comparables by Address.
{
"automationType": "attom",
"nodeParams": {
"action": "salescomparables_address",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"street": "222 sirius ave",
"city": "anaheim",
"county": "-",
"state": "ca",
"zip": "92802"
}
}
}Representative workflow configuration for School District.
{
"automationType": "attom",
"nodeParams": {
"action": "school_district",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"geoIdv4": "0a2b1c4d3e5f6789a0b1c2d3e4f56789"
}
}
}Representative workflow configuration for Area GeoID Lookup.
{
"automationType": "attom",
"nodeParams": {
"action": "area_geoid_lookup",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"geoIdV4": "31bd5b21fc8f1aa1f7a35936a7ce4d5e",
"geoType": "ZI"
}
}
}Representative workflow configuration for School Detail (legacy).
{
"automationType": "attom",
"nodeParams": {
"action": "school_detail",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"geoIdv4": "9c1d09c5e1a9b8a6f3e7c0d4b2a1e8f9"
}
}
}Representative workflow configuration for Hazard Data (legacy).
{
"automationType": "attom",
"nodeParams": {
"action": "hazard_data",
"params": {
"apiKey": "YOUR_ATTOM_API_KEY",
"address": "5500 Grand Lake Dr, San Antonio, TX, 78244"
}
}
}