firecrawl-build

Installation
SKILL.md

Firecrawl Build

Use this skill when the task is "build with Firecrawl," not "use Firecrawl as a terminal tool right now."

Use This When

  • a project needs live web data
  • an agent should call Firecrawl from application code
  • you need to choose the right endpoint before implementation
  • you need FIRECRAWL_API_KEY in the project

If the task is "search the web," "scrape this page for me," or "interact with a live site during this session," install and use firecrawl/cli instead.

Quick Start

Start with the narrowest endpoint that fits:

  • /scrape for one known URL
  • /search when you have a query instead of a URL
  • /interact when /scrape must continue into clicks, forms, or navigation
  • /crawl for many pages in the same site section
  • /map when you know the site but not the URLs yet

What Do You Need?

Task Reference
Choose the right endpoint references/endpoint-selection.md
Wire Firecrawl into product code references/integration-patterns.md
Install an SDK or use REST references/sdk-installation.md
Set up FIRECRAWL_API_KEY or self-hosted config references/auth-and-env.md
Get credentials into the project firecrawl-build-onboarding
Implement single-page extraction firecrawl-build-scrape
Implement discovery-first flows firecrawl-build-search
Implement post-scrape browser actions firecrawl-build-interact
Implement bulk extraction firecrawl-build-crawl
Implement URL discovery firecrawl-build-map

Default Integration Order

  1. Get FIRECRAWL_API_KEY or FIRECRAWL_API_URL right.
  2. Choose the endpoint that matches the product behavior.
  3. Install the SDK for the target stack, or call REST directly.
  4. Keep endpoint-specific implementation details in the narrower skills linked above.

Boundary With The CLI

Use this repo for application integration.

Use firecrawl/cli for:

  • one-off research during the current task
  • terminal workflows and command syntax
  • editor setup for live web tooling
Related skills

More from firecrawl/skills

Installs
1
GitHub Stars
5
First Seen
Apr 8, 2026