# Find studio apartments for rent in Washington DC

**Use case:** 

Extract studio and 1-bed rental listings in Washington DC metro zip codes with walk scores and school data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.apartmentguide.com/zip/20017-Apartments_Townhomes-For-Rent/1-beds-1-baths-1z141xt+1z141xu/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "priceText": {
    "label": "Price"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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