Remote Signal API

Curated JSON feed: 50 RemoteOK dev/SaaS jobs + 20 Hacker News Show HN posts. Cache 15 min. Built for recruiting teams and indie builders.

Live preview

Fresh signals from the last fetch — full JSON via API.

Free

$0
  • 10 requests / day
  • Preview: 5 jobs + 3 Show HN per response
  • Full feed via Pro or x402

Pro

$5/mo
  • 1,000 requests / month
  • API key via email after payment
  • $0.02 per request over quota
Get Pro — $5 USDC on Base

Send $5 USDC on Base to then claim below. Agents: GET /x402/v1/signals at $0.02/req.

Agents (x402)

$0.02/req
  • Pay-per-request on Base USDC
  • No API key — machine payments
  • CDP Bazaar discoverable
Try x402 endpoint

Discovery: /.well-known/x402.json

Claim API key (USDC)

Send exactly $5 USDC on Base, then paste your transaction hash.

Quick start

curl -s "$BASE_URL/v1/signals" | jq '.counts'

# Claim key after $5 USDC payment on Base:
curl -s -X POST "$BASE_URL/v1/claim-key" -H "Content-Type: application/json" \
  -d '{"tx_hash":"0xYOUR_TX_HASH"}'

# With API key:
curl -s -H "X-API-Key: YOUR_KEY" "$BASE_URL/v1/signals"

Response shape

{
  "counts": { "remoteok": 50, "hackernews": 20 },
  "signals": {
    "remote_jobs": [{ "title", "company", "tags", "url", "salary" }],
    "hn_show": [{ "title", "url", "points", "comments" }]
  }
}

API documentation — Sources: remoteok.com/api hn.algolia.com — refreshed every 15 minutes.