Discover/rent.com API
live

rent.com APIrent.com

Access rental listings, floor plans, unit availability, amenities, schools, and nearby places from Rent.com via a structured REST API.

Endpoints
9
Updated
10d ago
Try it
Search query text for location or property name (e.g. 'New York', 'Austin').
api.parse.bot/scraper/96daaf79-fa1b-47a3-aa2f-324aa5295942/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/96daaf79-fa1b-47a3-aa2f-324aa5295942/get_search_autocomplete?query=Austin' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Autocomplete search suggestions for a location query. Returns matching locations (cities, colleges) and suggested properties matching the query name.

Input
ParamTypeDescription
queryrequiredstringSearch query text for location or property name (e.g. 'New York', 'Austin').
Response
{
  "type": "object",
  "fields": {
    "locationSearch": "array of location objects with id, seoPath, name, and type (CITY or COLLEGE)",
    "propertySearch": "object containing listings array with property matches including name, addressFull, urlPathname, propertyType, and location"
  },
  "sample": {
    "data": {
      "locationSearch": [
        {
          "id": "3651000",
          "name": "New York, NY",
          "type": "CITY",
          "seoPath": "/new-york/new-york/"
        }
      ],
      "propertySearch": {
        "listings": [
          {
            "name": "New Yorker",
            "address": "123 Main St",
            "location": {
              "city": "Columbus",
              "stateAbbr": "OH"
            },
            "addressFull": "123 Main St, Springfield, IL 62704",
            "urlPathname": "/apartment/new-yorker-columbus-oh-lc5928978",
            "propertyType": "APARTMENTS"
          }
        ]
      }
    },
    "status": "success"
  }
}

About the rent.com API

The Rent.com API covers 9 endpoints for extracting rental property data including listings search, full property details, floor plans, unit-level availability, and neighborhood context. The search_listings endpoint accepts a location_slug plus filters for beds, baths, price range, and pet policy, returning paginated summaries with photos, highlighted amenities, and floor plan previews. Companion endpoints add per-property depth: amenities by category, nearby schools with ratings and distances, active specials, and nearby places grouped by type.

Search and Discovery

The get_search_autocomplete endpoint accepts a free-text query and returns two result sets: a locationSearch array of city or college locations (each with id, seoPath, name, and type) and a propertySearch object with matching listings including name, addressFull, urlPathname, and propertyType. Use the urlPathname values from these results as the location_slug or property_slug inputs to downstream endpoints. The search_listings endpoint takes a location_slug in state/city format and supports optional filters for beds, baths, price_min, price_max, pets, sort, and page, returning a total count, current_page, location_info, and an array of listing objects.

Property Details and Floor Plans

get_property_details returns a single property's full record given a property_slug: id, name, price, priceText, description, propertyType, totalUnits, location (with city, state, lat, lng, zip, neighborhoods), an embedded schools array, and a floorPlans array. For deeper floor plan data, get_floor_plans returns each plan's bedCount, bathCount, sqFt, priceRange (min/max), availabilityStatusCode, and per-plan amenities. get_floor_plan_units goes one level further, exposing individual units with rent, deposit, minSqft, isAvailable, dateAvailable, and floorPlanName. An optional floor_plan_id parameter narrows results to a single plan.

Amenities, Schools, and Nearby Context

get_property_amenities returns each amenity's amenity name, category (such as 'In-Unit Features' or 'Community Features'), and subcategory. get_property_schools lists nearby schools with name, type (public/private/charter), grade, address, districtName, overallRating out of 10, and milesToGeoCode. get_nearby_places groups points of interest into five category objects — grocery, restaurants, shopping, parks, and entertainment — each with a total count and a places array including distance and coordinates. get_property_specials returns active promotions with a description and couponCategory.

Common use cases
  • Build a rental comparison tool that aggregates listings across multiple cities using search_listings with price and bedroom filters
  • Track unit-level availability and move-in dates across a portfolio of properties using get_floor_plan_units
  • Score neighborhoods for renters by combining school ratings from get_property_schools with walkability data from get_nearby_places
  • Alert users to new deals and limited-time rent specials via get_property_specials
  • Populate property profile pages with full amenity breakdowns by category using get_property_amenities
  • Feed a relocation tool with per-city autocomplete and property suggestions using get_search_autocomplete
  • Analyze pricing trends by scraping priceRange fields from get_floor_plans across multiple markets
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Rent.com have an official developer API?+
Rent.com does not publish a public developer API or documented data feed for third-party use. This Parse API provides structured access to the same property data available on the site.
What does `get_floor_plan_units` return compared to `get_floor_plans`?+
get_floor_plans returns plan-level summaries: bedCount, bathCount, sqFt, priceRange (min/max), and availabilityStatusCode. get_floor_plan_units goes to the individual unit level, adding unitId, exact rent, deposit, isAvailable, and dateAvailable for each unit. You can pass an optional floor_plan_id to filter units within a single plan.
Does the search endpoint support filtering by amenities or property type?+
Currently search_listings filters by beds, baths, price_min, price_max, pets, and sort. Amenity-level or property-type filters are not exposed as parameters. You can fork this API on Parse and revise it to add those filter inputs if the underlying data supports them.
Does the API return listing photos or virtual tour links?+
search_listings includes a photos array in each listing object. get_property_details does not currently expose a dedicated photo gallery or virtual tour URLs as distinct response fields. You can fork the API on Parse and revise get_property_details to add a photo or media endpoint.
How does pagination work in `search_listings`?+
The endpoint returns a total integer and a current_page string alongside the listings array. Pass an integer via the page parameter to retrieve subsequent pages. The page size is fixed and determined by the source; there is no per-page count parameter exposed.
Page content last updated . Spec covers 9 endpoints from rent.com.
Related APIs in Real EstateSee all →
padmapper.com API
Search and browse rental listings across cities with detailed property information including prices, contact details, and market trends. Discover apartments and homes through city-wide searches or map-based exploration, and access comprehensive listing details to help you find your next rental.
casa.it API
Search and browse property listings from Casa.it, Italy's real estate marketplace. Retrieve listings by location, price, size, property type, and transaction type (sale or rent), and fetch full details for individual properties including descriptions, photos, features, and publisher information.
catastro.minhap.es API
Search Spanish property records by address, coordinates, or cadastral reference to find detailed land parcel information, ownership details, and location data across all Spanish provinces and municipalities. Browse the complete hierarchy of Spanish geographic and administrative divisions including provinces, municipalities, and streets to pinpoint exact property locations.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.