website-content-crawler
Website Content Crawler
Обходит список URL и возвращает содержимое страниц в виде структурированного JSON. Работает как Apify Actor и как MCP-сервер, чтобы агенты могли вызывать его напрямую.
Живое демо: https://website-content-crawler.vercel.app
Стоимость запуска
Pay per Event на Apify:
Событие | Цена |
Запуск Actor | $0.00005 |
Возврат записи страницы | $0.001 |
Платформенные вычисления вычитаются перед выплатой; см. PRICING.md с юнит-экономикой.
Related MCP server: cleanfetch
Выходные данные
Каждый запуск возвращает ровно эту структуру. Выходная схема обеспечивает её соблюдение.
{
"url": "https://example.com",
"status": 200,
"title": "Example Domain",
"description": null,
"h1": "Example Domain",
"markdown": "# Example Domain\n\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\n\nLearn more\n\nLearn more (https://iana.org/domains/example)",
"links": [
"https://iana.org/domains/example"
],
"wordCount": 23,
"crawledAt": "2026-08-23T09:55:20.140Z",
"error": null
}Структура
src/— исходный код Actor (обходчик Crawlee Cheerio).actor/— спецификация Apify Actor:actor.json,INPUT_SCHEMA.json,output_schema.json,dataset_schema.json,Dockerfilemcp-server/— MCP-обёртка, предоставляющая Actor как инструментcrawl_websitesite/+tools/— собирают страницу живого демо из реальной записи запуска
Локальный запуск
npm install
npm testMCP-сервер:
cd mcp-server && npm install && node smoke.mjsПубликация в Apify Store
Когда аккаунт активен: apify push, цена указывается как Pay per Event, в листинге используется этот README.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables LLMs to retrieve and process web content by fetching URLs and converting HTML to markdown format. Supports chunked reading of large pages and can access both public websites and local networks.1MIT
- AlicenseAqualityBmaintenanceEnables AI agents to read web pages reliably, returning clean markdown content, hyperlinks, and metadata without navigation or ad noise.314MIT
- AlicenseAqualityCmaintenanceEnables AI agents to fetch any web page as clean markdown or screenshot it, turning URLs into LLM-ready context.211MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to fetch and extract clean, readable content from web pages, and search within pages for specific queries, without needing a full browser.1MIT
Related MCP Connectors
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dev55acc-ai/website-content-crawler'
If you have feedback or need assistance with the MCP directory API, please join our Discord server