Firecrawl Scraper
The Firecrawl Scraper extracts data from websites using a unique crawling method, offering efficient and targeted information retrieval.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add firecrawl-scraper npx -- -y @trustedskills/firecrawl-scraper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"firecrawl-scraper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/firecrawl-scraper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The firecrawl-scraper skill enables AI agents to extract structured data from websites by scraping HTML content. It supports dynamic rendering of JavaScript-heavy pages and can be configured with custom selectors or templates to target specific elements on a webpage.
When to use it
- Extracting product details, pricing, or reviews from e-commerce sites
- Gathering news headlines or articles from media outlets
- Scraping structured data like tables or lists for analysis
Key capabilities
- JavaScript rendering support for modern web pages
- Custom CSS selectors or templates for precise data extraction
- Configurable scraping rules to avoid unwanted content
Example prompts
- "Scrape the latest 10 headlines from techcrunch.com"
- "Extract all product names and prices from amazon.com/search?q=smartwatches"
- "Use the template 'product' to scrape details from this webpage: https://example.com/product/123"
Tips & gotchas
- Ensure compliance with website terms of service before scraping.
- Some sites may block scrapers, so consider using proxies or rate-limiting requests.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.