# Scrape Free & Clear Property Leads in Georgia for Investors

**Use case:** 

Obtain properties with no mortgage (free and clear) in key Georgia areas, ideal for investors seeking low-risk assets or creative financing opportunities. This 

## Input

```json
{
  "locations": [
    "Atlanta, GA",
    "Savannah, GA"
  ],
  "leadTypes": [
    "free_and_clear"
  ],
  "maxItems": 250,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "estimatedValue": {
    "label": "Est Value",
    "format": "integer"
  },
  "estimatedEquity": {
    "label": "Est Equity",
    "format": "integer"
  },
  "ownerName": {
    "label": "Owner",
    "format": "string"
  },
  "leadTypes": {
    "label": "Lead Types",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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