Webpage to Markdown avatar
Webpage to Markdown

Pricing

$1.00 / 1,000 results

Go to Store
Webpage to Markdown

Webpage to Markdown

extremescrapes/webpage-to-markdown

Developed by

Extreme Scrapes

Maintained by Community

This actor cost-effectively converts websites into structured markdown optimized for AI processing. It extracts webpage content, formats it into clean markdown, and ensures compatibility with AI models.

0.0 (0)

Pricing

$1.00 / 1,000 results

2

Monthly users

11

Runs succeeded

99%

Last modified

5 days ago

Website to AI Markdown Converter

This Apify Actor takes a list of website URLs as input and converts their content into AI-friendly Markdown format. The processed data is then stored in an Apify dataset for easy access and retrieval.

Features

  • Processes multiple URLs - Accepts a list of start URLs and fetches their content.
  • AI-optimized Markdown output - Converts webpage content into structured Markdown.
  • Stores results in Apify dataset - Data can be easily retrieved and used in other workflows.
  • Handles errors gracefully - Logs errors and continues processing other URLs.

How It Works

  1. The Actor retrieves a list of start URLs from the input.
  2. It fetches the content of each URL.
  3. The extracted content is formatted into Markdown.
  4. The processed data is stored in an Apify dataset.
  5. Errors (if any) are logged for reference.

Input

The Actor requires a JSON input with a list of URLs:

1{
2    "startUrls": [
3        { "url": "https://example.com" },
4        { "url": "https://another-site.com" }
5    ]
6}

Output

The Actor outputs structured Markdown content for each URL:

1{
2    "url": "https://example.com",
3    "markdownn": "  # Title\n\nContent of the webpage..."
4}

Usage

  1. Run on Apify Console:

    • Open the Actor in Apify Console.
    • Provide the input JSON.
    • Start the Actor and retrieve results from the dataset.
  2. Run Locally:

    • Install Apify CLI: npm install -g apify-cli
    • Pull the Actor: apify pull <ActorId>
    • Run it: apify run

Additional Resources

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$1.00