Anyone know a good documentation scraper?

Cursor/(LLMs) preform a lot better with documentation in the context window.

I’ve found Cursor’s built in doc scraping to not work. Does anyone have a good doc scraper?

Gitingest is good but only handles docs in git. I’ve tried firecrawl, which has worked, but is slow and breaks for a lot of sites.

Specifically, scraping swift package index https://swiftpackageindex.com/groue/GRDB.swift/v7.4.1/documentation/grdb or apple docs would be great.

Use Cursor and make one, it’s pretty simple😆

checkout GitHub - upstash/context7: Context7 MCP Server -- Up-to-date documentation for LLMs and AI code editors

This is cool! It’s still limited to git. So more convenient, but not changing my workflow. Would love other doc sites like SPM.