
Đang triển khai
Đã đăng vào
Thanh toán khi bàn giao
Developer Brief – Inventory Monitoring System ([login to view URL]) About the company [login to view URL] is a marketplace focused on armored vehicles in Brazil, with more than 100 partner dealerships listing their inventory across different websites. *Executive Summary (Short Version) We need a system that automatically monitors dealership websites, identifies new listings, removed listings, and price changes, and generates a daily consolidated report. We will start with 5 dealerships and scale to 50+. *Project Objective Currently, we manually access each partner dealership website on a daily basis to check for: new vehicle listings removed vehicles price changes This process is time-consuming, operational, and not scalable. Goal: Develop an automated system that monitors dealership websites daily and generates a consolidated report with all relevant changes. * Functional Scope 1. Data Collection (Web Scraping / Automation) Automatically access dealership websites (list will be provided) Identify inventory/listing pages Extract vehicle data from each listing 2. Minimum Data Fields For each vehicle: Listing title / vehicle name Price Year/model (if available) Mileage (if available) Listing URL Dealership name Date of data collection (Additional fields are welcome but not required for MVP) 3. Data Comparison (Core Logic) The system must compare daily data with the previous dataset and identify: - New listings - Removed listings - Price changes (optional) other content changes 4. Output / Reporting The system should generate a daily report including: Summary by dealership: Number of new vehicles Number of removed vehicles Number of price changes Detailed view: Vehicle name Type of change (new, removed, updated) Old price vs new price (when applicable) Listing URL Dealership name 5. Output Format (MVP) We are open to simple solutions initially, such as: Automated Google Sheets Daily email report Simple dashboard (Focus is functionality over design in the first phase) * Technical Requirements (Flexible) Can be developed in Python, Node.js, or other suitable technologies Must handle dynamic websites (JavaScript rendering), if needed Simple data storage (e.g., lightweight database or Google Sheets) * Project Phases Phase 1 – MVP (required) Monitor 10 dealerships initially Implement data collection + comparison + basic reporting Phase 2 – Scaling Expand to 50+ dealerships Improve performance and stability Phase 3 – Enhancements (optional) Visual dashboard Automated alerts (WhatsApp / email) Filtering by vehicle type Market intelligence features * Important Considerations Each website may have a different structure Some sites may have scraping protection The system should be resilient to minor layout changes Clear documentation on how to add new dealerships is required * Expected Deliverables Fully functional automated system Clean and organized code Basic documentation Instructions for adding new websites Sample output report * Ideal Candidate Profile Experience with web scraping and browser automation Ability to handle multiple website structures Organized and maintainable coding practices Practical mindset focused on solving the business problem * Additional Information Initial list of dealerships will be provided This project may evolve into a larger internal market intelligence platform We are looking for someone with a long-term mindset, not just a one-time task
Mã dự án: 40312799
178 đề xuất
Dự án từ xa
Hoạt động 12 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc

⭕⭕FULL STACK DEVELOPER⭕⭕ Hi there, ✔️I see you are looking for a web development expert, I’d love to help you build a scalable automated vehicle monitoring system that replaces your manual process and evolves into a full market intelligence platform. Key task includes :- ✦ Web Scraping System ✦ Dynamic Site Handling ✦ Data Extraction ✦ Daily Data Comparison Engine ✦ Automated Reporting ✦ Scalable Architecture for 50+ Dealerships ✦ Error Handling + Anti-Break Logic for Layout Changes ✦ Documentation for Adding New Dealerships ✍️ Are there any known websites with heavy anti-bot protection we should prioritize testing first? ✍️ What is your preferred run frequency (once daily or multiple checks per day)? ➖⭕ MY PRIOR ARTS :- ◆ [login to view URL] ◆ [login to view URL] ◆ [login to view URL] ◆ [login to view URL] ⚡I’m ready to get started as soon as you are and look forward to working together. ➰Let's discuss this in detail via call or chat. Thank you..
$750 USD trong 7 ngày
7,8
7,8
178 freelancer chào giá trung bình $798 USD cho công việc này

