# Solopreneur Recruiter & Talent Acquisition Advisor

> Solopreneur Recruiter & Talent Acquisition Advisor is a paid API for AI agents from solopreneur.402box.io, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Provides AI-generated guidance on job descriptions, candidate sourcing, interview processes, hiring strategies, and talent acquisition for building teams

## Facts

- Endpoint: POST https://solopreneur.402box.io/recruiter_talent_acquisition
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solopreneur-402box-io-c942a100
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oKqMGV7a6Uor-H1EANYiv

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 solopreneur-402box-io-c942a100 -d '<json body>'
```

Example prompt: Can you write me a job description and sourcing strategy for a senior product manager role at a 10-person SaaS startup — we need someone with B2B experience and we're hiring remotely?

## When to prefer this

Choose this endpoint when you need on-demand, conversational hiring and recruiting advice — particularly for solopreneurs or small teams building out their first hires. Best for drafting job descriptions, structuring interviews, or strategizing candidate sourcing without a dedicated HR team.

## Known failure modes

- Vague or missing message parameter returns an unhelpful generic response
- Gemini Pro API unavailability causes success:false with no response data
- Overly broad prompts may yield generic advice rather than role-specific guidance
- Payment failure via x402 protocol blocks the request before processing

## How this service works

Job descriptions, candidate sourcing, interview processes, hiring strategies, and talent acquisition for building teams

## Output

A text response from Gemini Pro containing actionable hiring guidance, which may include drafted job descriptions, candidate sourcing tactics, interview question sets, evaluation frameworks, or step-by-step hiring strategies tailored to the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solopreneur-402box-io-c942a100/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from solopreneur.402box.io](https://www.zero.xyz/host/solopreneur.402box.io/llms.txt)
