Python Forum
Program that outputs HQ addresses of companies from Google + Local pages - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Program that outputs HQ addresses of companies from Google + Local pages (/thread-924.html)



Program that outputs HQ addresses of companies from Google + Local pages - frenchgirl1309 - Nov-14-2016

Hi! Help would be greatly appreciated with virtual love  & virtual kisses Heart Heart Heart Heart

I need to write a program that outputs HQ addresses of companies from Google + Local pages.

When the user inputs the company's names
ex :
Yahoo
Google

the program would output

Output:
[/font][/color] Yahoo 701 First Avenue Sunnyvale, CA 94089 [color=#000000][font=Consolas,]Google 1600 Amphitheatre Parkway, Mountain View, CA 94043
Can I write this kind of program with Python?



RE: Program that outputs HQ addresses of companies from Google + Local pages - JChris - Nov-14-2016

You can write anything with any programming language, it just depends on your effort. If you want to interact with Google Maps I suggest this free course from Udacity and Google Maps Documentation.


RE: Program that outputs HQ addresses of companies from Google + Local pages - Ofnuts - Nov-14-2016

Yes, this is typically a task python is good at. Check the requests library.