# Scrape Vacant Land Lot Owners in Cape Coral, FL

**Use case:** 

Export Cape Coral land parcels and their owners: address, ownerNames, ownerMailingAddress, lotSizeSqft, estimatedValue — in CSV or JSON.

## Input

```json
{
  "searchUrls": [],
  "state": "FL",
  "city": "Cape Coral",
  "leadType": "",
  "ownerType": "",
  "ownerOccupancy": "",
  "occupancyStatus": "",
  "cashBuyerOnly": false,
  "propertyType": "land",
  "lotSqftMin": 5000,
  "mustHavePool": false,
  "noticeType": "",
  "mlsStatus": "",
  "mlsKeyword": "",
  "sortBy": "",
  "sortOrder": "desc",
  "addresses": [],
  "addressMatchMode": "first",
  "propertyIds": [],
  "maxItems": 300,
  "enrichDetails": false,
  "concurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "id": {
    "label": "Property ID",
    "format": "number"
  },
  "url": {
    "label": "Property page",
    "format": "link"
  },
  "address": {
    "label": "Street address",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "buildingAreaSqft": {
    "label": "Building area (sq ft)",
    "format": "number"
  },
  "livingAreaSqft": {
    "label": "Living area (sq ft)",
    "format": "number"
  },
  "lotSizeSqft": {
    "label": "Lot size (sq ft)",
    "format": "number"
  },
  "lotSizeAcres": {
    "label": "Lot size (acres)",
    "format": "number"
  },
  "yearBuilt": {
    "label": "Year built",
    "format": "number"
  },
  "units": {
    "label": "Units",
    "format": "number"
  },
  "absenteeOwner": {
    "label": "Absentee owner",
    "format": "boolean"
  },
  "highEquity": {
    "label": "High equity",
    "format": "boolean"
  },
  "freeAndClear": {
    "label": "Free and clear",
    "format": "boolean"
  },
  "cashBuyer": {
    "label": "Cash buyer",
    "format": "boolean"
  },
  "vacantHome": {
    "label": "Vacant home",
    "format": "boolean"
  },
  "preForeclosure": {
    "label": "Pre-foreclosure",
    "format": "boolean"
  },
  "leadTypes": {
    "label": "Lead types",
    "format": "array"
  },
  "stories": {
    "label": "Stories",
    "format": "number"
  },
  "roomsCount": {
    "label": "Rooms",
    "format": "number"
  },
  "constructionType": {
    "label": "Construction",
    "format": "text"
  },
  "exteriorType": {
    "label": "Exterior",
    "format": "text"
  },
  "buildingStyle": {
    "label": "Building style",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Propwire Scraper — US Property & Owner Data](https://apify.com/solidcode/propwire-com-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/solidcode/propwire-com-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/solidcode/propwire-com-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
