# Uprock Multi-Region Web Fetch via organiccryptoyyc.com

> Uprock Multi-Region Web Fetch via organiccryptoyyc.com is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches any HTTP/HTTPS URL using real devices across multiple geographic regions and returns the page content with verification proof.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/uprock/fetch
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uprock-multi-region-web-fetch-via-organiccryptoyyc-com-efef910c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lR8mAFUpQNpy34JrmyCz2

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 uprock-multi-region-web-fetch-via-organiccryptoyyc-com-efef910c
```

Example prompt: Can you fetch the content of https://example.com using a real device from multiple regions and show me whether it loaded successfully along with its page text?

## When to prefer this

Choose this endpoint when you need to fetch web content through real physical devices rather than datacenter IPs, making it harder for target sites to detect automation. It is especially useful for multi-region availability verification, bypassing basic bot-detection, or when you need a verifiable proof-of-fetch from a distributed real-device network rather than a simple curl or headless browser.

## Known failure modes

- Target URL is unreachable or returns a non-2xx status (reflected in statusCode and success:false)
- Invalid or malformed URL input causes request rejection
- Target site blocks Uprock device user agents, returning error or empty content
- Timeout if target server is slow to respond
- Payment failure via x402 protocol prevents request from being processed

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

A JSON object containing the fetched URL, the source identifier ('uprock-real-device'), the page content as a string, a boolean success flag, and the HTTP status code returned by the target server.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Absolute URL to fetch (http or https)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example.com",
  "source": "uprock-real-device",
  "content": "Example Domain...",
  "success": true,
  "statusCode": 200
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uprock-multi-region-web-fetch-via-organiccryptoyyc-com-efef910c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
