Llms Txt Generator avatar
Llms Txt Generator

Pricing

Pay per usage

Go to Apify Store
Llms Txt Generator

Llms Txt Generator

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Francis Marzyński

Francis Marzyński

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

llms.txt Generator - Apify Actor

Generate world-class llms.txt files for any website using AI.

What is llms.txt?

The llms.txt standard helps AI assistants understand your website content. It's like robots.txt, but for LLMs.

Features

  • 🕷️ Smart Crawling: Uses sitemap when available, falls back to link following
  • 🤖 AI-Powered: LLM generates semantically perfect descriptions
  • 📊 World-Class Output: Quick facts, service disambiguation, contact info
  • Fast: Parallel crawling with rate limiting

Input

{
"url": "https://example.com",
"apiKey": "sk-or-v1-xxx",
"maxPages": 20,
"model": "openai/gpt-oss-120b:free"
}

Output

The generated llms.txt is available in:

  • Dataset: Full JSON with metadata
  • Key-Value Store: Raw llms.txt file

Example Output

# Example Corp
> Leading provider of cloud solutions for enterprise customers.
## Quick Facts
- Industry: Cloud Computing
- Location: San Francisco, CA
- Key offerings: Cloud hosting, DevOps tools, managed databases
## Services
- [Cloud Hosting](url): Scalable infrastructure for applications of any size.
- [DevOps Platform](url): CI/CD pipelines and deployment automation.
## Topics
cloud computing, hosting, devops, enterprise, saas

Getting an API Key

  1. Go to openrouter.ai
  2. Sign up for free
  3. Get your API key
  4. Use free models like openai/gpt-oss-120b:free