AI llm.txt File Generator API avatar

AI llm.txt File Generator API

Pricing

$30.00 / 1,000 llm.txt file generations

Go to Apify Store
AI llm.txt File Generator API

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

2 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.