# 1 Bedroom Apartments.com

**Use case:** 

Extract Apartments.com data filtered by 1 Bedroom. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.apartments.com/los-angeles-ca/",
  "maxItems": 10,
  "bedrooms": "1",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "listingId": {
    "label": "ID",
    "format": "string"
  },
  "name": {
    "label": "Property Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "bedroomRange": {
    "label": "Bedrooms",
    "format": "string"
  },
  "bathroomRange": {
    "label": "Bathrooms",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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