top | item 1131964

Ask HN: Does anything like this exists?

1 points| sushi | 16 years ago | reply

I am a n00b when it comes to web development. I want to know if some web framework to do the following exists or not.

1) I want to create a site where users can decide, from where do they want to buy a particular service. I wont be selling any service but only showing them the lowest prices from particular firms selling that service. Just to give you a better idea, I will have an excel sheet with the prices from each firm.

2) Users on finding the best prices for the service can select and make the payment online through some payment gateway.

This is all that I want. Or if there's any script already out there which takes care of data retrieval of prices for each firm as well as payment gateway.

Any input that you might provide will be greatly appreciated.

6 comments

order
[+] mbrubeck|16 years ago|reply
I think the Google Base Data API[1] can give you access to the price information from Google Product Search[2]. But I'm not clear why I would go to your site instead of just using Google Product Search directly...

[1]: http://code.google.com/apis/base/

[2]: http://www.google.com/products

[+] sushi|16 years ago|reply
I should have mentioned that i want to sell a service not product.