Extract property listings from any Realtor.com search results page. Returns structured listings with photos, address, price, beds, baths, sqft, property type, and permalinks.
GET https://api.piloterr.com/v2/realtor/search?query=https://www.realtor.com/realestateandhomes-search/New-York_NY
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Full Realtor.com search URL |
| Field |
Type |
Description |
results |
array |
List of property listings |
results[].property_id |
string |
Realtor.com property ID |
results[].permalink |
string |
Property permalink slug |
results[].list_price |
integer |
List price in USD |
results[].photos |
array |
Listing photos (href) |
results[].location.address.line |
string |
Street address |
results[].location.address.city |
string |
City |
results[].location.address.state |
string |
State code |
results[].location.address.postal_code |
string |
ZIP code |
results[].description.beds |
integer | null |
Bedrooms |
results[].description.baths |
number | null |
Bathrooms |
results[].description.sqft |
integer | null |
Interior sqft |
results[].description.lot_size |
integer | null |
Lot size |
results[].description.type |
string |
Property type code |
- Response is returned under
results.
- Only full Realtor.com search URLs are accepted as
query.
- Pass a property detail URL to the Realtor Property endpoint for full listing data.
- Monitor for-sale inventory in a target city or state
- Build lead lists with price, beds, baths, and photos
- Feed property discovery pipelines for real estate analytics
- Enrich CRM records from live Realtor.com search pages