You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add comprehensive related resources section to README
6
+
7
+
Added a categorized collection of useful links for web capture, screenshots, and HTML to Markdown conversion. The new "Related Resources" section includes NPM packages & libraries, screenshot API services (both commercial and free), HTML to Markdown services, and alternative tools.
-[turndown](https://github.com/mixmark-io/turndown) - HTML to Markdown converter written in JavaScript
280
+
-[html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) - Go library to convert HTML to Markdown with support for entire websites
281
+
-[markdowner](https://github.com/supermemoryai/markdowner) - Advanced HTML to Markdown conversion tool
282
+
-[pandoc](https://pandoc.org/) - Universal document converter supporting HTML to Markdown
283
+
284
+
#### Web Scraping
285
+
286
+
-[scrape-it](https://www.npmjs.com/package/scrape-it) - Node.js scraper with a clean API
287
+
288
+
### Screenshot API Services
289
+
290
+
#### Commercial Services
291
+
292
+
-[ScreenshotOne](https://screenshotone.com/) - Developer-focused screenshot API with advanced features
293
+
-[ScrapFly](https://scrapfly.io/blog/posts/what-is-the-best-screenshot-api) - Screenshot API with antibot protection and rotating proxies
294
+
-[ScreenshotAPI.net](https://www.screenshotapi.net/) - High-quality screenshot API with retina support
295
+
-[ApiFlash](https://apiflash.com/) - Chrome-based screenshot API with S3 integration
296
+
-[Scrapingdog](https://www.scrapingdog.com/) - Cost-effective screenshot and scraping solution
297
+
-[URLBox](https://urlbox.io/) - Website screenshot API
298
+
299
+
#### Free/Open Services
300
+
301
+
-[site-shot.com](https://www.site-shot.com) - Free website screenshot service
302
+
-[pikwy.com](https://pikwy.com) - Website thumbnail and screenshot generator
303
+
-[screenshotmachine.com](https://www.screenshotmachine.com) - Website screenshot service
304
+
-[screenshot.guru](https://screenshot.guru) - Simple screenshot service
305
+
306
+
### HTML to Markdown Services
307
+
308
+
-[urltomarkdown.com](https://urltomarkdown.com) - Convert URLs to Markdown format
309
+
-[CaptureKit](https://www.capturekit.dev/blog/how-to-convert-html-to-markdown) - API for HTML to Markdown conversion
310
+
311
+
### Alternative Tools
312
+
313
+
-[MarkItDown](https://www.infoworld.com/article/3963991/markitdown-microsofts-open-source-tool-for-markdown-conversion.html) - Microsoft's open-source tool for converting various file formats to Markdown
314
+
-[html-to-markdown (Python)](https://pypi.org/project/html-to-markdown/) - Rust-powered Python library for HTML to Markdown conversion
0 commit comments