Attomdata: Get Transaction Sales Trend
Attomdata via Parse · real_estate
Returns sales trends for a given geography. The geoIdV4 must be a 32-character hex hash obtained from the geoIdV4 field in property responses (e.g., from get_property_detail). Common prefixes: ZI=zip code, CO=county, PL=place, CS=census, DB=district. Access ATTOM property data, neighborhood POI, and sales trend information via the ATTOM Data API. Fulfilled by Parse from api.developer.attomdata.com.
- api-developer-attomdata-com
- attomdata
- government-public
- maps-geo
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7d4d00ce-c23d-4935-a089-995a4e9497d6/get_transaction_sales_trend
- Interface artifact
- sha256:b5844bbbab8c76682b86e7fd6fac665b70cbcdacabb45f621774dab4fe531634
- Manifest digest
- sha256:cea8a768b2f86b1b485454859a31ad6f3375cc240579edf23c24c07ffd5e58d7
Request fields
- page (integer): Page number
- endyear (integer, required): End year for trend data
- geoidv4 (string, required): Geography ID v4 hash (32-char hex, e.g. 'de85b56260373aeb01f40ebcce4e7a30')
- interval (string): Trend interval: 'yearly' or 'monthly'
- pagesize (integer): Results per page
- startyear (integer, required): Start year for trend data
- propertytype (string): Property type filter
Example queries
- {"endyear":"2023","geoidv4":"de85b56260373aeb01f40ebcce4e7a30","startyear":"2020"}