Best way make a nationwide poi from a website?

 

There is a store that I want to make a POI of but I would have to pull each address seperately from the website which would be very time consuming. Is there a way to find them a import the data to make a POI or is just one of those things that you have to put in the time to make?

depends on the store chain

depends on the store chain there is a commercial poi website that has most restaurant chains etc might be worth it to buy if not available here or at another site.

Try Excel

I use an Excel web query. If there are not too many items, I simply copy and paste each address. If not, I take the time to write Excel macro code to parse the data automatically. After downloading the addresses I usually have to compare the info to the store's official web site.

EXCEL

ajf1958 wrote:

I use an Excel web query. If there are not too many items, I simply copy and paste each address. If not, I take the time to write Excel macro code to parse the data automatically. After downloading the addresses I usually have to compare the info to the store's official web site.

would it be possibe to get a copy of that templet!!

thanks

--
Everyday is a GREAT day :)

Way over my head!!!!

Way over my head!!!!

I would like a copy of the

I would like a copy of the excel template as well...I'm still looking for a 24hr fitness for the whole country poi

Excel

I would be glad to send you the code. Realize that you would have to modify it to look for "key" phrases that identify the start of each store or location.
Are you familiar with Excel VBA? If not, let me know your particulars (which web search engine, what store, etc) and I could write something for you.

(Sorry it took so long to respond to your post.)

Excel

I would be glad to send you the code. Realize that you would have to modify it to look for "key" phrases that identify the start of each store or location.
Are you familiar with Excel VBA? If not, let me know your particulars (which web search engine, what store, etc) and I could write something for you.

(Sorry it took so long to respond to your post.)

Also, my queries work best for a known store name. A generic search for all "24hr fitness" locations would be pretty hard to code.