# Homes.com Property Data Extractor

**Use case:** 

Extract up to 200 property listings from Homes.com. Get essential details like prices, locations, specs, and agent contact information.

## Input

```json
{
  "startUrl": "https://www.homes.com/new-york",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "name": {
    "label": "Listing",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "address_city": {
    "label": "City",
    "format": "text"
  },
  "address_region": {
    "label": "Region",
    "format": "text"
  },
  "listing_type": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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