# Scrape vinyl record estate sales

**Use case:** 

Find vinyl record and music estate sales by keyword: company, location, dates, photos and sale URL. CSV/JSON.

## Input

```json
{
  "searchMode": "keyword",
  "states": [
    "TX"
  ],
  "radiusMiles": 25,
  "keyword": "vinyl records",
  "fetchDetails": true,
  "maxItems": 25,
  "monitorMode": false,
  "alertOnNewSale": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 8,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Sale",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zipcode": {
    "label": "ZIP",
    "format": "string"
  },
  "start_date": {
    "label": "Starts",
    "format": "string"
  },
  "end_date": {
    "label": "Ends",
    "format": "string"
  },
  "picture_count": {
    "label": "Photos",
    "format": "integer"
  },
  "description_excerpt": {
    "label": "Description",
    "format": "string"
  },
  "thumbnail": {
    "label": "Photo",
    "format": "string"
  },
  "sale_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EstateSales.net Estate Sale Scraper — State, City, ZIP & Alerts](https://apify.com/scrapersdelight/estatesales-net-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/estatesales-net-scraper) to learn more, explore other use cases, and run it yourself.