TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Competing with eBay and Craigslist?

6 pointsby ft_over 12 years ago
I want to build a new marketplace which is like a combination of eBay and craigslist.<p>Here's why: - Everything on craigslist is anonymous which makes it difficult to trust the person that you're buying from. plus by removing anonymity it makes it easier to fight spam. (and a lot of other issues regarding user experience, etc.) For example, I believe a real time messaging system would really improve the way people use it and make it more like a real marketplace.<p>- I also think there are some innovation still left in the auctions. it might be a good idea to have a central auction system and build apps based on it for different kinds of categories, so you have different and adapted UI for different categories. Also, it might be possible to make it free for buyers and sellers (without taking any cut from them like eBay) and use some ads that don't clutter the website.<p>I realize that it's probably impossible to compete with these 2 companies given the network effects and competing with them isn't justified by some extra features.<p>So I'm wondering if you have any suggestions to give me ? Do you think it's worth doing this project ?<p>On a side note, let's say you were to build something similar, which kind of technology would you use ? Would you consider Scala/Play or C#/MVC ?<p>Thanks.

6 comments

anigbrowlover 12 years ago
It's possible to compete, but to quote Ben Horowitz, you need to be not just better, but many times better, to avoid the inertia of people using the status quo. To that end, I suggest you consider going the Etsy route and catering to a specialist market, building your product out, and then expanding. Taking on eBay in a frontal attack is doomed to failure.<p>I like the messaging idea - build that into your support side as well, possibly by crowdsourcing and rewarding loyal users. And I also like the ability to flag on craigslist which is seriously missing on EBay. User-driven tagging would be a boon; I trade synthesizers/audio gear fairly frequently on EBay and nothing is more irritating that searching for a synth and getting pages of accessories that mention that device in the headline or text. I loathe and despise seller spam.<p>Tech stack, I have no ideas.
评论 #5254533 未加载
will_brownover 12 years ago
For what it is worth I always had some thoughts on combining eBay (community driven consumer to consumer framework) with craigslist (emphasis on the "barter" section) with a little old school amazon vibe (focus on books, movies, music, ect...)<p>1. A user would create an account and register Book "A" and identify what they are willing to trade for, say, Book "B" or Movie "A".<p>2. Obviously, users could barter directly among themselves Book "A" for Book "B". However, with a large enough community you could have algorithms suggest trades on mass scale - now it is no longer User A trades Book "A" with User B who has Book "B", but now User A can get Book "C" from User C and User C can get Book "B" from User B and User B can get Book "A" from A. The algorithm might conduct these large trades weekly or monthly.<p>3. What if User "A" does not send Book "A"? The ebay like community will encourage feed back and member rankings - allowing you to create settings to only accept trades from people with "X" ranking. Or in the short term - have members put in a $10-$20 deposit that will be forfeited any user that does not receive the trade.
klondike-5-3226over 12 years ago
shameless plug to my own version that I made. I tried to add some innovation to the auction process and a few other things. www.tradespring.net. You can read more on the about page. Btw, if you are looking for a niche market, I suggest coin trading/collection. There are no real good solutions for them out there, although the were reluctant every time I tried to pitch tradespring
ig1over 12 years ago
I'm not convinced there's a real problem that you're trying to solve here. What's an example of something you were going to buy on Craigslist but didn't because of trust issues ?<p>A substantial part of the second-hand car market is done via anonymous classified, and they're probably the highest ticket item regularly sold on classifieds.<p>The next tier down is probably electronics, bikes, etc. where a substantial part of the market is stolen goods, where for obvious reasons the sellers aren't going to want identification.
评论 #5254965 未加载
27182818284over 12 years ago
The Internet graveyard is full of the bodies of people making "Craigslist killers." I'd really like to see one, but it is a much harder task than it seems
评论 #5254615 未加载
ag_47about 12 years ago
My very first personal "venture" was a craigslist killer, back in 1st year of University. I hated how crappy craigslist looked and was convinced I could outdo them. I later found 100s of classified ads websites.. needless to say my attempt failed as well.<p>PS. if you do are looking for a real time messaging system, I would be able to help with that.