/llms.txt Generator avatar

/llms.txt Generator

Try for free

No credit card required

Go to Store
/llms.txt Generator

/llms.txt Generator

jakub.kopecky/llmstxt-generator
Try for free

No credit card required

The /llms.txt Generator 🕸️📄 extracts website content to create an llms.txt file for AI apps 🤖✨ like LLM fine-tuning and indexing. Output is available 📥 in the Key-Value Store for easy download and integration into workflows. 🚀

Start URL

startUrlstringRequired

The URL from which the crawler will start to generate the /llms.txt file.

Max crawl depth

maxCrawlDepthintegerOptional

The maximum depth of the crawl. Default is 1.

Default value of this property is 1

Max crawl pages

maxCrawlPagesintegerOptional

The maximum number of pages to crawl. Default is 50.

Default value of this property is 50

Crawler type

crawlerTypeEnumOptional

Select the crawling engine:

  • Headless web browser - Useful for modern websites with anti-scraping protections and JavaScript rendering. It recognizes common blocking patterns like CAPTCHAs and automatically retries blocked requests through new sessions. However, running web browsers is more expensive as it requires more computing resources and is slower. It is recommended to use at least 8 GB of RAM.
  • Stealthy web browser (default) - Another headless web browser with anti-blocking measures enabled. Try this if you encounter bot protection while scraping. For best performance, use with Apify Proxy residential IPs.
  • Adaptive switching between Chrome and raw HTTP client - The crawler automatically switches between raw HTTP for static pages and Chrome browser (via Playwright) for dynamic pages, to get the maximum performance wherever possible.
  • Raw HTTP client - High-performance crawling mode that uses raw HTTP requests to fetch the pages. It is faster and cheaper, but it might not work on all websites.

Beware that with the raw HTTP client or adaptive crawling mode, some features are not available, e.g. wait for dynamic content, maximum scroll height, or remove cookie warnings.

Value options:

"playwright:adaptive": string"playwright:firefox": string"playwright:chrome": string"cheerio": string"jsdom": string

Default value of this property is "playwright:adaptive"

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 1 star

  • 87% runs succeeded

  • Created in Jan 2025

  • Modified 3 days ago