
In Progress
Posted
Paid on delivery
I need a single-entry Python solution that constantly watches product pages on Amazon, Flipkart, Croma, Reliance Digital, Vijay Sales, Samsung, Apple and any other store I decide to add next. The script must loop through a configurable list of URLs, pull the current price, stock status and every visible discount or offer (including coupons, bank/EMI and flash-sale banners), compare the results with locally stored history, and fire off Email alerts, SMS alerts and Push notifications the moment something changes. Local storage can be lightweight—SQLite, JSON or another flat-file format is fine—as long as each check records a timestamp so the script can spot differences quickly on the next run. Please keep the core logic modular: one parser per site, shared comparison and alert utilities, all wrapped so I can invoke it via the command line or set it on a cron job. Headless scraping with Requests/BeautifulSoup should handle static pages, while Selenium or Playwright can pick up dynamic content; choose whichever combination stays stable and avoids rate limits. Proxy handling and basic CAPTCHA mitigation are expected for Amazon and Flipkart. Give me clean configuration options (YAML/JSON or flags) for: • check frequency per product • alert channels to switch on/off • concurrency limits Deliverables • Fully commented Python script (single file or main + helper modules) • Sample config file and README explaining setup, credentials and scheduling • Demo showing a live alert for at least one product on each priority site listed above • Simple log or dashboard summarising last check, current vs previous price, lowest historical price and last alert sent Acceptance criteria Running the script locally, I will add three product URLs, set the interval to 60 s and simulate a price drop; I should receive an email, an SMS and a push notification within that minute containing the product name, old & new values, store name and direct link. If you have proven techniques for keeping Amazon/Flipkart scrapes reliable—rotating proxies, request throttling, CAPTCHA solving—please highlight them in your bid.
Project ID: 40671637
30 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hi, You need one Python watcher that loops configurable store URLs across Amazon Flipkart Croma and more, compares price stock and offers to local history, then fires email SMS and push the moment something changes. I will build a modular Python CLI with one parser per site, shared compare and alert utilities, SQLite or JSON history with timestamps, and YAML config for check frequency channels and concurrency. Requests and BeautifulSoup for static pages, Playwright for dynamic ones, plus rotating proxies throttling and CAPTCHA-aware retries for Amazon and Flipkart. Cron-ready with sample config README logs and a live alert demo per priority store. Message me to get started.
₹5,000 INR in 1 day
0.0
0.0
30 freelancers are bidding on average ₹1,232 INR for this job

As a Python developer with extensive experience spans across 17+ years, I've honed my skills to excel in e-commerce alert scripts - especially the ones dealing with web scraping, automation, and deep-site crawling. Your project aligns perfectly with my wheelhouse - leveraging Requests/BeautifulSoup for the former, Selenium/Playwright for heightened dynamism and an additional bonus of CAPTCHA solving and proxy rotation strategies for scrapping stability. My expertise is not just limited to script writing. I also have considerable experience in handling SQL server databases, decision tables, mobile development- alongside desktop applications, (Windows or otherwise). In fact, I'm known for creating full website development works that seamlessly integrate activity on different platforms (including Stock Trading Software). In conclusion, I'm confident that my rich 17 + years' experience combined with the versatility of my skill set would make me a prime choice amongst your bidders. With my services in play, what you can expect is sheer dedication towards code quality (fully commented), scalability (modular parser structure), and absolutely faultless attention to detail. Let's get your dynamic e-commerce watchdog script up and running without fail!
₹1,000 INR in 7 days
3.2
3.2

Hello, I can build a modular Python price and stock monitoring system that tracks Amazon, Flipkart, Croma, Reliance Digital, Vijay Sales, Samsung, Apple, and future stores with configurable parsers. With 10+ years of Python and automation experience, I'll deliver a solution using BeautifulSoup + Playwright/Selenium, SQLite for price history, and a shared alert engine for Email, SMS, and Push notifications. You'll receive: * Modular site parsers with shared comparison logic * Configurable YAML/JSON settings * Price, stock, coupon, and offer tracking * Timestamped history and lowest-price records * Cron-ready CLI with logging and concurrency controls * README, sample config, and live demo I'll focus on reliable scraping with throttling, retries, and parser isolation to keep monitoring stable as stores evolve.
₹600 INR in 3 days
2.8
2.8

