RealtyMole

RealtyMole (Realty Mole Property API) is a US real-estate and property data API distributed primarily through RapidAPI. It returns property records, AVM-based rental estimates and sale-price (value) estimates with comparable properties, and active for-sale and for-rent listings by address or latitude/longitude. RealtyMole is the predecessor product to RentCast (rentcast.io); the standalone Realty Mole Property API on RapidAPI is legacy and superseded by the RentCast API.

4 APIs 0 Features
Real EstateProperty DataRental EstimateValuationListings

APIs

RealtyMole Property Records API

Look up residential property records by address or latitude/longitude, returning attributes such as property type, bedrooms, bathrooms, square footage, lot size, year built, las...

RealtyMole Rental Estimate API

Estimate the long-term monthly rent for a target property by address or latitude/longitude using a comparable-properties (AVM) algorithm, returning a rent estimate, a low/high r...

RealtyMole Sale Estimate API

Estimate the market sale price (value) of a target property by address or latitude/longitude using a comparable-sales (AVM) algorithm, returning a price estimate, a low/high ran...

RealtyMole Listings API

Retrieve active for-sale and for-rent listings around a location (address or latitude/longitude with a radius), returning listing price, property attributes, days on market, and...

Collections

Pricing Plans

Realtymole Plans Pricing

5 plans

PLANS

Rate Limits

Realtymole Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Realty Mole Property API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-RapidAPI-Key
    value: '{{rapidApiKey}}'
    in: header
items:
- info:
    name: Property Records
    type: folder
  items:
  - info:
      name: Look up property records
      type: http
    http:
      method: GET
      url: https://realty-mole-property-api.p.rapidapi.com/properties
    docs: Returns property records matching an address or a latitude/longitude pair.
- info:
    name: Rental Estimate
    type: folder
  items:
  - info:
      name: Estimate long-term rent
      type: http
    http:
      method: GET
      url: https://realty-mole-property-api.p.rapidapi.com/rentalPrice
    docs: Returns an estimated monthly rent, a low/high range, and comparable rental properties.
- info:
    name: Sale Estimate
    type: folder
  items:
  - info:
      name: Estimate sale price (value)
      type: http
    http:
      method: GET
      url: https://realty-mole-property-api.p.rapidapi.com/salePrice
    docs: Returns an estimated sale price (value), a low/high range, and comparable sold properties.
- info:
    name: Listings
    type: folder
  items:
  - info:
      name: Active for-sale listings
      type: http
    http:
      method: GET
      url: https://realty-mole-property-api.p.rapidapi.com/saleListings
    docs: Returns active for-sale listings near a location.
  - info:
      name: Active for-rent listings
      type: http
    http:
      method: GET
      url: https://realty-mole-property-api.p.rapidapi.com/rentalListings
    docs: Returns active for-rent listings near a location.