// open startup
All our numbers, live.
HireAll is an open, free search engine for jobs — so our metrics are open too. Every figure below is pulled live from the same public API anyone (or any AI agent) can query. No dashboards behind a login, no vanity rounding.
// the catalogue
// daily movement
/stats/jobs-activity ↗Jobs added vs. removed
New vacancies crawled in versus postings we detected as closed, per day.
// members
/stats/user-growth ↗25 people on HireAll
Cumulative registered members over time. Early days — and that's the point of showing it.
// engagement
/stats/engagement ↗What people do here
Signed-in interactions across HireAll — postings opened and tracked, CVs written and tailored to a vacancy, matches analyzed against a CV, and inboxes wired up for application mail.
- jobs viewed
- 0
- jobs saved
- 0
- applications
- 8
- saved searches
- 0
- CVs uploaded
- 0
- CVs tailored
- 0
- matches analyzed
- 0
- inboxes connected
- 0
// what's inside
/stats/facets ↗Distribution data is unavailable right now.
// open source
github.com/strelov1/freehire ↗The whole pipeline is open source. Missing a job source you use? Adding it is usually one small adapter — a PR is very welcome.
// about these numbers
- Where do these numbers come from?
- Straight from HireAll's own public API at request time — the same endpoints anyone can call — plus the GitHub REST API for the repository stats. Each number links to the endpoint behind it, so you can check it rather than trust it.
- How fresh are they?
- Catalogue scale, daily movement, member growth and engagement are read live, then held about a minute on the server and five in your browser. Repository stats refresh hourly, because unauthenticated GitHub calls are capped at 60 per hour. The distribution breakdowns come from a daily rollup, so they lag by up to a day.
- Do the engagement counts expose anyone?
- No. Each one is a single integer total, and the queries behind them select no user id, email or individual row. "Inboxes connected" counts live Gmail grants plus claimed HireAll addresses — never a message.
- Can I query the same data myself?
- Yes, and without an account. Job search, company data and facets are public reads; only personal features such as saving and tracking need a key. Every endpoint is documented, with an OpenAPI schema published for clients and AI agents.
- What counts as an open job?
- A posting HireAll has crawled and has not yet detected as closed. Roles are never silently deleted: when a vacancy stops appearing on its source board it is marked closed and leaves the open count, which is what the "removed" bars above track.
- Why publish all of this?
- HireAll is free and open source, so the numbers behind its claims should be checkable rather than asserted. Any figure quoted elsewhere on the site — or by an AI assistant citing HireAll — should reconcile with this page, the live source rather than a rounded snapshot.