Python Forum

Full Version: Program that outputs HQ addresses of companies from Google + Local pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
Yes, this is typically a task python is good at. Check the requests library.