Marketscrape is a user-friendly web scraper for Facebook Marketplace that utilizes AI to help users assess the value of each listing, and by providing real-time analysis and advanced machine learning algorithms, it empowers users to make informed purchasing decisions and find the best deals on Facebook Marketplace.
- Interactive charts for price comparison
- Save searches for future sessions
- Analyze Facebook Marketplace listings across millions of products
- Detailed Analysis report with product recommendations
Marketscrape_VIDEO.mp4
YouTube: https://www.youtube.com/watch?v=DQQmDzZ8MJA
Marketscrape is a Django-based web application. You can learn more about Django here.
Marketscrape is easiest used with Visual Studio Code in a Docker container using the Dev Containers extension. More information about installation can be found here.
$ https://github.com/Marketscrape/marketscrape.git
Download and install Docker Desktop
Run the Docker Desktop application to start Docker
The Dev Containers extension lets you run Visual Studio Code inside a Docker container
In Visual Studio Code:
- Command Palette
(Ctrl + Shift + P)
and selectDev Containers: Open Folder in Container...
- Select the cloned repository
To run Marketscrape run python manage.py runserver
in the Dev Container
Contributions to this project are welcome. If you encounter any issues or have suggestions for improvements, please submit an issue or a pull request.
This project is licensed under the MIT License