• Projects 10
  • Rating 5.0
  • Rating 7 138

Budget: 10750 UAH Deadline: 7 days

I will create a bot using aiogram + aiohttp for parsing OLX, RST, Auto.ria. Each user saves their filters (price, region) in PostgreSQL, new ads are checked via cron and sent to the chat. Scaling through asyncio to handle the load with many users. Question: how often to check for new ads, every 5 minutes or less frequently?

  • Projects 12
  • Rating 5.0
  • Rating 4 869

Budget: 22000 UAH Deadline: 14 days

Good day.

I have reviewed the task. In your case, it is not just about a Telegram bot, but about a service for monitoring advertisements from several sources — OLX, RST, Auto RIA — with individual user filters and sending only new relevant offers. Considering that the bot is needed for mass use, it is important to lay the architecture correctly from the start, rather than creating a one-time script that will quickly run into duplicates, load issues, and problems with the stability of the sources.

I propose implementation in Python as a modular solution:
A Telegram bot for managing subscriptions and filters,
a separate layer for data collection from sources,
PostgreSQL for users, filters, advertisement history, and deduplication,
background workers for monitoring and delivering messages.

Andrey K.
1 292 1
  • Projects 1 296
  • Rating 5.0
  • Rating 104 000

Budget: 27000 UAH Deadline: 12 days

Hello. I have extensive experience in developing Telegram bots. I am ready to collaborate.

  • Projects 118
  • Rating 5.0
  • Rating 10 376

Budget: 2000 UAH Deadline: 1 day

Hello.

I develop bots for Telegram using NodeJS. I am ready to take on the project. Write to me, we will discuss.

  • Projects 15
  • Rating 5.0
  • Rating 2 163

Budget: 10000 UAH Deadline: 5 days

Good day. I have been programming for more than 4 years. During this time, I have written more than 30 parsers, most of which have built-in Telegram bots. I can send you demonstrations of my work in private messages. I would be happy to discuss the project structure and collaborate!

  • Projects -
  • Rating -
  • Rating 264

Budget: 2000 UAH Deadline: 3 days

Hello! Great idea for a bot.

To implement such a service, I would use Python with the requests library to fetch the content of web pages and BeautifulSoup or Scrapy for parsing HTML. The bot will periodically (at a specified interval) scan the selected advertisement pages, compare them with the previous state, and send notifications in Telegram if new offers appear or prices/specifications change. It will be important to consider possible blocks due to excessive parsing and implement a bypass mechanism if necessary.

For data storage (for example, price history, monitoring list), SQLite or PostgreSQL can be used. We will also consider the possibility of implementing an admin panel or commands in the bot for convenient addition/removal of websites and configuration of monitoring parameters.

I would be happy to discuss the implementation details and clarify specific requirements for parsing and the bot's functionality.

  • Projects -
  • Rating -
  • Rating 355

Budget: 3500 UAH Deadline: 5 days

Доброго дня, Євгенію!

Готовий розробити Telegram-бота для моніторингу авто на OLX, RST та Auto.ria.

Що входить:
— Асинхронний парсинг OLX, RST, Auto.ria (aiohttp + BeautifulSoup)
— Гнучкі фільтри для кожного користувача (марка, модель, ціна, рік, область) — зберігаються в базі даних
— Бот на aiogram 3 — зручні команди для налаштування фільтрів та сповіщень
— Перевірка кожні 10-15 хвилин, надсилає тільки нові оголошення
— Розгортання на VPS

  • Projects -
  • Rating -
  • Rating 247

Budget: 2000 UAH Deadline: 3 days

Hello! I have experience in developing asynchronous monitoring systems in Python, so I will create a fast and fault-tolerant bot for auto-selection for you.

  • Projects 9
  • Rating 5.0
  • Rating 644

Budget: 700 UAH Deadline: 1 day

Good evening, Yevheniy!
Overall, the task is clear, but for an accurate response regarding deadlines and price, I would like to clarify some questions that arose after analyzing your task.
Please write in private messages – we will discuss the details and your wishes.

  • Projects -
  • Rating -
  • Rating 121

Budget: 4000 UAH Deadline: 1 day

Good day! I am ready to complete this project. Extensive experience in developing various applications.

  • Projects 4
  • Rating 4.8
  • Rating 706

Budget: 5000 UAH Deadline: 5 days

Good day!

