# LandWatch Scraper (`parseforge/landwatch-scraper`) Actor

Scrape rural land, farm, ranch, and property listings from LandWatch.com. Extract prices, acreage, beds, baths, locations, county data, broker info, and descriptions. Filter by state, property type, price range, and acreage. Covers 450,000+ listings across all US states.

- **URL**: https://apify.com/parseforge/landwatch-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Real estate, Developer tools, Automation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $6.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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

![ParseForge Banner](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)

## 🏡 LandWatch Land & Property Listings Scraper

Whether you're a real estate investor tracking rural land prices, a broker building market reports, or a researcher analyzing land trends across the US, this tool makes it easy to collect structured property data from LandWatch.com - the leading marketplace for farms, ranches, hunting land, and rural real estate.

> **The LandWatch Scraper collects property listings with titles, prices, acreage, full location details, broker information, descriptions, and property types. Filter by state, property type, price range, and acreage range.**

### ✨ What Does It Do

- 🏡 **Property listings** - collect titles, prices, and acreage from thousands of rural land and property listings across all 50 US states
- 📍 **Full location data** - get address, city, state, and county for every listing
- 💰 **Pricing details** - extract listing prices for market comparisons and investment analysis
- 🏠 **Property specs** - bedroom counts, bathroom counts, and property types (farm, ranch, hunting land, and more)
- 👤 **Broker information** - get broker names and company details for each listing
- 🔍 **Flexible search** - filter by state, property type, price range, acreage range, or paste any LandWatch URL directly

### 🔧 Input

- **Start URL** - paste any LandWatch search URL directly (overrides all filter options below)
- **Max Items** - how many listings to collect (free users get 10 items, paid users up to 1,000,000)
- **State** - filter by US state (Texas, California, Colorado, etc.)
- **Property Type** - choose from farms, ranches, hunting land, timberland, and more
- **Min Price / Max Price** - set a price range in USD
- **Min Acres / Max Acres** - set an acreage range

