{
  "openapi": "3.0.1",
  "info": {
    "title": "Land.com Scraper | $0.8 / 1k | All-In-One",
    "description": "Extract structured Land.com property listings and agent profiles with contacts, pricing, acreage, locations, media, and broker data. Built for enterprise-grade land intelligence, lead enrichment, market analysis, and automated real estate data pipelines.",
    "version": "1.0",
    "x-build-id": "BqGbNtjxvHLYkBHfV"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~land-com-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-land-com-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/fatihtahta~land-com-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-land-com-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/fatihtahta~land-com-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-land-com-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": {
          "location": {
            "title": "Choose Where to Search",
            "type": "string",
            "description": "Enter a city, county, state, ZIP code, or similar place name to start a Land.com search. Use this when you want the actor to build the search for you based on location."
          },
          "property_type": {
            "title": "Choose Property Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more property types to narrow the results. If you choose multiple options, the actor searches each type so you can compare inventory across categories.",
            "items": {
              "type": "string",
              "enum": [
                "ranch",
                "homesite",
                "farm",
                "recreational",
                "timberland",
                "horse",
                "waterfront",
                "beachfront",
                "lakefront",
                "riverfront",
                "commercial",
                "hunting",
                "undeveloped"
              ],
              "enumTitles": [
                "Ranch",
                "Homesite",
                "Farm",
                "Recreational",
                "Timberland",
                "Horse",
                "Waterfront",
                "Beachfront",
                "Lakefront",
                "Riverfront",
                "Commercial",
                "Hunting",
                "Undeveloped"
              ]
            },
            "default": []
          },
          "sale_type": {
            "title": "Choose Sale Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Select the listing types you want included in location-based results. Keeping both options selected gives you the broadest view.",
            "items": {
              "type": "string",
              "enum": [
                "sale",
                "auction"
              ],
              "enumTitles": [
                "Sale",
                "Auction"
              ]
            },
            "default": [
              "sale",
              "auction"
            ]
          },
          "listing_status": {
            "title": "Choose Listing Statuses",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more listing statuses to include in the results. Keeping Available and Pending selected preserves the standard browsing view.",
            "items": {
              "type": "string",
              "enum": [
                "available",
                "pending",
                "sold",
                "off_market"
              ],
              "enumTitles": [
                "Available",
                "Pending",
                "Sold",
                "Off Market"
              ]
            },
            "default": [
              "available",
              "pending"
            ]
          },
          "publication_date": {
            "title": "Limit by Publish Date",
            "enum": [
              "past_24_hours",
              "past_7_days",
              "past_30_days",
              "past_60_days"
            ],
            "type": "string",
            "description": "Choose how recently a listing must have been published to be included. This helps surface fresh opportunities without manually sorting through older results."
          },
          "keyword": {
            "title": "Search for a Keyword",
            "type": "string",
            "description": "Enter a word or phrase to narrow results to listings that match that term on Land.com. Useful for targeting features such as cabins, hunting land, or owner financing."
          },
          "owner_financing": {
            "title": "Only Show Owner-Financed Listings",
            "type": "boolean",
            "description": "Enable this to limit results to properties that mention owner financing on Land.com.",
            "default": false
          },
          "nineral_rights": {
            "title": "Only Show Listings with Mineral Rights",
            "type": "boolean",
            "description": "Enable this to keep only properties that mention mineral rights in the listing details.",
            "default": false
          },
          "price_reduction_days": {
            "title": "Filter by Recent Price Reductions",
            "enum": [
              "past_3_days",
              "past_7_days",
              "past_30_days",
              "past_60_days",
              "past_90_days"
            ],
            "type": "string",
            "description": "Choose how recently a listing must have had a price reduction to appear in the results."
          },
          "have_media": {
            "title": "Require Certain Media",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more media types to include only listings that offer that content on Land.com.",
            "items": {
              "type": "string",
              "enum": [
                "virtual_tour",
                "video",
                "custom_map"
              ],
              "enumTitles": [
                "Virtual Tour",
                "Video",
                "Custom Map"
              ]
            },
            "default": []
          },
          "activites": {
            "title": "Choose an Activity Focus",
            "enum": [
              "aquatic_sporting",
              "aviation",
              "beach",
              "boating",
              "camping",
              "canoeing_kayaking",
              "conservation",
              "fishing",
              "golfing",
              "horseback_riding",
              "hunting",
              "off_roading",
              "rving",
              "skiing"
            ],
            "type": "string",
            "description": "Choose an activity category to focus the search on listings aligned with that use."
          },
          "hoa": {
            "title": "Set HOA Preferences",
            "enum": [
              "no",
              "yes_mandatory",
              "yes_voluntary"
            ],
            "type": "string",
            "description": "Choose whether results should include properties with no HOA, mandatory HOA, or voluntary HOA."
          },
          "housing_type": {
            "title": "Choose a Housing Type",
            "enum": [
              "barndominium",
              "cabin",
              "cottage",
              "guest_house",
              "lake_house",
              "mobile_home",
              "tiny_home"
            ],
            "type": "string",
            "description": "Select a housing type to keep the search aligned with the kind of residence or structure you want on the property."
          },
          "geography": {
            "title": "Choose a Geographic Setting",
            "enum": [
              "beachfront",
              "desert",
              "island",
              "lakefront",
              "mountain",
              "off_grid",
              "resort",
              "riverfront",
              "rural"
            ],
            "type": "string",
            "description": "Select the landscape or setting you want the property to match."
          },
          "land_usage": {
            "title": "Choose a Land Use",
            "enum": [
              "homestead",
              "hobby_farm",
              "orchard",
              "pasture",
              "poultry_farm",
              "vineyard"
            ],
            "type": "string",
            "description": "Select a land-use category to focus results on properties that fit that purpose."
          },
          "sort_by": {
            "title": "Set the Sort Order",
            "enum": [
              "default",
              "acres_small_to_large",
              "acres_large_to_small",
              "newest",
              "price_low_to_high",
              "price_high_to_low",
              "price_per_acre_low_to_high",
              "price_per_acre_high_to_low",
              "recently_updated"
            ],
            "type": "string",
            "description": "Select how Land.com should sort the results, such as newest listings, lowest price, or largest acreage first.",
            "default": "default"
          },
          "residence": {
            "title": "Choose Residence Preference",
            "enum": [
              "either",
              "yes",
              "no"
            ],
            "type": "string",
            "description": "Select whether you want properties with a residence, without a residence, or either.",
            "default": "either"
          },
          "min_bedroom": {
            "title": "Set a Minimum Bedroom Count",
            "enum": [
              "1_plus",
              "2_plus",
              "3_plus",
              "4_plus",
              "5_plus"
            ],
            "type": "string",
            "description": "Choose the fewest bedrooms a property must have to appear in the results."
          },
          "min_bathroom": {
            "title": "Set a Minimum Bathroom Count",
            "enum": [
              "1_plus",
              "2_plus",
              "3_plus",
              "4_plus",
              "5_plus"
            ],
            "type": "string",
            "description": "Choose the fewest bathrooms a property must have to appear in the results."
          },
          "min_price": {
            "title": "Set a Minimum Price",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the lowest listing price you want included in the search results."
          },
          "max_price": {
            "title": "Set a Maximum Price",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the highest listing price you want included in the search results."
          },
          "min_acre": {
            "title": "Set a Minimum Acreage",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the smallest parcel size, in acres, that should be included in the results."
          },
          "max_acre": {
            "title": "Set a Maximum Acreage",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the largest parcel size, in acres, that should be included in the results."
          },
          "min_area": {
            "title": "Set a Minimum Building Area",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the smallest building area, in square feet, that a listing must have to be included."
          },
          "max_area": {
            "title": "Set a Maximum Building Area",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the largest building area, in square feet, that a listing can have to be included."
          },
          "agents_search": {
            "title": "Search Agents Instead of Listings",
            "type": "boolean",
            "description": "When enabled, the actor ignores the standard listing query-builder filters and builds requests from the agent search flow instead.",
            "default": false
          },
          "agents_location": {
            "title": "Required. Choose an Agent Search Area (City, County or State)",
            "type": "string",
            "description": "Enter a city, county, or state for the agent scraping flow. This field is used when agent search mode is enabled."
          },
          "agents_type": {
            "title": "Choose an Agent Type (Optional)",
            "enum": [
              "all",
              "real_estate_broker",
              "real_estate_agent",
              "land_auctioneer",
              "property_owner",
              "land_retailer"
            ],
            "type": "string",
            "description": "Select which seller profile type to request from Land.com's broker directory. Leave it on All for the default mixed results.",
            "default": "all"
          },
          "maximize_coverage": {
            "title": "Get more than 520 listings per search",
            "type": "boolean",
            "description": "Enable this to cast a wider net from each starting point and capture more matching listings. Leave it off when you want tighter, more direct results.",
            "default": true
          },
          "limit": {
            "title": "Limit Saved Listings per Search",
            "minimum": 1,
            "type": "integer",
            "description": "Choose the maximum number of listings to save for each start URL or location search. Smaller limits are useful for testing; larger limits give deeper coverage."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}