I can create a Python script that monitors Amazon and Flipkart for product changes, using tools like Selenium and BeautifulSoup. Have you considered how frequently you want the alerts to be sent? Let's make this work for you!
₹1,080 INR in 7 days
2.5
2.5

As an AI and Cloud Data Engineering expert, I am well-positioned to meet your project's needs. I have extensive experience in building real-time, efficient, and scalable systems, which will serve as the backbone for your e-commerce scraping solution. My technical expertise with AWS and my versatility with different technologies will also be invaluable in architecting a robust solution and handling local storage effectively. The project's emphasis on sophisticated web scraping techniques is among my specialities. I have proven techniques to ensure reliable scraping from heavy hitters like Amazon and Flipkart, such as rotating proxies, request throttling, and CAPTCHA management. My finesse with StableSoup, Selenium and Playwright demonstrate my ability to work with both static and dynamic content. Additionally, I've got proficiency in headless scraping using Requests/BeautifulSoup which empowers me to handle the static pages effectively.
₹2,000 INR in 2 days
2.6
2.6

Hi there, Understanding of project: I understand you need a Python-based eCommerce alert script that monitors specified products or pages, detects important changes such as availability or price updates, and sends timely notifications. My solution: I can build a reliable Python automation using requests/BeautifulSoup or Selenium/Playwright depending on the website structure. The script can monitor multiple URLs, detect stock or price changes, handle dynamic pages, manage request timing and retries, and send alerts through your preferred channel such as email, Telegram, Discord, or webhook. I’ll structure the code for easy configuration and ensure logging and error handling are included. Questions: 1. Which eCommerce websites and product information should be monitored? 2. What events should trigger an alert, such as restock, price change, or product availability? 3. Which notification method do you prefer, and how frequently should the script check? Please initiate a chat with me here on Freelancer so we can discuss the websites and alert workflow and get started. Warm Regards, Amit
₹800 INR in 7 days
2.1
2.1

I will build this using a modular Python architecture where each site has a dedicated parser class, making it easy for you to add new stores later. I will use a mix of Requests for static pages and Playwright for dynamic elements to ensure stability across all your target platforms. For Amazon and Flipkart, I will implement request throttling and user-agent rotation to minimize the risk of blocks. I have previously developed Python automation tools that handle data extraction and local CSV/JSON logging, which aligns with your requirement for tracking historical price changes. A few questions to better understand the scope: Q1 - Do you already have an SMS or push notification gateway service (like Twilio or Firebase) set up for the alerts? Q2 - Are there specific proxy providers you prefer, or should I integrate a standard rotating proxy API? Q3 - How many total URLs do you plan to monitor concurrently once the script is in full production? I am ready to start on the core parsing modules and the SQLite integration.
₹660 INR in 4 days
1.6
1.6

Hi, I can build this as a modular Python price-monitoring system that you can run locally, from CLI, or through cron. I use Python with Requests/BeautifulSoup for static pages and Playwright when JavaScript-rendered content requires it. Each store would have its own parser, while shared modules handle SQLite history, comparison logic, scheduling, logging, and alerts. The configuration can be YAML/JSON-based with per-product intervals, concurrency limits, and Email/SMS/Push channels that can be enabled or disabled. Every check will store timestamps, price, stock, offers and alert history, with a simple CLI summary showing previous/current price and lowest historical price. For alerts, I can integrate SMTP email, Twilio SMS, and a push service such as Telegram/ntfy depending on your preference. For Amazon and Flipkart, I’d focus on conservative request rates, session handling, retries, caching, realistic browser behavior and configurable proxies. I won’t rely on brittle CAPTCHA bypasses; where CAPTCHA blocks access, the system can detect and log it safely. I can provide the complete source, sample config, README, scheduling instructions, and demonstrations across the priority stores. Estimated timeframe: 2–3 weeks for the core system and priority-site parsers, followed by testing and stabilization. I can start immediately.
₹1,000 INR in 7 days
1.3
1.3

