firecrawl-scrape

Solid

Scrape web pages and extract content via Firecrawl MCP

AI & Automation 495 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
46
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Firecrawl Scrape Skill ## When to Use - Scrape content from any URL - Extract structured data from web pages - Search the web and get content ## Instructions ```bash uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \ --url "https://example.com" \ --format "markdown" ``` ### Parameters - `--url`: URL to scrape - `--format`: Output format - `markdown`, `html`, `text` (default: markdown) - `--search`: (alternative) Search query instead of direct URL ### Examples ```bash # Scrape a page uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \ --url "https://docs.python.org/3/library/asyncio.html" # Search and scrape uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py \ --search "Python asyncio best practices 2024" ``` ## MCP Server Required Requires `firecrawl` server in mcp_config.json with FIRECRAWL_API_KEY.

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category