99acres Projects Search Scraper avatar

99acres Projects Search Scraper

Pricing

from $2.99 / 1,000 results

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

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

99acres New Projects Scraper

Search and extract new residential and commercial projects from 99acres.com across cities and locations in India. Collect developer names, project names, BHK configurations, price ranges, construction status, RERA details, locations, and project URLs for real estate research and market analysis.

Features

  • Project Search — Scrape new projects using 99acres search URLs.
  • Multi-City Support — Discover projects across Bengaluru, Pune, Hyderabad, Delhi, Mumbai, Chennai, and other Indian cities.
  • Project Details — Extract project names, developers, locations, configurations, pricing, possession status, and RERA information.
  • BHK & Pricing Data — Capture available 1, 2, 3, 4 BHK configurations and corresponding price ranges when available.
  • Construction Status — Identify new launches, under-construction, and completed projects.
  • Pagination Support — Collect projects across multiple search result pages.
  • Configurable Limits — Control the number of projects extracted per run.
  • Structured Output — Export clean project datasets for analysis, reporting, or CRM workflows.
  • Cloud Ready — Runs on Apify with scheduling, proxy support, webhooks, datasets, and API integration.

Use Cases

  • Discover newly launched residential and commercial projects.
  • Track developer activity across cities and local markets.
  • Compare project prices, BHK configurations, and locations.
  • Identify potential real estate investment opportunities.
  • Monitor under-construction projects and upcoming launches.
  • Build targeted project databases for real estate brokers.
  • Generate property leads and market intelligence reports.

Example Input

{
"searchUrls": ["https://www.99acres.com/search/project/buy/pune"]
}

Example Output

{
"projectId": "P12345678",
"projectUrl": "https://www.99acres.com/prestige-lakeside-habitat-whitefield-bangalore-npxid-P12345678-page/",
"projectName": "Prestige Lakeside Habitat",
"developer": "Prestige Group",
"configurations": ["1BHK", "2BHK", "3BHK"],
"location": "Whitefield, Bengaluru",
"price": {
"min": 5500000,
"max": 12000000,
"displayPrice": "₹55 Lac - 1.2 Cr"
},
"area": {
"min": 650,
"max": 1450,
"unit": "sq ft"
},
"statusInfo": "Under Construction",
"amenities": ["Swimming Pool", "Gym", "Clubhouse", "24x7 Security"],
"scrapedAt": "2025-05-19T11:00:00.000Z"
}