Fetches URLs with bot masquerading. Falls back to browser rendering when blocked.
GET /proxy?url=<encoded_url>
Auth: Basic Auth required
Params:
url - URL to fetch (required)
cache_ttl - Cache duration in seconds (default: 3600)
nocache=1 - Bypass cache
purge=1 - Delete cached entry
textonly=1 - Strip to clean readable text (no JS/CSS)
Example:
curl -u user:pass "https://url.mcpick.link/proxy?url=https://example.com"