{"id":19964292,"url":"https://github.com/m-niemiec/car_prices_tool","last_synced_at":"2026-04-06T08:31:57.325Z","repository":{"id":127470413,"uuid":"316984649","full_name":"m-niemiec/car_prices_tool","owner":"m-niemiec","description":"On this mockup SaaS website you can search for cars data, view charts, access data through API and more.","archived":false,"fork":false,"pushed_at":"2021-07-08T15:16:29.000Z","size":5520,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T14:20:24.125Z","etag":null,"topics":["api","bootstrap","css","django","django-rest-framework","docker","html","python","pythonanywhere","scrapy"],"latest_commit_sha":null,"homepage":"https://carpricestool.eu.pythonanywhere.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-niemiec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-29T15:43:25.000Z","updated_at":"2021-07-08T15:16:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b735ee5-46c5-45cf-8c44-2c969b7188a3","html_url":"https://github.com/m-niemiec/car_prices_tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-niemiec/car_prices_tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-niemiec%2Fcar_prices_tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-niemiec%2Fcar_prices_tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-niemiec%2Fcar_prices_tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-niemiec%2Fcar_prices_tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-niemiec","download_url":"https://codeload.github.com/m-niemiec/car_prices_tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-niemiec%2Fcar_prices_tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bootstrap","css","django","django-rest-framework","docker","html","python","pythonanywhere","scrapy"],"created_at":"2024-11-13T02:21:56.234Z","updated_at":"2026-04-06T08:31:57.320Z","avatar_url":"https://github.com/m-niemiec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Car Prices Tool\n![main](https://user-images.githubusercontent.com/59567076/113201894-5f6b7a80-926a-11eb-997f-543550f80b07.png)\n\u003cbr\u003e\u003cbr\u003e\nI decided to create this project to further train my programming skills. My goal was to create a “base” for mockup SaaS (service as a subscription) website.\n\u003cbr\u003e\u003cbr\u003e\nFirst, I decided that my “product” will be cars selling related data. I decided to use Scrapy to scrape a lot of data from one of the most popular websites that deals in selling cars from both private people and companies.\n\u003cbr\u003e\u003cbr\u003e\nAfter the script was working and saving proper data in a proper way I decided to further optimize this workflow. I bought some proxy IPs and used scripts that will rotate both IPs and user agents to not get me banned. I didn’t want to cause troubles to website servers so I decided to create a Docker container with it and host this on VPS (where I made scraping slower and therefore longer but more server friendly by enabling throttling).\n\u003cbr\u003e\u003cbr\u003e\nAfter I had all the data (over 198 000 entries) I created a Django website where I further enhanced my “product” by offering searches through my data with advanced filters and some graphs and charts (thanks Chart.js !). I created both Free and Paid ranks with different amounts of features.\n\u003cbr\u003e\u003cbr\u003e\nAfter that, as the most expensive “Tier” I decided to create an API with Django REST and give users the possibility to access database through both URL and CURL requests.\n\u003cbr\u003e\u003cbr\u003e\nAnd as a final touch I hosted it on PythonAnywhere where you can view whole website - https://carpricestool.eu.pythonanywhere.com\n\u003cbr\u003e\u003cbr\u003e\nCheers!\n\u003cbr\u003e\u003cbr\u003e\nSome additional screenshots:\n\u003cbr\u003e\u003cbr\u003e\n![screen_1](https://user-images.githubusercontent.com/59567076/113201900-609ca780-926a-11eb-9fce-09bb91faa26d.png)\n![screen_2](https://user-images.githubusercontent.com/59567076/113201901-61cdd480-926a-11eb-8905-08e3cf6fe1b2.png)\n![screen_3](https://user-images.githubusercontent.com/59567076/113201902-61cdd480-926a-11eb-81a2-486bcb84a46b.png)\n\u003cbr\u003e\u003cbr\u003e\nThank You :-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-niemiec%2Fcar_prices_tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-niemiec%2Fcar_prices_tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-niemiec%2Fcar_prices_tool/lists"}