Exprealty: Get Property Details
Exprealty via Parse · real_estate
Get full details for a specific property including listing info, price history, agent contacts, description, and appraisal data. Provide either listing_url (the absolute path from search_listings results), or both city_slug and property_slug. Returns rich property data including images, square footage, agent info, and neighbourhood statistics. API for extracting property listings and details from exprealty.com. Supports location discovery, paginated search, and rich property details including images, agent info, and history. Fulfilled by Parse from exprealty.com.
- b2b-directory
- exprealty
- exprealty-com
- 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/7d9916c3-50d1-44fd-95ec-a35040ab22b8/get_property_details
- Interface artifact
- sha256:db1b23ba75364e1f8489564cd03698d2a5b647fc4fb5851cbef811f7ba1e488d
- Manifest digest
- sha256:7487f01683b1acff8b3804172cddecaf5fe529020b453d486bffdd1aa1be74e3
Request fields
- city_slug (string): The city/area slug (e.g. 'austin-tx-real-estate'). Required if listing_url is not provided.
- listing_url (string): Absolute path of the property listing from search_listings results' listing_url_absolute_path field (e.g. '/austin-tx-real-estate/apache-shores-sec-02/2308-rain-water-dr')
- property_slug (string): The neighbourhood and property path segments joined by slash (e.g. 'apache-shores-sec-02/2308-rain-water-dr'). Required if listing_url is not provided.
Example queries
- {"city_slug":"austin-tx-real-estate","listing_url":"/austin-tx-real-estate/na/1700-buffalo-gap-rd","property_slug":"na/1700-buffalo-gap-rd"}