Fetch GST Data
Automated GSTIN lookup via Tally Solutions GSTIN Search — No CAPTCHA
Job Control
78 GSTINs pending.
The job navigates to the Tally GSTIN search page, enters each GSTIN,
clicks Generate Details, waits 5 seconds for AJAX results,
then scrapes all returned fields. No CAPTCHA — fully automated.
Retry Failed Fetches
Clear failed records so they will be retried on the next run.
How It Works
- Opens tallysolutions.com/…/gstin-verification-search/ in a headless Chromium browser (Playwright).
- Types the GSTIN into the
#gstininput field. - Clicks the Generate Details button (
#generateDetailsBtn). - Waits 5 seconds for the AJAX result to load.
- Scrapes all result fields: Legal Name, Trade Name, Registration Date, Constitution, GSTIN Status, Taxpayer Type, Principal Address, Business Activities.
- Stores results in LocalDB and runs mismatch comparison against imported Excel data.
- No CAPTCHA — Tally's tool uses a public API.
~5–8 seconds per GSTIN. For 100 vendors allow ~12 minutes.