PropTiger Scraper avatar

PropTiger Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
PropTiger Scraper

PropTiger Scraper

Scrape PropTiger - India's leading real estate portal covering Mumbai, Bangalore, Delhi, Pune, Hyderabad, and 50+ cities. Get residential and commercial property listings with price, area, builder info, and images.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

14 days ago

Last modified

Share

Scrape real estate project listings from PropTiger — one of India's leading property portals. Extract residential projects across Mumbai, Bangalore, Delhi, Pune, Hyderabad, and 8 other major Indian cities with pricing, builder info, project status, and location data.

What data you can extract

  • Project ID, name, and city
  • Locality and full address
  • Builder / developer name
  • Minimum and maximum price (in INR)
  • Project status (Completed, Under Construction, New Launch, Ready to Move)
  • Transaction type (sale or rent)
  • GPS coordinates (latitude/longitude)
  • Property images
  • Listing URL on PropTiger

Scraping modes

ModeDescription
forSaleScrape residential projects for sale
forRentScrape rental properties
byUrlScrape specific PropTiger project or listing URLs

Supported cities

Mumbai, Bangalore, Delhi, Pune, Hyderabad, Chennai, Kolkata, Ahmedabad, Noida, Gurgaon, Navi Mumbai, Thane

Input configuration

FieldTypeDescription
modeSelectScraping mode (forSale / forRent / byUrl)
citySelectTarget city (required)
minPriceNumberMinimum price in INR
maxPriceNumberMaximum price in INR
propertyUrlsListDirect PropTiger URLs (for byUrl mode)
maxItemsNumberMaximum number of results (1–1000, default 15)

Example input

{
"mode": "forSale",
"city": "mumbai",
"maxPrice": 10000000,
"maxItems": 50
}

Example output

{
"projectId": "1448323",
"name": "Centre Park",
"city": "Mumbai",
"locality": "Dombivali",
"address": "Dombivali, Mumbai",
"builderName": "Lodha Group",
"minPrice": 4549026,
"maxPrice": 7798648,
"currency": "INR",
"projectStatus": "Completed",
"latitude": 19.16243362,
"longitude": 73.11194611,
"imageUrl": "https://im.proptiger.com/1/1448323/6/centre-park.jpeg",
"listingUrl": "https://www.proptiger.com/mumbai/dombivali/lodha-group-centre-park-1448323",
"transactionType": "sale",
"recordType": "property",
"sourceUrl": "https://www.proptiger.com/mumbai/property-sale",
"scrapedAt": "2026-06-01T12:00:00+00:00"
}

Use cases

  • India real estate market research — track new project launches across major metros
  • Price trend analysis — monitor price bands by city, locality, and builder
  • Builder research — discover which developers are most active in each market
  • Investment screening — filter projects by city and price range at scale
  • Competitive analysis — compare project pricing for specific localities

FAQ

Does it require login or cookies? No. All project data is extracted from server-rendered HTML — no authentication needed.

Why are there typically 15–20 results per city? PropTiger's listing pages show featured projects. Set maxItems higher to capture more as additional pages are fetched.

Does it cover all Indian cities? The 12 major metropolitan areas are supported. These cover the majority of the Indian residential real estate market.

What currency are prices in? All prices are in Indian Rupees (INR).

How do I get rental listings? Set mode to forRent — this will scrape the property-rent section for your chosen city.