India Property Sold Prices - Real Estate Data avatar

India Property Sold Prices - Real Estate Data

Under maintenance

Pricing

from $7.00 / 1,000 results

Go to Apify Store
India Property Sold Prices - Real Estate Data

India Property Sold Prices - Real Estate Data

Under maintenance

Actual registered sale prices from India's government registration department (Maharashtra IGR). Real recorded deal amounts and market values, with buyer, seller, property and date - not asking prices.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

Swerve

Swerve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 days ago

Last modified

Categories

Share

India Property Sold Prices - Official Registered Deals (Maharashtra)

Get the actual registered sale prices of property in India, straight from the government's registration department (IGR). These are the real amounts recorded on the deed (the "consideration"), not asking prices, so they are the ground truth for valuation, comparables and market analysis.

The data is public but painful to get by hand: it is one lookup at a time, behind an image captcha, with the price hidden inside a separate "Index II" document. This actor does the whole flow for you and returns clean rows with the price attached.

Coverage starts with Mumbai (Mumbai Suburban and Mumbai City districts) in Maharashtra. More districts and states are being added.

What you get per deal

The document number and date, the sub-registrar office, the deal type, the buyer(s) and seller(s), the property description, and the two numbers that matter:

  • salePrice - the actual registered amount (मोबदला / consideration)
  • marketValue - the government's assessed market value (बाजारभाव)
{
"state": "maharashtra",
"district": "Mumbai Suburban",
"districtLocal": "मुंबई उपनगर जिल्हा",
"village": "Andheri",
"year": 2023,
"documentNumber": "1613",
"registrationDate": "30/01/2023",
"sroName": "सह दु.नि.मुंबई 10",
"documentType": "करारनामा",
"salePrice": 33508032,
"marketValue": 33508032,
"propertyDescription": "शॉप नं. 2, तळ मजला, बेला कासा, अंधेरी",
"sellerNames": "कोणार्क बेला कासा एलएलपी ...",
"buyerNames": "पी एच कन्स्ट्रक्शन ...",
"sourceUrl": "https://freesearchigrservice.maharashtra.gov.in/",
"scrapedAt": "2026-07-01T16:12:50.000Z"
}

Inputs

InputWhat it does
stateThe state to search. Maharashtra is supported first.
districtThe Mumbai district, picked from a dropdown: Mumbai Suburban or Mumbai City.
villageNameThe locality within the district, in English (for example Andheri, Bandra, Borivali, Goregaon).
yearThe registration year (2010-2026). Data is near real-time - documents appear within days.
dealCategoryWhich registrations to return: Sales (sale deeds + purchase agreements, the default), Rentals, Mortgages, Gifts, or All.
maxItemsStop after this many records. No hard cap - set high to pull the whole area + year.
enrichDetailsInclude the real price by opening each record's Index II. On by default. Turn off for a fast list of deals without prices.
propertyNoAdvanced. Leave blank to sweep the whole locality; set a specific CTS / survey / plot number to look up one property.
twoCaptchaApiKeyOptional. Use your own 2captcha.com key; otherwise the actor's built-in solver is used.
proxyConfigurationIndia residential proxy (required, the portal only answers Indian IPs). Defaults to Apify Residential in India.

How it works

The Maharashtra IGR free-search portal only answers Indian IPs and is a classic captcha-gated, one-record-at-a-time search. The actor:

  1. Loads the portal through an India residential proxy on a sticky session.
  2. Selects the year, district and locality, and solves the image captcha.
  3. Because the search matches on a property number, it sweeps digit tokens (1-9) and de-duplicates, which together cover the whole locality for the year.
  4. Pages through every result (one captcha unlocks all pages).
  5. Opens each deal's Index II to read the registered amount and market value.
  6. Filters to the deal type you asked for and streams rows out as it goes.

Freshness

Registrations show up within days. A search for the current year returns deals registered in the last week.

Limits and notes

  • One state + district + locality + year per run (the source searches one year at a time).
  • Names and property descriptions are in Marathi, exactly as recorded on the deed.
  • The grid mixes deal types; use dealCategory to keep only what you want. Sales are sale deeds (सेल डीड) and purchase agreements (करारनामा).

Use cases

  • Valuation and comparables ("what did flats in this building actually sell for").
  • Market analysis and price trends by locality and year.
  • Lead generation and diligence for brokers, lenders, proptech and investors.