Page 1 of 1

Search google/internet and get result in file

Posted: Thu Jul 16, 2020 8:52 am
by bpd2000
Hi
I need information of IFSC code and get result in file / download result

Google search : IFSC HDFC0000971
Result is
IFSC Code: HDFC0000971, VATVA, HDFC BANK LTD Find IFSC, MICR Codes, Address, All Bank Branches in India, for NEFT, RTGS, ECS Transactions.

How to capture in file / save in file

Any idea

Re: Search google/internet and get result in file

Posted: Thu Jul 16, 2020 4:16 pm
by andyglezl
??? 4,240 resultados
Como sabes que resultado es el correcto ?
+---------------------------------------------------
??? 4,240 results
How do you know which result is correct?
IFSC.png
IFSC.png (88.58 KiB) Viewed 2815 times

Re: Search google/internet and get result in file

Posted: Thu Jul 16, 2020 4:21 pm
by danielmaximiliano
Hello: I more or less understand that you need the result of an IFSC search of the code HDFC0000971, I did not find a solution that returns this result directly through Curls using a page that returns the query.
you should use OLE from hmg with the page https://www.ifsccodebank.com/search-by-IFSC-code.aspx, enter the code and give it "Search" when it returns the result using BossTaurus to capture the area of the same
2020-07-16 13_16_30-Window.png
2020-07-16 13_16_30-Window.png (30.46 KiB) Viewed 2815 times
Another way would be to use some GitHub code for IFSC like this https://github.com/razorpay/ifsc and use PHP

another way would be to use HBTip with the address that returns the result in JSON format https://ifsc.razorpay.com/HDFC0000971
2020-07-16 13_29_14-Window.png
2020-07-16 13_29_14-Window.png (14.19 KiB) Viewed 2811 times

Re: Search google/internet and get result in file

Posted: Thu Jul 16, 2020 5:05 pm
by andyglezl
Link:
https://ifsc.razorpay.com/HDFC0000971

Result:
{"STATE":"GUJARAT","UPI":true,"DISTRICT":"AHMEDABAD","NEFT":true,"MICR":"380240022","ADDRESS":"SHOP NO 106-112,KARNAVATI INDUSTRIAL ESTATE,RAMOL CROSS RD,PHASE IV,VATVA GIDC","CENTRE":"AHMEDABAD","IMPS":true,"CONTACT":"9898271111","RTGS":true,"CITY":"AHMEDABAD","BRANCH":"VATVA","BANK":"HDFC Bank","BANKCODE":"HDFC","IFSC":"HDFC0000971"}



Quizá este ejemplo de Serge...
+-----------------------------------------
Maybe this example from Serge ...

https://www.hmgforum.com/viewtopic.php? ... rge#p60692

Or this...

https://www.hmgforum.com/viewtopic.php? ... URL#p55606

Re: Search google/internet and get result in file

Posted: Thu Jul 16, 2020 10:08 pm
by danielmaximiliano
Hello :
I was looking at forum posts about JSON I found UniJSONViewer 3.0 by @Rathinagiri :D
https://www.hmgforum.com/viewtopic.php? ... 2&start=10
Download the executable from https://drive.google.com/file/d/1rOryVv ... 1E-dc/view and run the .exe, inside press the button "Open JSON file" open the file browser and in that place paste the following url https://ifsc.razorpay.com/HDFC0000971

A detail is that the JSON details are not seen, but when the cursor is passed with the mouse, this data appears :roll:

Re: Search google/internet and get result in file

Posted: Fri Jul 17, 2020 3:49 am
by bpd2000
Thank you dear andyglezl and danielmaximiliano

I well check it
I need only first result