# Recently Sold Homes in Dallas, TX — Prices & Comps

**Use case:** 

Scrape recently sold homes in Dallas, TX: sale price, sold date, beds, baths, sqft, price/sqft + median sold-price KPIs. Export CSV/JSON, no API key.

## Input

```json
{
  "searchMode": "byRegionId",
  "maxResults": 100,
  "listingStatus": "sold",
  "autocompleteQuery": "Austin",
  "regionId": "2_30794",
  "lat": 30.27,
  "lng": -97.74,
  "radius": 5,
  "includeEnrichment": false
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Photo",
    "format": "image"
  },
  "listingTitle": {
    "label": "Listing title"
  },
  "address": {
    "label": "Address"
  },
  "listingStatus": {
    "label": "Listing status"
  },
  "pricing": {
    "label": "Pricing"
  },
  "specs": {
    "label": "Specs"
  },
  "market": {
    "label": "Market"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Redfin Property Scraper — Sale + Sold · Market KPIs](https://apify.com/sian.agency/redfin-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/redfin-property-scraper) to learn more, explore other use cases, and run it yourself.