Dear Team,
I Need your support in my workflow, to extract the information from the webpage as Name, Type etc. I have attached the screen shot of the web page & the relevant information is highlighted in yellow.
Thanks in Advance.
Solved! Go to Solution.
Hi @markcurry
Thanks for the reply, your Solution works perfectly. I need bit more help from you from the same context.
I need to extract more information from the same website, such as filling history. for Ref i have attached Screen short.
Filling History can be seen by link - https://irisgst.com/gstin-filing-detail/?gstinno=27AADCD0086F1ZW
Hi @Khanzali007 ,
I've attached a workflow and a macro I built to scrape HTML tables (save this to your macros folder before you open the workflow).
Hope this helps,
M.
Neat macro @mceleavey 🙂
Thanks, @atcodedog05
I was doing a lot of web scraping and so building this to scrape the tables into a .csv format saved a LOT of time.
M.
Hi @mceleavey ,
I want to download addresses of the office locations from here - https://www.adanirealty.com/contact-us
But when I use this url in download tool then it gives me an error. Could you please help?
Much thanks!
Hi @pujaguptars ,
The tool won't work in this case because the required information is not in an HTML table, but rather just placed in DIV tags in the HTML. This means it's a manual scraping operation.
I've built this out for you using a bit of Regex magic:
I've attached the workflow.
Hope this helps,
M.
@mceleavey Good morning, could you please assist with my below query please.
Details of the post are
I need to get the details from this webpage - "https://www.gov.ie/en/directory/category/495b8a-schools/?school_roll_number="
I need to extract all school details like in this page
"https://www.gov.ie/en/directory/page/5pcuno-2aoze9-/"
Could you please assist me on getting all the 4000 odd schools details please.
Thanks,
Anudeep