WhatsApp
Zones Post TDR How it works Who we serve FAQ
Pune's first organized TDR marketplace — Live now

Buy, Sell & Trade
TDR / DRC
in Pune Region

Connect directly with TDR generators, developers, investors and land owners across PMC, PCMC and PMRDA zones. Private, fast, professional.

3
Planning Zones Covered
100%
Private & Confidential
0
Upfront Fees — Pay on Deal Close
100%
Earning Potential
Ready DRC Certificates
Road & Reservation TDR
Land Parcel Conversions
Bulk TDR Trading
Land Sale & JV Matching
Document Guidance Included
Coverage Area
Three Planning Zones

We operate across all major planning authorities in the Pune region with deep local knowledge of TDR regulations, rates and reservation maps.

PMC

Pune Municipal Corporation

Covers the core Pune city area. High TDR demand from residential and commercial developers. DP road reservations generate significant TDR potential.

Current TDR range: ₹3,500 – ₹6,500/sq.mt.
PCMC

Pimpri Chinchwad MC

Industrial-adjacent zones with growing residential demand. TDR from road widening and public utility reservations available in large parcels.

Current TDR range: ₹2,800 – ₹5,200/sq.mt.
PMRDA

Pune Metropolitan Region

Fast-growing peri-urban zones including Hinjewadi, Wagholi, Talegaon and beyond. New DP reservations creating fresh TDR supply opportunities.

Current TDR range: ₹1,800 – ₹3,800/sq.mt.
Get Matched Today

Post Your TDR Requirement or Availability

Your details are never published publicly. We review every submission and personally match you with the right counterparty. Own a reserved land? We'll guide you through TDR conversion too.

🔍 I Need TDR / DRC
Post your requirement — we'll find matching availability
✅ Requirement received. Our broker will call you within 4 business hours with matching availability. Your details are 100% confidential.
📋 I Have TDR / DRC to Sell
List your TDR — get matched with verified buyers
✅ Availability listed successfully. We'll match you with qualified buyers and contact you within 4 business hours. Completely confidential.
🏡 I Have Land to Sell / Convert
Reserved plot, agricultural land, or development land — we'll find buyers or guide TDR conversion
✅ Land details received. Our broker will assess your land and contact you within 4 business hours with options — sale, TDR conversion, or JV. Completely confidential.
Process
How PuneTDR.in Works

Unlike public portals, we keep both sides private and do the matching personally — so you never negotiate with strangers blindly.

1
📝

Post privately

Submit your requirement or availability in 2 minutes. Your contact details are never made public.

2
🔍

We screen & verify

Our broker reviews every submission, verifies seriousness and checks for matching counterparties in our database.

3
🤝

Private introduction

We introduce both parties only after mutual consent, facilitating price discovery and initial negotiation.

4

Deal closes, fee paid

Transaction completes. Standard brokerage applies only on successful deal closure — no upfront charges.

Participants
Who Uses PuneTDR.in
Buyers

Developers & Builders

Source TDR efficiently for your under-construction or upcoming projects across Pune.

  • Find zone-specific TDR fast
  • Verified sellers only
  • Bulk quantity available
  • Documentation support
Sellers

Land Owners & Generators

Convert your reservation land to TDR and find the right buyer at the best price.

  • Maximum price discovery
  • No cold calls from strangers
  • Guided conversion process
  • Multiple buyer matching
Traders

Investors & Brokers

Trade DRC certificates in the secondary market with access to both demand and supply intelligence.

  • Real-time demand intelligence
  • Network of active traders
  • Back-to-back deal support
  • Co-brokerage available
Questions
Frequently Asked Questions
What is TDR / DRC and why do developers need it?
Transfer of Development Rights (TDR) is a mechanism where a land owner whose land is reserved for public purposes surrenders it to the authority and receives a DRC (Development Right Certificate) which can be used to build extra FSI elsewhere. In Pune, TDR is mandatory for most large developments — without it, builders cannot fully utilize their FSI. This makes TDR a critical, high-value commodity.
Is my enquiry really kept confidential?
Yes, 100%. Your name, contact number and project details are never shared with any other party without your explicit consent. We act as an intermediary — both sides remain anonymous until we facilitate a mutual introduction. This is the core value of our service.
What is the brokerage fee?
Our brokerage is charged only on successful deal closure — there are no upfront registration or listing fees. Standard brokerage is 1–2% of the transaction value, split between buyer and seller side based on mutual agreement. For large bulk transactions, flat fee arrangements can be discussed.
How quickly will I be contacted after posting?
Our broker personally reviews every submission. You will be contacted within 4 business hours via WhatsApp or phone call. If we have an immediate match in our database, we will facilitate an introduction the same day.
Do you help with TDR documentation and legal process?
While we are brokers and not legal advisors, we have strong relationships with experienced TDR advocates and chartered engineers in Pune who can assist with DRC verification, agreement drafting, and the transfer process at the respective authority (PMC/PCMC/PMRDA). We can make introductions as needed.
Can I co-broke with you if I'm already a broker?
Absolutely. We welcome co-brokerage arrangements with other brokers. If you have a client (buyer or seller) we can work together and split brokerage. Please mention "co-brokerage" in your notes when submitting the form, or call us directly.

