# Land.com Scraper (`memo23/land-search-cheerio`) Actor

Unlock the full potential of Land.com with this powerful scraper! Efficiently extract detailed property listings, including prices, acreage, media, and descriptions, to save time and make data-driven decisions. Perfect for real estate pros, investors, and researchers!

- **URL**: https://apify.com/memo23/land-search-cheerio.md
- **Developed by:** [Muhamed Didovic](https://apify.com/memo23) (community)
- **Categories:** Real estate, Automation, Lead generation
- **Stats:** 56 total users, 0 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$30.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

### Overview

The **Land.com Scraper** is a highly effective tool designed to extract comprehensive property listings from [Land.com](https://www.land.com/). Whether you're a real estate investor, researcher, or developer, this scraper provides detailed data to help you analyze and evaluate land opportunities efficiently.

***

There are two versions of the Land.com Scraper available:

- **Rentable Version:** [Land.com Scraper (Rent)](https://apify.com/memo23/land-search-cheerio)
- **Pay Per Result Version:** [Land.com Scraper (Pay Per Result)](https://apify.com/memo23/land-search-cheerio-ppr) — this actor version bypasses the limits imposed by the Land.com site.

***

### Features

- **Customizable Input Parameters**:
  - Start scraping from specific URLs.
  - Limit the number of listings to scrape per session.

- **Efficient Data Extraction**:
  - Handles pagination to ensure all listings are captured.
  - Automatically retries failed requests for seamless scraping.

- **Proxy Integration**:
  - Supports proxies to ensure anonymity and reliability.

- **Detailed Data Output**:
  - Extracts property details such as location, price, acreage, description, amenities, and contact information.

***

### How to Use

1. **Set Up**: Ensure you have an Apify account and access to the Apify platform.
2. **Provide Input Data**: Input specific scraping parameters, such as start URLs and maximum items to scrape.
3. **Adjust Scraper Settings**: Configure settings like `maxConcurrency`, `minConcurrency`, and `maxRequestRetries` to optimize performance.
4. **Run the Scraper**: Execute the scraper on the Apify platform.
5. **Download Results**: Export the scraped data in your preferred format (JSON, CSV, Excel).

***

### Input Configuration

To use the scraper, configure the input parameters as follows:

```json
{
    "startUrls": [
        {
            "url": "https://www.land.com/Florida/beachfront-property/"
        }
    ],
    "maxItems": 100,
    "maxConcurrency": 10,
    "minConcurrency": 1,
    "maxRequestRetries": 100,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"]
    }
}
```

#### Input Fields Explanation

- **Start URLs** (`startUrls`): The URLs from which the scraper will begin extracting data.
  - Example: `https://www.land.com/Florida/beachfront-property/`.
- **Max Items** (`maxItems`): Maximum number of listings to scrape per run. Default is `100`.
- **Max Concurrency** (`maxConcurrency`): Maximum number of pages processed simultaneously. Default is `10`.
- **Min Concurrency** (`minConcurrency`): Minimum number of pages processed simultaneously. Default is `1`.
- **Max Request Retries** (`maxRequestRetries`): Number of retries for failed requests. Default is `100`.
- **Proxy Configuration** (`proxy`): Settings for reliable and anonymous scraping. Default uses Apify's Residential Proxy.

***

### Output Structure

The scraper produces a structured JSON output containing detailed information for each property listing. Below is an example of the output with an explanation of the fields:

```json
{
    "accountId": 3979147,
    "acres": 60.34,
    "address": {
        "address1": "438 NE English Ivy Trail",
        "address2": "",
        "city": "Pinetta",
        "state": 12,
        "stateAbbreviation": "FL",
        "stateName": "Florida",
        "zip": "32350"
    },
    "adTargetingPta": "farms",
    "areaLabel": "60.34 acres",
    "attachments": [
        {
            "caption": "Aerial Map",
            "docsPath": "https://files.realstack.com/uploads/.../RcjXEv4lKQ7zBkbc.pdf",
            "documentId": 5342762325,
            "documentTypeId": 20,
            "filename": "RcjXEv4lKQ7zBkbc.pdf",
            "isExternal": true,
            "uploadedAccountFileId": 0,
            "uploadedPropertyFileId": 2566093,
            "url": "https://files.realstack.com/uploads/.../RcjXEv4lKQ7zBkbc.pdf"
        }
    ],
    "auctionAddress": null,
    "auctionCity": null,
    "auctionDate": "01/01/0001, 12:00 AM",
    "auctionId": null,
    "auctionState": "UNDEFINED",
    "auctionTitle": null,
    "auctionUrl": null,
    "baths": 1,
    "beds": 1,
    "breadcrumbSchema": "{\"@context\":\"https://schema.org/",\"@type\":\"BreadcrumbList\"}",
    "canDisplay": false,
    "canonicalUrl": "/property/438-NE-English-Ivy-Trail-Pinetta-Florida-32350/20571851/",
    "city": {
        "id": 21021,
        "countyId": 6194,
        "name": "Pinetta",
        "latitude": 30.5941,
        "longitude": -83.35237
    },
    "county": {
        "id": 6194,
        "fips": 12079,
        "name": "Madison County"
    },
    "description": [
        "Situated on beautiful rolling topography..."
    ],
    "externalLink": "https://www.mossyoakproperties.com/property...",
    "halfBaths": 0,
    "homesqft": 896,
    "imageDocumentIds": [5342842217, 5342842249],
    "imageInfo": [
        {
            "documentId": 5342842217,
            "height": 960,
            "width": 1280,
            "label": "Main Photo"
        }
    ],
    "isDiamond": false,
    "isGold": true,
    "isResidence": true,
    "latitude": 30.576742,
    "listingDate": "2024-06-04",
    "listingId": 20571851,
    "price": 1275000,
    "title": "60 Acre Homestead/Hobby Farm",
    "types": ["Farms", "Residential Property"],
    "state": {
        "stateId": 12,
        "stateAbbreviation": "FL",
        "stateName": "Florida"
    }
}
```

#### Field Descriptions

##### General Information

- **accountId**: Unique identifier for the account managing the listing.
- **acres**: Total size of the property in acres.
- **address**: Property address details.
  - **address1**: Street address.
  - **city**: City of the property.
  - **stateAbbreviation**: State abbreviation.
  - **stateName**: Full state name.
  - **zip**: ZIP code.
- **price**: Property listing price.
- **title**: Title of the listing.
- **types**: Categories of the property (e.g., Farms, Residential Property).

##### Media and Documents

- **attachments**: Related documents and media for the property.
  - **caption**: Description of the attachment.
  - **url**: Link to the attachment.
- **imageInfo**: Array of images related to the property.
  - **label**: Description of the image.
  - **url**: Image URL.

##### Additional Details

- **beds**: Number of bedrooms.
- **baths**: Number of bathrooms.
- **halfBaths**: Number of half bathrooms.
- **latitude/longitude**: Geolocation of the property.
- **listingDate**: Date when the listing was created.

***

### Benefits of the Land.com Scraper

- Automates property data collection, saving hours of manual work.
- Provides detailed, accurate, and structured data for analysis.
- Customizable input options for targeted scraping.
- Reliable performance with proxy integration for anonymity.

***

### Why Choose the Land.com Scraper?

## The Land.com Scraper is an indispensable tool for real estate professionals, developers, and investors. It streamlines property research by delivering high-quality, actionable data directly from Land.com, enabling better decision-making and saving time.

### Explore More Scrapers

If you found this actor useful, check out other powerful scrapers and actors at [memo23's Apify profile](https://apify.com/memo23). We offer a wide range of tools to enhance your web scraping and automation needs.

***

### Support

- For issues or feature requests, please use the [Issues](https://console.apify.com/actors/ftbw0YFo17iTQ2qjv/issues) section of this actor.
- For further assistance, contact the author:
  - Author's website: <https://muhamed-didovic.github.io/>
  - Email: <muhamed.didovic@gmail.com>

***

### Additional Services

- Request customization or a full dataset: <muhamed.didovic@gmail.com>
- Need other platforms scraped? Contact <muhamed.didovic@gmail.com>
- For API services of this scraper, reach out to <muhamed.didovic@gmail.com>

***

### 🤖 For AI Agents & LLM Apps

Compact reference for AI agents calling this actor via the [Apify MCP server](https://mcp.apify.com) or the Apify API (actor: `memo23/land-search-cheerio-ppr`).

**Purpose:** Extract land and rural-property listings from Land.com — one structured row per property — from any Land.com search, state, or property URL; this is the Pay-Per-Result version that bypasses the site's result limits.

**Minimal input:**

```json
{
  "startUrls": [{ "url": "https://www.land.com/Florida/beachfront-property/" }],
  "maxItems": 50,
  "downloadImages": false,
  "maxImages": 10,
  "maxConcurrency": 10,
  "minConcurrency": 1,
  "maxRequestRetries": 100,
  "enrichEmails": false,
  "qualifyByPayment": false,
  "proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
```

**Output:** one row per property listing — `listingId`, `accountId`, `title`, `price`, `acres`, `areaLabel`, `address` (`address1`, `city`, `stateAbbreviation`, `stateName`, `zip`), `city`, `county`, `state`, `latitude`, `longitude`, `beds`, `baths`, `halfBaths`, `homesqft`, `types`, `description`, `listingDate`, `canonicalUrl`, `externalLink`, `imageInfo`, `attachments`. Opt-in fields: `contactEmail`, `contactWebsite`, `emailEnrichment` (with `enrichEmails`); `takesPayments`, `paymentProcessors`, `stripeLiveKey`, `paymentConfidence` (with `qualifyByPayment`).

**Behaviors an agent should know:**

- `startUrls` drives the run — paste any Land.com search, state, or property URL; the scraper auto-paginates.
- Always set `maxItems` to cap results — this is the Pay-Per-Result version, billed per row returned.
- `enrichEmails` (opt-in) adds `contactEmail`/`contactWebsite`/`emailEnrichment`, billed per email found and only when one is returned, never for misses.
- `qualifyByPayment` requires `enrichEmails`; it reuses the pages already fetched (no extra cost) to add `takesPayments`/`paymentProcessors`/`stripeLiveKey`/`paymentConfidence`.
- `downloadImages` stores up to `maxImages` images per listing in the Key-Value Store.
- Public listing pages only — no authenticated or login-gated content.
- Billed per result; enrichment billed per email found. See the Pricing tab on the actor page for exact rates.

***

### ⚠️ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by CoStar Group, Inc., the Land.com Network, or any of their subsidiaries or affiliates. All trademarks mentioned are the property of their respective owners.

The scraper accesses only publicly available property-listing pages — no authenticated endpoints, paid features, or content behind a Land.com login. Users are responsible for ensuring their use complies with Land.com's Terms of Service, applicable data-protection law (GDPR, CCPA, etc.), and any contractual obligations of their own organization.

***

### SEO Keywords

land.com scraper, scrape land.com, land.com api, land.com property scraper, land listings scraper, land for sale scraper, rural land data, farm and ranch listings scraper, acreage listings api, real estate data extraction, property price data, land investment research, real estate lead generation, land market analysis, rural property data, land.com csv export, land.com json export, LandWatch alternative scraper

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## `downloadImages` (type: `boolean`):

Set to true if you want to download images to Apify's Key-Value Store so you can download them to your computer

## `maxImages` (type: `integer`):

Maximum number of images to download per listing.

## `maxConcurrency` (type: `integer`):

Maximum number of pages that can be processed at the same time.

## `minConcurrency` (type: `integer`):

Minimum number of pages that will be processed at the same time.

## `maxRequestRetries` (type: `integer`):

Number of times the crawler will retry a failed request before giving up.

## `enrichEmails` (type: `boolean`):

If enabled, finds a contact email for each result from its own website (or by discovering it from the name). Adds contactEmail + contactWebsite columns plus a detailed emailEnrichment object. Billed per contact email found; only charged when an email is returned, never for misses.

## `qualifyByPayment` (type: `boolean`):

Requires "Enrich with contact emails". Scans each business's website — reusing the pages already fetched for email discovery, so no extra cost or time — for payment processors and e-commerce platforms (Stripe, Shopify, PayPal, Paddle, Lemon Squeezy, WooCommerce, Square, Chargebee and more). Adds takesPayments (is this a real paying business?), paymentProcessors (which stack), stripeLiveKey (the public key if exposed) and paymentConfidence. Turn raw contacts into monetization-qualified leads. No extra charge — included with each enriched company.

## `proxy` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.<br><br>For details, see <a href='https://apify.com/apify/web-scraper#proxy-configuration' target='_blank' rel='noopener'>Proxy configuration</a> in README.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.land.com/Florida/beachfront-property/"
    }
  ],
  "downloadImages": false,
  "maxImages": 10,
  "maxConcurrency": 10,
  "minConcurrency": 1,
  "maxRequestRetries": 100,
  "enrichEmails": false,
  "qualifyByPayment": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {
    "startUrls": [
        {
            "url": "https://www.land.com/Florida/beachfront-property/"
        }
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("memo23/land-search-cheerio").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 = {
    "startUrls": [{ "url": "https://www.land.com/Florida/beachfront-property/" }],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("memo23/land-search-cheerio").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 '{
  "startUrls": [
    {
      "url": "https://www.land.com/Florida/beachfront-property/"
    }
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call memo23/land-search-cheerio --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,memo23/land-search-cheerio"
        }
    }
}

```

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/ftbw0YFo17iTQ2qjv/builds/2kgQDg1ih7oobCVb6/openapi.json
