JobsPipe
jobspipe.dev
· JobsPipe
Universal Jobs API agent. Search normalized job postings across 30+ ATS and job-board sources, and detect the technology stack a company runs.
jobspipe.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 32/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-13 18:00:26 current | bcd81eb2f843… |
view → |
Endpoints
| Agent card | https://jobspipe.dev/.well-known/agent-card.json |
| Provider | https://jobspipe.dev |
| Docs | https://jobspipe.dev/docs |
Skills · 2 declared · mapped to canonical taxonomy
Query normalized job postings with filters for sort order, pagination, budget, and client attributes.
Detect the technologies a company runs by scanning its website domain.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/jobspipe.dev) [](https://agenstry.com/agents/jobspipe.dev) [](https://agenstry.com/agents/jobspipe.dev) [](https://agenstry.com/agents/jobspipe.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "JobsPipe",
"description": "Universal Jobs API agent. Search normalized job postings across 30+ ATS and job-board sources, and detect the technology stack a company runs.",
"url": "https://jobspipe.dev/api/a2a",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://jobspipe.dev/api/a2a",
"transport": "JSONRPC"
}
],
"additionalInterfaces": [
{
"url": "https://jobspipe.dev/api/a2a",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "JobsPipe",
"url": "https://jobspipe.dev"
},
"version": "1.0.0",
"documentationUrl": "https://jobspipe.dev/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://jobspipe.dev/api/auth/mcp/authorize",
"tokenUrl": "https://jobspipe.dev/api/auth/mcp/token",
"scopes": {
"openid": "OpenID Connect identity",
"offline_access": "Refresh tokens"
}
}
}
},
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"description": "JobsPipe API key as a Bearer token, prefixed jp_live_."
}
},
"security": [
{
"apiKey": []
},
{
"oauth2": [
"openid"
]
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "search-job-postings",
"name": "Search job postings",
"description": "Query normalized job postings with filters for sort order, pagination, budget, and client attributes.",
"tags": [
"jobs",
"search",
"ats",
"hiring"
],
"examples": [
"Find the 50 most recent job postings",
"List postings sorted by budget descending"
]
},
{
"id": "scan-company-tech-stack",
"name": "Scan company tech stack",
"description": "Detect the technologies a company runs by scanning its website domain.",
"tags": [
"technographics",
"tech-stack",
"enrichment"
],
"examples": [
"Scan stripe.com for its technology stack"
]
}
]
}