Markdown converter

Convert modern websites to
LLM-ready Markdown

Scrape website content to Markdown, JSON, or CSV format and upload directly to OpenAI, Claude, or any AI chat app. Fast HTTP requests with automatic advanced request handling.

Free demo trial • No credit card required • Setup in <2 minutes

What is LLM-ready Markdown conversion?

Convert modern websites into clean, structured Markdown format perfect for AI models like GPT-4, Claude, and Gemini. Scrappey uses fast HTTP requests (requestType: "request") to extract content in seconds, then converts it to Markdown, JSON, or CSV formats.

Unlike traditional scraping tools that require full browser rendering, our optimized approach uses lightweight HTTP requests with TLS fingerprinting to appear as real browsers. This means 5-second average response times and €0.20 per 1,000 requests — residential proxies included on both tiers, no separate proxy billing – perfect for bulk conversion of websites to LLM-ready formats.

Upload the converted Markdown directly to your custom GPTs on OpenAI, use it for RAG (Retrieval-Augmented Generation), or feed it into any AI chat application. All with automatic advanced request handling and proxy rotation included.

Markdown Conversion Visual

Convert website to Markdown

Enter a URL and get LLM-ready Markdown in seconds

Unlock Full Functionality Without Limits

Register for a free account to access all tools with unlimited usage and advanced features.

Register & Access Full Tools

Why use Scrappey for Markdown conversion?

Fast, reliable, and optimized for LLM consumption

Lightning Fast

5-second average response time using optimized HTTP requests. No browser overhead, just pure speed.

Multiple Formats

Export to Markdown, JSON, or CSV. Choose the format that works best for your AI model or application.

LLM-Ready

Clean, structured output perfect for GPT-4, Claude, Gemini, and other AI models. No formatting issues.

Structured Data

Automatic extraction of headings, paragraphs, lists, and tables. Preserves document hierarchy.

AI Integration

Upload directly to OpenAI Custom GPTs, use for RAG systems, or feed into any AI chat application.

Bulk Processing

Convert multiple websites at once. Perfect for building knowledge bases or training datasets.

How to upload to Custom GPTs on OpenAI

Follow these simple steps to use your converted Markdown

1

Head to GPT Editor

Go to https://chat.openai.com/gpts/editor to create a new GPT and then click on the "Configure" button.

Configure
2

Upload Your Markdown

Scroll down to the "Knowledge" section and click the "Upload files" button. Select the Markdown file you downloaded from Scrappey and click open. Tip: each individual file can be up to 512 MB and total size of all files uploaded must not exceed 100 GB.

KnowledgeUpload filesmarkdown.md
3

Wait for Upload

Your data will begin uploading and a blue icon will appear once it's fully uploaded. Continue to configure the rest of your custom GPT then click save in the top-right corner when you're ready to publish your GPT.

.mdUpload complete
4

Start Chatting

You're all set up! Now you can chat with your AI which has full knowledge of the data you extracted from the website. Ask it anything.

Ask me anything about...What is the main topic?Based on the knowledge base...

Simple integration

Convert websites to Markdown with just a few lines of code

import requests

# Step 1: Get HTML content from Scrappey
scrappey_url = "https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY"
scrappey_payload = {
    "cmd": "request.get",
    "url": "https://example.com",
    "filter": ["response"]
}

response = requests.post(scrappey_url, json=scrappey_payload)
html_content = response.json()['solution']['response']

# Step 2: Convert HTML to Markdown using Faker API
faker_url = "https://faker-psi.vercel.app/api/html-to-markdown"
faker_payload = {
    "html": html_content,
    "format": "markdown"
}

markdown_response = requests.post(faker_url, json=faker_payload)
markdown = markdown_response.json()['markdown']
print(markdown)

Perfect for

Custom GPT Training

Upload website content to train your custom OpenAI GPTs with specific knowledge bases.

RAG Systems

Build Retrieval-Augmented Generation systems by converting websites into searchable Markdown.

Educational Content

Convert educational websites, documentation, and tutorials into formats suitable for AI learning.

Knowledge Bases

Build comprehensive knowledge bases by converting multiple websites into structured Markdown.

footer-frame

Start building with Scrappey

Try It For Free. No Subscription Required. No Credit Card Required. Instant Set-Up. 150 Free Requests Are Waiting For You!

Frequently asked questions

What is Scrappey.com?

Scrappey.com is a web scraping API that handles all the complex aspects of web scraping, such as handling dynamic content, rotating proxies, advanced request handling, headless browsers, and verification processing. It offers an all-in-one solution for extracting publicly available data from websites.

How does Scrappey.com work?

Scrappey.com provides a web scraping API that allows you to send requests to extract publicly available data from websites. It handles dynamic content and modern website complexity, including rotating proxies, advanced request handling, and verification processing. You can easily extract publicly available data from websites using their built-in features like headless browsers and AI-powered data extraction.

Can I customize the proxies used for scraping?

Yes, with Scrappey.com, you have the option to use Sticky Rotating Proxies for seamless scraping. Alternatively, you can also set your own proxies if desired.

Is there a free trial available?

Yes, Scrappey.com offers a free trial where you can try it out without a subscription or credit card. Instant setup is provided, and you get 150 free scrapes to explore the capabilities of the platform.

What happens if a request fails?

We only charge for successful requests. Failed requests are not counted towards your usage, so you only pay for what works.

I need to scroll or click on a button on the page I want to scrape

No problem, you can pass any JavaScript snippet that needs to be executed by using our JavaScript scenario parameter. This allows you to interact with dynamic content, scroll pages, click buttons, wait for elements, and perform any custom JavaScript actions before extracting the data.

What is the pricing structure for Scrappey.com?

Scrappey.com offers simple and transparent pricing: €0.20 per 1,000 direct HTTP requests and €1.00 per 1,000 full-browser requests. Residential proxies are included on both tiers — no separate proxy billing, no hidden fees, no complicated pricing tiers. You only pay for successful requests.

Are there any usage restrictions or limitations?

Scrappey.com provides scalable access for extracting publicly available data. Whether you need to extract data from a few pages or a large dataset of publicly accessible content, you can do so with flexible usage options. Please note that Scrappey.com only supports scraping publicly available data, and users must comply with applicable laws and website terms of service.

What support channels are available?

Scrappey.com provides various support channels for assistance. You can refer to their documentation, frequently asked questions section, blog, and uptime status page. Additionally, you can get in touch with them via email or join their Discord community for further support.

I'm not a developer, can you create custom scraping scripts for me?

We don't create custom scraping scripts, however we will gladly write some code snippets helping you to use our most powerful features: AI-powered data extraction and JavaScript scenario. Our documentation includes examples in multiple programming languages to get you started quickly.

What is a request and how are they counted?

Each API call to Scrappey counts as one request. Our pricing is based on successful requests. By default, JavaScript rendering is enabled, which allows you to extract data from modern websites with dynamic content. All features including proxies, verification workflow handling, and reliable web access handling are included in each request.

How fast is Scrappey's API and what if a site is hard to scrape?

Scrappey's API is optimized for fast response time, even when working with JavaScript-heavy websites and browser verification flows, where access is authorized. If other tools struggle with sites that use browser verification, Scrappey is designed to handle these workflows efficiently, ensuring reliable data retrieval. Our reliable web access handling, residential proxies, and intelligent retry logic work together to maximize success rates.