# GGWP Active Jobs Database

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

Fetches active job listings from GGWP's jobs database via a pay-per-call API on Base chain

## Facts

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

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-active-jobs-database-a4611c71 -d '<json body>'
```

Example prompt: Can you pull the current active job listings from the GGWP jobs database so I can see what positions are available right now?

## When to prefer this

Choose this endpoint when you need programmatic access to a curated active jobs database with pay-per-call pricing on the Base chain via x402 protocol, particularly when you want to avoid subscription overhead and only pay for what you query. Suitable for agents building job aggregators, market research pipelines, or automated job alert systems.

## Known failure modes

- Payment failure on Base chain results in 402 response and no data returned
- Invalid or missing input parameters may return empty or malformed result object
- Database may return stale or limited data if the underlying jobs index is not recently refreshed
- Network or Vercel hosting downtime may cause 5xx errors

## 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 result object containing active job listing data from the GGWP jobs database, including available job postings and associated employment details.

## 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-active-jobs-database-a4611c71/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)