Hello, I hope you’re doing well. I reviewed your project requirements and I’m confident that I can help you build a high-quality, modern, and user-friendly solution according to your needs. Python-Commerce-Alert-Script I’m Ankur, a Full Stack Developer with 7+ years of experience in: • Custom Website Development • E-commerce Development • Mobile App Development • Flutter App Development • Android & iOS Applications • WordPress & PHP Development • UI/UX Design • Admin Panels & APIs I have successfully completed 500+ projects for startups, businesses, and individual clients worldwide. Why work with me? ✔ Clean and professional development ✔ Mobile-friendly and responsive design ✔ Fast communication and regular updates ✔ Scalable and secure solutions ✔ On-time delivery ✔ 3 months of free support after completion My goal is not just to complete the project, but to build a solution that helps your business grow. I would be happy to discuss your project in detail and start working immediately. Looking
₹1,000 INR in 20 days
0.2
0.2

Hi, I understand you're looking for a robust Python script that monitors product pages and sends alerts on price changes and stock statuses across various e-commerce platforms. With experience in Python, web scraping using BeautifulSoup and Selenium, and implementing reliable scraping techniques, I am well-equipped to tackle this project. My approach will involve creating a modular script that utilizes separate parsers for each site, ensuring that the core logic is maintainable and your configuration options are straightforward. I’ll implement rate limiting, proxy management, and basic CAPTCHA handling to ensure stability, particularly for Amazon and Flipkart. I am confident in delivering a fully commented script, a clear README for setup, and a demo to showcase its functionality. Would you prefer a specific format for the config options, or should I proceed with JSON/YAML as suggested?
₹808.57 INR in 7 days
0.0
0.0

Hi, I’m an experienced Python developer and can build this product-monitoring solution with a modular, scalable architecture. I’ll implement site-specific parsers for Amazon, Flipkart, Croma, Reliance Digital, Vijay Sales, Samsung, Apple, and make it easy to add new stores. The system will track price, stock, discounts/offers and timestamped history using SQLite/JSON, with configurable intervals, concurrency and Email/SMS/Push alerts. I can use Requests/BeautifulSoup for static pages and Playwright/Selenium where required, with throttling, retries, proxy support and responsible anti-bot handling. I’ll provide clean CLI/cron support, configuration, logs/dashboard, README, tests and demo flows. I can review the target URLs and confirm the exact implementation timeline and approach.
₹6,500 INR in 7 days
0.0
0.0

Built and tested this already, it's live on my GitHub profile under the name price-watcher. One config file, one parser class (CSS selectors per site, no code changes needed to add a store), SQLite history so every check diffs against the last one, pluggable alert channels. Ran the actual CLI against a live product page end to end: baseline check, unchanged check, then a seeded price change fired a real console alert (email works the same way, code's in the repo). 27 automated tests, all passing. Being straight about scope for this budget: Amazon/Flipkart anti-bot handling (rotating proxies, CAPTCHA solving, headless browser rendering) is real ongoing infra, not a script feature, happy to wire it once we agree on a proxy/CAPTCHA provider since that's a recurring cost on your side. Same for SMS/push, both need a paid account (Twilio, Firebase) I don't have credentials for, the channel interface is built and tested so it's a 10-line drop-in once you pick a provider. Core engine plus one working store today, 1-2 days. Which store do you want wired first after Amazon/Flipkart, and do you already have a proxy/CAPTCHA provider in mind or should I suggest one?
₹800 INR in 3 days
0.0
0.0

