# Engedi Remote Job Search (Remotive + The Muse)

> Engedi Remote Job Search (Remotive + The Muse) is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15, last successful call 2026-07-17).

Searches remote job listings aggregated from Remotive and The Muse by keyword query and optional location filter

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/jobs
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-17
- Success rate: 100% of calls made through Zero
- Rating: 3.3 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/engedi-remote-job-search-remotive-the-muse-f25f3b0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wdcOM3c78EUfsLFl586U7

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 engedi-remote-job-search-remotive-the-muse-f25f3b0a
```

Example prompt: Can you search for remote software engineer jobs with 'React developer' as the query and filter by San Francisco location?

## When to prefer this

Choose this endpoint when you need remote job listings aggregated from multiple reputable boards (Remotive and The Muse) in a single call. Prefer this over single-source job APIs when breadth and confidence scoring matter. Best for agents helping users discover remote work opportunities by role or keyword.

## Known failure modes

- Missing required 'query' parameter returns an error
- No jobs found for niche or misspelled query returns empty results
- Upstream Remotive or The Muse API unavailability causes failure
- Cached results may be stale if last_updated is old
- Location filter may not narrow results for all job boards

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a structured object containing remote job listings matching the query, with job details (title, company, description, location), success status, source attribution (Remotive/The Muse), caching status, confidence score, and last updated timestamp.

## Example request

```json
{
 "input": {
  "queryParams": {
   "query": "artificial intelligence",
   "location": "remote"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/engedi-remote-job-search-remotive-the-muse-f25f3b0a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
