¿Puedo vibecodear ScreenshotOne?
PARCIAL · un fin de semanaA competent coding agent can build a useful self-hosted screenshot endpoint around Playwright in a weekend. Matching ScreenshotOne's reliable browser fleet, proxy locations, stealth behavior, maintained blocking rules, videos, and production edge-case handling is a much larger infrastructure product.
Build me a self-hosted website screenshot API to replace ScreenshotOne for personal use. Requirements: - Node 22 + Fastify + Playwright (Chromium) + better-sqlite3, one process, no queue system. - GET /take?url=&format=png|jpeg|webp|pdf&width=&height=&full_page=&delay_ms= renders the page in a pooled Chromium context and returns the image bytes directly. - POST /take accepts raw HTML or Markdown in the body and renders that instead (Markdown through marked into a plain template). - Auth is one API key from .env, checked on every request; 401 without it. - Cache by hash of the normalized options: metadata in SQLite, files under data/cache/, with a cache_ttl option and a fresh=true bypass. - Block ads and cookie banners the honest way: load EasyList and the "I don't care about cookies" filter list at startup, apply them via request interception, plus a small CSS hide-list for common consent overlays. Do not promise it catches everything. - Hard 15-second navigation timeout, one retry, then a JSON error with the reason; never a hanging request. - Concurrency capped at a small context pool (default 2) with an in-memory queue, so the box does not fall over. - Out of scope: proxies and IP locations, stealth evasion, scrolling video capture, GPU rendering, dashboards, usage billing. That fleet is the paid product. - README: npx playwright install chromium, .env keys, Chromium memory expectations, and a one-line warning that hostile sites will beat this build.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Se puede en parte
Ahorro de referencia: US$204/año si dejas de pagar ScreenshotOne.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
They want a screenshot API that stays reliable across hostile, slow, dynamic, and consent-heavy sites without operating Chrome/Chromium workers, updating blocking rules, managing proxies, or debugging browser failures.
xcapacidad de navegador gestionada, limitación de velocidad y alta disponibilidad
xreglas mantenidas de bloqueo de anuncios, banners de cookies, widgets de chat y ventanas emergentes
xproxies residenciales, ubicaciones de IP seleccionables y ajuste sigiloso
xcapturas con desplazamiento, generación de video y renderizado por GPU
xsoporte en producción para sitios difíciles y casos extremos del navegador
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de ScreenshotOne
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| free | $0 | $0 | 100 capturas exitosas al mes, sin caché. |
| basic | $17 | $14.17 | 2.000 capturas al mes; 40 solicitudes por minuto; $0,009 por captura extra. |
| growth | $79 | $65.83 | 10.000 capturas al mes; 80 solicitudes por minuto; $0,006 por captura extra. |
| scale | $259 | $215.83 | 50.000 capturas al mes; 150 solicitudes por minuto; $0,004 por captura extra. |
plan gratis100 capturas exitosas al mes, sin caché
facturaciónmensual o anual; la facturación anual incluye 2 meses gratis
costos ocultosEl excedente se redondea hacia arriba a los 1.000 más cercanos, por lo que una solicitud extra puede activar un bloque de 1.000 solicitudes; las asignaciones mensuales no se acumulan aunque pagues anual; el IVA no está incluido; las cuentas nuevas pueden enfrentar un límite estricto de 100.000 al mes sin aprobación de soporte.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear ScreenshotOne?
Parcial. El núcleo de ScreenshotOne se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: capacidad de navegador gestionada, limitación de velocidad y alta disponibilidad, reglas mantenidas de bloqueo de anuncios, banners de cookies, widgets de chat y ventanas emergentes. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta ScreenshotOne?
ScreenshotOne cuesta unos $17/mes (Basic, revisado 2026-08-03), o sea $204 al año.
¿Qué pierdo si reemplazo ScreenshotOne?
Con honestidad: capacidad de navegador gestionada, limitación de velocidad y alta disponibilidad; reglas mantenidas de bloqueo de anuncios, banners de cookies, widgets de chat y ventanas emergentes; proxies residenciales, ubicaciones de IP seleccionables y ajuste sigiloso; capturas con desplazamiento, generación de video y renderizado por GPU; soporte en producción para sitios difíciles y casos extremos del navegador. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a ScreenshotOne?
Sí: Gotenberg (Una sola API de Docker para capturas y PDF; sin magia anti-bots incluida.) El prompt es para cuando la quieres exactamente a tu modo.