# Land for Sale in Ocala, FL

**Use case:** 

Every vacant lot listed in Ocala, FL with asking price, lot acreage, tax assessed value, days on market and exact coordinates. Export to CSV or JSON.

## Input

```json
{
  "searchMode": "url",
  "maxResultsPerQuery": 25,
  "startPage": 1,
  "searchUrl": "https://www.zillow.com/ocala-fl/land/",
  "addressQuery": "Austin, TX 78704",
  "centerLat": "30.2672",
  "centerLng": "-97.7431",
  "radiusMiles": "5",
  "offmarketZip": "78704",
  "aiPrompt": "3 bed house near good schools under $500k in Austin",
  "listingStatus": "For_Sale"
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "zpid": {
    "label": "🏷️ ZPID",
    "format": "text"
  },
  "detailUrl": {
    "label": "🔗 Listing URL",
    "format": "link"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "addressStreet": {
    "label": "Street",
    "format": "text"
  },
  "addressCity": {
    "label": "📍 City",
    "format": "text"
  },
  "addressState": {
    "label": "State",
    "format": "text"
  },
  "addressZipcode": {
    "label": "Zip",
    "format": "text"
  },
  "unformattedPrice": {
    "label": "💲 Price",
    "format": "number"
  },
  "price": {
    "label": "💲 Price (formatted)",
    "format": "text"
  },
  "pricePerSqft": {
    "label": "$/SqFt",
    "format": "number"
  },
  "grossRentalYield": {
    "label": "Gross Yield",
    "format": "number"
  },
  "capRate": {
    "label": "Cap Rate",
    "format": "number"
  },
  "estimatedMonthlyCashFlow": {
    "label": "Cash Flow $/mo",
    "format": "number"
  },
  "monthlyMortgagePayment": {
    "label": "Mortgage $/mo",
    "format": "number"
  },
  "priceToZestimate": {
    "label": "💲 Price/Zestimate",
    "format": "number"
  },
  "priceToTaxAssessed": {
    "label": "💲 Price/Tax",
    "format": "number"
  },
  "isStale": {
    "label": "Stale (>60d)",
    "format": "boolean"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "area": {
    "label": "📍 Living Area (sqft)",
    "format": "number"
  },
  "homeType": {
    "label": "🗂️ Home Type",
    "format": "text"
  },
  "homeStatus": {
    "label": "✅ Status",
    "format": "text"
  },
  "statusType": {
    "label": "✅ Status Type",
    "format": "text"
  },
  "daysOnZillow": {
    "label": "Days on Zillow",
    "format": "number"
  },
  "zestimate": {
    "label": "Zestimate",
    "format": "number"
  },
  "rentZestimate": {
    "label": "Rent Zestimate",
    "format": "number"
  },
  "taxAssessedValue": {
    "label": "Tax Assessed",
    "format": "number"
  },
  "lotAreaValue": {
    "label": "📦 Lot Size",
    "format": "number"
  },
  "lotAreaUnit": {
    "label": "Lot Unit",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "imgSrc": {
    "label": "🖼️ Main Image",
    "format": "image"
  },
  "allImages": {
    "label": "🖼️ All Images",
    "format": "array"
  },
  "has3DModel": {
    "label": "3D Model",
    "format": "boolean"
  },
  "hasVideo": {
    "label": "🎬 Has Video",
    "format": "boolean"
  },
  "isShowcaseListing": {
    "label": "Showcase",
    "format": "boolean"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "country": {
    "label": "🌐 Country",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source URL",
    "format": "link"
  },
  "sourceQuery": {
    "label": "🔎 Source Query",
    "format": "text"
  },
  "status": {
    "label": "✅ Processing Status",
    "format": "text"
  },
  "processedAt": {
    "label": "Processed At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow API + Market KPIs (Bridge Interactive Alternative)](https://apify.com/sian.agency/zillow-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/zillow-property-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/sian.agency/zillow-property-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).
