Notinos.club
Click to proceed!

Dashboard

Glassdoor company reviews

Datasetloading…

Overview

loading…

Data profile

basics + field coverage

loading…

Rating distribution

how the 1–5 ratings are spread

loading…

Review volume over time

reviews per half-year

loading…

Average & median overall rating over time

by half-year (1–5)

loading…

Sub-ratings

average across all reviews (1–5), sorted

loading…

Average rating by location

sorted; top by volume

loading…

System

Hi Cuyler, Nathan, and Pattie!

Thanks for checking out the site! Please visit this Notion page for my personal note & project breakdown.

How notinos.club is built — architecture, data flow, and security.

VPS · Docker networkOpenWebNinjaGlassdoor reviews APIworker · asleepworkerawake · workingcurl GETdata (json)upsertAI agentClaude CodeHTTP clientcurl / browserCaddy :443only public doorapi · FastAPI:8000 · auth + scopesmcp server:8080 · read-onlyPostgresdb · sealed, no port
requestsreadsdatawrites
containersapp servicesexternalstoragepublic gateway

The worker wakes monthly, curls OpenWebNinja for reviews (request → data), then upserts them into Postgres. Everything a user reads returns the same way it came: Postgres → api → Caddy → client.

API Access

Get a token, then run the read-only endpoints — right here in the terminal or from your own shell.

Get access token

Request a read-only token to call the endpoints below directly.

Tokens this hour: 0/3

Use your token

$ export KEY=<token>$ echo $KEY

Paste export KEY=… into the terminal below, then run the prefilled curls.

visitor@notinos: ~/reviews
notinos reviews API — type a command, or press ↑/↓ to cycle your history
type 'help' to get started · ls · cat curl_commands.txt
visitor@notinos:~$