Search google/internet and get result in file

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Search google/internet and get result in file

Post 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
BPD
Convert Dream into Reality through HMG
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Search google/internet and get result in file

Post 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 2452 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Search google/internet and get result in file

Post 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 2452 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 2448 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Search google/internet and get result in file

Post 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
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Search google/internet and get result in file

Post 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:
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Search google/internet and get result in file

Post by bpd2000 »

Thank you dear andyglezl and danielmaximiliano

I well check it
I need only first result
BPD
Convert Dream into Reality through HMG
Post Reply