# Landwatch Urls Script (`hello.datawizards/landwatch-urls-script`) Actor

"The Landwatch-Urls-Script extracts full property details from LandWatch, including price, acreage, amenities, seller info, images, and descriptions. Ideal for land investors, analysts, and real-estate automation with scalable, proxy-supported data collection."

- **URL**: https://apify.com/hello.datawizards/landwatch-urls-script.md
- **Developed by:** [datawizards](https://apify.com/hello.datawizards) (community)
- **Categories:** Automation, Real estate, Lead generation
- **Stats:** 6 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

***

## 🌄 Landwatch-Urls-Script · Apify Actor

Extract **high-quality land listing data** from LandWatch, including price, acreage, images, amenities, seller details, and full property descriptions — delivered in clean, structured JSON.
Built and maintained by **[DataWizards](https://linkedin.com/in/data-wizards-aa8080342)**.

***

### 📌 What Is `Landwatch-Urls-Script`?

The **Landwatch-Urls-Script** Apify Actor allows you to **scrape complete property details from any LandWatch listing URL**.
Whether you're analyzing ranches, recreational land, hunting acreage, farms, or investment properties, this actor pulls everything you need — **automatically**, **accurately**, and **without manual browsing**.

This actor is ideal for **investors, developers, analysts, brokers, land portfolio managers**, and automated real-estate platforms.

***

### 🧠 Key Features

#### ✅ Comprehensive Listing Data

Automatically extracts:

- Title
- Price
- Acreage & size
- Listing type (Ranches, Hunting Property, Recreational, etc.)
- Full description & property summary
- Amenities (water, wells, topography, wildlife, soil, activities, tax exemption, etc.)
- Seller name, type, image, contact details
- Address & location data
- Total images + full-resolution image URLs
- Date posted
- Direct listing URL

#### ✅ Clean, Structured JSON

Perfect for data pipelines, dashboards, or automation systems.

#### ✅ Supports Multiple URLs

Scrape 1 or 10,000 property links — fully scalable.

#### ✅ Reliable Residential Proxy Support

Reduces blocking and ensures high success rates.

#### ✅ Ideal for Rural, Ranch, Hunting & Recreational Land Data

Rich detail for land investors and land management applications.

***

### 🛠️ Input Schema

Example input:

```json
{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

#### 🔐 Proxy Configuration

- **useApifyProxy**: Must be `true`
- **apifyProxyGroups**: `"RESIDENTIAL"` recommended for best performance

***

### 📤 Output Example

Here’s a shortened structure based on your sample:

```json
[
  {
    "Code By": "Hari",
    "Titile": "CAVE CREEK RANCH",
    "price": "$7,950,000",
    "Size": "3,042 acres",
    "Type": "Farms and Ranches, Recreational Property, Hunting Property",
    "Home": "--",
    "Total Images": 50,
    "Images URL": ["https://assets.landwatch.com/..."],
    "URL": "https://www.landwatch.com/...",
    "Description": "ACREAGE. 3,042.19+/- Acres ...",
    "Date Posted": "2025-08-21",
    "Address": "Rocksprings, TX 78880, US",
    "Amenities": [
      {"Acreage": "3,042.19 acres"},
      {"Mortgage Options": "Conventional Mortgage"},
      {"Activities": ["Camping", "Hunting", "Off-roading"]},
      {"Game": ["Deer", "Elk", "Whitetail Deer"]},
      {"Topography": ["Hilly", "Rolling"]}
    ],
    "Seller Name": "Brandon Bownds",
    "Seller Type": "RealEstateAgent",
    "Seller Telephone": "",
    "Seller Image URL": "https://assets.landwatch.com/resizedimages/150/150/...",
    "Seller Address": "1223 Main Street, P.O. Box 617, Utopia, TX 78884, US",
    "Member Of": "Bownds Ranches"
  }
]
```

***

### 🚀 Use Cases

#### 🏞️ Land Investment Research

Evaluate ranches, farms, hunting acreage, and recreational properties at scale.

#### 🧭 Real Estate Market Analytics

Build dashboards to compare property prices, acreage, amenities, and seller data.

#### 🛠️ Automated Lead Generation

Feed structured seller + listing info into CRM systems.

#### 📊 Portfolio & Asset Management

Track land listings across multiple regions with precise data.

#### 🤖 Bulk Scraping for Aggregators

Perfect for generating large property datasets for apps or analytics tools.

***

### ✅ Best Practices

- Use **Residential proxies** when scraping hundreds or thousands of URLs.
- Validate URLs before submitting to the actor.
- Avoid extremely rapid re-runs to reduce throttling risk.
- Store output data in Apify datasets for scaling workflows.
- Combine with **Landwatch search scrapers** for full-market coverage.

***

### 🧰 Additional Notes

If you need:
✔️ Custom fields
✔️ Simplified outputs
✔️ Different formatting
✔️ Pipeline integration
✔️ High-volume enterprise scraping

**DataWizards is always ready to support you.**

***

### 🤝 Support

Need help or want something custom?
We’ve got your back.

📩 **Email:** <hello.datawizard@gmail.com>
✉️ **Subject:** `Landwatch-Urls-Script – Support Request`

🔗 **Connect:** <https://linkedin.com/in/data-wizards-aa8080342>

***

### 🐞 Bug Reports & Feature Requests

Found a bug? Want new features?

📧 Email: `hello.datawizard@gmail.com`
✉️ **Subject:** `Bug Report – Landwatch-Urls-Script`

Or open an issue on Apify anytime.

***

### 🏁 Start Extracting LandWatch Data Like a Pro

With **Landwatch-Urls-Script**, collecting rich, structured rural property data is easier, faster, and more accurate than ever.

Let DataWizards power your next land intelligence or automation project. 🌟

***

# Actor input Schema

## `Urls` (type: `array`):

The urls for the spider.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "Urls": [
    "https://www.landwatch.com/uvalde-county-texas-farms-and-ranches-for-sale/pid/424915709",
    "https://www.landwatch.com/edwards-county-texas-farms-and-ranches-for-sale/pid/423933220"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("hello.datawizards/landwatch-urls-script").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    } }

# Run the Actor and wait for it to finish
run = client.actor("hello.datawizards/landwatch-urls-script").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call hello.datawizards/landwatch-urls-script --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hello.datawizards/landwatch-urls-script"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/7h9eqoaRmherbQlY0/builds/RqOBBFzO0Rcedfxbm/openapi.json
