Curated JSON feed: 50 RemoteOK dev/SaaS jobs + 20 Hacker News Show HN posts. Cache 15 min. Built for recruiting teams and indie builders.
Fresh signals from the last fetch — full JSON via API.
Send $5 USDC on Base to then claim below. Agents: GET /x402/v1/signals at $0.02/req.
Discovery: /.well-known/x402.json
Send exactly $5 USDC on Base, then paste your transaction hash.
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"
{
"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.