Zameen.com Real Estate Scraper avatar

Zameen.com Real Estate Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Zameen.com Real Estate Scraper

Zameen.com Real Estate Scraper

Zameen.com Real Estate Scraper is an Apify actor that extracts property listings from major cities in Pakistan. It gathers information such as prices, locations, bedrooms, bathrooms, area, property types, images, and URLs.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Zameen.com Real Estate Scraper — Apify Actor

Scrapes property listings from Zameen.com, Pakistan's largest real estate portal. Extracts price (with proper crore/lakh conversion), location, bedrooms, bathrooms, area, property type, and full listing URLs.

What it does

  • Converts "PKR 3.70 Crore"37,000,000 automatically
  • Falls back to slug-based extraction for listing_id, property_type, area
  • Deduplicates by listing_id
  • Streams results to the dataset as they're found
  • Supports Apify Proxy (recommended for production runs)

Input

FieldTypeDefaultDescription
cityenumlahoreCity to scrape. 11 options: Lahore, Karachi, Islamabad, Rawalpindi, Faisalabad, Multan, Peshawar, Quetta, Sialkot, Gujranwala, Hyderabad
purposeenumfor_salefor_sale or for_rent
max_pagesinteger3Pages to scrape (~25 listings each)
start_pageinteger1Page number to start from
max_listingsinteger0Hard cap on listings (0 = unlimited)
property_type_filterstring[][]Keep only listings matching these types (e.g. ["house", "apartment"])
include_rawbooleanfalseInclude the full raw Zameen JSON per record
request_delay_secondsinteger2Delay between paginated requests
proxy_configurationproxyApify Proxy onStandard Apify proxy editor

Output (per dataset record)

{
"listing_id": "53674259",
"title": "Lahore Bankers Avenue Cooperative Housing Society 10 Marla New Luxury House For Sale",
"price_pkr": 37000000,
"price_text": "PKR 3.70 Crore",
"currency": "PKR",
"location": "Bankers Avenue Cooperative Housing Society > Lahore",
"city": "Lahore",
"country": "Pakistan",
"bedrooms": 5,
"bathrooms": 5,
"area": 10,
"area_unit": "marla",
"property_type": "House",
"purpose": "for-sale",
"url": "https://www.zameen.com/Property/lahore_bankers_avenue_...html",
"image_url": "https://images.zameen.com/...jpg",
"scraped_at": "2026-05-13T07:00:00+00:00"
}