firecrawl-scrape
Scrape Web Pages Into Clean Markdown
Web pages can be hard to extract cleanly when scripts render important content. This skill uses Firecrawl to scrape URLs into LLM-ready markdown and optional formats.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "firecrawl-scrape" from https://skillstore.io/skills/firecrawl-firecrawl-scrape.md and its manifest at https://skillstore.io/api/skills/firecrawl-firecrawl-scrape/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "firecrawl-scrape". Scrape a product page and summarize it.
Expected outcome:
- Saved clean markdown for the page.
- Returned the page title, key sections, and important links.
- Provided a short summary of pricing and feature details.
Using "firecrawl-scrape". Compare documentation and blog pages from one site.
Expected outcome:
- Scraped both URLs concurrently.
- Separated shared topics from page-specific details.
- Flagged links that may need deeper review.
Using "firecrawl-scrape". Ask a focused question about a pricing page.
Expected outcome:
- Used query mode for the requested page.
- Answered only from the scraped page content.
- Noted when the page did not include the requested detail.
Security Audit
SafeAll static findings are documentation artifacts in SKILL.md, including command examples, inline option names, example.com URLs, and sibling markdown links. No prompt injection, data exfiltration intent, or executable code was found in the reviewed file.
Risk Factors
โ๏ธ External commands (16)
๐ Network access (2)
๐ Filesystem access (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/firecrawl-firecrawl-scrape/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/firecrawl-firecrawl-scrape?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/firecrawl-firecrawl-scrape?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/firecrawl-firecrawl-scrape/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/firecrawl-firecrawl-scrape.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
firecrawl. (2026). firecrawl-scrape security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/firecrawl-firecrawl-scrape/audits/4BibTeX citation
@techreport{firecrawl-firecrawl-firecrawl-scrape-2026,
author = {firecrawl},
title = {firecrawl-scrape security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/firecrawl-firecrawl-scrape/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "firecrawl-scrape security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "firecrawl"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/firecrawl-firecrawl-scrape/audits/4"
identifiers:
- type: other
value: "skillstore:firecrawl-firecrawl-scrape:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Research Source Capture
Researchers can scrape source pages into markdown before summarizing or extracting claims.
Product Page Review
Product teams can collect pricing, feature, or FAQ content from specific pages.
Developer Documentation Intake
Developers can pull clean docs content from a URL before analysis or migration.
Try These Prompts
Scrape https://example.com/docs into clean markdown and save the result under .firecrawl.
Scrape https://example.com/blog with main content only, then summarize the page sections.
Scrape these three URLs concurrently and compare their main topics: https://example.com, https://example.com/blog, https://example.com/docs.
Scrape https://example.com/pricing and answer this question from the page: What is included in the enterprise plan?
Best Practices
- Quote URLs before running scrape commands.
- Save full markdown first when you need detailed analysis.
- Use query mode only for narrow questions because it uses extra credits.
Avoid
- Do not scrape pages without permission or a valid reason.
- Do not use query mode when full page review is required.
- Do not store sensitive page captures in shared folders.