# Solopreneur Recruiter & Talent Acquisition Advisor

> Solopreneur Recruiter & Talent Acquisition Advisor is a paid API for AI agents from solopreneur.apitoai.xyz, 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 small teams

## Facts

- Endpoint: POST https://solopreneur.apitoai.xyz/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-apitoai-xyz-c7d35015
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_20eft69sJ6JhKx43H7rJx

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-apitoai-xyz-c7d35015 -d '<json body>'
```

Example prompt: I'm a solopreneur hiring my first full-time marketing hire — can you write a job description for a growth marketer, suggest where to post it, and give me 5 interview questions to evaluate them?

## When to prefer this

Choose this endpoint when you need AI-generated recruiting or talent acquisition guidance tailored to small teams and solopreneurs, especially for drafting job descriptions, structuring interviews, or sourcing candidates without a dedicated HR function.

## Known failure modes

- Vague or empty message input returns a generic or unhelpful response
- Network timeout returns a failed success flag with no data
- Overly broad prompts may return surface-level advice without actionable specifics
- Rate limiting or payment failure returns an error with success: false

## 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 with tailored advice, templates, or strategies covering job descriptions, sourcing channels, interview questions, hiring best practices, or talent acquisition frameworks relevant 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-apitoai-xyz-c7d35015/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from solopreneur.apitoai.xyz](https://www.zero.xyz/host/solopreneur.apitoai.xyz/llms.txt)
