Budget: 2400 UAH Deadline: 3 days
Good day. I have been working with OLX for several years, ready to complete the task. I have a ready parser, prepared to adapt it to your needs. The cost and timeline are current.
Good day.
It is necessary to develop a program (bot) that will automatically monitor the OLX (UA) website for specified keywords and collect data on found listings.
Search for listings based on specified keywords
Open found listings
Collect the following data:
listing title
link
price
number of views
date/time of data collection
Automatic saving of information to a table (Google Sheets or Excel)
Ability for regular automatic launches (for example, once a day)
It is preferable that the system operates stably without frequent blocks
Need the ability to edit the list of keywords
Preferably a short user guide
Please specify:
cost of implementation
execution time
which technologies you plan to use for implementation
whether you have experience with similar tasks
Ready to discuss the details.
Budget: 2400 UAH Deadline: 3 days
Good day. I have been working with OLX for several years, ready to complete the task. I have a ready parser, prepared to adapt it to your needs. The cost and timeline are current.
Budget: 2000 UAH Deadline: 1 day
I have a ready bot that parses OLX by keywords and sends messages to Telegram. It runs every minute and monitors new messages. I can easily replace sending to Telegram with recording in a table.
If I have piqued your interest, please contact me.
I will pass the bot to you today.
It has been working for my clients for several years without any blocks.
Budget: 1111 UAH Deadline: 1 day
Hello, I would like to discuss the project details in person. I have already developed partners for OLX, so I have experience and understanding of how things work with them.
Budget: 5000 UAH Deadline: 5 days
Good day, Yura
I can create a fast and reliable parser in Python or PHP with recording to Google Sheets or Excel without constant blocks. The parser can operate both autonomously without interference and by manual launch.
Write to me, I will be happy to collaborate. I am waiting for feedback.
Budget: 1000 UAH Deadline: 14 days
## Answers to Your Questions
### 1. Implementation Cost
**$400–600** — depends on:
- the number of keywords and the volume of data
- choice of Google Sheets or Excel
- whether proxies are needed to reduce the risk of blocks (optional, +$50–100)
### 2. Execution Time
**1–2 weeks** — from start to a working system with instructions.
### 3. Technologies
| Component | Technology |
|-----------|------------|
| Parsing | Python + Playwright (browser automation — more stable, fewer blocks) |
| Storage | Google Sheets API (recommended) or Excel (openpyxl) |
| Scheduler | Windows Task Scheduler / cron — runs once a day |
| Config | JSON file with keywords — easy to edit without changing code |
### 4. Experience with Similar Tasks
Yes. In production, there are:
- **Price Monitoring Bot** — price monitoring, API, Excel, Nextcloud
- **Email Monitor** — automatic data collection (IMAP), FTP, 24/7
- **Playwright** — experience in browser automation
---
## Functionality
- Search for ads based on specified keywords
- Open found ads and collect: title, link, price, views, date/time of collection
- Save to Google Sheets or Excel
- Automatic launch on schedule (for example, once a day)
- Edit the list of keywords through the config file
- Brief user instructions
---
## Important Notes
1. **Blocking.** OLX has bot protection. To reduce the risk:
- delays between requests
- limited frequency
- if necessary — proxies (optional, additional cost)
2. **Changes on the Site.** If OLX changes the layout, code adjustments may be needed. Support can be discussed separately.
3. **OLX Rules.** Parsing may violate the terms of use of the site. I recommend reviewing them before starting.
---
## Next Steps
1. Clarify the number of keywords and desired collection frequency
2. Choose Google Sheets or Excel
3. Sign the agreement and start development
I am ready to answer additional questions and clarify details.
---
*Serhiy*
Budget: 2000 UAH Deadline: 3 days
Good day. I have experience in parsing OLX with recording in Google Sheets. I will create a stable and fast parser.
Budget: 1000 UAH Deadline: 2 days
Good day! I am ready to create an application for parsing OLX with the specified functions. Regarding technological solutions, I have options and experience.
Budget: 2500 UAH Deadline: 2 days
Good day. I am a Python developer, I have experience in the field of bots and parsers, there is a partially implemented system that interests you, it needs to be redesigned according to your requirements.
Budget: 1400 UAH Deadline: 2 days
Hello, Yuriy!
Parsing OLX today is not just about "going to the page," but a constant battle with the anti-fraud system and dynamic data loading. I develop professional monitoring systems that are already operational in the markets of Ukraine and Poland. My solution is not just a script, but a stable business tool.
How my approach differs from others:
Real experience with OLX (UA/PL): I have a ready core — OLX-Monitor-Pro. This is a proven system that can extract even those data that are loaded via JS (for example, the number of views), without getting banned.
Engineering bypass of blocks: I do not use "cheap" methods. I use Playwright with full emulation of human behavior (mouse movements, random delays, real browser headers). This allows the system to operate stably 24/7.
Server stability: I do not force you to keep your computer on. The bot is deployed in a Docker container on the server. This guarantees scheduled launches and instant notifications.
Management through Google Sheets: You do not need to dive into the code. Want to change keywords or price filters? Just write them in your spreadsheet, and the bot will pick up the changes "on the fly."
Budget: 1500 UAH Deadline: 2 days
Good day!
The task is clear, I will implement it without problems. I have experience in parsing similar websites - recently I created a similar parser for robota.ua with the same functionality (data collection, deduplication, auto-start). Here is the link: https://github.com/mkhl941/RobotauaParser.
I will implement it in Python + Google Sheets API.
Cost: 1500
Timeline: 1-2 days
I am ready to discuss the details.
Budget: 1000 UAH Deadline: 3 days
Good day!
I am ready to develop an OLX bot for monitoring ads by keywords, collecting data (views, price), and automatically saving it to Google Sheets/Excel. I have experience in web scraping with Python, integration with Google API, and ensuring stability without blocks.
I am ready to discuss the details.
Budget: 16000 UAH Deadline: 16 days
Good day. I can create such a program in Python + Playwright. I have experience with OLX, exporting information to Excel and Google Sheets. If there is no need to parse the phone number, there will be no blocks + the speed of the parser will be quite high.
Budget: 4500 UAH Deadline: 7 days
Good day!
I am ready to implement such a bot for monitoring OLX (UA) with automatic data collection based on keywords and saving it to a table.
What I can do:
- Search for ads based on a list of keywords
- Open each found ad
- Collect data:
- Ad title
- Link
- Price
- Number of views
- Date/time of collection
- Automatic saving to:
- Google Sheets (more convenient for online viewing), or
- Excel (local file)
- Regular execution (for example, once a day) according to a schedule
- Ability to edit the list of keywords (via a settings file/table)
- Short user manual
Stability / blocking
To ensure the system works more stably, I will include:
- Rate limiting of requests (without aggressive parsing)
- Pauses between actions
- Retry attempts in case of temporary errors
- Error logging
- A structure that is easy to maintain with changes on the site
Technologies (implementation plan)
Python + one of the options:
- Playwright (or Selenium) — if reliable page opening/dynamics is needed
- requests + BeautifulSoup — if the pages return the required data without a browser
- gspread / Google Sheets API — for writing to Google Sheets
- openpyxl / pandas — for Excel
- APScheduler / cron / Task Scheduler — for scheduled execution
What you will receive as a result:
- A ready script/bot
- A settings file for keywords
- A table (Google Sheets or Excel) with data
- A launch/user manual
- (If needed) assistance with launching on your PC or server
Budget: 1000 UAH Deadline: 1 day
Hello! I have reviewed the technical specifications. I have experience in parsing OLX, bypassing anti-bot protection, and integrating with Google Sheets API. I will implement a stable script in Python (Playwright) that is not afraid of blocks. I will provide instructions. Would you like to discuss the budget and deadlines in private messages?
Budget: 1500 UAH Deadline: 1 day
Yuriy, good day!
I already have a ready parser for OLX - you can view it in the attached project.
Currently, it is implemented on request.
For your keyword search, I will add Selenium so that you can perform searches by keywords.
Terms: 1-2 days
Budget: 1500 hryvnias
Write to me, we will discuss the details.