DPDP Act Compliance India: The Hidden Risks in Scraping Public Data
India's DPDP Act imposes strict rules on processing personal data — even data that's already public. Startups need to audit their scraping practices now.

You have an idea for a B2B SaaS platform or an AI-driven aggregator in India. To seed your initial database, your plan is straightforward: deploy web scrapers to pull contact information, professional histories, and behavioral data from public social media profiles, industry directories, and open-web sources. The data is already out there for anyone to see, so it must be legal to use, right?
Under the new regulatory regime, that assumption is not just legally flawed — it's an existential threat to your business.
With the rules now fully in force since late 2025, navigating DPDP Act compliance India has become the most critical non-technical hurdle for software founders. The Digital Personal Data Protection (DPDP) Act, 2023 reshapes how organizations collect, store, and process personal data — and one of the biggest blind spots for domain-expert founders is the treatment of publicly available data.
Personal data being accessible on the internet doesn't mean your software has the right to process, store, or monetize it. Founders must audit their application architecture, data scraping mechanisms, and storage practices now, before compliance gaps turn into financial penalties.
The Section 3(c)(ii) Trap: Not All "Public" Data Is Exempt
To understand Indian software compliance at its core, look at the exact wording of the law. The DPDP Act applies to digital personal data processed within India, and to processing outside India when it's connected to offering goods or services to individuals (Data Principals) in India.
Founders often point to Section 3(c)(ii) of the Act as cover for their scraping activities. This clause exempts personal data "made or caused to be made publicly available by the Data Principal to whom such personal data relates," or by anyone under a legal obligation to make it public.
This is a narrow exemption, not a blanket public-internet pass. As a recent NASSCOM community analysis on publicly accessible data notes, the distinction hinges on who published the data, and why.
Here's how it plays out in practice:
- Exempt: A freelance developer voluntarily publishes their own phone number and email on their portfolio site to attract clients. Because the Data Principal themselves made it public, scraping that specific data point may fall under the exemption.
- Regulated: A media outlet publishes an interview detailing a local business owner's personal background and financial struggles. Scraping that interview to train a commercial AI model or build a risk-profiling database is likely a violation — the business owner didn't publish the data themselves, and the outlet was under no statutory obligation to do so.
As the International Association of Privacy Professionals (IAPP) points out, relying on scraped data from third-party publishers, data brokers, or parliamentary records introduces real compliance friction for software applications. If your product scrapes personal data without verifiable consent, you're accumulating a contingent liability on your balance sheet.
The High Cost of Ignoring DPDP Act Compliance India
For SME owners and domain experts self-funding their software builds, ignoring these rules can be terminal for the business. Unlike older frameworks with token fines, the DPDP Act uses a punitive structure built to force compliance.
Per EY's analysis of the DPDP Act, penalties on Data Fiduciaries (the entities deciding the purpose and means of processing) can reach INR 250 crore (roughly $30 million) per contravention.
Consider the operational risks your software faces:
- Failure to secure consent. If your app processes scraped personal data without clear, itemized notice and explicit consent, you're violating the core purpose-limitation mandate.
- Breach notification failures. The law sets strict timelines — often 72 hours — to notify the Data Protection Board and affected individuals after a breach. If you don't know what personal data your scraped databases hold, hitting that deadline is impossible.
- Failure of Data Subject Rights (DSR). Individuals can request correction, completion, or erasure of their data. If your AI model is already trained on scraped data, honoring a "Right to Erasure" request becomes technically brutal — you can't easily un-train a model.
Forrester's 2026 roadmap for DPDP compliance warns that regulators are signaling zero tolerance for deceptive design and unmanaged data processing. Trust is now a competitive differentiator in the Indian market.
Public Data Scraping Laws India: Evaluating Your Use Cases
To see how these rules apply to real product features, map common startup scenarios against the exemption. Use this table to audit your roadmap.
| Data Source & Scenario | Exempt under DPDP Act? | Legal Reality & Next Steps |
|---|---|---|
| User's own blog: Scraping an email a user explicitly posted on their own public blog. | Likely Yes | The Data Principal voluntarily made it public. However, tying this email to other non-public datasets may void the exemption. |
| Government court records: Scraping names and addresses from publicly available litigation records. | Likely Yes | The court has a legal obligation under Indian law to make these records public. |
| Social media directories: Scraping LinkedIn or X (Twitter) for job titles and employment histories. | No | Users provide data to the platform under a specific Terms of Service, not necessarily a broad public release. Scraping this requires consent. |
| Aggregated news articles: Extracting names of executives mentioned in third-party news reports for an AI tool. | No | The data was published by a third party (the journalist), not the Data Principal. Purpose limitation rules apply. |
| Purchased databases: Buying a "publicly available" list of 10,000 SME founders from a data broker. | No | You act as a Data Fiduciary. If the broker didn't secure explicit consent for your specific use case, you inherit the liability. |
Data Privacy for Startups: Engineering Privacy by Design
You can't retroactively bolt compliance onto a finished product. By the time your application reaches production, the database schema, data pipelines, and third-party integrations are already set. If they weren't built with privacy in mind, rewriting them costs months of engineering time and capital.
For non-technical founders, this is the real danger of outsourcing to low-cost, execution-only dev shops. They'll build exactly what you ask for — including illegal scrapers and non-compliant databases — because they carry no operational responsibility once the code is handed over.
That's why choosing the right engagement model for software development is a strategic decision, not just a procurement one. If you lack an in-house team to architect privacy controls, you need a partner who shares the operational risk.
How the Build-Operate-Transfer Model Solves Compliance
At Ganakys, we run on a Build-Operate-Transfer (BOT) model — we build the product, run it in production, manage compliance and infrastructure, and transfer it to you only once your in-house team is ready to own it.
Because we operate the software in the real world, we build Privacy by Design from day one. For the DPDP Act, that means specific architectural decisions:
- Dynamic data inventories: We map exactly where personal data enters the system, where it's stored, and when it's purged.
- Consent management pipelines: Where the app requires data processing, we build modular consent flows with multi-lingual, itemized notices, so users know exactly what they're opting into.
- Database segregation: We separate PII from anonymized telemetry. If a user exercises their right to erasure, we can delete their PII without breaking your core analytics.
- Scraping firewalls: Where a product needs external data, we engineer pipelines that filter out personal data falling outside the Section 3(c)(ii) exemption, keeping your balance sheet clear of regulatory risk.
You can see how this plays out for other founders in our case studies.
Indian Software Compliance: A Founder's Action Plan
If you're building a product, or running one that relies on public data, take these steps now:
- Run a data discovery audit. You can't protect what you can't see. Map every data point your software collects, scrapes, or buys, and categorize it by source: user-provided, scraped, or purchased.
- Halt unverified scraping. Suspend any backend workers or scripts scraping third-party directories, social profiles, or news sites for personal data until legal review is complete.
- Implement granular consent. Drop the broad "I agree to the Terms and Conditions" checkbox. Redesign your UX to request explicit, itemized consent for each specific use of a person's data.
- Architect for erasure. Ask your engineering team: "If a user requests deletion tomorrow, how long to purge them from our active databases, backups, and third-party SaaS vendors?" If the answer is more than a few days, the architecture is broken.
- Audit your vendors. Under the DPDP Act, you (the Data Fiduciary) are strictly liable for your cloud providers, analytics tools, and development agencies (Data Processors). Make sure your contracts explicitly mandate DPDP Act compliance.
Building software in India now means treating regulatory compliance with the same rigor as product-market fit. A large database of scraped user profiles isn't an asset without verifiable consent — it's a liability waiting to surface.
If you're a domain-expert founder with a product vision but no technical leadership to navigate these architectural questions, you need a partner who builds for production reality. Contact us to discuss how we can engineer, launch, and operate your product with privacy built in from the start.
Frequently Asked Questions
Does the DPDP Act apply if my startup only processes data that's freely available on the internet? Yes. The DPDP Act applies to all digital personal data. The only exemption for publicly available data is when the individual (Data Principal) voluntarily made it public themselves, or when it was made public due to a legal obligation. Scraping data published by third parties — news sites, directories, brokers — is fully regulated and requires consent.
What's the penalty for violating personal data processing rules in India? The DPDP Act empowers the Data Protection Board to levy severe financial penalties. Depending on the nature of the breach, failing to maintain reasonable security safeguards or processing data without valid consent can result in fines up to INR 250 crore per violation.
How do public data scraping laws in India affect AI startups? AI startups face major compliance hurdles because they rely on large amounts of scraped data to train models. Under the DPDP Act, purpose limitation means you can't use someone's personal data to train a commercial AI model without their explicit consent, unless that specific data qualifies under the narrow Section 3(c)(ii) exemption.
How can non-technical founders ensure data privacy for startups? Non-technical founders should avoid execution-only outsourcing, where privacy is an afterthought. A Build-Operate-Transfer approach instead ensures the engineering team maps data flows, builds consent management registries, and designs database schemas that support the "Right to Erasure" before a single line of code goes to production.