github source

github.search_users()

pass

Search GitHub users.

table function captured 2026-08-30 07:09:24Z
Verdict: TRUE

All trials returned rows, no errors.

Arguments

NameRequiredNotes
qrequired
sortoptional
orderoptional

SQL used

SELECT * FROM github.search_users(q => 'opencode') LIMIT 10
rendering…

Trials

TrialLatencyRowsisErrorFirst row keys
17063 ms10falselogin, html_url, type, name, company, location, bio, score
27677 ms10falselogin, html_url, type, name, company, location, bio, score

Sample row (last trial)

{
  "login": "OpenCode",
  "html_url": "https://github.com/OpenCode",
  "type": "User",
  "name": "",
  "company": "",
  "location": "",
  "bio": "",
  "score": "1.0"
}