# Find Land Development Opportunities in Southeast US States

**Use case:** 

Discover vacant land and development sites across Georgia, North Carolina, and South Carolina, including details on acreage and potential use. This data assists

## Input

```json
{
  "maxProperties": 1000,
  "scrapeDetails": true,
  "propertyTypes": [
    "Land"
  ],
  "locations": [
    "GA",
    "NC",
    "SC"
  ],
  "minPrice": 100000,
  "maxPrice": 2500000,
  "runTimeoutSecs": 240,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property Name",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "square_footage": {
    "label": "Square Feet",
    "format": "text"
  },
  "property_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Crexi Real Estate Scraper](https://apify.com/crawlerbros/crexi-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/crexi-real-estate-scraper) to learn more, explore other use cases, and run it yourself.