Hello, I’m Kamlesh Kumar, a Full Stack Web Developer with 7+ years of experience building scalable and high-performance web applications. My main expertise is in PHP-based backend systems and modern frontend frameworks, helping businesses build reliable and maintainable platforms. Core Expertise Backend Development - PHP (Core PHP, CodeIgniter, Laravel) - Node.js - Python Frontend Development - React.js - JavaScript, HTML5, CSS3 - Bootstrap and modern UI frameworks Database - MySQL - PostgreSQL - MongoDB What I can help you with - Custom web application development - REST API development & integrations - Admin panels and dashboards - Performance optimization and bug fixing - Scalable backend architecture I focus on building clean, maintainable code and stable systems that can scale as your business grows. If you’d like, we can discuss your project requirements and determine the best approach to move forward. Best regards, Kamlesh Kumar
$750 USD trong 10 ngày
8,8
8,8

Hi, I reviewed your project and this is a solid use case for building a structured monitoring system rather than simple scraping scripts. We’ve worked on similar data pipelines where the goal is to collect, normalize, compare, and turn data into actionable reports. For the MVP, the approach would be: Build a scalable data collection layer capable of handling different website structures, including dynamic pages Normalize vehicle data into a consistent format across dealerships Implement a comparison engine to detect new listings, removals, and price changes Generate automated daily reports (Google Sheets or email-based) Structure the system so adding new dealerships is straightforward The focus would be reliability and maintainability from the start, ensuring the system can scale from 10 to 50+ dealerships without major rework. Quick question: Do you already have preferred output format (Sheets vs email), or should we propose the most practical setup for the MVP? We can also share similar automation and data processing work in a call. If it makes sense, the next step would be to align on the MVP scope and define the implementation plan. Best regards.
$1.800 USD trong 14 ngày
7,7
7,7

Inventory Monitoring System Hello This is a well-defined and highly practical system, and I’ve worked on similar data monitoring and scraping platforms where reliability, comparison logic, and scalability are more important than just scraping itself. Your goal of evolving this into a market intelligence platform is exactly how I would approach the architecture from day one. Timeline Phase 1 (MVP – 10 dealerships): Day 1–2: Setup architecture + base scraper Day 3–6: Scrapers for 10 sites Day 7–8: Comparison engine Day 9: Reporting system Day 10: Testing + delivery I would love the opportunity to discuss how we can bring your vision for the site together with our range of skills and experiences. NOTE: This is only a placeholder bid amount that we will discuss on chat. Thanks & Regards Ranjana
$750 USD trong 7 ngày
7,6
7,6

Hi, Automated monitoring across multiple websites with daily comparison and reporting is exactly the kind of system I have built before. I recently completed a Python data pipeline that processed around 100k user records per batch, compared datasets, flagged changes and generated structured outputs with a full audit trail. Same core logic as what you need here, pull data, compare against previous, report what changed. For your system I would use Python with Playwright or Selenium for the dynamic JavaScript sites, store daily snapshots in a lightweight database like SQLite or PostgreSQL, run the comparison logic to flag new listings, removed listings and price changes, and output a daily report to Google Sheets or email depending on what works best for your team. Starting with 10 dealerships and building the architecture to scale to 50 plus without rebuilding anything. The part that needs the most care is making the scraper resilient when sites change their layout. I would build each dealership as a configurable module so adding a new one or fixing a broken one does not touch the core system. Documentation for adding new dealerships included. I have a long term mindset on projects like this. A monitoring system that runs daily needs someone who will keep it healthy, not just ship it and disappear. Can you share the initial dealership list so I can assess the site structures before quoting? Jenifer
$750 USD trong 25 ngày
7,6
7,6

Hello, I will build a reliable inventory monitoring system that automates scraping, comparison, and reporting across dealership websites. Using Python (Scrapy/Playwright) + PostgreSQL, the system will extract structured vehicle data daily, even from dynamic JS-based sites, with fallback strategies for anti-scraping scenarios. The core logic will store daily snapshots and perform efficient diff analysis to detect new, removed, and price-changed listings. Output will include a clean consolidated report (Google Sheets + email) with dealership summaries and detailed change logs, ensuring immediate business value with minimal manual effort. The system will be modular and scalable, with clear configuration to onboard new dealerships quickly. Documentation will cover adding sources, selectors, and handling layout variations. Designed for stability, retries, and logging to support scaling from 10 to 50+ dealerships seamlessly. Thanks, Asif
$1.000 USD trong 12 ngày
6,4
6,4