I have been working on the development of Telegram bots with website parsing and filtering systems, so I understand well how to implement similar functionality reliably and at scale.

I can create a bot that:
— tracks new listings from OLX, AutoRia, RST
— filters them by parameters (price, region, other criteria)
— sends users only relevant results
— supports a large number of users simultaneously

  • Projects 13
  • Rating 5.0
  • Rating 1 396

Budget: 4000 UAH Deadline: 2 days

Hello!
I can implement a bot with flexible filters for each user. The solution will be optimized for mass use, with stable operation and scalability.
I have experience in similar projects, and I already have a similar bot that tracks AutoRia and OLX.

Please let me know if you need to save the history of ads and a separate admin panel for management?

  • Projects -
  • Rating -
  • Rating 196

Budget: 3000 UAH Deadline: 1 day

I can create such a bot for mass use: website monitoring, filters for each user, and sending new announcements to Telegram. I have experience with bots and parsing, ready to discuss the details.

  • Projects 5
  • Rating 4.8
  • Rating 764

Budget: 5000 UAH Deadline: 2 days

It is important not to confuse: this is not a "check and send" script, but a mini-SaaS with a bot as the interface. Each user sets their own filters — which means a database is needed, isolated states, deduplication of ads, and stable background operation of parsers.

Of the three sources, the most unstable is RST, which involves pure scraping. OLX and Auto.ria provide more opportunities through semi-open endpoints, which is more reliable for production. This affects the architecture.

Stack: Python, aiogram/python-telegram-bot, SQLite or PostgreSQL for users, APScheduler or Celery for background tasks. The bot will operate stably and not crash at the first change in the website's layout.

Please let me know if you have any preferences regarding hosting and if you need any statistics on users? This affects the estimate. I will respond quickly.

  • Projects -
  • Rating -
  • Rating 139

Budget: 1400 UAH Deadline: 4 days

Hello. I can create a Telegram bot for monitoring car websites (OLX, RST, Auto.ria).

The solution will include:

collecting new listings
filtering by parameters (price, region, etc.)
sending notifications in Telegram

For parsing, I can use Playwright/requests depending on the website, taking into account restrictions and data updates.

  • Projects 3
  • Rating 5.0
  • Rating 778

Budget: 5000 UAH Deadline: 10 days

Hello! I specialize in Python (aiogram) and working with databases. I am implementing a bot for mass use with the correct architecture so that the system does not crash under load.

How I will do it:
1. Central data collection: We will create one service that scrapes websites (Auto ria, OLX, RST) and stores new listings in the database. This will protect against bans and unnecessary expenses on proxies.
2. Filter database: I will use PostgreSQL. The user sets the price and area, and the system instantly matches new cars with their request.
3. Asynchronous messaging: I will set up a message queue so that the bot can reliably send pushes to thousands of users simultaneously and not fall under Telegram limits.

I am ready to discuss the details in private messages.

  • Projects -
  • Rating -
  • Rating 337

Budget: 8000 UAH Deadline: 7 days

Hello!

I have experience in developing a Telegram bot for parsing a rental apartment website. The bot collected new listings, analyzed them based on parameters set by the client/admin, and sent them to users in Telegram as messages. A user access control system was also implemented.

The following was implemented:
- data parsing from the website (title, price, location, description, link)
- filters for users (price, district/city, housing parameters)
- saving user subscriptions in a database
- regular checking for new listings and avoiding duplicates
- automatic sending of relevant offers to the bot

  • Projects 3
  • Rating 5.0
  • Rating 2 866

Budget: 27000 UAH Deadline: 7 days

I have similar experience with American auctions.
The project is interesting, likely needed for further subscription sales?
I can calculate the necessary resources for each user, provide a formula for the correct calculation to cover costs while making a profit, create a proper architecture that won't collapse with the first five clients and can be easily transferred to another server in case of problems, take care of masking so that the sites do not block access, and will support throughout the entire existence of the project.

My rate is 45 euros per hour, official payment, quick implementation, and free bug fixes.
From start to launch, 7 days will be enough, and monthly maintenance will be around 10-15 euros, gradually increasing with user growth. The price is 90,000 UAH (the review does not allow me to set more than 27,000, so I set it to the maximum).

I am also running a SaaS project for Telegram mailings - it may be useful for audience building.

  • Projects -
  • Rating -
  • Rating 265

Budget: 9900 UAH Deadline: 1 day

