VOOZH about

URL: https://apify.com/apify/url-to-markdown

⇱ URL to markdown Β· Apify


Pricing

from $1.50 / 1,000 converted pages

Go to Apify Store

An Apify Actor that takes a URL as input and returns the content of the page in Markdown format.

Pricing

from $1.50 / 1,000 converted pages

Rating

0.0

(0)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

7 days ago

Last modified

Share

Extract content from any URL and convert it into clean Markdown ready for large language models (LLMs). This is ideal for retrieval-augmented generation (RAG) pipelines, AI training data, and knowledge-base ingestion.

How to use URL to Markdown Converter

This Actor has one compulsory input: a URL you wish to convert.

Additionally, you can select the Scraping mode:

  • The Raw HTTP mode (default) is the fastest and cheapest, but can't handle JavaScript.
  • The Browser mode is more powerful and can handle JavaScript-heavy websites.

It will return an output with the following data:

  • URL
  • Markdown of the page
  • Basic metadata

This Actor doesn't support pagination or crawling to discover new URLs. If you are looking to convert a whole website to Markdown, use the Website Content Crawler instead.

Input example

{
"url":"https://apify.com",
"scrapingTool":"raw-http"
}

Output example

[{
"crawl":{
"httpStatusCode":200,
"httpStatusMessage":"OK",
"loadedAt":"2026-06-11T09:00:12.010Z",
"uniqueKey":"I0mexdHttr",
"requestStatus":"handled"
},
"metadata":{
"title":"Apify: Full-stack web scraping and data extraction platform",
"description":"Cloud platform for web scraping, browser automation, AI agents, and data for AI. Use 38,000+ ready-made tools, code templates, or order a custom solution.",
"languageCode":"en",
"url":"https://apify.com",
"redirectedUrl":"https://apify.com/"
},
"query":"https://apify.com",
"markdown":"Apify: Full-stack web scraping and data extraction platform\n\n"
}]

How much does URL to Markdown cost?

The price per page depends on your Apify plan and the selected mode. The table below shows the prices for 1,000 URLs:

Apify planRaw HTTP modeBrowser mode
Free$3$6
Starter$2$5
Scale$1.70$4
Business$1.50$3

What are the Use cases for URL to markdown?

  • Get clean training data for LLM: get clean, structured Markdown ready for model fine-tuning
  • Enhance your LLM: provide your LLM with custom knowledge to make it more accurate
  • Implement Retrieval Augmented Generation (RAG)

Integrate URL to Markdown with your AI ecosystem

Use Apify platform integrations to connect URL to Markdown with third-party tools.

Top integrations to look at are:

  • LangChain: the most popular framework for developing applications powered by language models
  • Pinecone: a vector database to store the crawled data for semantic search.
  • OpenRouter: give you access to multiple AI models through a unified OpenAI-compatible interface

FAQ

Why convert URLs to markdown?

Markdown is the perfect format to feed large language model (LLM). It is a less heavy format than HTML but still maintains the text structure like titles.

Using markdown instead of html can help you lower the AI token cost.

Can I use URL to Markdown with the Apify API?

The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify Actors. The API also lets you access any datasets, monitor Actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the apify-client npm package. To access the API using Python, use the apify-client PyPI package. Check out the Apify API reference docs for all the details.

Can I use URL to Markdown through an MCP Server?

With Apify API, you can use almost any Actor in conjunction with an MCP server. You can connect to the MCP server using clients like ClaudeDesktop and LibreChat, or even build your own. Read all about how you can set up Apify Actors with MCP.

Is scraping legal?

Web scraping is generally legal if you scrape publicly available non-personal data. What you do with the data is another question. Documentation, help articles, or blogs are typically protected by copyright, so you can't republish the content without the owner's permission.

Learn more about the legality of web scraping in this blog post. If you're not sure, please seek professional legal advice.

You might also like

Markdown Anything β€” URL to Markdown

s-r/markdown-anything

Convert any URL to clean markdown using a 3-provider fallback chain. Batch input, high concurrency.

Webpage to Markdown

epicscrapers/webpage-to-markdown

Get the main content of any page as Markdown. Great for LLMs and AI agent workflows.

8

AI Website Content Markdown Scraper

quaking_pail/ai-website-content-markdown-scraper

This Apify Actor, "Website Content Crawler with Markdown Extraction," is designed to perform a comprehensive crawl of specified websites, extract their text content, convert it into Markdown format, and store it in a structured dataset. The extracted content is suitable for feeding LLMs.

937

2.3

YouTube Transcript Ninja ⚑️πŸ₯·βš‘

topaz_sharingan/Youtube-Transcript-Scraper-1

Extract transcripts from YouTube videos with ease! This actor takes a YouTube video URL as input and returns the transcript of the video in the specified format.

7.1K

5.0

Website To Markdown

swarmgarden/website-to-markdown

Convert any webpage to clean, readable Markdown format. Perfect for content extraction and readability.

70

Ai Ready Web Page To Markdown Converter

mustafa.irshaid.113/ai-ready-web-page-to-markdown-converter

Convert any webpage into structured Markdown and HTML using just a URL. Get the page title, link, and contentβ€”perfect for SEO, devs, and AI crawlers. Fast, clean, and ideal for repurposing or analysis. Start turning websites into Markdown instantly.

πŸ‘ User avatar

Mustafa Irshaid

16

AI Markdown Maker

onescales/bulk-ai-markdown-maker

Convert any web page into clean, AI ready markdown format in seconds. This markdown generator is perfect for content for AI models, creating documentation, or archiving web content. It intelligently parses web content, removing ads, navigation, and other clutter. Generate Markdown Today!

133

5.0

Related articles

Instagram location scraping: complete guide
Read more
How to scrape LinkedIn with Python: step-by-step guide
Read more