firecrawl-build-scrape

Extract web page content as markdown, HTML, or structured data via Firecrawl's /scrape API.

72|18|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-scrape-firecrawl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-build-scrape
Source: https://github.com/firecrawl/skills/tree/main/skills/firecrawl-build-scrape
Command: npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-scrape-firecrawl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of extracting content from a single web page using Firecrawl's /scrape API, allowing you to retrieve markdown, HTML, links, screenshots, metadata, or structured page output directly from a known URL.

Core Features & Use Cases

  • Single-Page Extraction: Retrieve content from a specific URL.
  • Format Options: Extract in markdown, HTML, links, screenshots, metadata, or structured data.
  • Use Case: When you need to quickly pull information from a web page for use in a document or for further processing by an AI.

Quick Start

Use the firecrawl-build-scrape skill with the URL 'https://example.com/page' to get the content in markdown format.

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 web page content and convert it to markdown?

The Skill uses the Firecrawl /scrape API to retrieve single-page content and convert it to markdown. It processes a specific URL and returns the formatted text for immediate use in documents or AI processing.

What is the best way to get structured data from a single web page URL?

The best way to get structured data from a single web page URL is using the Firecrawl /scrape API's format options. It extracts page-level content and outputs it as structured data, markdown, HTML, links, screenshots, or metadata based on your specified format.

Can I pull screenshots and metadata from a specific web page?

Yes, you can pull screenshots and metadata from a specific web page using the Firecrawl /scrape API. The single-page extraction feature supports retrieving these formats directly from any valid URL you provide to the API.

Do I need an API key to extract content from a single web page?

Yes, you need a valid FIRECRAWL_API_KEY to extract content from a single web page. If you are running a self-hosted deployment, you also need to configure an optional FIRECRAWL_API_URL to point the extraction requests to your own server.

Does this web scraping approach work for retrieving HTML and links from a page?

Yes, this web scraping approach works for retrieving HTML and links from a page. The extraction mechanism supports multiple output formats including markdown, HTML, links, screenshots, metadata, and structured page output from the target URL.

What are the limitations of single-page content retrieval?

The limitation of single-page content retrieval is that it processes exactly one known URL at a time rather than crawling entire websites. It is designed for targeted page-level extraction and format conversion, not for discovering and scraping multiple linked pages automatically.