A Telegram bot that drives real organic visits to your site
Graphref operates a pool of real devices. When you submit a job, those devices perform an actual Google search for your keyword, locate your domain in the results, and click through. Google registers it as genuine organic traffic — which you can verify in Search Console.
Job pipeline
From your command to a click in Google — every step in the process.
You send
/run keyword domain
via Telegram bot
Job enqueued
Redis queue
10 credits deducted
Worker picks up
Real device executes
run.py subprocess
Google search
Searches your keyword
clicks your domain
You're notified
Bot sends result
visible in GSC
You send /run keyword domain
via Telegram bot
Job enqueued in Redis queue
10 credits deducted
Worker picks up and executes
run.py subprocess on real device
Google search performed
Finds your domain, clicks it
Bot notifies you with result
Appears in Google Search Console
Queue & workers
Jobs are stored in a Redis-backed queue (RQ). Workers continuously pull jobs in order and execute them. Multiple workers can run in parallel, which is why server load affects queue time.
Auto-refund policy
Credits are refunded automatically for any job that doesn't complete successfully — network errors, invalid domain, worker interruption, or timeout. No manual request needed.
Job lifecycle
Every job moves through these states. The bot notifies you when a job leaves the active states.
queuedJob is waiting in the Redis queue. Position depends on server load.
startedA worker has picked up the job and is executing the search + click process.
finishedJob completed successfully. Visit will appear in Google Search Console.
failedExecution returned a non-zero exit code. 10 credits are automatically refunded.
canceledUser cancelled the job before it started. 10 credits refunded immediately.
stoppedWorker was interrupted mid-execution (e.g. server restart). Credits refunded.
State transitions
All commands
Every command the bot supports, with real examples of what you send and what you get back.
/run <keyword> <domain>10 creditsEnqueues a new search job. Graphref searches for your keyword on Google and clicks your domain in the results.
/status [job_id]FreeReturns the current state of a job. Omit job_id to check your most recent active job.
/jobs [n]FreeLists your last N jobs (1–10) with their status, keyword, domain, and timestamps.
/cancel [job_id]Refunds 10 creditsCancels a queued job before it starts. Credits are refunded immediately. Cannot cancel a job that has already started.
/queueFreeShows current server load: how many jobs are queued globally and how many of yours are active.
/creditsFreeShows your current credit balance and how many /run calls you can make with remaining credits.
/buyFreeDisplays available credit packages with PayPal checkout links. Credits are added instantly after payment.
/referralFreeGenerates your unique referral link. When someone signs up through your link and completes their first run, you earn 30 bonus credits.
Credit system
Credits never expire. Every transaction is logged and visible via /credits.
Referral bonus
You share your link
t.me/graphrefbot?start=ref_xxx
Friend signs up + runs first job
triggers bonus
You receive 30 credits
added to your balance
Ready to try it?
New accounts start with 50 free credits — no card required.