// Crawl and scrape websites using FireCrawl API. Use this skill to extract articles and content from websites.
| name | firecrawl |
| description | Crawl and scrape websites using FireCrawl API. Use this skill to extract articles and content from websites. |
This skill allows you to crawl websites and extract content using the FireCrawl API.
Use this skill when:
$CLAUDE_CONFIG_DIR/skills/firecrawl/scripts/crawl.sh "https://techcrunch.com"
$CLAUDE_CONFIG_DIR/skills/firecrawl/scripts/scrape.sh "https://techcrunch.com/article/123"
FIRECRAWL_API_KEY: Your FireCrawl API keyResults are saved to /tmp/data/firecrawl_[timestamp].json
Each article includes:
title: Article titlecontent: Full article textauthor: Author namepublished_at: Publication dateurl: Source URL# Crawl TechCrunch
crawl.sh "https://techcrunch.com"
# Scrape specific article
scrape.sh "https://techcrunch.com/2024/01/15/openai-gpt5"