Live

Execution Auctions

A sniper bot that tracks Turkish foreclosure auctions and bids at the critical second.

Built for

  • Real estate investors
  • Law firms
  • Buyers
  • Active portfolio managers

What it solves

  • Auction closing times are inconvenient for a human
  • Last-second bids require millisecond precision
  • Manual tracking means hours in front of a screen
  • Managing multiple auctions at once is impossible by hand

How it works

  1. You enter the province / category you care about.
  2. UYAP execution auction pages are continuously scanned; new auctions arrive as notifications.
  3. You set a max bid and a strategy per auction.
  4. The sniper engine places the bid seconds before close.
  5. The result is pushed instantly — won, lost, or suspended by an equal bid.

Tech stack

PythonPlaywrightRedisUYAP integrationPostgreSQL

Execution Auctions is a sniper system for Turkey's state-supervised foreclosure auctions — handling both the tracking and the critical-moment bid.

Sniper logic

Manual auction tracking has two hard problems: human reflexes aren't fast enough and you can't monitor several auctions at once. The sniper bot solves both.

The interface is intentionally simple: add an auction to your list, pick a max bid and a strategy. The system takes it from there.

Strategy options

  • Passive: Tracking only + notifications (no bid).
  • Reasonable: Slightly above average, 30 seconds before close.
  • Aggressive: Max bid, 5 seconds before close — ready for a sniper race.

Legal framing

The system uses only legally accessible information and touches the official process through the UYAP API. Bidding authority runs through the user's own UYAP account.