--- title: 'Realtor.com' description: '' --- # Realtor.com undefined | Detail | Value | |---|---| | Category | Real Estate | | Base URL | `https://api.realtor.com/v2` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `realtor` | ## Using Realtor.com in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Realtor.com** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_property_search_0) | Property Search | | [GET ](./get_property_details_1) | Property Details | | [GET ](./get_similar_properties_2) | Similar Properties | | [GET ](./get_agents_3) | Agents | | [GET ](./get_market_statistics_4) | Market Statistics | | [GET ](./get_schools_5) | Schools | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.