99acres Projects Search Scraper avatar

99acres Projects Search Scraper

Pricing

Pay per usage

Go to Apify Store
99acres Projects Search Scraper

99acres Projects Search Scraper

Scrape 99acres new project search results with developer info, configurations, RERA, and optional deep scraping.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract new real estate project listings from 99acres.com project search pages. Captures project names, developer info, configurations (2BHK/3BHK/etc.), pricing, RERA status, and more.

Features

  • Project search extraction — scrape all projects from any 99acres project search URL
  • Automatic pagination — continues to next pages until maxItems is reached
  • Deep scraping mode — opens each project's detail page for full description, amenities, RERA number, builder contact, images
  • Anti-bot bypass — residential proxy + browser fingerprinting

Input

FieldTypeDefaultDescription
searchUrlsstring[]required99acres project search URLs (search/project/*)
maxItemsinteger20Maximum projects to scrape (1–500)
enableDeepScrapingbooleanfalseOpen detail pages for description, RERA, amenities
proxyConfigurationobjectRESIDENTIALApify proxy settings

Example Input

{
"searchUrls": ["https://www.99acres.com/search/project/buy/chennai?city=36&res_com=R"],
"maxItems": 20,
"enableDeepScraping": false
}

Output Fields

FieldDescription
projectId99acres project ID (e.g. r437330)
idTypeID type: npxid (new project), npspid (unit), spid (resale)
projectUrlDirect URL to the project listing
projectNameProject name (e.g. "Casagrand Osaka")
developerBuilder/developer name
configurationsBHK options (e.g. ["2 BHK", "3 BHK"])
locationLocality name
price.displayPriceFormatted price range
price.min / price.maxPrice in INR
area.min / area.maxArea in sq ft
statusInfoCompletion/launch status
verification.isReraRegisteredRERA mentioned
verification.reraNumberRERA registration ID (deep scraping)
contact.nameDeveloper contact (deep scraping)
amenitiesAmenity list (deep scraping)
descriptionFull project description (deep scraping)
imagesProject photo URLs (deep scraping)

URL Patterns Supported

  • search/project/buy/CITY — Buy project listings
  • Any 99acres project search URL with filters

Notes

  • Project search URLs: use /search/project/buy/ (not /search/property/)
  • Residential proxy strongly recommended
  • Speed: ~15 projects/min (deep scraping: ~4–5/min)