Build a Marketplace Feature for Facebook

📕 Here are some good solutions we found for this question:

While no solution exists online specifically for FB Marketplace, here are solutions for building marketplaces which will help:

Cheat Sheet: https://www.reddit.com/r/leetcode/comments/104wf74/system_design_cheatsheet_online_marketplace/

Craigslist Design: https://medium.com/%40bugfreeai/system-design-interview-practice-design-craigslist-c95ba0238f74

Mock Interview: https://www.youtube.com/watch?v=2N0TXrgB9AY

For location based listings, refer to geospatial search - Question 30


🙋 Here are some details you should know about this question:

How will you store and retrieve listings?

How will you show listings based on location?

How will you show recommendations?

How will you add search - if a user wants to search for specific items?


← Back to Main Table