# Land Plots for Sale in Lithuania

**Use case:** 

Export Lithuanian land plots for sale: asking price, price per m2, plot size in ares, district and street, nationwide. CSV, JSON or Excel.

## Input

```json
{
  "locations": [
    "all-lithuania"
  ],
  "listingType": "sale",
  "propertyCategory": "land",
  "maxResults": 30,
  "fetchDetails": false,
  "priceMin": 0,
  "priceMax": 0,
  "pricePerSqmMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "floorMin": 0,
  "floorMax": 0,
  "buildYearMin": 0,
  "buildYearMax": 0,
  "listedWithinDays": "0",
  "sortBy": "AddDate",
  "searchUrls": []
}
```

## Output

```json
{
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "integer"
  },
  "listingUrl": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏷️ Property",
    "format": "string"
  },
  "mainImageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "listingType": {
    "label": "🏷️ Sale or rent",
    "format": "string"
  },
  "propertyCategory": {
    "label": "🏘️ Property type",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "priceText": {
    "label": "🏷️ Price as shown",
    "format": "string"
  },
  "priceTo": {
    "label": "💰 Price to (range adverts)",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "pricePerSqm": {
    "label": "📊 Price per m²",
    "format": "number"
  },
  "rooms": {
    "label": "🛏️ Rooms",
    "format": "integer"
  },
  "areaSqm": {
    "label": "📏 Size m²",
    "format": "number"
  },
  "areaSqmTo": {
    "label": "📏 Size to (range adverts)",
    "format": "number"
  },
  "plotAreaAres": {
    "label": "🌳 Plot (ares)",
    "format": "number"
  },
  "floor": {
    "label": "🪜 Floor",
    "format": "integer"
  },
  "floorsTotal": {
    "label": "🏢 Floors in building",
    "format": "integer"
  },
  "buildYear": {
    "label": "📅 Year built",
    "format": "integer"
  },
  "renovationYear": {
    "label": "🔨 Renovated",
    "format": "integer"
  },
  "heating": {
    "label": "🔥 Heating",
    "format": "string"
  },
  "condition": {
    "label": "🛠️ Finish",
    "format": "string"
  },
  "buildingType": {
    "label": "🧱 Building type",
    "format": "string"
  },
  "purpose": {
    "label": "🏷️ Permitted use",
    "format": "string"
  },
  "energyClass": {
    "label": "⚡ Energy class",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "district": {
    "label": "📍 District",
    "format": "string"
  },
  "street": {
    "label": "🛣️ Street",
    "format": "string"
  },
  "addressText": {
    "label": "🗺️ Full address",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "isNewDevelopment": {
    "label": "🏗️ New development",
    "format": "boolean"
  },
  "projectName": {
    "label": "🏘️ Development name",
    "format": "string"
  },
  "sellerName": {
    "label": "👤 Advertiser",
    "format": "string"
  },
  "sellerPhone": {
    "label": "📞 Advertiser phone",
    "format": "string"
  },
  "sellerType": {
    "label": "🏢 Advertiser type",
    "format": "string"
  },
  "descriptionText": {
    "label": "📝 Advert text",
    "format": "string"
  },
  "propertyTypeLabel": {
    "label": "🏡 Advert headline",
    "format": "string"
  },
  "windowOrientation": {
    "label": "🧭 Window direction",
    "format": "string"
  },
  "features": {
    "label": "✨ Features",
    "format": "array"
  },
  "extraRooms": {
    "label": "🚪 Extra rooms",
    "format": "array"
  },
  "security": {
    "label": "🔒 Security",
    "format": "array"
  },
  "houseNumber": {
    "label": "🔢 House number",
    "format": "string"
  },
  "attributes": {
    "label": "📋 All listed attributes",
    "format": "object"
  },
  "imageUrls": {
    "label": "🖼️ All photos",
    "format": "array"
  },
  "photoCount": {
    "label": "📸 Photos",
    "format": "integer"
  },
  "hasDetail": {
    "label": "📄 Detail fetched",
    "format": "boolean"
  },
  "listingUid": {
    "label": "🔑 Aruodas object key",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔎 Search URL",
    "format": "string"
  },
  "searchPage": {
    "label": "📄 Result page",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "🕒 Collected at",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Note",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Aruodas Property Scraper](https://apify.com/sian.agency/aruodas-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/aruodas-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/aruodas-property-scraper.md

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