# Apartment Amenities List

**Use case:** 

Export the full amenity list for any US apartment community: in-unit features, community perks, pet policy, office hours and assigned schools.

## Input

```json
{
  "propertyUrls": [
    "https://www.apartments.com/national-at-888-6th-ave-furnished-apartments-new-york-ny/0smfmv0/"
  ],
  "propertyIds": [
    "5sl3n3q",
    "d4pwdrh",
    "bdv81bb",
    "ksnfe3b",
    "spzpw87"
  ],
  "addresses": [
    "419 W 34th St, New York, NY 10001"
  ],
  "includeWalkScore": false,
  "includePhotos": false,
  "includeRentalCosts": false,
  "includeReviews": false,
  "includeSimilar": false
}
```

## Output

```json
{
  "listingKey": {
    "label": "🔑 Listing ID",
    "format": "text"
  },
  "photoGallery": {
    "label": "📸 Photos",
    "format": "image"
  },
  "name": {
    "label": "🏢 Property",
    "format": "text"
  },
  "oneLineAddress": {
    "label": "📍 Address",
    "format": "text"
  },
  "city": {
    "label": "🌆 City",
    "format": "text"
  },
  "state": {
    "label": "🗺 State",
    "format": "text"
  },
  "postalCode": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "rentRange": {
    "label": "💰 Rent",
    "format": "text"
  },
  "bedRange": {
    "label": "🛏 Beds",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "yearBuilt": {
    "label": "🏗 Year Built",
    "format": "number"
  },
  "unitCount": {
    "label": "🔢 Units",
    "format": "number"
  },
  "storyCount": {
    "label": "🏙 Stories",
    "format": "number"
  },
  "isFurnished": {
    "label": "🛋 Furnished",
    "format": "boolean"
  },
  "isMultifamily": {
    "label": "🏘 Multifamily",
    "format": "boolean"
  },
  "listingStyle": {
    "label": "🏠 Style",
    "format": "text"
  },
  "apartmentStyle": {
    "label": "🏢 Apt Style",
    "format": "text"
  },
  "specialtiesText": {
    "label": "🏷 Specialties",
    "format": "text"
  },
  "submarket": {
    "label": "🧭 Submarket",
    "format": "text"
  },
  "leaseTerms": {
    "label": "📄 Lease Terms",
    "format": "text"
  },
  "minLeaseTermMonths": {
    "label": "⬇️ Min Lease",
    "format": "number"
  },
  "maxLeaseTermMonths": {
    "label": "⬆️ Max Lease",
    "format": "number"
  },
  "standardLeaseTerm": {
    "label": "📝 Std Lease",
    "format": "number"
  },
  "floorplans": {
    "label": "🗂 Floorplans",
    "format": "array"
  },
  "amenities": {
    "label": "✨ Amenities",
    "format": "array"
  },
  "fees": {
    "label": "🧾 Fees",
    "format": "array"
  },
  "expenses": {
    "label": "💸 Expenses",
    "format": "text"
  },
  "petPolicies": {
    "label": "🐾 Pet Policy",
    "format": "array"
  },
  "officeHours": {
    "label": "🕒 Office Hours",
    "format": "array"
  },
  "management": {
    "label": "🏛 Management",
    "format": "text"
  },
  "schools": {
    "label": "🏫 Schools",
    "format": "array"
  },
  "transit": {
    "label": "🚆 Transit",
    "format": "array"
  },
  "walkScore": {
    "label": "🚶 Walk Score",
    "format": "text"
  },
  "rentalCosts": {
    "label": "💵 Rental Costs",
    "format": "text"
  },
  "reviews": {
    "label": "⭐ Reviews",
    "format": "array"
  },
  "similarProperties": {
    "label": "🏘 Similar",
    "format": "array"
  },
  "enrichmentsApplied": {
    "label": "➕ Add-ons",
    "format": "array"
  },
  "propertyDescription": {
    "label": "📝 Description",
    "format": "text"
  },
  "latitude": {
    "label": "📍 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "📍 Lng",
    "format": "number"
  },
  "streetAddress": {
    "label": "🏡 Street",
    "format": "text"
  },
  "addressLine2": {
    "label": "🏙 City/State/ZIP",
    "format": "text"
  },
  "countryCode": {
    "label": "🌐 Country",
    "format": "text"
  },
  "propertyWebsiteUri": {
    "label": "🔗 Website",
    "format": "link"
  },
  "finderSiteUri": {
    "label": "🔗 Finder Site",
    "format": "link"
  },
  "listingUrl": {
    "label": "🔗 Listing URL",
    "format": "link"
  },
  "lookupMode": {
    "label": "🧭 Lookup Mode",
    "format": "text"
  },
  "inputQuery": {
    "label": "⌨️ Input",
    "format": "text"
  },
  "lastModifiedDate": {
    "label": "📅 Updated",
    "format": "text"
  },
  "priceRange": {
    "label": "💲 Price Range",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Apartments.com Detail Scraper — Rental Dossier API by URL/ID](https://apify.com/sian.agency/apartments-com-detail-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/apartments-com-detail-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

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

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
