tr4ce
Hire me
Reverse engineer & automation developerOpen for freelance

I take websites apart to see how they really work — then build the bots that do the boring part.

Need someone toscrape a thousand product pages?log in and pull your reports?get past an anti-bot wall?find the hidden API behind an app?automate an Android app's workflow?book tickets and appointments automatically?automate a boring daily task?

01 Collect

Collecting data from a website

  1. It starts with a website full of useful information.
  2. My bot reads the page and spots what matters.
  3. Then pulls it out — clean and organised.
  4. Straight into your spreadsheet. Every morning.
shop.tr4ce.me/deals
  • Wireless headphones$59.00★ 4.6
  • Desk lamp$24.50★ 4.2
  • Running shoes$89.00★ 4.8
  • Coffee grinder$45.00★ 4.4
deals.xlsx
ProductPriceRating
Wireless headphones$59.004.6
Desk lamp$24.504.2
Running shoes$89.004.8
Coffee grinder$45.004.4

02 Browser bots

Automating repetitive online work

  1. Some work isn't data. It's clicking.
  2. A bot can log in, type and click — just like you.
  3. Download the report. Open the next one. Repeat.
  4. Then run it thousands of times, while you sleep.
portal.tr4ce.me

Monthly reports

  • January reportDownload
  • February reportDownload
  • March reportDownload
  • April reportDownload
0tasks done tonight

03 Go direct

Request-based automation

  1. Every website quietly talks to a server behind the scenes.
  2. My code skips the screen and joins that conversation directly.
  3. No browser. No waiting for pages to load.
  4. Same result — dozens of times faster.
My script
Their server
  1. Sign inPOST /api/login200 OK
  2. List the reportsGET /api/reports200 OK
  3. Get JanuaryGET /api/reports/1200 OK
  4. Get FebruaryGET /api/reports/2200 OK
  5. Get MarchGET /api/reports/3200 OK
  6. Get AprilGET /api/reports/4200 OK
Clicking through the website0.0s
Talking to the server directly0.0s

04 Mobile apps

Automating an event ticketing app

  1. Event ticket apps talk to servers too.
  2. I open the app up and watch what each tap sends.
  3. Then a script does the same thing — no phone needed.
  4. It watches for returned seats and reserves yours the moment they're back.

tickets.tr4ce.me

Arena Tour

Sat · 8:00 PM · Pick seats

  • FloorSold out
  • Lower 104 · 2 leftGet
  • Upper 312Get
2 seats reserved · Lower 104
what the app sends
  1. Open the eventGET /v1/events/8842/seats
  2. Tap "Get"POST /v1/holds
  3. Server confirms201 Created

My script — checking for returned seats

  1. 18:00No seats
  2. 18:05No seats
  3. 18:10No seats
  4. 18:15No seats
  5. 18:202 back

Reserved · Lower 104, 2 seats

05 Reverse engineering

Reverse engineering anti-bot protection

  1. Many sites guard their data with anti-bot shields.
  2. The shield runs hidden, scrambled code to decide if you're human.
  3. I take that code apart and find out exactly what it checks.
  4. Then my bots pass — quietly and reliably.

Checking your browser…Bot detectedWelcome in

secure.tr4ce.me

BlockedAccess granted
shield.min.js — what the shield really does
  1. track(mouse.moves, clicks)Watches how your mouse moves
  2. fp = screen + fonts + gpuFingerprints your browser
  3. verify(session.token)Checks a hidden security token
  4. if (rate > 10) block()Limits how fast you can go

06 The result

Before and after automation

  1. Before: someone copies and pastes it by hand.
  2. Hours every week. Mistakes creep in.
  3. After: it just shows up — done, checked, on time.
  4. You get the hours back.

Before

0 hrs

spent copying data each week

After

Your daily report is ready

Updated automatically at 7:00 AM

0 hrs

spent by your team

07 What I do

What I do

  1. Scraping

    Prices, listings, reviews, contacts — pulled from any website into a clean spreadsheet or database.

    Watch it in 01 ↑
  2. Browser bots

    Bots that log in, click, fill forms and download files for you — on a schedule, without breaks.

    Watch it in 02 ↑
  3. Direct APIs

    I find the hidden conversation behind a site or app and talk to it directly — no browser, far faster.

    Watch it in 03 ↑
  4. Mobile apps

    Android apps talk to servers too. I work out how an app communicates so its workflows can be automated or connected to your tools.

    Watch it in 04 ↑
  5. Booking scripts

    Event tickets, appointments, reservations — on your own account, checked and booked automatically instead of refreshing all day.

    Watch it in 04 ↑
  6. Anti-bot

    Scrambled scripts, fingerprints, tokens, rate limits — I work out what a shield checks so automation keeps running.

    Watch it in 05 ↑
  7. Pipelines

    Runs every day, recovers when a site changes, and tells you if something breaks.

    Watch it in 06 ↑

08 How it works

Simple for you. The hard part is mine.

  1. You

    Tell me the problem

    Plain words are fine — "I need these prices every day" is enough.

  2. Me

    I build and test it

    You see a working sample of the data or the bot before anything else.

  3. It

    Runs on its own

    Delivered where you want it — spreadsheet, database or email — and kept working.

I only work with public data, or data you're allowed to access. No hacking accounts, no getting around paywalls or logins you don't own.

09 Contact

Got a boring online task? Let's automate it.

Tell me what you need in a sentence or two — plain words are fine. I usually reply within hours.