Firecrawl Scrape
Extracts structured data from websites using Firecrawl, bypassing common anti-scraping measures.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add firecrawl-scrape npx -- -y @trustedskills/firecrawl-scrape
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"firecrawl-scrape": {
"command": "npx",
"args": [
"-y",
"@trustedskills/firecrawl-scrape"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The firecrawl-scrape skill allows an AI agent to extract data from websites using a headless browser. It can navigate pages, click links, and parse HTML content to retrieve specific information based on provided selectors or patterns. This is particularly useful for gathering data that isn't easily accessible through standard APIs.
When to use it
- Product Research: Scrape product listings (name, price, description) from e-commerce sites.
- News Aggregation: Extract headlines and article summaries from news websites.
- Real Estate Data: Gather property details like address, price, and square footage from real estate listing pages.
- Competitive Analysis: Collect pricing or feature information about competitor products from their websites.
Key capabilities
- Headless browser navigation
- HTML parsing and data extraction
- Selector-based data retrieval (CSS selectors)
- Link following/pagination
Example prompts
- "Scrape the product names and prices from [website URL] using these CSS selectors: .product-name, .price."
- "Extract all headlines from [news website URL]."
- "Find the address and price of properties listed on [real estate listing page URL]."
Tips & gotchas
- Websites often change their structure, so selectors may need to be updated periodically.
- Respect
robots.txtand avoid overwhelming websites with 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.