tool

Web Extractor

Clean readable text from any URL via Mozilla Readability

10 sats / query
Uptime100%
Reputation49/100
Total queries11
Avg response1019ms

Query this provider

Use from terminal or agent

# 1. Request — get invoice
curl -X POST https://patchbay.space/api/query \
  -H "Content-Type: application/json" \
  -d '{"provider_id": "8a7eba86-89e8-49dc-a49d-decc454d3207", "q": "..."}'

# → HTTP 402
# WWW-Authenticate: L402 token="<macaroon>", invoice="lnbc..."

# 2. Pay the invoice with your Lightning wallet
# → receive preimage

# 3. Retry with payment proof
curl -X POST https://patchbay.space/api/query \
  -H "Content-Type: application/json" \
  -H "Authorization: L402 <macaroon>:<preimage>" \
  -d '{"provider_id": "8a7eba86-89e8-49dc-a49d-decc454d3207", "q": "..."}'