web-content-fetcher

Fetch blocked webpage content as markdown via r.jina.ai, markdown.new, or defuddle.md.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill web-content-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-content-fetcher
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/web-content-fetcher
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill web-content-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a reliable way to obtain the content of web pages that standard fetchers cannot retrieve, such as those protected by Cloudflare or other anti‑scraping mechanisms.

Core Features & Use Cases

  • Multi‑service fallback: Tries r.jina.ai first, then markdown.new, and finally defuddle.md to ensure success.
  • Markdown output: Returns the page as clean markdown, ready for downstream processing or analysis.
  • Use Case: When a sales prospect’s website is blocked, use this skill to quickly pull the page content for market research or lead qualification.

Quick Start

Request the web-content-fetcher skill to retrieve the markdown of https://example.com.

Frequently Asked Questions about web-content-fetcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch webpage content as markdown when it is blocked by Cloudflare?

To fetch webpage content as markdown when blocked by Cloudflare, you can use external services like r.jina.ai, markdown.new, or defuddle.md. These services bypass anti-scraping measures and return the page as clean markdown without requiring private API authentication.

What is the best way to scrape a website that has rate limits and return it as markdown?

The best way to scrape a rate-limited website and return markdown is to use a multi-service fallback approach. By sequentially trying r.jina.ai, markdown.new, and defuddle.md, you ensure successful retrieval of clean markdown even when standard web fetchers fail.

Does web scraping with markdown.new or defuddle.md require authentication?

No, scraping webpages with markdown.new or defuddle.md does not require authentication. These external services can obtain the page as markdown without needing additional authentication or private API keys, simplifying the retrieval process.

Can I use a web fetcher to bypass Cloudflare for sales prospect research?

Yes, you can use a web fetcher to bypass Cloudflare for sales prospect research. It quickly pulls blocked page content as clean markdown, making it ready for downstream market research, lead qualification, or analysis.

Why does standard web scraping fail on Cloudflare-protected pages?

Standard web scraping fails on Cloudflare-protected pages because anti-scraping mechanisms block automated requests. External services like r.jina.ai bypass these blocks by fetching the content independently and returning it as accessible markdown.