# Vallley > Live job board for fast-growing startups and recently hatched companies. > 33,000+ active jobs across 237 companies, refreshed every ~2 hours. For AI agents and developers, Vallley exposes a free, structured JSON feed intended to be consumed directly — no auth, no rate limit, no scraping required. ## Endpoints - [Preview feed](https://vallley.xyz/preview_jobs.json): curated 300 jobs (~120 KB), best for quick lookups - [Full feed](https://vallley.xyz/all_jobs_data.json): every job we've seen (~30 MB), incl. filled history - [Career-ops portals](https://vallley.xyz/portals.yml): 235 companies pre-configured for [career-ops](https://github.com/santifer/career-ops) - [Agent docs](https://vallley.xyz/agents): schema, drop-in snippets for Claude Code / Cursor / ChatGPT / career-ops, examples ## Per-job schema Each entry has `title`, `company`, `company_key`, `url`, `location`, `status` (one of `new` / `active` / `filled`), `first_seen`, `last_seen`. Jobs that were once filled and have re-appeared on the company's career board are tagged with `reposted: true`, `repost_count: N`, and `last_reposted: ` — useful for spotting roles that cycle. ## Conventions Locations may contain multiple cities separated by `;` (e.g. `"New York, NY; Palo Alto, CA"`). Timestamps are local-time strings (Europe/Lisbon). The `company_key` slug maps to a logo at `/static/img/{company_key}.png`. ## Source [github.com/yodatoshicom/vallley](https://github.com/yodatoshicom/vallley)