Budget: 1000 PLN Deadline: 7 days
Hello. I have extensive experience with Node.js. Ready to collaborate
Budget: 100 PLN Deadline: 1 day
Good afternoon
For Allegro, an anti-detect browser is needed. It detects all kinds of wedriver\Playwright, etc.
With a proper approach, there will be no captcha.
Contact us. Price is negotiable.
Budget: 2000 PLN Deadline: 7 days
Good time of day
I have extensive experience in automation with Python, including Selenium for similar tasks
Write to me
Budget: 990 PLN Deadline: 7 days
Welcome!
We are the team of AnnaKonda Digital AI agency, specializing in modern digital solutions for business and personal brands.
We approach each project individually, conduct an analysis of goals, competitors, and offer the best solutions to achieve your objectives.
We guarantee quality communication, adherence to deadlines, transparent reporting, and support at all stages of cooperation.
What will you get working with us?
✅ Clear understanding of the process and transparency at every stage
✅ Creative and modern solutions using AI tools
✅ Flexibility in revisions and consideration of your wishes
✅ Post-project support
Price from 990 PLN.
We will be happy to answer all questions and offer the optimal cooperation format!
Budget: 400 PLN Deadline: 1 day
Hello,
I am an experienced Full-Stack developer and I develop various applications and automations for different fields.
I am ready to develop a script/application for you that will perform the tasks you need.
We can mix Selenium/Puppeteer and regular requests to speed up the script and reduce the load on the server/computer. I have experience working with Allegro.
Write to me in private messages, I will be glad to cooperate with you!
Budget: 450 PLN Deadline: 5 days
Ready to automate reports in Allegro!
> Technologies: Playwright + Python.
> Experience: 4 projects with MP (Allegro, Rozetka).
> CAPTCHA/2FA solutions:
> Manual input once (we save cookies) / Skip via SMS-API.
> Session saving: So you don't have to log in every time.
Budget: 540 PLN Deadline: 4 days
Hello, Oksana.
The task of automating reports on Allegro is fully clear. As a PCAP™ certified Python developer, I specialize in such tasks and am ready to create a reliable and efficient script for you.
Here are my answers to your questions:
1. Which tool will I use (Selenium / Playwright) and why?
I will choose Playwright. It is a more modern and stable tool for working with dynamic websites like Allegro. Its main advantages are more reliable handling of asynchronous operations (when page elements load not immediately) and better built-in waiting mechanisms, making the script less prone to errors.
2. Do I have experience working with Allegro?
Although I have not worked with Allegro's DOM structure, I have significant experience automating tasks on other complex web platforms. The principles of site navigation, form filling, element interaction, and file downloading are universal, and I apply them confidently.
3. How do I plan to bypass CAPTCHA/2FA?
This is the most important aspect and requires a professional approach, not workarounds. My solution:
For 2FA (Two-Factor Authentication): The safest and most reliable method is that the script will pause during login and prompt you to enter the 2FA code directly in the console. This guarantees the security of your account.
For CAPTCHA: Automatic recognition is unreliable. I will integrate the script with a professional CAPTCHA solving API service (e.g., 2Captcha). The script will send the CAPTCHA image to the service and receive a text response for input. This is industry standard for reliable automation.
Final estimate:
Duration: 4 days
Cost: $150 USD
My price reflects the development of a quality and reliable tool that considers all complexities and security nuances. Ready to start work.
Davlat Rebrakov
Winning proposal- Projects -
- Rating -
- Rating 517
Budget: 300 PLN Deadline: 2 days
Привет! Готов взяться за автоматизацию Allegro.
Инструмент: Playwright
Почему именно он:
Стабильнее Selenium с современными сайтами
Лучше обрабатывает асинхронную загрузку
Встроенные ожидания элементов
Структура решения:
---
pythonclass AllegroBot:
def __init__(self):
self.browser = None
self.page = None
async def login(self, email, password):
await self.page.goto('https://allegro.pl/myaccount')
await self.page.fill('[data-role="email"]', email)
await self.page.fill('[data-role="password"]', password)
await self.page.click('[data-role="submit"]')
async def download_report(self, report_type, date_from, date_to):
# Переход в Sprzedaż → Raporty
await self.page.click('text=Sprzedaż')
await self.page.click('text=Raporty')
# Заполнение фильтров
await self.page.select_option('[name="report_type"]', report_type)
await self.page.fill('[name="date_from"]', date_from)
await self.page.fill('[name="date_to"]', date_to)
# Скачивание
await self.page.click('text=Pobierz')
await self.wait_for_download()
----
Обработка Excel:
pythonimport pandas as pd
def process_excel(file_path):
df = pd.read_excel(file_path)
for _, row in df.iterrows():
yield {
'report_type': row['Typ raportu'],
'date_from': row['Data od'],
'date_to': row['Data do']
}
----
Обход защиты:
CAPTCHA/2FA:
python# 1. Человекоподобное поведение
await self.page.mouse.move(x, y)
await asyncio.sleep(random.uniform(1, 3))
# 2. При появлении капчи
if await self.page.is_visible('.captcha'):
# Пауза + уведомление оператору
input("Решите капчу и нажмите Enter")
Антидетект:
pythonawait self.page.set_extra_http_headers({
'User-Agent': random.choice(USER_AGENTS)
})
await self.page.evaluate('() => { delete navigator.webdriver }')
Опыт:
Автоматизировал Wildberries (50+ отчётов/день)
Ozon парсинг с обходом CloudFlare
Amazon Seller Central API интеграция
Результат: Полностью рабочий скрипт + логирование + обработка ошибок.
Сроки: 3-5 дней.
Готов показать демо на тестовом аккаунте.
Выберите меня в качестве фрилансера, и вы не пожалеете.
Учтите что я работаю на совесть, имея большое портфолио и действительный опыт.
Budget: 450 PLN Deadline: 2 days
Good day! I have experience with automation using Playwright and working with marketplaces. I am ready to implement a script for Allegro with Excel processing, logging, and CAPTCHA support (if needed — through a third-party service). I work quickly and responsibly. I would be happy to collaborate!
Budget: 350 PLN Deadline: 3 days
Good afternoon!
I am ready to develop a script for automating the report uploads from Allegro according to the specified XLS file. I prefer to use **Playwright** for its speed, reliability, and better management of asynchronous operations.
I have experience working with Allegro and similar marketplaces, so I am familiar with their typical nuances. Regarding CAPTCHA/2FA — I recommend using integration with external recognition services or providing for manual input if necessary, to avoid violating security and platform rules.
I am ready to discuss details and technical requirements for precise planning.
Proposals are currently absent
Current freelance projects in the category Python
About the project: We are launching a B2B service for end-to-end analytics and advertising campaign management for targeters and media buyers. The product will work with the official Meta API. The main technical challenge and focus of the project is the expert handling of Facebook limits, traffic routing between our application pool, and a robust infrastructure protection system against the blocking of gray advertising accounts. We already have a detailed technical specification, the architecture of databases is described, the logic of the load balancer, and the requirements for interfaces. We are looking for a contractor who will take this for turnkey implementation (backend + frontend dashboards). What needs to be done (Key tasks): Integration with Meta API: Set up user authorization and regular asynchronous parsing of advertising account statistics. Requests must be sent exclusively in batches to save limits. Auto-unlinking system for accounts: Write a module that continuously monitors the statuses of advertising accounts. If an account gets banned, the system must automatically revoke the access token within 60 seconds to protect our application from Meta sanctions. Proxy infrastructure: Implement tunneling of all API requests through a SOCKS5 pool. A strict binding of a specific user token to a static IP address is mandatory. Smart routing: Create an algorithm that will distribute bindable advertising accounts among several of our Facebook applications in specified proportions to reduce risks. Interface development: Create a client dashboard with a summary statistics table and an advanced admin panel for manual management of user limits, application bindings, and proxy pool. Expected technology stack: Backend: Python, FastAPI. Asynchronous tasks: Celery, Redis. Databases: PostgreSQL (or ClickHouse for statistics, at your discretion). Frontend: Vue.js or React (you can use ready-made UI libraries and dashboard templates, focusing on functionality rather than complex design). Requirements for the contractor: Confident experience with Meta Graph API and Marketing API. You should understand how sliding limits work, how to read load headers, and how to work with tokens. Understanding the specifics of traffic arbitration. The words "billing," "account ban," "business manager," and "farm" should not raise questions for you. Experience in building asynchronous parsers and working with proxy servers at the network request level. Willingness to work according to a clear technical specification and deliver the project in stages. Conditions: Collaboration format: Project work (with the possibility of transitioning to long-term support and development of new modules). Budget: Discussed individually based on your assessment of the technical specification. Payment: Staged, tied to checkpoints. How to respond: In your cover letter, be sure to indicate your experience with Meta API, attach links to similar projects (or describe their functionality if they are under NDA), and provide an estimated price range and timeline for developing a similar system from scratch. Responses without a description of relevant experience with Facebook API will not be considered.
A local Python script needs to be developed to automatically fill a Google Sheet with data from the company's internal service. Main logic: 1. Connect to the Google Sheet. 2. Find rows where the ID is filled but two target values are missing. 3. Form a link based on the template: https://internal-service.example/item/{ID} 4. Retrieve the two values (via API, if it exists, otherwise via Playwright). 5. Write the values back to the Google Sheet. 6. Mark the row as processed. 7. Continue processing the next rows. Requirements: • Python • Google Sheets API • Priority to use the official API • If no API — Playwright • No OCR, screen recognition, or mouse coordinates • Confidential data must not be logged • Configuration via .env • Test mode (without writing to the sheet) • Do not process already filled rows • Batch write changes to Google Sheets • Proper error handling and retries It is necessary to provide: - source code; - requirements.txt; - example .env.example; - installation instructions; - running instructions; - brief architecture description. Before starting implementation, please: 1. Suggest an architecture. 2. List the necessary accesses. 3. Ask clarifying questions. 4. Indicate the cost, deadlines, and estimated number of hours.
As part of enhancing the cybersecurity level of our infrastructure, we need to abandon the practice of storing "eternal" and static API keys, passwords, and integration tokens in the configuration files (.env, appsettings.json, config.yaml) of our microservices. Business Goal: Create a single secure storage point for confidential data (secrets) with a mechanism for their automatic updating (rotation) in external systems on a schedule. Our other services will request current tokens "on the fly" via API, which will minimize damage in case of compromise of any system component.Security Model and Encryption (Crypto Core) No secret should be stored in plaintext in the database. Upon application startup, a Master Key is passed to the environment variables. If the key is missing or has an invalid length, the service should fail at the initialization stage with a clear error in the logs. Each secret is encrypted before being written to the database using this Master Key. Upon request, it is decrypted in memory and returned in the response body.Audit Logging (Audit Trail) Any action with secrets (creation, reading by the service, successful or unsuccessful rotation) must be recorded in a separate log file audit.log (or a separate table in the database). Strict Taboo: It is strictly prohibited to record the actual values of secrets in the audit log (neither in plaintext nor in encrypted form).
Need a specialist for writing parsers who can bypass CLOUDFRAME. Parsing of products occurs from sites with authorization. There are 10+ donors of varying complexity, with different levels of protection. Parsing of products occurs from sites with authorization. Parses data into a ready-made Mysql database + photographs on the server. It is necessary to write a parser according to the tasks described in the technical assignment and adapt the data to the existing database for full functionality on the site. Technical assignment and example donor upon request. Desktop parsers and C# are not considered.
Bot for mirroring positions on Binance Futures (Python) A bot is needed that reads my positions on Hyperliquid (public API) and Bitget Futures (my read-only key) and proportionally replicates them on my Binance USDT-M Futures via API. Logic: opening, increasing, partial closing, full closing — everything is mirrored with a customizable size ratio. Polling every 5–10 seconds. Correct handling of partial closures and averaging is mandatory. Requirements: notifications in Telegram about trades and errors; config (pairs, ratio, limits); deployment on my VPS + instructions; source code is transferred to me. I will enter the keys myself. Stages: 1) Hyperliquid→Binance, test with small amounts; 2) Bitget→Binance. Payment through safe in stages. In your response, indicate your experience with exchange APIs and how you will handle a partial closure of 30% of the position by the leader.