HELLO, I HAVE CAREFULLY REVIEWED YOUR REQUIREMENT FOR AN INVENTORY MONITORING SYSTEM FOR BLINDADOS.NET. With 10+ years of experience in web scraping, automation, and data monitoring systems, I can build a reliable and scalable solution to track listings, price changes, and inventory updates across multiple dealership websites. APPROACH → I will develop the system using Python (Scrapy/Playwright) or Node.js (Puppeteer) to handle both static and dynamic websites. Data will be collected daily, normalized, and stored in a structured database. A comparison engine will detect new listings, removals, and price changes. Reports will be generated automatically via Google Sheets and/or email with clear summaries and detailed logs per dealership. The system will be built to handle different site structures, include retry/fallback mechanisms, and be resilient to minor layout changes. Documentation will be provided to easily add new dealerships. I WILL PROVIDE 2 YEAR FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE. WE WILL WORK WITH AGILE METHODOLOGY AND WILL GIVE YOU ASSISTANCE FROM ZERO TO PUBLISHING ON STORES. The architecture will be scalable for future expansion (50+ sites) and enhancements like alerts and dashboards. I eagerly await your positive response. Thanks.
$750 USD trong 7 ngày
6,6
6,6

As a seasoned developer with over a decade of experience, I'm well-versed in projects just like yours. The heart of my expertise lies in automation and Python, converting complex manual endeavors like your current inventory tracking system into simple, efficient, and scalable solutions. My team and I at Web Crest have a practical mindset tailored towards solving real business problems, and your project meshes perfectly with our ethos. In particular, my experience with web scraping and browser automation will be invaluable as we tackle the dynamic nature of each dealership's website structure. I understand that some sites may pose challenges due to their unique layouts or the presence of scraping protection, but rest assured that we are resilient to these changes. What sets our partnership apart is our commitment to long-term success. Not only will we develop a fully functional automated system that meets your MVP requirements and delivers clean and organized code, but we'll also provide clear documentation on how to onboard new dealerships. In fact, envisioning this project's potential evolution into an internal market intelligence platform, I can confidently say that my team and I are invested in your business's growth and future needs. Let's make something transformative together.
$1.000 USD trong 4 ngày
6,5
6,5

Hello, your plan to start with 10 dealerships and scale toward 50+ shows you need a system built with flexibility and resilience from day one. I’ve built similar multi‑source scraping pipelines where I delivered daily change‑tracking reports and automated data normalization across inconsistent dealership sites. I know the real challenge here isn’t just scraping , it’s handling dynamic layouts, anti‑bot patterns, and ensuring the comparison logic reliably matches vehicles even when fields shift or data is incomplete. I’ll structure the MVP using Python, Playwright for dynamic rendering, and a lightweight database to store daily snapshots. I’ll implement robust selectors, change‑detection logic, and a reporting layer that pushes consolidated diffs to Google Sheets or email. Documentation for adding new dealerships will be kept modular so your team can extend it later. Before building, I want to confirm any constraints around hosting, rate limits, and whether any dealership uses API‑based inventory feeds. This can be delivered cleanly and without operational overhead from your team. Thanks, John allen.
$835 USD trong 1 ngày
5,7
5,7

As a Full-Stack Developer, my expertise in web scraping and automation, as well as my ability to handle dynamic websites using JavaScript rendering will be highly valuable for your Inventory Monitoring System needs. I have a 100% track record of delivering quality projects on time, which is a testament to my skills in problem-solving, debugging, and adapting to new technologies - all indispensable skills for this project. I understand the key challenges outlined: scraping protection, different website structures, and resilience to minor layout changes. Rest assured, I am no stranger to these challenges and have successfully overcome them in previous projects. Additionally, I am committed to writing clean, maintainable code with clear documentation - the latter being particularly important when adding new dealerships. Finally, although this project starts with monitoring just 5 dealerships it has the potential to evolve into something larger. As someone with a long-term mindset, I am excited about this possibility and ready to step up to meet any future market intelligence features you may require. My aim is always not just to do a task but also deliver practical solutions that enhance business operations. Let's work together on transforming your inventory monitoring process!
$500 USD trong 3 ngày
5,7
5,7

Hi, I can build a scalable Python-based system to monitor dealership websites, track new/removed listings and price changes, and generate a clean daily report. I’ll use a mix of lightweight scraping and Playwright where needed, with a structure that makes adding new dealerships simple. The MVP will include data collection, comparison logic, and reporting via Google Sheets or email, with clean and maintainable code. Ready to start now. Let’s connect over chat to review the initial dealership list and begin. Best regards, Avinash
$500 USD trong 7 ngày
5,6
5,6