```json
{
    "state": "texas",
    "propertyType": "ranch-land",
    "minPrice": 100000,
    "maxPrice": 5000000,
    "maxItems": 10
}
````

### 📊 Output

Each property listing includes up to 15+ data fields. Download as JSON, CSV, or Excel.

| 📌 Field | 📄 Description |
|----------|---------------|
| 📋 title | Property listing title |
| 🔗 url | Direct link to the listing on LandWatch |
| 💰 price | Listing price in USD |
| 📐 acreage | Property size in acres |
| 🛏️ beds | Number of bedrooms |
| 🚿 baths | Number of bathrooms |
| 📍 address | Street address |
| 🏙️ city | City name |
| 🗺️ state | US state abbreviation |
| 🏘️ county | County name |
| 📝 description | Property description text |
| 🏷️ propertyType | Type of property (farm, ranch, etc.) |
| 👤 brokerName | Listing broker name |
| 🏢 brokerCompany | Broker company name |

```json
{
    "listingId": "422917076",
    "title": "Brazos Bluff Ranch",
    "url": "https://www.landwatch.com/parker-county-texas-farms-and-ranches-for-sale/pid/422917076",
    "price": "$10,721,200",
    "acreage": "428 acres",
    "beds": "1",
    "baths": "1",
    "address": "1950 Consolation Drive",
    "city": "Millsap",
    "state": "TX",
    "county": "Parker County",
    "description": "Private Brazos River retreat featuring stunning elevation, diverse tree cover, and abundant wildlife with over a mile of river frontage and exceptional recreational potential.",
    "propertyType": "Farm",
    "brokerName": "Mac A. Coalson",
    "brokerCompany": "Coalson Real Estate",
    "scrapedAt": "2026-04-07T16:40:17.471Z"
}
```

### 💎 Why Choose the LandWatch Scraper?

| Feature | Our Tool | Manual LandWatch Search |
|---------|----------|------------------------|
| Batch collection | ✅ Up to 1M listings | ❌ Browse one at a time |
| Multiple filters | ✅ State, type, price, acreage | ⚠️ Limited search options |
| Structured data | ✅ JSON, CSV, Excel | ❌ HTML pages only |
| Automated scheduling | ✅ Daily/weekly monitoring | ❌ Manual visits |
| Broker details | ✅ Name + company per listing | ⚠️ Click each listing |
| Location breakdown | ✅ Address, city, state, county | ⚠️ Partial info on cards |

### 📋 How to Use

1. **Sign Up** - [Create a free account w/ $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp)
2. **Configure** - set your state, property type, price range, and acreage filters (or paste a LandWatch URL)
3. **Run It** - click "Start" and get structured property data in seconds

No coding, no setup, no manual browsing required.

### 🎯 Business Use Cases

- 🏡 **Real estate investors** - track new land listings daily and identify undervalued properties before competitors
- 🤝 **Land brokers** - analyze comparable sales and active listings to build market reports for clients
- 📊 **Market researchers** - build databases of land pricing across regions, states, and property types
- 🏗️ **Developers** - find parcels matching specific acreage and price criteria for new projects
- 📈 **Data analysts** - create pricing dashboards and automate weekly market snapshots with scheduled runs
- 🌾 **Farm and ranch buyers** - monitor specific counties and states for new listings matching your criteria

### ❓ FAQ

🏡 **What is LandWatch?**
LandWatch.com is the leading online marketplace for rural real estate in the United States. It features listings for farms, ranches, hunting land, timberland, waterfront property, and more across all 50 states.

🔍 **Can I search by direct URL?**
Yes. You can paste any LandWatch search URL into the Start URL field. This lets you use all of LandWatch's native filters including county-level searches, keyword filters, and more.

📋 **What property types are available?**
Farms, ranches, hunting land, timberland, undeveloped land, homesites, recreational land, horse property, waterfront property, mineral rights, commercial land, and residential land.

⏱️ **How long does a run take?**
Most runs complete in under a minute. Collecting 100 listings typically takes just a few seconds.

📅 **How often is data updated?**
All data is scraped in real-time from LandWatch.com, so you always get the latest available listings with current prices and details.

### 🔗 Integrate LandWatch Scraper with any app

- [Make](https://docs.apify.com/platform/integrations/make) - Automate land monitoring workflows
- [Zapier](https://docs.apify.com/platform/integrations/zapier) - Get alerts when new listings match your criteria
- [Slack](https://docs.apify.com/platform/integrations/slack) - Get notified in your team channel
- [Google Drive](https://docs.apify.com/platform/integrations/drive) - Export listing data to spreadsheets
- [Webhooks](https://docs.apify.com/platform/integrations/webhooks) - Trigger actions when runs complete

### 💡 Recommended Actors

Looking for more real estate data tools? Check out these related actors:

| Actor | Description | Link |
|-------|-------------|------|
| Auction.com Property Scraper | Collect property auction data from Auction.com | [Link](https://apify.com/parseforge/auction-com-property-scraper) |
| REMAX Real Estate Scraper | Scrape real estate listings from REMAX | [Link](https://apify.com/parseforge/remax-scraper) |
| LoopNet Business Listings Scraper | Collect commercial real estate listings from LoopNet | [Link](https://apify.com/parseforge/loopnet-scraper) |
| James Edition Real Estate Scraper | Extract luxury real estate listings from JamesEdition | [Link](https://apify.com/parseforge/james-edition-real-estate-scraper) |
| duPont Registry Scraper | Collect luxury real estate and vehicle listings | [Link](https://apify.com/parseforge/dupont-registry-scraper) |

**Pro Tip:** 💡 Browse our complete collection of [data collection actors](https://apify.com/parseforge) to find the perfect tool for your needs.

### 🆘 Need Help?

- Check the FAQ section above for common questions
- Visit the [Apify documentation](https://docs.apify.com) for platform guides
- Contact us at [Tally contact form](https://tally.so/r/BzdKgA)

### ⚠️ Disclaimer

> This Actor is an independent tool and is not affiliated with, endorsed by, or connected to LandWatch.com or any of its subsidiaries. It accesses only publicly available data from LandWatch.com.

# Actor input Schema

## `startUrl` (type: `string`):

Direct LandWatch search URL. Overrides all filter options below. Example: https://www.landwatch.com/texas-farms-for-sale

## `maxItems` (type: `integer`):

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## `state` (type: `string`):

US state to search in. Ignored if Start URL is provided.

## `propertyType` (type: `string`):

Type of property to search for. Ignored if Start URL is provided.

## `minPrice` (type: `integer`):

Minimum listing price in USD. Ignored if Start URL is provided.

## `maxPrice` (type: `integer`):

Maximum listing price in USD. Ignored if Start URL is provided.

## `minAcres` (type: `integer`):

Minimum acreage. Ignored if Start URL is provided.

## `maxAcres` (type: `integer`):

Maximum acreage. Ignored if Start URL is provided.

## Actor input object example

```json
{
  "maxItems": 10,
  "state": "",
  "propertyType": ""
}
```

# Actor output Schema

## `overview` (type: `string`):

Overview of property listings with key fields

## `fullData` (type: `string`):

Complete dataset with all scraped property fields

# 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 = {
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/landwatch-scraper").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 = { "maxItems": 10 }

# Run the Actor and wait for it to finish
run = client.actor("parseforge/landwatch-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "maxItems": 10
}' |
apify call parseforge/landwatch-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parseforge/landwatch-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "LandWatch Scraper",
        "description": "Scrape rural land, farm, ranch, and property listings from LandWatch.com. Extract prices, acreage, beds, baths, locations, county data, broker info, and descriptions. Filter by state, property type, price range, and acreage. Covers 450,000+ listings across all US states.",
        "version": "0.0",
        "x-build-id": "MVIKulDzKddlfnuhn"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~landwatch-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-landwatch-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/parseforge~landwatch-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-landwatch-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/parseforge~landwatch-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-landwatch-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrl": {
                        "title": "Start URL",
                        "type": "string",
                        "description": "Direct LandWatch search URL. Overrides all filter options below. Example: https://www.landwatch.com/texas-farms-for-sale"
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
                    },
                    "state": {
                        "title": "State",
                        "enum": [
                            "",
                            "alabama",
                            "alaska",
                            "arizona",
                            "arkansas",
                            "california",
                            "colorado",
                            "connecticut",
                            "delaware",
                            "florida",
                            "georgia",
                            "hawaii",
                            "idaho",
                            "illinois",
                            "indiana",
                            "iowa",
                            "kansas",
                            "kentucky",
                            "louisiana",
                            "maine",
                            "maryland",
                            "massachusetts",
                            "michigan",
                            "minnesota",
                            "mississippi",
                            "missouri",
                            "montana",
                            "nebraska",
                            "nevada",
                            "new-hampshire",
                            "new-jersey",
                            "new-mexico",
                            "new-york",
                            "north-carolina",
                            "north-dakota",
                            "ohio",
                            "oklahoma",
                            "oregon",
                            "pennsylvania",
                            "rhode-island",
                            "south-carolina",
                            "south-dakota",
                            "tennessee",
                            "texas",
                            "utah",
                            "vermont",
                            "virginia",
                            "washington",
                            "west-virginia",
                            "wisconsin",
                            "wyoming"
                        ],
                        "type": "string",
                        "description": "US state to search in. Ignored if Start URL is provided.",
                        "default": ""
                    },
                    "propertyType": {
                        "title": "Property Type",
                        "enum": [
                            "",
                            "farm-land",
                            "ranch-land",
                            "hunting-land",
                            "timber-land",
                            "undeveloped-land",
                            "homesite-land",
                            "recreational-land",
                            "horse-land",
                            "waterfront-land",
                            "mineral-rights-land",
                            "commercial-land",
                            "residential-land"
                        ],
                        "type": "string",
                        "description": "Type of property to search for. Ignored if Start URL is provided.",
                        "default": ""
                    },
                    "minPrice": {
                        "title": "Min Price ($)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum listing price in USD. Ignored if Start URL is provided."
                    },
                    "maxPrice": {
                        "title": "Max Price ($)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum listing price in USD. Ignored if Start URL is provided."
                    },
                    "minAcres": {
                        "title": "Min Acres",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum acreage. Ignored if Start URL is provided."
                    },
                    "maxAcres": {
                        "title": "Max Acres",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum acreage. Ignored if Start URL is provided."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
