Land.com Scraper avatar

Land.com Scraper

Try for free

2 hours trial then $25.00/month - No credit card required now

Go to Store
Land.com Scraper

Land.com Scraper

memo23/land-search-cheerio
Try for free

2 hours trial then $25.00/month - No credit card required now

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!

Overview

The Land.com Scraper is a highly effective tool designed to extract comprehensive property listings from 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.


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:

1{
2    "startUrls": [
3        {
4            "url": "https://www.land.com/Florida/beachfront-property/"
5        }
6    ],
7    "maxItems": 100,
8    "maxConcurrency": 10,
9    "minConcurrency": 1,
10    "maxRequestRetries": 100,
11    "proxy": {
12        "useApifyProxy": true,
13        "apifyProxyGroups": ["RESIDENTIAL"]
14    }
15}

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:

1{
2    "accountId": 3979147,
3    "acres": 60.34,
4    "address": {
5        "address1": "438 NE English Ivy Trail",
6        "address2": "",
7        "city": "Pinetta",
8        "state": 12,
9        "stateAbbreviation": "FL",
10        "stateName": "Florida",
11        "zip": "32350"
12    },
13    "adTargetingPta": "farms",
14    "areaLabel": "60.34 acres",
15    "attachments": [
16        {
17            "caption": "Aerial Map",
18            "docsPath": "https://files.realstack.com/uploads/.../RcjXEv4lKQ7zBkbc.pdf",
19            "documentId": 5342762325,
20            "documentTypeId": 20,
21            "filename": "RcjXEv4lKQ7zBkbc.pdf",
22            "isExternal": true,
23            "uploadedAccountFileId": 0,
24            "uploadedPropertyFileId": 2566093,
25            "url": "https://files.realstack.com/uploads/.../RcjXEv4lKQ7zBkbc.pdf"
26        }
27    ],
28    "auctionAddress": null,
29    "auctionCity": null,
30    "auctionDate": "01/01/0001, 12:00 AM",
31    "auctionId": null,
32    "auctionState": "UNDEFINED",
33    "auctionTitle": null,
34    "auctionUrl": null,
35    "baths": 1,
36    "beds": 1,
37    "breadcrumbSchema": "{\"@context\":\"https://schema.org\",\"@type\":\"BreadcrumbList\"}",
38    "canDisplay": false,
39    "canonicalUrl": "/property/438-NE-English-Ivy-Trail-Pinetta-Florida-32350/20571851/",
40    "city": {
41        "id": 21021,
42        "countyId": 6194,
43        "name": "Pinetta",
44        "latitude": 30.5941,
45        "longitude": -83.35237
46    },
47    "county": {
48        "id": 6194,
49        "fips": 12079,
50        "name": "Madison County"
51    },
52    "description": [
53        "Situated on beautiful rolling topography..."
54    ],
55    "externalLink": "https://www.mossyoakproperties.com/property...",
56    "halfBaths": 0,
57    "homesqft": 896,
58    "imageDocumentIds": [5342842217, 5342842249],
59    "imageInfo": [
60        {
61            "documentId": 5342842217,
62            "height": 960,
63            "width": 1280,
64            "label": "Main Photo"
65        }
66    ],
67    "isDiamond": false,
68    "isGold": true,
69    "isResidence": true,
70    "latitude": 30.576742,
71    "listingDate": "2024-06-04",
72    "listingId": 20571851,
73    "price": 1275000,
74    "title": "60 Acre Homestead/Hobby Farm",
75    "types": ["Farms", "Residential Property"],
76    "state": {
77        "stateId": 12,
78        "stateAbbreviation": "FL",
79        "stateName": "Florida"
80    }
81}

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 the Virtuals.io Scraper useful, check out other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs.


Support


Additional Services

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 3 days ago