Skip to main content
Glama
dev55acc-ai

website-content-crawler

by dev55acc-ai

Website Content Crawler

URL のリストをクロールし、ページコンテンツを構造化 JSON として返します。Apify Actor として、また MCP サーバー として動作するため、エージェントが直接呼び出せます。

ライブデモ: https://website-content-crawler.vercel.app

実行にかかる費用

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, Dockerfile

  • mcp-server/ — Actor を crawl_website ツールとして公開する MCP ラッパー

  • site/ + tools/ — 実際の実行レコードからライブデモページを構築

ローカルでの実行

npm install
npm test

MCP サーバー:

cd mcp-server && npm install && node smoke.mjs

Apify Store への公開

アカウントがアクティブになったら: apify push、価格は Pay per Event、リストにはこの README が使用されます。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to read web pages reliably, returning clean markdown content, hyperlinks, and metadata without navigation or ad noise.
    3
    14
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to fetch and extract clean, readable content from web pages, and search within pages for specific queries, without needing a full browser.
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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