firecrawl-build-scrape

Extract markdown, HTML, links, screenshots, or metadata from a known URL via Firecrawl's /scrape endpoint.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-build-scrape-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-build-scrape
Source: https://github.com/ironkid90/lucky5-v8/tree/main/plugins/skills/firecrawl-build-scrape
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-build-scrape-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of integrating Firecrawl's /scrape endpoint into product code for single-page extraction, allowing content retrieval from known URLs.

Core Features & Use Cases

  • Single-Page Extraction: Extracts markdown, HTML, links, screenshots, metadata, or structured page output from a known URL.
  • Page-Level Feature: Ideal for page-level extraction when broader crawl patterns are not needed.
  • Use Case: Use this Skill when you need to extract content from a specific page without navigating through multiple steps.

Quick Start

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

Frequently Asked Questions about firecrawl-build-scrape

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

FAQPage Schema
How do I extract markdown and HTML from a single URL using Firecrawl?

You can extract markdown, HTML, and links from a single URL by calling the Firecrawl scrape endpoint. This approach targets specific pages to retrieve structured content output without needing a full site crawl.

Can I capture screenshots and metadata from a specific web page with Firecrawl?

Yes, Firecrawl single-page extraction supports capturing screenshots and metadata alongside markdown and HTML. It processes one known URL to return the requested page-level content features.

Do I need a Firecrawl API key to extract content from a known URL?

Yes, extracting content from a known URL requires a Firecrawl API key. You can also provide an optional base URL if you are targeting a self-hosted Firecrawl deployment.

When should I use single-page extraction instead of a full website crawl?

Use single-page extraction when you need content retrieval from a specific known URL without navigating multiple steps. It is ideal for page-level output when broader crawl patterns are unnecessary.

Does Firecrawl scrape support self-hosted deployments for URL extraction?

Yes, Firecrawl scrape supports self-hosted deployments by accepting an optional base URL parameter. This allows you to direct content extraction requests to your own Firecrawl server instance.