Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm creating a travel website that lets users select points of interest for a particular city (a restaurant, museum, etc.). These records are to be displayed on a google map as markers. This I've done already.

My question is should I integrate with 3rd party data to make creating these markers easier, cleaner (no duplicates), and utilizing data (info, reviews, photos, etc.). If so, can anyone recommend what services are available?

I want the user to be able to search for the point of interest (POI) and select it from a list. I'd like to be able to lookup information, reviews, photos, etc. too if possible.

What are other travel websites doing? Did sites like trip advisor, virtual tourist, start with nothing and build their data from scratch?

share|improve this question

1 Answer

up vote 1 down vote accepted

Yes, I think an integration of third party services here would be very helpful. Google's Places API or the Yelp API may offer what you are searching for.

I also think, that starting with an empty website is not good. You may add the first x points yourself and maybe offer a nice reward for the first other editors of new places. That's how qype did it. I created 30 or 50 entries there and got an ipod as reward. Of course only the first 100 or 500 users or so got those rewards, so predicting your expenses is very easy.

share|improve this answer
Thanks Michael. I'm experimenting with the Google Places API and it seems to be working well. Only thing is it doesn't seem to provide a description of the place or reviews – iamjonesy Jun 12 '12 at 9:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.