VOOZH about

URL: https://apify.com/dev00/ai-llm-txt-file-generator-api

⇱ AI llm.txt File Generator API Β· Apify


Pricing

$30.00 / 1,000 llm.txt file generations

Go to Apify Store

AI llm.txt File Generator API

Generate llm.txt files automatically for any website. Map website directories and convert documentation into clean markdown structured llm.txt files for LLM agents.

Pricing

$30.00 / 1,000 llm.txt file generations

Rating

0.0

(0)

Developer

πŸ‘ dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

llm.txt File Generator Actor

Map directories and compile website documentation pages into the standard llm.txt markdown format optimized for LLMs and AI agents (such as Cursor, ChatGPT, and Copilot).

Features

  • URL Mapping: Automatically crawls and lists all sub-URLs for a target base URL to compile documentation context.
  • AI-Agent Ready Markdown: Converts website HTML/content into formatted markdown, stripping header/footer noise.
  • Pay-Per-Event pricing: Monetized per event at a cost of $0.005 (half a cent) per successful generation.
  • Flexible Options: Specify custom lists of sub-pages manually or let the directory crawler auto-discover them.

Input Configuration

The actor accepts the following JSON input parameters:

FieldTypeRequiredDefaultDescription
urlstringYes-Website base URL to map and convert (e.g. https://apify.com/).
urlsarrayNo-Explicit list of sub-URLs to parse. Auto-discovered if omitted.

Example Input

{
"url":"https://apify.com/",
"urls":[
"https://apify.com",
"https://docs.apify.com"
]
}

Dataset Output

Each execution pushes matched song records directly to the Apify dataset:

FieldTypeDescription
successbooleanIndicates if the generator succeeded.
baseUrlstringBase URL of the crawled website.
mappedUrlsCountintegerNumber of child pages included.
mappedUrlsarrayList of all child URLs included.
llmTxtContentstringCompiled raw markdown output representing the llm.txt file.

You might also like

/llms.txt Generator

jakub.kopecky/llmstxt-generator

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. πŸš€

πŸ‘ User avatar

Jakub KopeckΓ½

791

3.1

Website Content to Markdown for LLM Training

easyapi/website-content-to-markdown-for-llm-training

πŸš€ Transform web content into clean, LLM-ready Markdown! πŸ“˜ Scrape multiple pages, extract main content, and convert to Markdown format. Perfect for AI researchers, data scientists, and LLM developers. Fast, efficient, and customizable. Supercharge your AI training data today! πŸŒπŸ“πŸ§ 

Website to Markdown Crawler for LLM & RAG

logiover/website-text-markdown-crawler

Crawl any website to clean Markdown and plain text for LLM training and RAG. HTML to Markdown, no API or login. Export website text to CSV or JSON.

HTML to Markdown/Text

wowo51/html-to-md

Convert html to md or txt. Perfect for AI agents that need to cut expensive LLM costs.

πŸ‘ User avatar

Warren Harding

2

Web-to-Markdown Generator for AI & RAG Pipelines

profitstack/web-to-markdown-generator-for-ai-rag-pipelines

Convert any website into clean, heading-based chunking, LLM-ready Markdown for RAG and AI agents.

LLMs.txt File Generator

justa/llms-txt-file-generator

Generate an llms.txt file from a website sitemap. Crawls all URLs, extracts titles and meta descriptions, and creates a Markdown-formatted file following the llms.txt specification. Upload then the output of your file directly on your website (Webflow, Wordpress etc.)

πŸ‘ User avatar

Benoit Eveillard

15