• Projects -
  • Rating -
  • Rating 1 130

Budget: 2500 UAH Deadline: 3 days

Hello, Olena! I do exactly these things. A Python bot keeps the required page open and pre-authorized, and at 10:00 it catches the appearance of the "Buy" button in milliseconds and immediately clicks it, putting the coin in the cart faster than a hand. I leave the payment and checkout to you, as you mentioned.

Stack: Python + browser automation, the bot monitors the page itself and reacts to the appearance of the button instantly, without manual refreshing. I have live bots and automation scripts; I can send a demo in the chat so you can see how it works.

To be honest right away: against 18-25 thousand eager people and queues on the NBU side, no one guarantees "100% we will catch it," but the bot is consistently faster than a human and gives the maximum chances. I will do it in 2-3 days.

To assess accurately, one question: do you need to be logged into the NBU account in advance, and does a captcha appear when clicking "Buy"? This affects how to build the fastest path.

The starting price is 2500 UAH, as I am gathering my first reviews here and doing it profitably. I am ready to start after your response.

  • Projects -
  • Rating -
  • Rating 893

Budget: 6000 UAH Deadline: 6 days

Good day, Elena.

When 18,000 people simultaneously click the "Buy" button on 3,000 coins, it is not the speed of clicking that wins, but the minimal delay between the appearance of the element in the DOM and the sending of the request. Your bot will operate through a headless browser with a preloaded session and an authorized profile, so at 10:00, it will only need to send one HTTP request to add to the cart — without rendering the page, without waiting for resources to load.

Instead of polling the page every N milliseconds, the system uses a MutationObserver on a specific DOM node where the button appears. This provides a response within 50–100 ms after a change from the server, while the usual Selenium approach loses 1–3 seconds. The request to add to the cart is pre-formed as a ready payload — only the CSRF token, which is updated a minute before the start, is pulled.

Regarding anti-bot protection: we will first analyze the announcement page for the presence of Cloudflare, CAPTCHA, or rate-limiting and devise a bypass strategy — from realistic headers and delays to a full browser profile. If the site uses a direct API for adding to the cart, switching to HTTP request level instead of clicking through the DOM will reduce the response time by several hundred milliseconds, which can be crucial under queue conditions.

Proxy and browser profile rotation will ensure stability, even if the NBU enables rate-limiting or queuing. You will receive a Telegram notification channel: coin appeared → button active → added to cart → payment link. Everything after the cart is up to you, as requested.

  • Projects 32
  • Rating 5.0
  • Rating 11 968

Budget: 4500 UAH Deadline: 1 day

Good day! There is already a ready script, and many good reviews about it!

  • Projects 24
  • Rating 5.0
  • Rating 3 639

Budget: 3200 UAH Deadline: 3 days

Elena, good afternoon.
I will implement it through playwright, or through aiohttp, if it is possible to send requests.
Deadline: 2-3 days.
Write to me, we will discuss.

  • Projects 71
  • Rating 5.0
  • Rating 16 292

Budget: 1111 UAH Deadline: 1 day

Hello, I have already made such a bot so I can show it right away and you will receive it today.

  • Projects -
  • Rating -
  • Rating 626

Budget: 10000 UAH Deadline: 7 days

Good day, Olena! I specialize in bots and automation using Python (parsing, auto-checkout, queues for drops) — your task is exactly my profile.

I understand the essence: at the moment of the start (≈10:00), the bot needs to capture the appearance of the "buy" button in milliseconds, click it, and add the coin to the cart faster than live buyers.

I want to be honest about the main nuance: the NBU website during a drop has high competition and almost always has bot protection (waiting queue, captcha/SMS, request limits). This is solvable, but these elements determine the approach and timeline — so I can't promise "100% guaranteed catch," but I promise a maximally fast and stable tool that genuinely increases the chance of success.

To provide an accurate plan, one question: is there a captcha/SMS/login on the purchase page before the "buy" button, or does it lead directly to the cart? This affects the complexity.

Estimate: 10,000 UAH, 5–7 days after the response. I work through Safe.

  • Projects 53
  • Rating 4.4
  • Rating 3 186

Budget: 1000 UAH Deadline: 1 day

Good day
I am ready to complete your work

I have some questions
I am ready to discuss the details and start working

  • Projects -
  • Rating -
  • Rating 259

Budget: 5000 UAH Deadline: 3 days

Hello! I have experience in developing high-speed sniper bots for purchasing limited goods under high load conditions.

A regular browser clicker won't help here — it's too slow. To reliably outpace 25,000 people, the bot must operate at the level of direct HTTP requests (site API) in Python or Node.js.

Here's how I will implement it:

Authorization and sessions: The bot logs into the NBU cabinet in advance, storing the working session (cookies/authentication tokens) so that no time is wasted on this at the moment of launch.

NTP synchronization: The script synchronizes time with precise time servers to start sending requests exactly at 09:59:59.990, ahead of the button appearing in the site's interface.

  • Projects -
  • Rating -
  • Rating 448

Budget: 1000 UAH Deadline: 1 day

Hello.
It is possible to do this, but first, we need to investigate whether the platform allows purchases through the API? That would be the best option; if not, we will have to create a bot that will try to buy the coin through the browser.

