firecrawl

Search the web, scrape URLs, and crawl websites via the Firecrawl API.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/darblex/price-compare-israel --skill firecrawl-darblex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl
Source: https://github.com/darblex/price-compare-israel/tree/main/workspace/skills/firecrawl-search
Command: npx skills add https://github.com/darblex/price-compare-israel --skill firecrawl-darblex

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates web searching, scraping of websites, and crawling entire sites, making it easy to gather information from the internet.

Core Features & Use Cases

  • Web Search: Find information across the web using natural language queries.
  • Web Scraping: Extract content from single web pages, even those with heavy JavaScript.
  • Site Crawling: Systematically crawl and extract data from entire websites.
  • Use Case: Quickly gather all product descriptions and prices from an e-commerce site for competitive analysis.

Quick Start

Search the web for 'latest AI advancements'.

Frequently Asked Questions about firecrawl

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

FAQPage Schema
How do I scrape content from a single web page with heavy JavaScript?

Web scraping extracts content from single web pages, including those with heavy JavaScript. You provide a target URL, and the API returns the extracted content for your data aggregation tasks.

What is the best way to crawl an entire website for competitive analysis?

Site crawling systematically extracts data from entire websites. You can use this to gather product descriptions and prices from an e-commerce site to support market research and competitive analysis.

Do I need an API key to perform web searches and extract data?

Yes, you need a FIRECRAWL_API_KEY for authentication. This key is required to access the web searching, scraping, and crawling functionalities provided by the API.

Can I find information across the web using natural language queries?

Web search allows you to find information across the web using natural language queries. This feature is applicable for tasks like market research and content analysis.

What are the limitations when extracting content from dynamic websites?

The metadata does not specify explicit limitations for extracting content from dynamic websites. It supports scraping pages with heavy JavaScript, but successful extraction depends on target site structure and API rate limits.