# Lahore Plots for Sale Data Extraction

**Use case:** 

Get detailed listings of plots for sale in Lahore. Access information on prices, area, and agent details, tailored for property insights.

## Input

```json
{
  "cities": [
    "Lahore"
  ],
  "propertyType": "Plots",
  "purpose": "for_sale",
  "scrapeDetails": false,
  "maxRecords": 80,
  "maxPages": 0,
  "requestDelay": 800,
  "startUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "area": {
    "label": "Area",
    "format": "number"
  },
  "areaUnit": {
    "label": "Unit",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "society": {
    "label": "Society",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Zameen.com Scraper | Pakistan Real Estate & Property Data](https://apify.com/haketa/zameen-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/zameen-scraper) to learn more, explore other use cases, and run it yourself.