
Closed
Posted
Paid on delivery
I need a robust script—call it a bot if you like—that keeps an eye on a set of product URLs from Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto. Its single purpose is to check stock availability every two-to-five minutes around the clock and fire off an instant Telegram message the moment an item flips from “out of stock” to “available”. Key points you should know • Polling frequency: 2–5 minutes, non-stop. • Notification channel: Telegram only (instant messaging alert). • Data of interest: stock status, nothing else. • URLs: I’ll supply a list and will need a simple way—JSON, CSV, or web form—to add or remove links without touching the code. • Resilience: handle captchas, timeouts, or layout shifts gracefully and retry without missing a beat. • Deployment: happy to run this on a small VPS or any cloud service you recommend; include setup steps and environment specs. Deliverables 1. Source code (Python + Selenium/Playwright, Node with Puppeteer, or any comparable stack). 2. Config file or lightweight interface for managing URL lists and check intervals. 3. A Telegram bot token setup guide and the logic that pushes messages in real time. 4. Read-me with install commands, cron/service configuration, and troubleshooting tips. 5. A quick demo showing a live stock flip triggering a Telegram alert. Acceptance criteria • Within five minutes of an in-stock change, I see one clear Telegram message containing the product name, platform, and direct link. • No duplicate spam; retries only if a message fails. • Script runs unattended for at least 48 hours in test without crashing or leaking memory. If something above is unclear, let me know—otherwise, I’m ready to get started as soon as you can share an estimated timeline.
Project ID: 40555855
73 proposals
Remote project
Active 2 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
73 freelancers are bidding on average ₹22,511 INR for this job

Hi, I can help with your "24/7 Stock Alert Bot" project. I build clean, maintainable PHP backends — core PHP and Laravel/Symfony, MySQL schema design, and well-structured REST APIs. For work involving php, java, python, web scraping, software architecture, node.js, selenium, automation, I pay close attention to validation, security, and readable code, delivering in small, testable milestones. I provide clean commits and clear documentation. Could we discuss the specifics before I firm up the timeline? ⭐ 5.0/5 from a recent client: "Very Professional and On time delivery of the project" Final timeline and cost will be confirmed in chat after a complete understanding and documentation of the project expectations in detail.
₹30,000 INR in 7 days
7.7
7.7

Your scraper will break the moment Amazon or Flipkart rotates their anti-bot fingerprints or introduces dynamic rate limits during high-traffic windows. Most developers build these monitors without headless browser rotation or proxy fallback, which means you'll see false negatives when captchas block legitimate stock checks. Quick questions - are you planning to monitor more than 50 URLs simultaneously, and do you need historical logs showing when each product went in/out of stock over time? Here is the architectural approach: - SELENIUM + PYTHON: Headless Chrome with rotating user agents and request throttling to avoid IP bans across six different e-commerce platforms. - TELEGRAM BOT API: Webhook-based delivery with retry logic and deduplication hashing so you never receive duplicate alerts for the same stock event. - AUTOMATION: Systemd service on Ubuntu VPS with health checks that auto-restart the process if memory exceeds 500MB or any scraper thread hangs beyond timeout. I've built similar monitoring systems for 2 SaaS clients tracking competitor pricing across 12 marketplaces without downtime. Let's schedule a 20-minute call to confirm your VPS specs and finalize the URL management interface before I start the build.
₹22,500 INR in 7 days
7.3
7.3

With an arsenal of skills that are aimed towards automation and software architecture, I am the perfect fit to pave your way to efficiency with my intricate AI-driven automation workflows. In relation to your project, I have unparalleled expertise in Complex Web Scraping and Smart Data Extraction that aligns sublimely with your need for a resilient stock monitoring bot. Moreover, my extensive knowledge on browser and UI automation solutions would ensure a smooth and uninterrupted running of the bot on any preferred platform you decide. Speaking of platforms, I am adept at working with Python + Selenium/Playwright, Node with Puppeteer or any comparable stack – so I’ll make sure to use the right tools from my repertoire to achieve the desired result without a hitch. Lastly, as your entrusted freelancer, you can expect me to get accustomed to your product URLs from various Indian e-commerce platforms and develop a flexible way for you to manage these lists conveniently.
₹25,000 INR in 4 days
6.5
6.5

