# GGWP API Hub – Active Jobs Feed

> GGWP API Hub – Active Jobs Feed is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.103779/call, status unknown (last checked 2026-09-15).

Retrieves a list of currently active job listings via a pay-per-call API on the Base blockchain using the x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/active-jobs
- Price: $0.103779/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-active-jobs-feed-a4913c8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9jJbk1z_gazG1u7sbMMl2

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 ggwp-api-hub-active-jobs-feed-a4913c8f -d '<json body>'
```

Example prompt: Can you pull the current active job listings for me so I can see what positions are open right now?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call lookup of active job listings without a subscription commitment, especially in crypto-native or Web3 agent pipelines that already support the x402 payment protocol on Base chain.

## Known failure modes

- Payment failure on Base chain (x402 protocol error) — returns 402 Payment Required
- Malformed request body — returns 400 Bad Request
- Service unavailable or cold start latency on Vercel — returns 503
- Empty results if no active jobs are currently listed
- Rate limiting or quota exceeded — returns 429

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a JSON object containing active job listings data, including job details such as titles, descriptions, and employer information pulled from the live jobs feed.

## 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/ggwp-api-hub-active-jobs-feed-a4913c8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
