Extract comprehensive property details from a Realtor.com listing page. Returns pricing, specs, photos, location, agents, advertisers, features, flags, and listing metadata in structured JSON.
GET https://api.piloterr.com/v2/realtor/property?query=https://www.realtor.com/realestateandhomes-detail/1492-E-57th-St_Brooklyn_NY_11234_M46117-61190
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Full Realtor.com property detail URL |
| Field |
Type |
Description |
id |
string |
Realtor.com property ID |
url |
string |
Canonical listing URL |
slug |
string |
Listing slug |
status |
string |
Listing status (e.g. for_sale) |
list_price |
integer |
Current list price |
list_date |
string |
Listing date (ISO 8601) |
sold_price |
integer | null |
Last sold price |
sold_date |
string | null |
Last sold date |
tags |
array |
Property tags (id, label) |
photos |
array |
Listing photos with optional tags |
details |
object |
Beds, baths, sqft, lot size, type, description text |
features |
object |
Grouped feature strings (bedrooms, bathrooms, etc.) |
flags |
object |
Listing flags (is_pending, is_new_listing, etc.) |
location |
object |
Address, county, neighborhoods, coordinates |
agent |
array |
MLS agent attribution |
advertisers |
array |
Listing advertisers with contact info |
history |
array | null |
Property history events |
tax_history |
array | null |
Tax history records |
- Only full Realtor.com property detail URLs are accepted as
query.
- Some fields may be
null depending on listing type and data availability.
dontChargeNotFound is enabled: you are not charged if the property is not found.
- Enrich CRM records with full property specs and agent data
- Analyze listing status, price, and property features
- Extract agent and brokerage attribution for lead routing
- Power comp tools with beds, baths, lot size, and location data