I can build a reliable stock monitoring system that tracks your product URLs, checks availability at configurable intervals, and sends instant Telegram alerts while using resilient error handling, retries, and an easy-to-manage configuration for adding or removing products.
₹12,500 INR in 3 days
5.5
5.5

Hi, I can build a reliable stock monitoring solution that continuously checks your product URLs across Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto, and instantly sends a Telegram alert when an item changes from out of stock to available. The system will support configurable polling intervals, intelligent retry logic, duplicate notification prevention, and detailed logging for stable long-term operation. You'll be able to manage URLs and check intervals through a simple JSON, CSV, or lightweight interface without modifying the code. The solution will be designed to handle temporary failures, timeouts, captchas where possible, and website changes gracefully while maintaining consistent monitoring. It will also include complete setup documentation, Telegram bot configuration, deployment instructions for a VPS/cloud server, and a live demonstration of the alert workflow. My focus is on building a maintainable, production-ready solution that can run unattended with stability and accurate notifications. Examples: On request. I look forward to discussing your requirements and building a dependable monitoring system.
₹18,000 INR in 15 days
5.9
5.9

Hello, I can build a reliable 24/7 stock monitoring bot that continuously checks your product URLs and sends instant alerts as soon as an item comes back in stock. Features: - Monitor Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto - Configurable polling interval (2–5 minutes) - JSON/CSV-based configuration for easily adding or removing URLs - notifications with product name, platform, and direct link - Duplicate alert prevention with automatic retry on notification failures - Robust error handling for timeouts, temporary site changes, and session recovery - Detailed logging and monitoring for long-running stability Deliverables: - Clean, well-documented Python (Playwright/Selenium) source code - Configurable settings for URLs and polling intervals - bot setup guide - README with installation, deployment, and troubleshooting instructions - Live demonstration of stock detection and notification The application will be designed to run unattended on a VPS with proper logging, ensuring reliable operation over extended periods. I can start immediately and provide a realistic timeline after reviewing the number of URLs and target websites.
₹12,500 INR in 5 days
5.5
5.5

Six sites in that list, and Amazon India, Flipkart, Croma, Instamart, Zepto and Myntra all behave differently under repeated polling. Amazon and Flipkart throw captchas at aggressive request rates, the others just change their DOM often enough that a single generic scraper stops working within a week. Getting to 48 hours unattended means per-site parsers with their own selectors and backoff curve, not one script trying to handle all six the same way, plus a dedup layer that remembers what already got alerted so a stock flip doesn't ping you five times. I'd build it around a config file rather than hardcoded URLs, so you can add or drop products yourself without touching code. Each site runs its own polling worker on a 2 to 5 minute jitter, retries with exponential backoff on a failed fetch or a captcha hit, and logs the failure instead of taking the whole bot down with it. State persists to disk so a restart doesn't lose track of what's already in stock or refire old alerts. Telegram message goes out the moment a tracked item flips from out of stock to available. 37500 INR for the full build, 6 days, one deliverable: working bot, config-driven URL list, Telegram alerts wired up, and a 48 hour stability run before handover. This is an indicative estimate from the brief, I'll give you a firm quote once the scope is locked, mostly how many URLs per site and whether Amazon needs proxy rotation to hold up long term. Which of the six is the one you actually need alerts on first?
₹37,500 INR in 6 days
5.6
5.6

