# Apartments.com API Alternative — Rental Data, No Key

**Use case:** 

A no-code Apartments.com API alternative: pull live rentals — rent range, beds, address, manager, phone, geo + rent KPIs. JSON/CSV, no key.

## Input

```json
{
  "searchMode": "byLocation",
  "maxResults": 25,
  "location": "Austin, TX",
  "zip": "10001",
  "latitude": 40.7481,
  "longitude": -73.9886,
  "radius": 5,
  "url": "https://www.apartments.com/new-york-ny/",
  "includeEnrichment": false,
  "includeReviews": false,
  "includeFees": false
}
```

## Output

```json
{
  "media": {
    "label": "Photo",
    "format": "image"
  },
  "listingTitle": {
    "label": "Listing title"
  },
  "address": {
    "label": "Address"
  },
  "pricing": {
    "label": "Pricing"
  },
  "specs": {
    "label": "Specs"
  },
  "market": {
    "label": "Market"
  }
}
```

## About this Actor

This example demonstrates how to use [Apartments.com API & Scraper — US Rentals + Walk Score](https://apify.com/sian.agency/apartments-com-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/apartments-com-property-scraper) to learn more, explore other use cases, and run it yourself.