Go to Hyperscrape Store

llms.txt Generator

hyperscrape/llms-txt-generator

Crawl a site's key pages and generate a ready-to-publish llms.txt file.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/llms-txt-generator?siteUrl=https%3A%2F%2Fexample.com

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Generates an llms.txt file — the emerging standard that tells LLMs what a website is about and which pages matter — for any site you point it at.

How it works: it fetches the homepage, discovers key pages from the site's own navigation plus a sample of sitemap.xml, prioritizes the classics (docs, pricing, about, blog, guides…), then visits each one to capture its title and a one-line summary from its meta description or first paragraph.

Output:

  • one type: "llms-txt" item containing the complete generated file: # Site Title, a > blockquote description, and ## Docs / ## Pricing / ## About / ## Blog / ## Optional sections of - [Page title](url): summary lines per the llmstxt.org convention
  • one type: "page" item per visited page with the url, title, summary and the section it was filed under

Drop the generated text at /llms.txt on your site, or use it as a compact, LLM-friendly map of any third-party site.