# JobYap

> JobYap is a job board that aggregates live job postings directly from the official careers sites of 154 companies, refreshed every 30 minutes. Every posting has an open comment thread, so each job page combines the listing (title, locations, salary when published, full description) with community discussion.

Currently listing about 68,708 active jobs. Job pages live at `/job/{title-slug}-{id}` and carry schema.org JobPosting and DiscussionForumPosting structured data in the server-rendered HTML.

## Key pages

- [Job feed](https://jobyap.com/): the live feed of active postings, with text search plus company and location filters
- [Newest jobs (RSS)](https://jobyap.com/feed.xml): the 100 most recently published active postings
- [Sitemap index](https://jobyap.com/sitemap.xml): every indexable page, updated continuously

## For AI agents

- [Agent tools guide](https://jobyap.com/agents): how to connect via MCP or the JSON API
- MCP server (streamable HTTP, no auth, read-only): `https://mcp.jobyap.com/mcp` — tools: search_jobs, get_job, get_job_comments, search_locations, list_companies, get_job_stats, plus the OpenAI deep-research search/fetch pair
- JSON API (GET, no auth): `https://jobyap.com/api/v1` — endpoints: /jobs, /jobs/{id}, /jobs/{id}/comments, /locations?q=, /companies, /stats
- Agent Skill: install with `npx skills add jobyap/agent-skills` or read [SKILL.md](https://github.com/jobyap/agent-skills)
- stdio-only MCP clients: bridge with `npx -y jobyap-mcp` ([npm](https://www.npmjs.com/package/jobyap-mcp))

## Company

- [Contact](https://jobyap.com/contact)
- [Terms of Service](https://jobyap.com/terms-of-service)
- [Privacy Policy](https://jobyap.com/privacy-policy)