Hi, Thanks for sharing your project. Your requirements align well with our experience in delivering web, mobile app, CRM, and custom software solutions, and we’d be happy to help you build a reliable solution tailored to your needs. Before finalizing the scope, timeline, and budget, we’d like to understand a few key details about your requirements, current setup, and expected outcomes. This will help us suggest the right technical approach and avoid unnecessary development costs. Let’s discuss the project through Freelancer chat. We can also share relevant work samples, explain our proposed approach, and provide you with a clear execution plan, milestones, timeline, and pricing once we understand the complete requirements. We’re available to get started immediately and look forward to discussing your project. Best regards, Royal IT Services
₹800 INR in 7 days
0.0
0.0

Hi, I build scrapers that actually stay alive. Your script will watch Amazon, Flipkart and every other store you add. Pull price, stock, discounts, and fire alerts when anything changes. Let's build your price watchdog.
₹800 INR in 5 days
0.0
0.0

I will build a modular Python solution that continuously monitors product pages across Amazon, Flipkart, Croma, Reliance Digital, Vijay Sales, Samsung, Apple, and any new sites you add. The design uses async concurrency with aiohttp for static pages and Playwright/Selenium for dynamic content, with each store handled by its own parser. Local storage will be SQLite/JSON with timestamps to track changes and compare history. Config (YAML/JSON) lets you set per‑product frequency, alert channels (Email, SMS, Push), and concurrency limits. Alerts include product name, old vs new price, store, and direct link. Reliability is ensured with proxy rotation (residential/datacenter pools), throttling with random delays and backoff, and CAPTCHA handling via solver APIs or Playwright’s human‑like events. A simple dashboard/log will summarize the last check, historical lows, and alerts. Deliverables: fully commented script, sample config, README, and demo showing live alerts across priority sites.
₹1,000 INR in 7 days
0.0
0.0

I've built production scrapers for Amazon and Flipkart before, and I understand the proxy rotation and rate-limiting challenges you'll face. I'll deliver a modular Python solution with dedicated parsers for each site (BeautifulSoup for static content, Playwright for dynamic), a SQLite backend for price history and diff detection, and integrated Email/SMS/Push alerting via common services like SendGrid and Twilio. Configuration will be YAML-based for check intervals, channel toggles, and concurrency limits, plus a simple CLI interface for manual runs and cron scheduling. I'll include proxy middleware with rotating user agents, basic CAPTCHA handling for high-traffic sites, and a lightweight dashboard showing last check time, price deltas, historical lows, and alert logs. You'll get fully commented code, a sample config, setup README with credentials walkthrough, and a live demo across Amazon, Flipkart, and at least two other retailers showing real alerts firing within your 60-second acceptance window.
₹606 INR in 4 days
0.0
0.0

Hello, I can build the Python-based e-commerce price and stock monitoring system you described, with a modular architecture that makes it easy to add additional stores later. I can implement configurable product URLs, scheduled price/stock checks, local history storage using SQLite or JSON, change detection, and email/push/SMS alert integration. For static pages I can use Requests/BeautifulSoup, while Selenium or Playwright can be used where dynamic content requires browser automation. I will also structure the project with configurable check intervals, alert channels, concurrency limits, logging, and a README covering setup and scheduling. For sites with anti-bot protections, I would use responsible request throttling, retries, session handling, and rate-limit controls rather than relying on unreliable scraping methods. I can deliver the project with clean, commented Python code and a configuration file, with testing focused on the priority stores and the client's acceptance criteria. I can start immediately and target delivery within 6 days. Thank you.
₹900 INR in 6 days
0.0
0.0

Hi! Small Python monitoring scripts like this are a good fit for me. I can build it as a clean watcher with configurable product URLs, stock checks, and fast alerts without overcomplicating the setup. If you want, I can keep the first version simple and reliable first, then add extras like cooldowns or multiple stores after that. Do you want alerts only, or should it also save status/history to a small local file or database?
₹900 INR in 2 days
0.0
0.0

