firecrawl-scraper

Scrape and crawl websites into markdown and JSON formats.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill firecrawl-scraper-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-scraper
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/firecrawl-scraper
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill firecrawl-scraper-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of extracting clean, LLM-ready data from websites, saving significant time and effort compared to manual scraping or complex custom solutions.

Core Features & Use Cases

  • Scrape & Crawl: Extract content from single pages or crawl entire websites.
  • Structured Data: Convert web content into markdown, JSON, or other formats suitable for AI.
  • Use Case: Automatically gather product descriptions and prices from an e-commerce site for market analysis, or convert an entire documentation website into markdown for a knowledge base.

Quick Start

Use the firecrawl scraper skill to scrape the content from https://example.com into markdown format.

Frequently Asked Questions about firecrawl-scraper

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

FAQPage Schema
How do I convert website content to markdown for RAG applications?

You can convert website content to markdown for RAG by scraping single pages or crawling full sites. This skill automates web scraping to extract clean, LLM-ready markdown and JSON formats suitable for feeding directly into AI retrieval pipelines.

Can I extract structured data from web pages using AI?

Yes, you can extract structured data from web pages using AI. This skill supports autonomous agent-based data gathering to convert unstructured web content into organized JSON, enabling automated product data collection and market analysis.

Does web scraping work on JavaScript-rendered websites?

Web scraping does work on JavaScript-rendered websites. This skill handles JavaScript rendering and anti-bot bypass mechanisms to reliably extract content from dynamic pages that require client-side script execution.

What's the best way to crawl an entire documentation website into markdown?

The best way to crawl an entire documentation website into markdown is using full-site crawling. This skill automates crawling complete websites to convert all documentation pages into a clean, LLM-ready markdown knowledge base.

How do I scrape e-commerce product descriptions and prices for market analysis?

You can scrape e-commerce product descriptions and prices for market analysis by crawling product pages. This skill automates extracting structured product data like descriptions and prices into JSON format for aggregation and competitive analysis.