Hi, I have built several restock monitoring bots with Telegram alerts, so this brief is very familiar territory. My approach is Python with lightweight HTTP checks first, since Amazon, Flipkart and the quick commerce sites expose stock signals in page data that can often be read without a full browser, keeping 2 to 5 minute polling cheap and stable, with Playwright as fallback for the tougher pages. URLs live in a simple JSON or CSV you can edit anytime, hot reloaded with no restarts. State tracking guarantees exactly one alert per stock flip, product name, platform and link included, with retries only when Telegram delivery fails. Timeouts, blocks and layout shifts are handled with per site parsers, backoff retries and logging so nothing fails silently. You get full source, config, Telegram token setup guide, a systemd service for a small VPS, readme and a live demo. Timeline is 4 to 5 days including the 48 hour unattended stability test.
₹25,000 INR in 7 days
4.0
4.0

Hi, I read your project "24/7 Stock Alert Bot" and I can help. I have solid experience in PHP, Java, Python and can deliver clean, reliable work. Happy to discuss scope and start right away.
₹12,500 INR in 7 days
4.8
4.8

Hi, I can build a 24/7 stock availability alert bot that monitors your supplied product URLs and sends instant Telegram notifications when an item changes from out of stock to available. The best solution is to first review the target platforms, URL list format, expected stock-status indicators, polling limits, VPS environment, and Telegram alert format. Then I can build a Python/Playwright or Node/Puppeteer service with configurable URLs, check intervals, status tracking, duplicate-alert prevention, error handling, logging, and Telegram bot integration. I’m comfortable with Python/Node.js automation, Selenium/Playwright/Puppeteer, Telegram Bot API, JSON/CSV configuration, VPS deployment, cron/systemd/Docker setup, stock-status monitoring, retry logic, timeout handling, and long-running script stability. Deliverables will include: * Source code * URL/config management file * Stock status checker * Telegram alert integration * Duplicate spam prevention * Logging and retry handling * VPS deployment guide * README with setup/troubleshooting * 48-hour stability test support * Demo of alert workflow I will implement this using respectful polling, error backoff, and compliant access methods. I cannot bypass captchas or anti-bot protections, but the system can detect such cases, log them, and retry safely. Best regards Ankit
₹12,500 INR in 2 days
3.6
3.6

Your requirement is essentially a long-running monitoring service with reliable change detection, low false positives, and stable recovery from anti-bot interruptions. I would implement this using Python with Playwright for better stability against dynamic storefronts and intermittent frontend changes across Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto. The bot would maintain independent workers per store, polling every 2–5 minutes with retry/backoff logic, timeout protection, duplicate alert prevention, and structured logging for troubleshooting. Telegram notifications would be sent only on state transitions from out-of-stock to available, including product name, source platform, and direct URL. For URL management, I can provide either a JSON/CSV configuration approach or a lightweight web interface depending on your preference. The service will also include persistence to avoid duplicate alerts after restarts and basic health monitoring to keep it stable during continuous execution. Delivery includes complete source code, deployment instructions for VPS/cloud environments, Telegram bot setup, service configuration, and a live demonstration of stock change detection triggering alerts in real time. I can also optimize the solution for low VPS resource usage so it can run continuously without memory leaks or manual intervention.
₹36,429.56 INR in 5 days
3.8
3.8

Dear Client, I will build a robust 24/7 stock availability alert bot that monitors your list of product URLs (Amazon India, Flipkart, Myntra, Croma, Instamart, Zepto) and sends instant Telegram notifications the moment any item becomes available. Key Features I will deliver: Polling every 2-5 minutes with intelligent random delays to avoid detection Robust scraping using Playwright (preferred for speed and reliability) or Selenium Automatic handling of captchas, timeouts, layout changes, and anti-bot measures Simple config file (JSON/CSV) to easily add/remove URLs without editing code Clean Telegram alerts with product name, platform, price (if available), and direct link Retry logic and queuing to prevent duplicate messages or data loss Full deployment guide for VPS (with systemd/cron setup) Deliverables: Complete, well-commented Python source code Configuration management system Telegram bot setup instructions Detailed README with installation, deployment, and troubleshooting Live demo showing a stock change triggering an alert The bot will run unattended reliably for days. I have extensive experience building resilient e-commerce monitoring tools and can start immediately. Looking forward to delivering a fast and dependable solution for you. Best regards,
₹25,000 INR in 7 days
3.4
3.4