As a skilled full-stack and app developer with specialized knowledge in both Python and PHP, I am well-equipped to create a highly scalable, powerful, and comprehensive solution for your e-commerce alert script. With my deep understanding of the Amazon and Flipkart platforms and advanced techniques like rotating proxies, request throttling, and CAPTCHA solving, I can develop the robust scraping mechanism you need to gather real-time product data without any hiccups. Over my 5 years in the industry, designing SaaS web applications and high-performing mobile apps has been a core focus area. Be it web or mobile, front-end or back-end, I am fully capable of delivering products from conceptualization to launch—leveraging Python extensively where required. My proficiency extends to complex backend APIs system design which would be crucial for your project's central logic. Furthermore, I understand the importance of clean configuration for optimal user experience. Rest assured, I will deliver an elegantly designed configuration interface that allows you to easily manage check frequency per product, alert channels, and concurrency limits according to your needs. My attention to detail is also reflected in my commitment to provide you with fully commented code for easy comprehension and README file that covers every aspect of setup and scheduling. Together we can upscale your e-commerce operation with this ready-to-go script. Let's connect!
₹800 INR in 7 days
0.0
0.0

Hi, I can build a reliable Python-based e-commerce price and offer monitoring system that tracks Amazon, Flipkart, Croma, Reliance Digital, Vijay Sales, Samsung, Apple, and additional stores through modular site-specific parsers. The solution will support configurable product URLs and check intervals, price/stock/discount/offer tracking, SQLite or JSON history, and instant Email, SMS, and Push notifications when changes are detected. I will use Requests/BeautifulSoup for static pages and Selenium or Playwright for JavaScript-heavy stores, with concurrency controls, throttling, proxy support, retries, and careful handling of Amazon/Flipkart anti-bot challenges without relying on unsafe bypass methods. You will receive clean, fully commented code, sample configuration, README/setup instructions, cron scheduling guidance, logging, and a simple status summary showing current versus previous price, lowest historical price, last check, and last alert. I can also demonstrate alerts for the priority stores and ensure the 60-second acceptance scenario works correctly for configured products. I focus on clean architecture, maintainable code, and making new stores easy to add later. I am ready to start immediately.
₹800 INR in 7 days
0.0
0.0

I've built a working prototype for this. It runs now, with 79 passing tests. What's done: configurable URL list with per-product intervals, one parser per site, SQLite history with timestamps, comparison logic, email + SMS + push alerts, concurrency limits, CLI and cron support, and a dashboard showing last check, current vs previous price, lowest historical price and last alert sent. There's a bundled demo command that spins up a local mock store, drops a price and fires all three alert types — so you can verify the whole pipeline in 30 seconds before we discuss a single real URL. One thing I've done differently: for Amazon I use their official Product Advertising API rather than scraping with proxies and CAPTCHA workarounds. Those break — usually a few weeks after delivery, silently — and they put your IPs at risk. The API returns the same price and stock data as structured JSON and doesn't break on redesigns. It needs an Associates account on your side. Everything else (Croma, Vijay Sales, Reliance Digital, Samsung, Apple) works with normal polite scraping. Two questions: Who provides the Twilio and Firebase credits, and is DLT registration already done for the SMS sender? For Indian numbers that approval takes several days and is outside my control. Will this run on your local machine or a VPS?
₹1,000 INR in 7 days
0.0
0.0

hisar, India
Payment method verified
Member since Oct 16, 2017
₹12500-37500 INR
$30-250 USD
$250-750 AUD
$30-250 USD
$250-750 USD
$250-750 USD
₹12500-37500 INR
₹600-1500 INR
$250-750 USD
$30-250 USD
$30-250 USD
₹12500-37500 INR
$25-50 USD / hour
$250-750 USD
₹2000-5000 INR
$15-25 USD / hour
$15-25 USD / hour
£250-750 GBP
₹1500-12500 INR
₹1500-12500 INR