# Coockies.ai Job Feed API

> Coockies.ai Job Feed API is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.197695/call, status unknown (last checked 2026-09-15).

Fetches a feed of job listings via a pay-per-call API endpoint on the Coockies.ai hub.

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/job-feed
- Price: $0.197695/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-job-feed-api-77cecf59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZctdhtaPczZNOIqz9zp4C

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 coockies-ai-job-feed-api-77cecf59 -d '<json body>'
```

Example prompt: Can you pull me a current job feed for software engineer positions so I can see what's available right now?

## When to prefer this

Use this endpoint when you need to programmatically fetch a feed of job listings and are willing to pay per call via USDC on Base chain through the x402 protocol. It is suitable for agents or automation pipelines that need real-time job data without managing a subscription.

## Known failure modes

- Missing or malformed request body returns error
- Payment not fulfilled via x402 on Base chain results in 402 response
- Upstream job data source unavailable returns empty or error result
- Invalid query parameters result in empty feed
- Rate limits or quota exhaustion on the underlying data provider

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing job feed data, which may include job listings with details such as titles, companies, locations, and other employment metadata depending on query parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-job-feed-api-77cecf59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
