# Fire Crawl Scrape Tool Node

> Purpose: Extract content from a single webpage in markdown format.

**URL:** https://caywork.com/learn/docs/node/firecrawl-scrape-node

## Content

**Purpose:** Extract content from a single webpage in markdown format.

### Overview
The Scrape function is designed to retrieve and convert the content of a specific URL into markdown format, making it easy to process and integrate web content into your applications.

### When to Use
- Extracting content from a single web page for analysis
- Converting web content into markdown for documentation
- Gathering specific page content for integration into applications
- Analyzing individual page structure and content

### Key Features
- **Single URL Processing:** Targets one specific webpage at a time
- **Markdown Format:** Automatically converts HTML content to clean markdown
- **Content Extraction:** Retrieves all accessible text and structured content
- **Quick Processing:** Fast turnaround for individual page scraping

### Input Requirements
- **URL:** The specific web address of the page you want to scrape

### Output
- **Markdown Content:** The webpage content formatted as markdown
- **Structured Data:** Organized text, headings, links, and other elements

### Example Use Cases
- Extracting article content from news websites
- Gathering product descriptions from e-commerce pages
- Collecting blog post content for analysis
- Converting web pages into readable markdown documents
