# Find estate sales in Washington DC

**Use case:** 

Scrape estate sale listings in Washington DC from EstateSales.net. Export dates, addresses, photos, and sale URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.estatesales.net/DC/Washington/20002"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "saleType": {
    "label": "Sale type"
  },
  "url": {
    "label": "Url"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipCode": {
    "label": "Zip code"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyWebsite": {
    "label": "Company website"
  },
  "firstPublishedAt": {
    "label": "First published at"
  },
  "firstStartAt": {
    "label": "First start at"
  },
  "lastEndAt": {
    "label": "Last end at"
  },
  "pictureCount": {
    "label": "Picture count"
  },
  "mainImageUrl": {
    "label": "Main image url"
  },
  "isMarketplaceSale": {
    "label": "Is marketplace sale"
  },
  "isPublished": {
    "label": "Is published"
  }
}
```

## About this Actor

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