GST No. Verifer
by mikolabs
An automated Apify actor that verifies Indian GST (Goods and Services Tax) numbers and retrieves comprehensive taxpayer information from the official ...
Opens on Apify.com
About GST No. Verifer
An automated Apify actor that verifies Indian GST (Goods and Services Tax) numbers and retrieves comprehensive taxpayer information from the official GST portal.
What does this actor do?
GST No. Verifer is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
GST Verification Apify Actor This Apify actor verifies GST (Goods and Services Tax) numbers and retrieves detailed taxpayer information from the official Indian GST portal. ## Features - ✅ Verifies GST numbers using the official GST portal - ✅ Handles session management automatically - ✅ Fetches captcha images for verification - ✅ Retrieves comprehensive GST taxpayer details - ✅ Returns structured JSON data - ✅ Easy to integrate with Apify platform ## Input The actor accepts the following input parameters: json { "GSTIN": "27CEGPN9391P1ZF", "captcha": "ABC123" } ### Input Parameters - GSTIN (required): The GST Identification Number to verify (15 characters) - Format: 27CEGPN9391P1ZF - Example: 27AAPFU0939F1Z5 - captcha (optional): The captcha text to solve - If not provided, the actor will output the captcha image and require manual input - You can use captcha solving services or solve it manually ## Output The actor outputs GST details in the following format: ### Success Response json { "gstin": "27CEGPN9391P1ZF", "status": "success", "data": { "adhrVFlag": "Yes", "adhrVdt": "29/01/2021", "cmpRt": "NA", "ctb": "Proprietorship", "ctj": "Address", "cxdt": "", "dty": "Regular", "einvoiceStatus": "No", "ekycVFlag": "Not Applicable", "gstin": "27CEGPN9391P1ZF", "isFieldVisitConducted": "No", "lgnm": "COMPANY NAME", "nba": [ "Retail Business", "Wholesale Business", "Supplier of Services" ], "ntcrbs": "TRD:TRR", "pradr": { "adr": "Full Address" }, "rgdt": "Registration Date", "stj": "Division", "sts": "Status", "tradeNam": "Trade Name" } } ### Captcha Required Response json { "gstin": "27CEGPN9391P1ZF", "captchaImage": "data:image/png;base64,...", "status": "captcha_required", "message": "Please solve the captcha and provide it in the input" } ### Error Response json { "gstin": "27CEGPN9391P1ZF", "error": "Error message", "status": "error" } ## Usage ### Using Apify Console 1. Go to Apify Console 2. Create a new actor or use this actor 3. Configure the input with your GSTIN 4. Run the actor 5. If captcha is required, solve it and provide it in the input 6. Retrieve the results from the dataset ### Using Apify API python from apify_client import ApifyClient # Initialize the ApifyClient client = ApifyClient("YOUR_API_TOKEN") # Prepare the actor input run_input = { "GSTIN": "27CEGPN9391P1ZF", "captcha": "ABC123" # Optional, if not provided, captcha image will be returned } # Run the actor run = client.actor("YOUR_USERNAME/gst-verification").call(run_input=run_input) # Fetch results from the default dataset for item in client.dataset(run["defaultDatasetId"]).iterate_items(): print(item) ### Using cURL bash curl -X POST \ https://api.apify.com/v2/acts/YOUR_USERNAME~gst-verification/runs \ -H 'Authorization: Bearer YOUR_API_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "GSTIN": "27CEGPN9391P1ZF", "captcha": "ABC123" }' ## Workflow 1. Initialize Session: The actor creates a session with the GST portal 2. Fetch Captcha: Retrieves a captcha image from the GST portal 3. Solve Captcha: If captcha is provided, proceeds to verification; otherwise, outputs captcha image 4. Verify GSTIN: Submits GSTIN and captcha to the GST portal 5. Retrieve Details: Fetches and returns comprehensive GST taxpayer details ## Support For issues, questions, or contributions, please open an issue on the repository. ## License This project is provided as-is for educational and legitimate business purposes. Please ensure compliance with the GST portal's terms of service. ## Disclaimer This actor is for legitimate verification purposes only. Users are responsible for ensuring compliance with all applicable laws and regulations when using this actor.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try GST No. Verifer now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- mikolabs
- Pricing
- Paid
- Total Runs
- 35
- Active Users
- 5
Related Actors
Similarweb scraper
by curious_coder
Google Ads Scraper
by silva95gustavo
Cheap Google Search Results Scraper
by tuningsearch
G2 Explorer
by jupri
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support