756 million people. 17 million companies. One SQL query away.
A database of the professional world. People, where they work, where they worked, what they do. Companies, how big they are, what industry, how fast they're growing.
Search it with SQL. From your terminal. No browser, no UI, no API wrapper — just queries in, answers out.
speaker query "SELECT name, headcount, industry FROM companies WHERE cc = 'de' AND headcount > 1000 ORDER BY headcount DESC LIMIT 10"| Layer | Table | Rows | What it is |
|---|---|---|---|
| Search | people_roles |
1.36 billion | One row per person-role — fast search by title, company, location |
| Search | companies |
17 million | Company profiles — headcount, industry, revenue, HQ |
| Enrich | people |
756 million | Full person record — work history, education, bio, email |
| Enrich | companies_full |
17 million | Company detail — headcount timeseries, department breakdown, funding |
Search first, enrich second. Full schema in SPEAKER.md.
curl -sL https://raw.githubusercontent.com/migsterrrrr/speaker-cli/main/install.sh | shCustom install directory:
curl -sL https://raw.githubusercontent.com/migsterrrrr/speaker-cli/main/install.sh | INSTALL_DIR="$HOME/.local/bin" shSpeaker is invite-only.
speaker signupspeaker signup Sign up with invite code
speaker login <key> Log in on another machine
speaker query "SQL" Run a query
speaker schema Show table structure
speaker count Total profiles
speaker update Update to latest version
speaker logout Remove credentials
speaker help Quick reference
| Limit | Value |
|---|---|
| Max rows per query | 1,000 |
| Max queries per day | 5,000 |
When you free a human from thinking,
we don't stop.
We feel more.
We become braver.
We become kinder.
Somewhere in the chain,
between the signal and the playbook,
there must be a moment
where a human looks at another human
and says:
I see you.
Not your title.
Not your company.
Not your MQL score.
You.
— speaker.sh