firecrawl-upgrade-migration

Featured

Upgrade Firecrawl SDK versions and migrate between API versions (v0 to v1/v2). Use when upgrading the SDK, handling breaking changes between versions, or migrating from the old API to the current v2 API. Trigger with phrases like "upgrade firecrawl", "firecrawl migration", "firecrawl v2", "update firecrawl SDK", "firecrawl breaking changes".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

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

Skill Content

# Firecrawl Upgrade & Migration ## Current State !`npm list @mendable/firecrawl-js 2>/dev/null | grep firecrawl || echo 'Not installed'` ## Overview Guide for upgrading `@mendable/firecrawl-js` SDK versions and migrating from Firecrawl API v0/v1 to v2. Covers breaking changes in import paths, method signatures, response formats, and the new extract v2 schema format. ## Version History | SDK Version | API Version | Key Changes | |-------------|-------------|-------------| | 1.x | v1 | `asyncCrawlUrl`, `checkCrawlStatus`, `mapUrl` added | | 0.x | v0 | Legacy `crawlUrl` with `waitUntilDone` param | ## Instructions ### Step 1: Check Current Version ```bash set -euo pipefail # Check installed version npm list @mendable/firecrawl-js # Check latest available npm view @mendable/firecrawl-js version ``` ### Step 2: Create Upgrade Branch ```bash set -euo pipefail git checkout -b upgrade/firecrawl-sdk npm install @mendable/firecrawl-js@latest npm test ``` ### Step 3: Migration — v0 to v1/v2 #### Import Changes ```typescript // No change needed — import has been stable import FirecrawlApp from "@mendable/firecrawl-js"; ``` #### Crawl Method Changes (v0 -> v1) ```typescript // BEFORE (v0): crawlUrl with waitUntilDone const result = await firecrawl.crawlUrl("https://example.com", { crawlerOptions: { limit: 50 }, pageOptions: { onlyMainContent: true }, waitUntilDone: true, }); // AFTER (v1+): crawlUrl returns synchronously, or use asyncCrawlUrl const result = await firecra...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

apify-upgrade-migration

Upgrade Apify SDK, apify-client, and Crawlee versions safely. Use when migrating between SDK versions, handling breaking changes, or updating from Apify SDK v2 to v3 (Crawlee split). Trigger: "upgrade apify", "apify migration", "apify breaking changes", "update apify SDK", "crawlee upgrade", "apify v2 to v3".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firecrawl-migration-deep-dive

Migrate to Firecrawl from Puppeteer, Playwright, Cheerio, or other scraping tools. Use when replacing custom scraping code with Firecrawl, migrating between scraping APIs, or re-platforming content ingestion pipelines. Trigger with phrases like "migrate to firecrawl", "replace puppeteer with firecrawl", "switch to firecrawl", "firecrawl vs puppeteer", "firecrawl migration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

cohere-upgrade-migration

Migrate from Cohere API v1 to v2 and upgrade SDK versions. Use when upgrading cohere-ai SDK, migrating from CohereClient to CohereClientV2, or handling breaking changes between API versions. Trigger with phrases like "upgrade cohere", "cohere migration", "cohere v1 to v2", "update cohere SDK", "cohere breaking changes".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-upgrade-migration

Analyze, plan, and execute Webflow SDK upgrades (webflow-api v1 to v3) with breaking change detection, API v1-to-v2 migration, and deprecation handling. Trigger with phrases like "upgrade webflow", "webflow migration", "webflow breaking changes", "update webflow SDK", "webflow v1 to v2".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-upgrade-migration

Handle Fireflies.ai API deprecations and migrate to current query patterns. Use when updating deprecated fields, migrating query patterns, or responding to Fireflies API changelog updates. Trigger with phrases like "upgrade fireflies", "fireflies deprecated", "fireflies migration", "fireflies breaking changes", "fireflies changelog".

2,266 Updated today
jeremylongshore