Hello!
I represent Devoxen - an IT outsourcing company. We have experience in developing Telegram bots and data monitoring and processing systems.
We can implement "turnkey" solutions:
- parsing necessary websites (taking into account changes in structure)
- filtering and processing data according to specified criteria
- Telegram bot with real-time notifications
- anti-duplication and logging system
- flexible configuration of sources and filters
We emphasize stability of operation (so that the bot does not crash when changes occur on websites) and scalability.
We work as a team -> we cover backend, integrations, and support.

  • Projects 8
  • Rating 5.0
  • Rating 2 251

Budget: 1234 UAH Deadline: 1 day

Good day

I am ready to implement a Telegram bot for monitoring car advertisements (OLX, RST, AutoRia) with a flexible filtering system for each user. The bot will track new advertisements in real-time (or with minimal delay) and send only relevant results based on specified parameters: price (min/max), region, make/model, etc.

I will implement stable parsing (taking into account anti-bot protection), a queuing system, and caching, so that the bot works correctly with a large number of users. I will also provide convenient filter management directly in Telegram (inline buttons).

The main problem here lies in parsing OLX, which easily blocks accounts with suspicious activity, as well as being problematic to create multiple accounts in principle, but I already have solutions for these issues.

Technologies: Python (aiogram), Playwright/requests, proxies if needed.

  • Projects 26
  • Rating 5.0
  • Rating 3 714

Budget: 3200 UAH Deadline: 3 days

Yevhenii, good day
I am ready to implement.
I have already developed scripts for parsing OLX and Auto Ria.
There will be no problems with implementation.
Deadline: 3-4 days
Budget: 3200 hryvnias
Write to me. We will discuss the details.

OLX.ua Parser
  • Projects 4
  • Rating 5.0
  • Rating 716

Budget: 10000 UAH Deadline: 10 days

Considering how to create a Telegram bot for new car ads (OLX, RST, AutoRIA). The bot is created through @BotFather, using aiogram. User filters are stored in a database (price from/to, region, brand). The official API is used for AutoRIA. For OLX and RST, parsing is done through Playwright with proxies. A background task checks for new ads based on filters every 5-10 minutes and sends them to users. PostgreSQL, APScheduler, or Celery with Redis is used. Stack: Python + aiogram + Playwright + PostgreSQL. For mass usage, proxies and a task queue are needed to avoid blocks. The exact price will be clarified after the specifications are confirmed.

  • Projects 9
  • Rating 5.0
  • Rating 726

Budget: 2000 UAH Deadline: 3 days

Hello! I have carefully studied your project and am ready to start its implementation. Let's discuss the details for the best execution.

  • Projects 11
  • Rating 5.0
  • Rating 1 015

Budget: 15000 UAH Deadline: 4 days

Hello!

I am ready to develop a high-load Telegram bot for monitoring cars from OLX, RST, and Auto.ria. The task is very familiar to me - I already have practical experience in parsing these platforms and know their pitfalls. The project is large-scale, but absolutely feasible. I would be happy to discuss the details, show examples of the logic, and start working. Write to me, I will show you the last bot I made for monitoring OLX! which performs its task well!

  • Projects -
  • Rating -
  • Rating 277

Budget: 22000 UAH Deadline: 21 days

Good evening. I specialize in developing bots/Telegram bots/parsers. The task is to parse a page and output it to a Telegram bot; on the surface, this is very easy, but there will be questions regarding platform limitations and blocking. The price is negotiable, and the timeline is 14-21 days, it can be faster, everything depends on the success of the tests and the writing of bypass systems for the ports. I hope you are interested in my offer, I look forward to hearing from you personally.

  • Projects 20
  • Rating 5.0
  • Rating 2 364

Budget: 12000 UAH Deadline: 7 days

Hello, Yevheniy!

Our IT company creates and refines websites that operate stably, quickly, and solve specific business tasks for clients. We are engaged in developing websites "from scratch" as well as improving existing solutions, enhancing their performance and user experience for your users.

We have experience in:
- developing responsive and fast websites on various platforms (WordPress, OpenCart, Shopify, WIX);
- integrations with payment systems, CRM systems, external services, and internal systems;
- optimizing the performance and security of websites;
- setting up analytics and basic SEO tools;
- software development and automation of business processes: managing customer databases, resource accounting, automating repetitive tasks, integrations with third-party systems;

  • Projects -
  • Rating -
  • Rating 504