Hi, I understand you're looking for a reliable stock monitoring bot that continuously checks product availability across Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto. The bot should monitor your product URLs every 2–5 minutes, instantly send Telegram alerts when an item comes back in stock, allow easy URL management, and run unattended with proper error handling and high reliability. I have experience building automation tools, web scraping solutions, Telegram bot integrations, and long-running monitoring scripts. I can develop a robust solution using Python (Playwright/Selenium) or Node.js (Puppeteer), implement retry mechanisms for captchas, timeouts, and layout changes, provide a configurable URL management system, and include complete deployment documentation for VPS or cloud hosting. My focus is on building stable, maintainable automation that performs reliably without duplicate alerts or crashes. I'll deliver clean source code, detailed setup documentation, configuration files, and ensure the bot is thoroughly tested before handover. I'd be happy to discuss your URL list, preferred tech stack, and deployment environment, then provide an accurate timeline and implementation plan. Best regards, Usama K
₹14,000 INR in 4 days
3.2
3.2

A robust Python-based script (utilizing Playwright or an optimized scraping API) will be developed to continuously monitor stock availability across URLs from Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto every 2-5 minutes, 24/7, triggering instant, non-duplicate Telegram alerts the moment an item becomes available. The system will be resilient against blocks/captchas, feature an external configuration file (JSON/CSV) for easy URL management, include full deployment guides for a small VPS (Systemd/Docker) along with comprehensive documentation, and the estimated delivery timeline is [Insert number] business days upon confirmation.
₹12,500 INR in 7 days
3.2
3.2

As an AI-driven automation specialist with a strong focus on Python-based system design and a proclivity towards structured environments, I will create a robust and efficient stock alert bot that will run 24/7 without crashing or leaking memory. I've got extensive experience in web scraping, which is key to tracking stock availability across multiple platforms such as Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto. Given my data analysis skills in Pandas and NumPy, I am well-suited to identify the specific data of interest - stock availability on your chosen sites - and push this information to you instantly via a Telegram notification. I'll handle any potential challenges that may arise such as captchas or layout shifts with panache and grace, ensuring that your bot continues its operations smoothly. More than just delivering the expected results, I'm dedicated to designing clean and maintainable codebases. Along with the source code, you'll get a user-friendly configuration system that allows you to manage URLs and check intervals without needing to touch the code base at all. Partnering with me for this project not only guarantees technical competence but also a thoughtful approach to long-term scalability. Can't wait to show you how efficient and powerful this bot will be!
₹15,000 INR in 7 days
2.9
2.9

Hi, I read your requirements carefully, and I can build a reliable stock monitoring system that continuously checks your product URLs and sends instant Telegram alerts whenever an item changes from **Out of Stock** to **In Stock**. My approach would be: • Build a scalable monitoring service using Python (Playwright/Selenium) or Node.js (Puppeteer), depending on which is most reliable for each platform. • Support Amazon, Flipkart, Myntra, Croma, Instamart, and Zepto with configurable polling intervals and automatic retry logic. • Prevent duplicate notifications while handling timeouts, layout changes, and temporary failures gracefully. • Deliver a simple JSON/CSV configuration (or lightweight admin interface), complete setup documentation, and VPS deployment support. I have experience developing automation tools, web scraping solutions, REST API integrations, and production-ready applications with a strong focus on reliability and maintainability. One question: Will the script monitor all URLs from a single delivery location/PIN code, or should it support multiple locations for platforms like Zepto and Instamart? I'm available to start immediately and can provide a clean, well-documented solution with long-term support if required. Best regards, Jagrati
₹20,000 INR in 7 days
2.5
2.5

