firecrawl-scrape

Extract HTML content from URLs and convert it to markdown.

Updated May 3, 2026
One-click install
npx skills add https://github.com/marktantongco/remotion-video-pro --skill firecrawl-scrape-marktantongco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-scrape
Source: https://github.com/marktantongco/remotion-video-pro/tree/main/.agents/skills/firecrawl-scrape
Command: npx skills add https://github.com/marktantongco/remotion-video-pro --skill firecrawl-scrape-marktantongco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firecrawl, and includes scripts (resource) components.

What problem does it solve?

Extracts and converts webpage content into clean markdown, making it easily usable in other tools and systems.

Core Features & Use Cases

  • Markdown Extraction: Converts HTML and JavaScript-rendered web pages into readable markdown format.
  • JavaScript Support: Handles JavaScript-rendered pages, enabling scraping of dynamic content.
  • Concurrent Scraping: Scrapes multiple URLs concurrently for efficient processing.
  • Use Case: Ideal for automating the extraction of content from websites into a uniform format for analysis or documentation.

Quick Start

Use the firecrawl-scrape skill to extract the content from 'https://example.com'.

Frequently Asked Questions about firecrawl-scrape

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

FAQPage Schema
How do I extract clean markdown from a JavaScript-rendered web page?

To extract markdown from JavaScript-rendered pages, this skill uses Firecrawl to fetch the HTML after executing JavaScript and convert it into readable markdown format. It handles dynamic content scraping by rendering the page before extraction.

What is the best way to scrape multiple URLs concurrently for content extraction?

The best way to scrape multiple URLs concurrently is using this skill's batch processing capability, which automates concurrent web scraping to retrieve content from multiple web pages simultaneously. It transforms the extracted HTML into uniform markdown for analysis.

Does Firecrawl support converting dynamic JavaScript content into markdown?

Yes, Firecrawl supports converting dynamic JavaScript content into markdown. This skill leverages Firecrawl to render JavaScript on target URLs, ensuring dynamic content is captured and translated into clean, readable markdown text.

Can I use Bash scripts to automate web scraping and markdown extraction?

Yes, you can use Bash scripts to automate web scraping and markdown extraction. This skill is compatible with Bash-based scraping tools, allowing you to script the extraction of HTML from URLs and convert it into markdown format.

Why convert scraped HTML content into markdown format?

Converting scraped HTML content into markdown format makes the extracted web data easily usable in other tools and systems. Markdown provides a uniform, readable format that simplifies content analysis and documentation tasks.