# Apartments Apartments.com Rental Market Intelligence

**Use case:** 

Extract Apartments.com Rental Market Intelligence data filtered by Apartments. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.apartments.com/austin-tx/",
  "maxItems": 10,
  "propertyType": "apartments",
  "petFriendly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "listingId": {
    "label": "Listing Id",
    "format": "text"
  },
  "propertyName": {
    "label": "Property Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "fullAddress": {
    "label": "Full Address",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "minPrice": {
    "label": "Min Price",
    "format": "number"
  },
  "maxPrice": {
    "label": "Max Price",
    "format": "number"
  },
  "priceRange": {
    "label": "Price Range",
    "format": "text"
  },
  "minBeds": {
    "label": "Min Beds",
    "format": "number"
  },
  "maxBeds": {
    "label": "Max Beds",
    "format": "number"
  },
  "minBaths": {
    "label": "Min Baths",
    "format": "number"
  },
  "maxBaths": {
    "label": "Max Baths",
    "format": "number"
  },
  "minSqft": {
    "label": "Min Sqft",
    "format": "number"
  },
  "maxSqft": {
    "label": "Max Sqft",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "availabilityDate": {
    "label": "Availability Date",
    "format": "date"
  },
  "petPolicy": {
    "label": "Pet Policy",
    "format": "text"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "specials": {
    "label": "Specials",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "managementCompany": {
    "label": "Management Company",
    "format": "text"
  },
  "isVerified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "leaseTerms": {
    "label": "Lease Terms",
    "format": "array"
  },
  "unitModels": {
    "label": "Unit Models",
    "format": "array"
  },
  "fees": {
    "label": "Fees",
    "format": "array"
  },
  "walkScore": {
    "label": "Walk Score",
    "format": "number"
  },
  "transitScore": {
    "label": "Transit Score",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [[Deprecated] Apartments.com Rental Market Scraper](https://apify.com/parseforge/apartments-com-rental-market-intelligence-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/apartments-com-rental-market-intelligence-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/parseforge/apartments-com-rental-market-intelligence-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