Hi, I can build this for you. To keep it fast and efficient, I'd implement it using Python with aiohttp instead of browser automation wherever possible. This significantly reduces resource usage and allows frequent checks well under your 5-minute requirement. For convenience, I'll also build a Telegram bot that handles all configuration—you'll be able to add/remove product URLs, manage check intervals, and receive instant stock alerts directly from Telegram, without editing any config files. The bot will prevent duplicate notifications, retry on temporary failures, and be designed to run reliably 24/7 on a VPS.
₹25,000 INR in 7 days
2.5
2.5

As a seasoned full-stack developer with a comprehensive range of experience, I am confident that I am the perfect fit for your 24/7 Stock Alert Bot project. With an understanding of both front and back-end technologies such as Python, Javascript (Node.js), and software architecture, I bring versatile proficiencies to the table. My notable experience in using Selenium and Playwright in Python will be particularly advantageous in implementing the essential task of stock checking on different e-commerce platforms. Being able to code the mandatory script is one thing; engineering it to be resilient, stable, and accurate is something else. Understanding your need for a bug-free, unremitting script, I am skilled in crafting intricate algorithms that swiftly yet gracefully handle captchas, timeouts, or layout shifts.I have a thorough approach to error handling ensuring that your bot not only detects available items but also efficiently handles inevitable hiccups. Additionally, my expertise in using data formats such as JSON and CSV will align perfectly with your requirement for an easy-to-use interface to add or remove links without touching the code. I have also had experience with and deployed similar projects on cloud services such as AWS which can provide you not only duration satisfaction but constant monitoring as well. With my ability to handle projects from ideation to deployment successfully, I'm certain that you and your users will be happy with the power,
₹25,000 INR in 10 days
1.6
1.6

Hi, the tricky part here isn't the Telegram alert, it's keeping stock checks stable across Amazon India, Flipkart, Myntra, Croma, Instamart, and Zepto without getting blocked. Each site renders differently and a couple of them (Croma, Instamart) throw layout shifts often enough to break naive scrapers. I'd build it in Python with Playwright (handles JS-heavy pages better than Selenium for Myntra/Zepto), rotating headers/proxies to dodge captchas, and a retry queue so a failed check doesn't get treated as "still in stock." URL management via a simple JSON config you edit directly, no code changes needed. Telegram bot pushes product name, platform, and link the moment status flips, with a dedupe check so you don't get spammed on flaky reads. I've deployed similar always-on monitoring scripts on VPS with systemd + cron for auto-restart, so the 48hr unattended stability requirement is doable. Quick question: do you want polling to run at a fixed interval for all URLs, or should high-priority items check closer to 2 min while others sit at 5? Can share a rough timeline once you confirm.
₹37,500 INR in 3 days
1.5
1.5

Hey there, I have experience building Python automation and monitoring bots using Playwright and Selenium, along with Telegram notification integrations. I went through your requirements, and I'd love to build a reliable stock monitoring bot that checks your product URLs every few minutes and instantly sends Telegram alerts when items come back in stock. The solution will be easy to configure, resilient to common failures, and designed to run continuously on a VPS with minimal maintenance. I'd love to discuss your project. Thanks, Rohit
₹20,000 INR in 7 days
1.0
1.0

Chandigarh, India
Member since Jul 2, 2026
₹1500-12500 INR
$30-250 USD
£2-5 GBP / hour
$30-250 USD
₹600-1500 INR
₹1000-22000 INR
£10-15 GBP / hour
$1500-3000 USD
₹1500-12500 INR
₹1500-12500 INR
$250-750 USD
€30-250 EUR
₹1500-12500 INR
$10-30 AUD
₹600-1500 INR
₹1500-12500 INR
₹1500-12500 INR
₹600-1500 INR
$25-50 USD / hour
$15-25 AUD / hour
₹600-1500 INR