Introducing Search

April 17, 2025

Eric Ciarla imageEric Ciarla

Announcing LLMstxt.new: Launch Week III - Day 4

Announcing LLMstxt.new: Launch Week III - Day 4 image

Welcome to Launch Week III, Day 4! Today we’re excited to launch llmstxt.new — the fastest way to turn any website into a clean, consolidated text file for LLMs.

Meet llmstxt.new: Text Extraction Made Effortless

llmstxt.new Preview

With llmstxt.new, you can instantly transform any webpage into a .txt file that’s optimized for large language models. No clutter, no boilerplate — just the content that matters.

Just add llmstxt.new/ in front of any URL and get back clean, structured text ready for use in training or inference.

Key Features

  • Instant Usage: Add llmstxt.new/ before any URL.
    • Example: llmstxt.new/https://firecrawl.dev
  • Two Outputs:
    • llms.txt – a concise, structured summary.
    • llms-full.txt – the complete page content.
  • API Friendly: Use it via http://llmstxt.new/{YOUR_URL} or integrate with your Firecrawl API key for full control.
  • LLM-Ready Format: Built for modern LLM pipelines, both training and inference.

Built on Firecrawl

llmstxt.new is powered by Firecrawl’s extraction engine, ensuring reliable parsing, smart content filtering, and high-quality text generation from any web source.

Whether you’re prepping datasets, building LLM apps, or feeding prompts — this tool gets you to usable text faster than ever.

Try it Now

Ready to Build?

Start scraping web data for your AI apps today.
No credit card needed.

About the Author

Eric Ciarla image
Eric Ciarla@ericciarla

Eric Ciarla is the Chief Operating Officer (COO) of Firecrawl and leads marketing. He also worked on Mendable.ai and sold it to companies like Snapchat, Coinbase, and MongoDB. Previously worked at Ford and Fracta as a Data Scientist. Eric also co-founded SideGuide, a tool for learning code within VS Code with 50,000 users.

More articles by Eric Ciarla

How to Create an llms.txt File for Any Website

Learn how to generate an llms.txt file for any website using the llms.txt Generator and Firecrawl.

Announcing Firestarter, our open source tool that turns any website into a chatbot

Spin up a fully functional RAG chatbot from any website URL using Firecrawl and Upstash—clean markdown in, OpenAI-compatible API out, all in under a minute.

Building Fire Enrich, our open source data enrichment tool

See how we built Fire Enrich, an open source tool that uses Firecrawl, OpenAI, and a multi-agent system to automate data enrichment — fully transparent, extensible, and built for developers.

Cloudflare Error 1015: How to solve it?

Cloudflare Error 1015 is a rate limiting error that occurs when Cloudflare detects that you are exceeding the request limit set by the website owner.

Build an agent that checks for website contradictions

Using Firecrawl and Claude to scrape your website's data and look for contradictions.

Why Companies Need a Data Strategy for Generative AI

Learn why a well-defined data strategy is essential for building robust, production-ready generative AI systems, and discover practical steps for curation, maintenance, and integration.

Getting Started with OpenAI's Predicted Outputs for Faster LLM Responses

A guide to leveraging Predicted Outputs to speed up LLM tasks with GPT-4o models.

How to easily install requests with pip and python

A tutorial on installing the requests library in Python using various methods, with usage examples and troubleshooting tips