# Search Homes in Lahore, Karachi and Islamabad in One Run

**Use case:** 

Get one clean row per property listing for sale across Lahore, Karachi and Islamabad from a single run, no login required. $2 per 1,000 returned.

## Input

```json
{
  "searches": [
    "Lahore",
    "Karachi",
    "Islamabad-3"
  ],
  "testRun": false,
  "onlyFound": false,
  "includeKeywords": [],
  "excludeKeywords": [],
  "purpose": "for-sale",
  "propertyType": "Homes",
  "maxListingsPerSearch": 30,
  "deltaMode": false,
  "deltaName": "",
  "alertOnNew": true,
  "alertOnPriceDrop": true,
  "minPriceDropPct": 5,
  "skipFirstRun": false,
  "includeSellerInfo": false,
  "columns": [
    "searchQuery",
    "listingCount",
    "totalAvailable",
    "truncated",
    "newCount",
    "priceDropCount",
    "monitorStatus",
    "listings",
    "listingId",
    "title",
    "price",
    "currency",
    "purpose",
    "postedAt",
    "updatedAt",
    "city",
    "area",
    "category",
    "rooms",
    "baths",
    "areaSqm",
    "agencyName",
    "isVerified",
    "isFeatured",
    "imageUrl",
    "photoCount",
    "changeType",
    "isNew",
    "previousPrice",
    "priceDropPct",
    "firstSeenAt",
    "url"
  ],
  "expandRows": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "query": {
    "label": "Location submitted",
    "format": "string"
  },
  "found": {
    "label": "Found?",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "message": {
    "label": "Details",
    "format": "string"
  },
  "searchQuery": {
    "label": "Location searched",
    "format": "string"
  },
  "listingCount": {
    "label": "Listings returned",
    "format": "number"
  },
  "totalAvailable": {
    "label": "Total matching on Zameen",
    "format": "number"
  },
  "truncated": {
    "label": "More results were available",
    "format": "boolean"
  },
  "newCount": {
    "label": "New listings this run",
    "format": "number"
  },
  "priceDropCount": {
    "label": "Price drops this run",
    "format": "number"
  },
  "monitorStatus": {
    "label": "Monitoring status (quiet / seeded runs)",
    "format": "string"
  },
  "listings": {
    "label": "All listings found (full list)",
    "format": "array"
  },
  "listingId": {
    "label": "Zameen listing ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (PKR)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "purpose": {
    "label": "For sale or for rent",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "updatedAt": {
    "label": "Last updated at",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "area": {
    "label": "Area / neighbourhood",
    "format": "string"
  },
  "category": {
    "label": "Property category",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms / bedrooms",
    "format": "number"
  },
  "baths": {
    "label": "Bathrooms",
    "format": "number"
  },
  "areaSqm": {
    "label": "Area (sq. meters)",
    "format": "number"
  },
  "agencyName": {
    "label": "Listing agency (business name)",
    "format": "string"
  },
  "isVerified": {
    "label": "Verified by Zameen",
    "format": "boolean"
  },
  "isFeatured": {
    "label": "Is this a featured/boosted ad?",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "photoCount": {
    "label": "Photo count",
    "format": "number"
  },
  "changeType": {
    "label": "new / price-drop / seen",
    "format": "string"
  },
  "isNew": {
    "label": "Is this listing new?",
    "format": "boolean"
  },
  "previousPrice": {
    "label": "Previous price (PKR)",
    "format": "number"
  },
  "priceDropPct": {
    "label": "Price drop %",
    "format": "number"
  },
  "firstSeenAt": {
    "label": "First seen on a run",
    "format": "string"
  },
  "url": {
    "label": "Listing link",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zameen Scraper: Pakistan Property Listing Alerts](https://apify.com/accountable_eel/zameen-listing-lookup.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/accountable_eel/zameen-listing-lookup.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/accountable_eel/zameen-listing-lookup.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
