
Screenshotline
Screenshot any web page, or read it as clean Markdown, with consent banners, ads and popups removed.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Screenshot any web page, or read it as clean Markdown, with consent banners, ads and popups removed.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| screenshot | Capture a screenshot of a web page and return it as an image. Handles consent banners, ads, lazy-loaded images and late-rendering SPAs. Use this when the layout, styling or visual appearance is what matters; use read_page when you only need the text. |
| read_page | Render a web page and return its content as clean Markdown. The page is fully rendered first - JavaScript executed, consent banners dismissed, lazy images loaded - so this works on sites that return nothing useful to a plain HTTP fetch. Prefer this over screenshot when you need to read or reason about the text. |