# GGWP API Hub – JSearch Job Listings

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

Searches for job listings using the JSearch API via a pay-per-call gateway on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/jsearch
- Price: $0.109037/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-jsearch-job-listings-92ede301
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zvyotLgIITnsxIB06-FnZ

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-jsearch-job-listings-92ede301 -d '<json body>'
```

Example prompt: Can you search for remote senior software engineer jobs in the US with a salary above $120k? I want to see the latest listings with apply links.

## When to prefer this

Use this endpoint when you need to search live job listings programmatically and want pay-per-call pricing without a subscription commitment. It is best suited for agents that need to surface job opportunities on demand, especially when JSearch's broad aggregation across major job boards (Indeed, LinkedIn, Glassdoor, etc.) is valuable. Prefer this over scraping individual job boards or using subscription-based APIs when call volume is low or unpredictable.

## Known failure modes

- Malformed or missing query parameters return an empty or error result
- JSearch upstream API rate limits or downtime cause failures
- Overly specific queries with no matching jobs return empty results
- Payment failure on Base chain results in 402 Not Authorized response
- Ambiguous location or title inputs may return irrelevant listings

## 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 list of job listings matching the query, typically including job title, company name, location, employment type, salary range, posting date, job description snippet, and a direct apply URL.

## 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-jsearch-job-listings-92ede301/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)
