Original Summary

Heello All, I've been building domscout, a capture API: it loads the page in Chromium, then returns the Markdown, the page's links, some metadata (final URL, title, OG tags, word count) and a screenshot in a single JSON response. No-key demo, 3 captures per hour per IP: curl -s https://www.domscout.io/api/playground/demo \ -H 'content-type: application/json' \ -d '{"url":" https://example.com","format":"webp","isMobile":true} ' The demo accepts a small set of options: format (png/jpeg/webp), viewport size (320–1600 px), mobile/touch emulation, and "semanticNodes": true for the page's element structure. Private and internal addresses are refused. With a free key (100 captures a month) there's also POST /scrape, a faster Markdown-only path. Throw hard pages at it: SPAs, infinite scroll, weird tables. You can easily ask your agent to "read https://www.domscout.io/llms.txt and turn https://example.com [or any website for that matter, even js heavy ones] into Markdown with the demo." for a trial run. SO far nothing came broken when I tested it, but please do tell if you have any suggestions or comments on the app. :)   submitted by   /u/TraditionalPitch1666 [link]   [comments]


  • 情报分类:技术学习与提效
  • 分类依据:内容涉及技术、AI、软件工具或工程实践
  • 信息来源:Reddit · SaaS
  • 发布时间:2026/9/25 02:02:17