firecrawl-scrape

Extract and convert webpage content into markdown using firecrawl CLI.

26|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/aryaniyaps/ultimate-pi --skill firecrawl-scrape-aryaniyaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-scrape
Source: https://github.com/aryaniyaps/ultimate-pi/tree/main/.agents/skills/firecrawl-scrape
Command: npx skills add https://github.com/aryaniyaps/ultimate-pi --skill firecrawl-scrape-aryaniyaps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to extract clean, optimized markdown content from any webpage, including JavaScript-rendered SPAs, simplifying content collection and analysis.

Core Features & Use Cases

  • Content Extraction: Retrieve the main content from static or dynamic webpages, handling multiple URLs concurrently.
  • Content Formatting: Output in markdown, links, or combined formats suitable for analysis or further processing.
  • Use Case: Use this Skill to scrape and analyze blog articles, documentation pages, or product pages, reducing manual copying and enhancing data usability.

Quick Start

Ask the AI to scrape a webpage to extract the main content and save it for further review.

Frequently Asked Questions about firecrawl-scrape

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

FAQPage Schema
How do I extract content from JavaScript-rendered pages into markdown?

Web scraping JavaScript-rendered pages into markdown is handled by extracting the main content from dynamic SPAs and static webpages concurrently, outputting optimized markdown for easy reading and analysis.

What is the best way to automate web content curation from multiple URLs?

Automating web content curation from multiple URLs is achieved by concurrently scraping the target pages, formatting the extracted main content into markdown or links for further analysis and review.

Can I scrape dynamic SPA documentation pages for data collection?

Scraping dynamic SPA documentation pages is fully supported for data collection, allowing you to retrieve and convert the main text from JavaScript-rendered pages into structured markdown formats.

Do I need the firecrawl CLI to extract web content?

The firecrawl CLI is required to extract web content, as the Skill relies on this CLI and its supporting scripts to perform the automated scraping tasks and format the output.

Does web scraping work with both static and dynamic webpages for content formatting?

Web scraping works with both static and dynamic webpages for content formatting, retrieving the main text and outputting it as markdown, links, or combined formats suitable for subsequent analysis.

Why does web scraping fail to capture text from single page applications?

Web scraping fails to capture text from single page applications when the tool cannot render JavaScript, but this Skill specifically handles JavaScript-rendered SPAs to extract the main content successfully.