Hello, {{{ I HAVE CREATED SIMILAR APPS BEFORE AND I CAN SHOW YOU }}}} I have carefully reviewed your requirement for an Inventory Monitoring System and clearly understand the need to automate dealership data tracking, detect new/removed listings, and monitor price changes with daily reporting. With 10+ years of experience in relevant technologies, I have built similar web scraping and data monitoring solutions that handle multiple site structures, dynamic content (JavaScript), and scalable data comparison logic. I will develop a robust system using Python (or Node.js if preferred) with automated scraping, structured data storage, and daily report generation (Google Sheets/email/dashboard as required). The solution will be modular, making it easy to add new dealerships and resilient to minor website changes. I WILL PROVIDE 2 YEAR FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE. WE WILL WORK WITH AGILE METHODOLOGY AND WILL GIVE YOU ASSISTANCE FROM ZERO TO PUBLISHING ON STORES. I am confident in delivering a clean, maintainable, and scalable solution aligned with your MVP and future expansion goals. I eagerly await your positive response. Thanks.
$750 USD trong 7 ngày
6,2
6,2

I have extensive experience with web scraping and automation. I'll build your inventory monitoring system using Python with Selenium and BeautifulSoup for dynamic site handling, PostgreSQL for data storage, and automated daily reports via email or Google Sheets. The system will track new listings, removed vehicles, and price changes across all dealerships. I'll include anti-detection measures, proxy rotation, and clear documentation for adding new sites. Timeline: 10-14 days for MVP with 10 dealerships. Ready to start immediately.
$750 USD trong 7 ngày
6,3
6,3

Hi Ricardo F., This is quite similar to a project I delivered last week, so I can jump straight into execution. Ready to start immediately. - For stable vehicle identity across days and URL changes, do you have VIN/chassis or internal listing IDs available on most sites, or should we infer a composite key (dealer + normalized title/year/mileage + URL hash)? - Are any target sites behind logins/CAPTCHAs, and what is your required daily cutoff time/timezone for report delivery? - Use a config-driven “dealer adapter” pattern: selectors and pagination rules in JSON/YAML, executed by a hybrid crawler (Requests/BS4 for static pages, Playwright with stealth/proxy rotation for JS-heavy sites). This minimizes code changes when layouts shift. - Store data in a small Postgres (SQLite for MVP) with normalized vehicle table, daily snapshots, and a change_log. Persist raw HTML/JSON for auditability. Index on the chosen unique key to keep diffs fast as you scale to 50+. Action Plan: - Phase 1 (MVP, 10 dealers): Define schema and unique ID rules; build adapter template; implement 10 adapters (pagination, BRL price normalization); diff engine (new/removed/price change); daily run at agreed BRT time; outputs to Google Sheets + email; clear “add a dealer” docs. - Phase 2 (Scale): Dockerize; scheduled runs (Cloud Run/Scheduler or cron); concurrent crawling with rate limits; rotating proxies; health checks and alerting; selector configs for quick fixes Best Regards, Sid
$970 USD trong 9 ngày
5,9
5,9

Hi, I can build a reliable inventory monitoring system focused on accuracy and scalability from day one. I’ve developed similar scraping and change-detection systems where multiple sources with different structures are normalized into a single dataset and compared daily to detect new, removed, and updated records. The key is not just scraping, but stable parsing + consistent data modeling. "Approach" • Python-based scraper using Playwright (handles dynamic sites + anti-bot cases) • Per-site extractor modules (isolated logic → easy to maintain) • Normalized data model (vehicle ID via URL/hash to track changes reliably) • Daily snapshot storage (PostgreSQL or lightweight DB / Google Sheets for MVP) • Diff engine to detect new / removed / price changes • Output: automated Google Sheet + daily email report System will include: • Retry logic, rate limiting, and basic anti-blocking measures • Resilient selectors (fallback strategies for layout changes) • Clear structure to easily add new dealerships This will be built as a clean, extensible system ready to scale to 50+ dealerships without rework. Best regards, Artak
$500 USD trong 7 ngày
5,5
5,5

Hi, With extensive experience in web scraping and automation, I am confident in developing a reliable system that automates dealership website monitoring and generates detailed daily reports to streamline your inventory management. Could you clarify the preferred output format for the daily reports (e.g., Google Sheets, email, dashboard) to tailor the solution accordingly? Thanks, Juan Aponte
$835 USD trong 1 ngày
5,5
5,5

