99acres Projects Search Scraper
Pricing
Pay per usage
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
maxItemsis 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
| Field | Type | Default | Description |
|---|---|---|---|
searchUrls | string[] | required | 99acres project search URLs (search/project/*) |
maxItems | integer | 20 | Maximum projects to scrape (1–500) |
enableDeepScraping | boolean | false | Open detail pages for description, RERA, amenities |
proxyConfiguration | object | RESIDENTIAL | Apify proxy settings |
Example Input
{"searchUrls": ["https://www.99acres.com/search/project/buy/chennai?city=36&res_com=R"],"maxItems": 20,"enableDeepScraping": false}
Output Fields
| Field | Description |
|---|---|
projectId | 99acres project ID (e.g. r437330) |
idType | ID type: npxid (new project), npspid (unit), spid (resale) |
projectUrl | Direct URL to the project listing |
projectName | Project name (e.g. "Casagrand Osaka") |
developer | Builder/developer name |
configurations | BHK options (e.g. ["2 BHK", "3 BHK"]) |
location | Locality name |
price.displayPrice | Formatted price range |
price.min / price.max | Price in INR |
area.min / area.max | Area in sq ft |
statusInfo | Completion/launch status |
verification.isReraRegistered | RERA mentioned |
verification.reraNumber | RERA registration ID (deep scraping) |
contact.name | Developer contact (deep scraping) |
amenities | Amenity list (deep scraping) |
description | Full project description (deep scraping) |
images | Project 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)