URL to markdown
Pricing
from $1.50 / 1,000 converted pages
URL to markdown
An Apify Actor that takes a URL as input and returns the content of the page in Markdown format.
URL to markdown
Pricing
from $1.50 / 1,000 converted pages
An Apify Actor that takes a URL as input and returns the content of the page in Markdown format.
Enter the URL of a specific web page to extract its content in Markdown format.
Select the scraping mode for extracting the target web pages.
The Raw HTTP mode (default) is the fastest, but can't handle JavaScript.
The Browser mode is more powerful, can handle JavaScript heavy websites, but costs more.
Apify Proxy configuration used for scraping the target web pages.
{ "useApifyProxy": true}A CSS selector matching HTML elements that will be removed from the DOM, before converting it to text, Markdown, or saving as HTML. This is useful to skip irrelevant page content. The value must be a valid CSS selector as accepted by the document.querySelectorAll() function.
By default, the Actor removes common navigation elements, headers, footers, modals, scripts, and inline image. You can disable the removal by setting this value to some non-existent CSS selector like dummy_keep_everything.
The desired number of web browsers running in parallel. The system automatically scales the number based on the CPU and memory usage. If the initial value is 0, the Actor picks the number automatically based on the available memory.