Crawllr

Full crawler

Crawl a whole site.

Paste a URL. We detect whether the site publishes a sitemap or exposes the WordPress REST API, then use whichever reaches the most pages — and hand it back as Markdown, llms.txt, or JSON.

Paste a domain and go — we check what the site offers and pick the best method for you.

How it picks pages

Follow links

Walks internal links breadth-first from the start page. Works on any site, but only reaches pages something links to.

Sitemap

Reads robots.txt and every common sitemap location, follows sitemap indexes and gzipped sitemaps. Finds orphan pages nothing links to.

WordPress REST API

Enumerates published content directly. The most complete option on WordPress — and several times faster, since there is no HTML to parse.