99acres Properties Search Scraper avatar

99acres Properties Search Scraper

Pricing

from $15.00 / 1,000 results

Go to Apify Store
99acres Properties Search Scraper

99acres Properties Search Scraper

Extract detailed property listings directly from 99acres, including sale and rental prices, geo coordinates, BHK details, amenities, agent contacts, and builder information. Ideal for housing market analysis, price trend tracking, and real estate investment research.

Pricing

from $15.00 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

99acres Property Search Scraper

Extract property listings directly from 99acres.com — India's most-used property portal — for any city, locality, or search filter. Provide one or more 99acres search result URLs and get a structured dataset with prices, areas, BHK configurations, locality details, agent contacts, and RERA information for residential and commercial properties.

What You Can Do With This

  • Research property prices in any Indian city — pull dozens or hundreds of listings from Mumbai, Delhi, Bengaluru, Hyderabad, Chennai, or Pune in one run
  • Find below-market deals — compare listing prices against market averages and flag underpriced properties
  • Contact listing agents at scale — collect agent names and phone numbers from multiple listings for outreach
  • Track how property prices change over time — run on a schedule and compare price trends across neighbourhoods
  • Build datasets for investment analysis — combine BHK count, area, price, and locality data for yield calculations

Sample Input

{
"searchUrls": [
"https://www.99acres.com/search/property/buy/chennai-west?city=36&preference=S&area_unit=1&res_com=R"
],
"maxItems": 50
}

Sample Output

{
"propertyId": "R001234567",
"propertyType": "Apartment",
"propertyUrl": "https://www.99acres.com/3-bhk-flat-for-sale-in-bandra-west-mumbai-R001234567-id.html",
"price": {
"displayPrice": "₹2.5 Cr",
"min": 25000000,
"max": 25000000
},
"area": {
"min": 1100,
"max": 1100,
"unit": "sq ft"
},
"propertyDetails": {
"name": "Raheja Classique",
"bedrooms": 3,
"bathrooms": 3
},
"location": {
"address": "Bandra West, Mumbai"
},
"dates": {
"posted": "2025-05-01"
},
"contact": {
"name": "Raheja Realty"
},
"verification": {
"isReraRegistered": true
},
"scrapedAt": "2025-05-19T12:00:00.000Z"
}