# DevVizion Hire-Watch

> DevVizion Hire-Watch is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Researches a hiring-related topic and returns intelligence on job markets, talent pipelines, or recruiting opportunities in JSON format.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/hire-watch
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-hire-watch-0a6a5f05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gj_edNvjzFUexYw2ogW32

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability devvizion-hire-watch-0a6a5f05 -d '<json body>'
```

Example prompt: Research the current hiring landscape for senior machine learning engineers in the fintech space — give me up to 10 radar results using the topic 'senior ML engineer fintech'.

## When to prefer this

Use this endpoint when you need structured hiring intelligence or talent market research for a specific topic, role, or brief — especially when you want radar-style results scoped to recruiting signals. Prefer this over generic web search when you need hiring-domain-specific structured output priced per call via x402.

## Known failure modes

- Missing required topic field returns a 400 or validation error
- Invalid packId returns not found or pack resolution error
- Limit value out of range may be clamped or rejected
- Payment not completed via x402 protocol results in 402 Payment Required
- Malformed JSON body returns 400 Bad Request
- Empty or too-vague topic may return sparse or empty radar results

## How this service works

Award/hire pulse watch (0.012 USDC). Free teaser: GET /v0/sample-hire-watch then POST {wallet?}.

## Output

A JSON response containing structured hiring intelligence and radar results for the given topic, including relevant job market signals, talent availability indicators, or related hiring data scoped to the research topic or brief provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "hire-watch markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-hire-watch-0a6a5f05/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