Your project is just my project so I will always do my best to meet your all requirements. I checked your project details carefully. With my core skill Python or JavaScript, I have finished Web Scrapting project which extract product name, product price, product date and product selling number from real Online Product selling site and save this to excel or goofle sheet for uploading into client's google driver a few days ago. I have rich experienced in Web Scraping, Data Extraction, Machine Learning (ML), Data processing, using Python and Artificial Intelligence. I have full experience to develop python code for extracting the specific data from web site with python, HTML, CSS and JavaScript. If you give me your project, You can get best result with shortest time and best quality result. I am sure for your project and i can complete your project perfectly on time and with high quality. Please send me your message to discuss more about your project. I am waiting your reply now. Thanks.
$500 USD trong 3 ngày
5,4
5,4

Hi Mr, I have worked in vehicles systems for inventory management and also scrapping of another companies which is similar to what you describe here; so Im sure I can help you get what you need here. Kind regards.
$750 USD trong 7 ngày
5,2
5,2

I can help you build an automated system that tracks dealership website listings, identifies changes, and generates daily reports. Using Python, I will implement web scraping with libraries like BeautifulSoup or Selenium for dynamic sites to gather vehicle data such as price, model, and dealership information. The system will compare daily data with the previous dataset to identify new, removed, or price-changed listings. Reports will be generated in formats like Google Sheets or email, summarizing key changes. The system will be flexible enough to handle multiple dealership websites and resilient to layout changes. Approach Backend using Python with BeautifulSoup and Selenium Storage using Google Sheets or lightweight database like PostgreSQL Reporting with Google Sheets and email reports Data comparison to detect new, removed, and updated listings Timeline Phase 1 (MVP): 2 to 3 weeks for scraping, comparison, and basic reporting Phase 2 (Scaling): 3 to 4 weeks to scale to 50+ dealerships The system will be efficient and scalable, with documentation for adding new dealerships. Best Alex
$750 USD trong 7 ngày
5,6
5,6

Hi! I’m an expert Python and web automation developer with 9+ years of experience building reliable inventory monitoring and data scraping systems for marketplaces. Here's how I can help: * Automate daily monitoring of dealership websites, detecting new, removed, or updated listings * Extract key vehicle data (title, price, year, mileage, URL, dealership, date) and compare with prior datasets * Generate consolidated daily reports via Google Sheets, email, or simple dashboards * Build a scalable, maintainable system that can expand from 10 to 50+ dealerships Could you confirm if the target sites use heavy JavaScript or anti-scraping measures so I can plan the automation approach accordingly?
$750 USD trong 7 ngày
4,8
4,8

✅ Nice to meet you here ✅ Having worked extensively in Full-Stack development for over 8 years, my expertise is rooted in solving complex business problems just like yours. I've not only mastered JavaScript and Python- the perfect pair of technologies for your project, but I have also considerable experience with Web Scraping using beautifulsoup and selenium, which is no doubt an important aspect of your project requirements. Besides scraping, extracting data, and performing comparisons, as you need, I can ensure your inventory is properly collected and effectively categorized while efficiently identifying new listings, removed listings, price fluctuations, and other content changes. Additionally, with my skills in JavaScript rendering and knowledge of scraping protection, minor layout changes cease to be a challenge in my capable hands. No matter how diverse or dynamic the dealership web structures may be, I am well-prepared for these scenarios. Dependability and maintainable code are characteristics paramount to me. Impressively organized development that delivers exact briefs within set timelines are some of the traits that have garnered positive feedback from clients throughout my career. Beyond just delivering an MVP to monitor 10 dealerships which is what phase 1 requires; ultimately scaling to monitoring 50+ dealerships becomes more efficient with me on your team. Flexible databases like Google Sheets? We will do this easily too!
$750 USD trong 7 ngày
4,9
4,9

São Paulo, Brazil
Phương thức thanh toán đã xác thực
Thành viên từ thg 7 12, 2024
$100 USD
₹600-1500 INR
€8-30 EUR
$2-8 USD/ giờ
₹800-1000 INR
$10-30 USD
£250-750 GBP
$10-30 USD
$15-25 USD/ giờ
₹750-1250 INR/ giờ
₹1500-12500 INR
$8-20 USD/ giờ
$10-30 USD
₹750-1250 INR/ giờ
₹1500-12500 INR
₹12500-37500 INR
$30-250 USD
tối thiểu 50 USD$/ giờ
₹12500-37500 INR
$250-750 USD
₹750-1250 INR/ giờ