# Scrape Lahore homes from Zameen

**Use case:** 

Collect public Zameen home listings for Lahore with price, location, beds, baths, area, agency, listing URL, and source page fields.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.zameen.com/Homes/Lahore-1-1.html"
    }
  ],
  "maxItems": 50,
  "maxPages": 2,
  "followPagination": true,
  "includeDetails": false,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "purpose": {
    "label": "Purpose",
    "format": "text"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "area": {
    "label": "Area",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "listingAge": {
    "label": "Added",
    "format": "text"
  },
  "updatedDate": {
    "label": "Updated",
    "format": "text"
  },
  "badgeLabels": {
    "label": "Badges",
    "format": "text"
  },
  "contactOptions": {
    "label": "Contact options",
    "format": "text"
  },
  "sourcePageUrl": {
    "label": "Source page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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