---
title: JobFinder Agent and Developer Resources
description: Live read-only REST, OpenAPI, MCP, WebMCP, job-feed, and agent-discovery resources for JobFinder.
canonical: https://www.jobfinder-ai.com/developers
last_updated: 2026-08-27
---

# JobFinder Agent and Developer Resources

Use these interfaces to research current public jobs and companies without scraping the signed-in product or claiming an application or outreach action occurred.

## Live interfaces

- [Public REST discovery](https://www.jobfinder-ai.com/api/v1) — versioned read-only JSON resources.
- [Current jobs](https://www.jobfinder-ai.com/api/v1/jobs) — cursor-paginated public inventory with optional exact-company filtering.
- [Companies](https://www.jobfinder-ai.com/api/v1/companies) — companies represented in the current inventory.
- [OpenAPI 3.1](https://www.jobfinder-ai.com/openapi.json) — typed contract for every live REST operation and error.
- [RFC 9727 API catalog](https://www.jobfinder-ai.com/.well-known/api-catalog) — Linkset discovery document for the REST API.
- [MCP server card](https://www.jobfinder-ai.com/.well-known/mcp/server-card.json) — metadata for the stateless Streamable HTTP endpoint at [MCP](https://www.jobfinder-ai.com/mcp).
- [WebMCP script](https://www.jobfinder-ai.com/webmcp.js) — browser-native read-only current-job search.
- [Focused API index](https://www.jobfinder-ai.com/api/llms.txt) and [developer index](https://www.jobfinder-ai.com/developers/llms.txt).

## Existing agent sources

- [Agent Skills index](https://www.jobfinder-ai.com/.well-known/agent-skills/index.json)
- [Authentication guide](https://www.jobfinder-ai.com/auth.md) — no credentials are required for the public read-only surfaces
- [ARD catalog](https://www.jobfinder-ai.com/.well-known/ai-catalog.json)
- [Site guidance](https://www.jobfinder-ai.com/llms.txt)
- [Current jobs feed](https://www.jobfinder-ai.com/llms-jobs.txt)
- [Homepage Markdown](https://www.jobfinder-ai.com/index.md)

## Pagination and errors

List routes return 20 records by default and accept limit values from 1 through 100. Follow meta.nextCursor unchanged on the same route and, for job search, with the same company filter. Errors have stable code, message, status, hint, and documentation fields. Read the [version policy](https://www.jobfinder-ai.com/api/version-policy) before depending on lifecycle behavior.

## Product boundary

The public REST, MCP, and WebMCP interfaces are intentionally read-only. They cannot apply to jobs, connect an inbox, prepare account-specific material, or send outreach. Those actions remain inside the signed-in product and require user review or approval.