Budget: 10000 UAH Deadline: 10 days

Good day.
I can take on such a project. It is important to build not just a Telegram bot, but a proper service: bot + backend + database + check scheduler + deduplication of announcements.

I already have a similar project for monitoring and filtering data with subsequent sending to users, so the logic of such solutions is familiar to me not only in theory but also in practice.

Here is how I see the implementation:
— the user sets filters in the bot;
— the system regularly checks sources;
— new announcements undergo deduplication;
— only new relevant options come to the bot.

Parset Monitor — multi-source platform for product monitoring
  • Projects 12
  • Rating 4.7
  • Rating 1 029

Budget: 7000 UAH Deadline: 7 days

I am ready to promptly and qualitatively complete your order. I have experience working with similar projects, always adhere to deadlines and technical specifications. I will be happy to collaborate!

  • Projects -
  • Rating -
  • Rating 496

Budget: 10000 UAH Deadline: 1 day

✋ Hello! We are the IT company dZENcode.

We are implementing a Telegram bot for monitoring OLX, RST, and Auto RIA with filters for price and region, as well as a server part in Python (FastAPI), based on the team's experience, best practices, and our own developments.

Are we using the official APIs of the platforms or HTML parsing?
What frequency of checks and expected load do you plan?

You can find detailed information about our services and rates on our website: Freelancehunt
Take a look – we will discuss the details of the work further, write when you are ready.

Rental Car
  • Projects -
  • Rating -
  • Rating 228

Budget: 6000 UAH Deadline: 3 days

Good day, Yevheniy!

I am ready to create a Telegram bot for tracking new listings from OLX, RST, and AutoRia with the ability to customize filters for each user (min/max price, region, etc.). The bot will be designed for mass use and stable operation.

I had a similar case — I developed a parser for Amazon with filters and sending new products to Telegram, so I understand well the logic of monitoring websites, optimizing queries, and working with a large number of users.

Implementation: Python, parsing through Playwright, PostgreSQL database for storing filters and listings, Telegram bot on TeleBot.

I will implement:
• monitoring of OLX, RST, AutoRia

  • Projects 15
  • Rating 5.0
  • Rating 3 698

Budget: 27000 UAH Deadline: 27 days

Good day.
I have extensive experience in creating bots and parsing from popular websites that have restrictions and protection.
By the way, I completed a very similar project here, but it had a broader theme of advertisements and European platforms + Polish OLX.
Feedback here: https://freelancehunt.com/project/vosstanovlenie-podderzhka-dorabotka-telegram-bota-dlya/1596685.html
I can do it for you efficiently and quickly.
If you are interested in my experience, please write - I would be happy to collaborate and thank you for your attention.

  • Projects -
  • Rating -
  • Rating 212

Budget: 3000 UAH Deadline: 3 days

Good day!

I am ready to develop a Telegram bot for a car sales website based on the aiogram framework. I work with Python and aiogram, and I have experience creating similar bots with API integrations and databases.

I guarantee:

Clean and maintainable code
Fast execution
Support after launch

  • Projects 43
  • Rating 4.6
  • Rating 4 929

Budget: 1000 UAH Deadline: 3 days

Good day!

I professionally develop Telegram bots and web applications in Python. I am ready to implement a bot for monitoring cars from OLX, RST, Auto ria, including filters and deployment on a server. I have experience working with APIs, web scraping, databases, and proxies.

Write to me in private messages, and we will clarify the details.

  • Projects 24
  • Rating 5.0
  • Rating 2 006

Budget: 1000 UAH Deadline: 3 days

Hello! What is the approximate number of users expected for this bot?

We will discuss the details about the deadlines and budget in personal correspondence.

I will implement the project as follows:
1. I will create a bot in Python using libraries for parsing the specified websites.
2. I will set up a database to store the filters for each user (price, area).
3. I will implement a system for instant notifications about new ads that match the settings.

Thank you for considering my proposal. I will be happy to work on your project!

  • Projects 10
  • Rating 5.0
  • Rating 2 284

Budget: 15000 UAH Deadline: 5 days

Hello, Yevhenii, I am ready to develop this parser with a bot for you, write to me to discuss the details (specifically about olx).

  • Projects 53
  • Rating 4.3
  • Rating 3 170

Budget: 3000 UAH Deadline: 1 day

Hello
I made a bot for Avito and did a lot for OLX
Write to me, I am ready to complete your task

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules