# GGWP API Hub – Job Feed

> GGWP API Hub – Job Feed is a paid API for AI agents from ggwp-ten.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 on the Base blockchain using the x402 protocol

## Facts

- Endpoint: POST https://ggwp-ten.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/ggwp-api-hub-job-feed-a46f8a73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_epDFgiePgm0_Fs83DKyFU

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-job-feed-a46f8a73 -d '<json body>'
```

Example prompt: Can you pull me a current job feed for remote software engineering roles so I can see what's open right now?

## When to prefer this

Use this endpoint when you need a pay-per-call, no-subscription job feed with crypto payment settlement via the x402 protocol on Base. It is part of a broader API hub, so it may be convenient if you are already using GGWP for other data categories like finance or social media. Prefer alternatives with richer documentation if schema fidelity and field coverage are critical.

## Known failure modes

- Payment failure on Base chain (x402 payment not processed correctly)
- Empty or null result set if no jobs match the query
- Schema mismatch — input or output schema is minimal and underdocumented, so unexpected fields may be missing
- Rate limiting or service unavailability on the Vercel-hosted endpoint
- Generic error response with little diagnostic information due to minimal schema documentation

## 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

A structured response containing an array of job listings, likely including job titles, company names, descriptions, locations, and links to postings, wrapped in a result object.

## 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-job-feed-a46f8a73/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)