I would start with researching the platform's capabilities.

  • Projects -
  • Rating -
  • Rating 348

Budget: 3000 UAH Deadline: 3 days

Good day! An interesting task.
I am ready to start working on it. I will create a Telegram bot for managing the process and the ability to view information. I will also ensure fast performance for the quickest button pressing.

  • Projects 4
  • Rating 2.8
  • Rating 508

Budget: 6000 UAH Deadline: 5 days

I see that you need a quick bot for purchasing collectible coins from the NBU. The main task here is to react instantly at the moment the sale starts, to bypass huge competition and successfully add the coin to the cart.

I will develop a program that will monitor the specified page, and as soon as the active "Buy" button appears, it will instantly click it and add the coin to the cart. This will ensure the maximum possible reaction speed, giving an advantage in the queue.

Could you please let me know if there are any additional checks at the stage of adding to the cart or immediately after (for example, captcha) that need to be taken into account?

  • Projects 5
  • Rating 5.0
  • Rating 937

Budget: 4000 UAH Deadline: 4 days

Hello! I am Volodymyr, a Python developer and the founder of the engineering agency Vaysed. The task of creating a sniper bot for the NBU online store is completely clear to me. The desire to automate the process of adding a coin to the cart in the context of huge demand and limited supply is a logical step, and I am ready to take on the development of this tool.

However, as an engineer, I must be as honest as possible with you about the technical realities. The NBU online store uses powerful bot protection systems, including Cloudflare, and a virtual queue system during major releases. A regular script that simply refreshes the page and tries to click the button exactly at 10:00 is highly likely to be blocked by the security system or sent to the end of the queue.

For such a bot to have a real chance of success, I will build a complex architecture based on anti-detect browsers, such as Playwright with device fingerprint spoofing, and high-quality residential Ukrainian proxy servers. The program will preemptively simulate human activity on the site to successfully pass background checks and gain trust from Cloudflare even before the sales start. Only after that will the script be able to instantly react to the appearance of the button in the page code and swiftly add the product to your cart, leaving you with just the final checkout stage.

I have practical experience working with web automation systems and bypassing complex anti-fraud situations, so I can design this algorithm as efficiently as possible, taking into account all the platform limits. You can familiarize yourself with my engineering approach and view examples of completed projects in my portfolio at the link Freelancehunt. I am ready to promptly discuss all technical details and start working immediately after communicating in private messages.

  • Projects -
  • Rating -
  • Rating 139

Budget: 1000 UAH Deadline: 1 day

Hello! Interesting task.

I can implement this on Node.js. I have over 2 years of experience in automation and bot development.

I would like to clarify a few details regarding the NBU website, after which I will be able to assess the timeline and cost. I am ready to start soon.

  • Projects -
  • Rating -
  • Rating 260

Budget: 2000 UAH Deadline: 4 days

Hello, Olena!
The task is completely clear. Since 25,000 people are competing for 3,000 coins, the NBU website will be heavily lagging at the start (at 10:00), and an ordinary person simply won't be able to refresh the page and click the button in time.
I will create a special program that will operate much more cleverly and quickly than a regular browser. Here’s how I will organize everything:
Preparation: As soon as the link to the coin appears 2-5 days in advance, I will study the "inner workings" of that page. The program will know the exact digital path to send the "add to cart" command without even loading the images and design of the site.
Account login: You can calmly log into your personal account on the NBU website in advance. The program will simply pick up your open profile so that the site "recognizes" you as a buyer.
Head start: A few seconds before 10:00, the program will start automatically and very frequently sending purchase requests. It will try to break through the congestion on the site until the NBU server responds that the item has been successfully added. As soon as the coin is in the cart, the program will signal, and you will complete the checkout and payment yourself.
Please let me know, when you tried to buy earlier, did a captcha (images where you have to select traffic lights/buses) or some live queue with a timer appear on the site? This is the only thing that can hinder automation, so it's better to consider this point right away.
I am ready to take on the work, feel free to reach out!

  • Projects 9
  • Rating 4.1
  • Rating 692

Budget: 1000 UAH Deadline: 1 day

Hello!

I can help with a technical solution for monitoring the sales page of the coin in the NBU online store.

A program can be created that will automatically check the required page at the moment the sale starts, track the appearance of the "Buy" button, and notify about it as quickly as possible via Telegram/browser/sound on the computer.

It is also possible to set up the opening of the required page, check the availability of the product, update the status, and prepare for manual addition to the cart.

I will not work on bypassing queues, captchas, or site rules, but I can create a legal tool that will help not to miss the start of the sale and react quickly.

  • Projects 10
  • Rating 5.0
  • Rating 1 796

Budget: 4000 UAH Deadline: 4 days

Hello. To implement a high-speed bot that catches rare coins, I will develop a highly efficient solution focused on minimizing delays through direct interaction with the API and optimizing network requests. The implementation of bot protection bypass mechanisms, resilient retry mechanisms, and error handling will ensure maximum speed and reliability of operation execution. I have significant experience in creating similar systems for highly competitive environments and established templates that will expedite the development and deployment of the project. I suggest discussing all implementation details, final budget, and timelines in private messages.

Proposals concealed

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