Pull location by business name

tripz20

Junior Member
Joined
Feb 26, 2009
Messages
146
Reaction score
21
Is there a current way to pull locations by a business name

Example:
My account is in the fitness niche and I would like to pull ALL 24 Hour Fitness Gym Locations, ALL LA Fitness locations, ALL Gold's Gym locations etc.

Is there currently any way to get this done?
 
I am not aware of any way to do this.

You could pull the ISG profile and get their location object. So you could try and scrape all ISG profiles by username "goldsgym" and probably get a few, then scrape the profile details to get the location, but it won't get you all.

That said, the location ID is the facebook place ID, so maybe you can do it via facebook? I am not familar with the facebook graph API, but I would look there for a possibility as with ISG I am fairly sure you cannot
 
I am not aware of any way to do this.

You could pull the ISG profile and get their location object. So you could try and scrape all ISG profiles by username "goldsgym" and probably get a few, then scrape the profile details to get the location, but it won't get you all.

That said, the location ID is the facebook place ID, so maybe you can do it via facebook? I am not familar with the facebook graph API, but I would look there for a possibility as with ISG I am fairly sure you cannot


That's a great idea, I will dig into the facebook locations and see if I can figure out a way to mass pull from there
 
Back
Top