Overview: Why GST Numbers are the Key to Verifying Offline Indian Businesses#
Finding accurate, verified company owner details for offline merchants in India has historically been one of the biggest bottlenecks for B2B sales teams, logistics aggregators, and fintech lenders.
While digital businesses leave footprints on LinkedIn and public websites, over 85% of commercial commerce in India takes place in physical retail corridors - wholesale mandis, electronics clusters, hardware streets, and neighborhood trade centers.
A 15-digit GSTIN (Goods and Services Tax Identification Number) serves as the official legal backbone of every registered commercial entity in India. By combining official GST registries with real-world geographic ground-truth signals, B2B teams can unlock verified proprietor names, operating trade names, registered business addresses, and primary contacts.
The Structure of a 15-Digit GST Number#
Every Indian GSTIN follows a standardized statutory syntax defined by the GST Council. Understanding this structure helps you immediately extract key entity parameters:
Code / Snippet[State Code (2)] + [PAN Number (10)] + [Entity Code (1)] + [Z (Default)] + [Checksum (1)] Example: 27 AAAAA 0000 A 1 Z 5
- Digits 1-2 (State Code): The two-digit code representing the Indian State or Union Territory where the registration is held (e.g.,
27for Maharashtra,29for Karnataka,07for Delhi). - Digits 3-12 (PAN Number): The Permanent Account Number of the business entity or individual proprietor.
- The 4th character denotes entity status:
Pfor Individual/Proprietorship,Cfor Company,Ffor Partnership Firm,Hfor Hindu Undivided Family (HUF).
- The 4th character denotes entity status:
- Digit 13 (Entity Number): The registration count for the same PAN within that state (e.g.,
1for the first establishment,2for a secondary branch). - Digit 14 (Z): Default alphabetical character reserved for future use.
- Digit 15 (Checksum): A statutory check character used for digital verification.
3 Methods to Check Company Details from a GST Number#
Method 1: The Official GST Portal (Manual Single-Record Search)
The Central Board of Indirect Taxes and Customs (CBIC) provides a free public lookup tool:
- Visit the official GST portal (
services.gst.gov.in). - Navigate to Search Taxpayer > Search by GSTIN / UIN.
- Input the 15-digit GSTIN and solve the captcha.
- Available Data: Legal Name of Business, Trade Name, Effective Date of Registration, Constitution of Business (Proprietorship, Private Limited, Partnership), and Filing Status.
- Limitations: No verified direct phone numbers, no owner mobile contacts, captcha restrictions, and zero batch-lookup capabilities.
Method 2: MCA Registry Verification (For Private & Public Limited Companies)
If the 4th character of the PAN is C, the business is a registered corporate entity under the Ministry of Corporate Affairs (MCA):
- Use the MCA V3 portal to search the corporate CIN (Corporate Identification Number).
- Retrieve the names and Director Identification Numbers (DIN) of registered directors.
- Limitations: Excludes millions of proprietorships and partnership merchants that represent the bulk of India's retail distribution network.
Method 3: Dequire Geographic Intelligence Engine (Automated Multi-Signal Enrichment)
Dequire bridges the gap between statutory GST filing registries and physical commercial street reality.
When you query an area or supply a GSTIN on Dequire:
- Statutory Registry Cross-Reference: Extracts legal trade name, active status, and taxpayer classification.
- Physical Corridor Triangulation: Matches streetview imagery, signboard OCR, and geographic coordinates across 19,000+ Indian pincodes.
- Direct Owner Contact Acquisition: Uncovers verified proprietor phone numbers, WhatsApp-enabled contacts, and commercial operating hours with confidence scores.
Code / Snippet# Example: Dequire Unified Merchant API Query curl -X POST "https://api.dequire.com/v1/enrich" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "gstin": "27AAAAA0000A1Z5", "include_proprietor": true, "include_geo_signals": true }'
Comparison: Verification Methods at a Glance#
| Feature | Official GST Portal | MCA V3 Database | Dequire B2B Engine |
|---|---|---|---|
| Coverage Type | All GST taxpayers | Corporate entities only | All offline & online merchants |
| Proprietor Name | Yes | Directors only | Yes (Verified) |
| Direct Contact Phone | Masked / None | Masked / None | Verified Phone & WhatsApp |
| Physical Street Address | Basic registration text | Registered office only | Triangulated Commercial Address |
| GPS Lat / Long | No | No | Exact Coordinates |
| Active Store Verification | Filing frequency only | Annual filing only | Ground-Truth Multi-Signal Active Check |
| Batch Automation | No (Captcha protected) | Manual / Paid scraping | REST API & Webhooks |
Step-by-Step: Best Practices for B2B Sales Teams#
When using GST data to prospect offline merchants and retail partners in India:
- Verify Active GST Status First: Avoid contacting businesses with Cancelled or Suspended status. Tax filing dormancy often correlates with physical store closure.
- Distinguish Legal Name from Trade Name: Many Indian merchants operate retail counters under brand names that differ entirely from the legal proprietor PAN (e.g., "Krishna Enterprises" vs "Shree Balaji Electronics").
- Cross-Reference Geographic Coordinates: Ensure the physical store location corresponds to the sales territory of your on-ground field executives.
- Use Dual-Cap Credit Controls: When pulling records at scale, ensure your data acquisition platform enforces daily and monthly quota caps to prevent API overages.
Frequently Asked Questions (FAQ)#
Can I find a proprietor's direct mobile number directly from the GST portal?
No. The official GST portal masks personal contact details such as mobile numbers and email addresses to protect privacy. Dequire acquires verified business contacts by cross-referencing multi-signal commercial datasets, merchant trade registries, and physical corridor mapping.
What is the difference between Legal Name and Trade Name under GST?
The Legal Name is the official name registered with the tax authority tied to the PAN (e.g., Ramesh Kumar). The Trade Name is the operating market identity under which the shop or business operates (e.g., Ramesh Mobile Care).
Is it legal to verify company details using a GST number in India?
Yes. GSTIN information is public statutory information under Indian tax regulations. Verifying active status, business constitution, and registered trade details is standard commercial due diligence.