Ready to close your next TDR deal?

Speak to our broker directly — fastest response in Pune's TDR market.

💬 WhatsApp Now 📞 Call: +91 99999 99999 ✉️ tdr@punetdr.in
Pune TDR.in
BROKER ADMIN
Dashboard
Overview of all TDR leads and deal pipeline
0
Total Leads
0
Requirements
0
TDR Availabilities
0
Land Leads
0
Deals Closed
Recent Leads
TypeNameZoneQty (sq.mt.)Rate (₹)StatusActions
⚡ Connect Google Sheets — get leads in your email instantly
NOT CONNECTED
Follow these 5 steps once. Every new lead will land in your Google Sheet AND send you an email alert automatically.

Step 1: Go to sheets.google.com → Create a new spreadsheet → Name it PuneTDR Leads
Step 2: Click Extensions → Apps Script
Step 3: Delete all existing code → Paste the script below → Click Save
function doPost(e) {
  try {
    var data = JSON.parse(e.postData.contents);
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    var sheetName = data.type || 'All Leads';
    var sheet = ss.getSheetByName(sheetName);
    if (!sheet) {
      sheet = ss.insertSheet(sheetName);
      sheet.appendRow(['Timestamp','Type','Name','Phone','Email',
        'Zone','Qty','Rate','TDR Type','Role',
        'Location / Project','Purpose','Documents','Notes','Status','Date']);
      sheet.getRange(1,1,1,16).setFontWeight('bold')
        .setBackground('#0B2240').setFontColor('#FFFFFF');
      sheet.setFrozenRows(1);
    }
    sheet.appendRow([
      data.timestamp, data.type, data.name, data.phone, data.email,
      data.zone, data.qty, data.rate, data.tdrType, data.role,
      data.location, data.purpose, data.docs, data.notes,
      data.status, data.date
    ]);
    var subject = '🔔 New PuneTDR Lead: ' + data.type + ' — ' + data.name + ' (' + data.zone + ')';
    var body = 'New lead on PuneTDR.in\n\n'
      + 'Type: ' + data.type + '\n'
      + 'Name: ' + data.name + '\n'
      + 'Phone/WA: +91' + data.phone + '\n'
      + 'Email: ' + (data.email||'—') + '\n'
      + 'Zone: ' + data.zone + '\n'
      + 'Quantity: ' + data.qty + '\n'
      + 'Rate / Budget: ' + data.rate + '\n'
      + 'TDR Type: ' + data.tdrType + '\n'
      + 'Role: ' + data.role + '\n'
      + 'Location / Project: ' + (data.location||'—') + '\n'
      + 'Purpose: ' + (data.purpose||'—') + '\n'
      + 'Notes: ' + (data.notes||'—') + '\n'
      + 'Submitted: ' + data.timestamp + '\n\n'
      + 'View sheet: https://docs.google.com/spreadsheets/d/'
      + SpreadsheetApp.getActiveSpreadsheet().getId();
    MailApp.sendEmail(Session.getActiveUser().getEmail(), subject, body);
    return ContentService.createTextOutput(JSON.stringify({status:'ok'}))
      .setMimeType(ContentService.MimeType.JSON);
  } catch(err) {
    return ContentService.createTextOutput(JSON.stringify({status:'error',msg:err.toString()}))
      .setMimeType(ContentService.MimeType.JSON);
  }
}
Step 4: Click Deploy → New Deployment → Type: Web App → Execute as: Me → Who has access: Anyone → Click Deploy → Authorize when prompted → Copy the Web App URL
Step 5: Paste your Web App URL here and click Save:
Requirements
All TDR purchase requirements submitted
NameZoneQtyBudget (₹/sq.mt.)TypeRoleContactStatusActions
Availabilities
All TDR sale listings submitted
NameZoneQtyAsking (₹/sq.mt.)TypeRoleContactStatusActions
Land Leads
All land sale / TDR conversion enquiries submitted
NameZoneAreaAsking PriceLand TypePurposeContactStatusActions
Smart Matching
Find the best requirement ↔ availability pairs to broker
Add Lead Manually
Add leads collected via phone, WhatsApp or referral