
Description
Efficiently extract and convert the contents of any local file—such as PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, or HTML—into clean, well-formatted markdown saved to disk. Use this skill whenever the user requests to parse, read, or extract information from a file on their computer, including phrases like “parse this PDF”, “convert this document”, “read this file”, “extract text from”, or when a local file path (not a URL) is provided. This skill offers advanced options like generating AI-powered summaries and answering questions based on the file's content. Prefer this tool over `scrape` when handling local files to deliver precise, structured outputs for downstream tasks.
SKILL.md
firecrawl parse
Turn a local document into clean markdown on disk. Supports PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, HTML/HTM/XHTML.
When to use
- You have a file on disk (not a URL) and want its text as markdown
- User drops a PDF/DOCX and asks what it says, or to summarize it
- Use
scrapeinstead when the source is a URL
Quick start
Always save to .firecrawl/ with -o — parsed docs can be hundreds of KB and blow up context if streamed to stdout. Add .firecrawl/ to .gitignore.
mkdir -p .firecrawl
# File → markdown
firecrawl parse ./paper.pdf -o .firecrawl/paper.md
# AI summary
firecrawl parse ./paper.pdf -S -o .firecrawl/paper-summary.md
# Ask a question about the doc
firecrawl parse ./paper.pdf -Q "What are the main conclusions?" \
-o .firecrawl/paper-qa.md
Then head, grep, rg etc., or incrementally read the file - don't load the whole thing at once.
Options
| Option | Description |
|---|---|
-S, --summary | AI-generated summary |
-Q, --query <prompt> | Ask a question about the parsed content |
-o, --output <path> | Output file path — always use this |
-f, --format <fmt> | markdown (default), html, summary |
--timeout <ms> | Timeout for the parse job |
--timing | Show request duration |
Tips
- Quote paths with spaces:
firecrawl parse "./My Doc.pdf" -o .firecrawl/mydoc.md. - Max upload size: 50 MB per file.
- Credits: ~1 per PDF page; HTML is 1 flat.
- Check
.firecrawl/before re-parsing the same file. - To check your credit balance (recommended for batch processing and similar workflows), use the
firecrawl credit-usagecommand.
See also
- firecrawl-scrape — same idea for URLs
More skills from the firecrawl-codex-plugin repository
View all 8 skillsfirecrawl
search and scrape web content
Jun 30CLIFirecrawlSearchWeb Scrapingfirecrawl-agent
extract structured data from websites
Jun 30AutomationData AnalysisFirecrawlWeb Scrapingfirecrawl-crawl
bulk extract content from websites
Jun 30Data EngineeringFirecrawlWeb Scrapingfirecrawl-interact
interact with scraped web pages
Jun 30AutomationBrowser AutomationFirecrawlWeb Scrapingfirecrawl-map
map website URLs and site structure
Jun 30CLIFirecrawlSearchWeb Scrapingfirecrawl-scrape
scrape and extract content with Firecrawl
Jun 30AutomationData CleaningFirecrawlWeb Scraping
More from Firecrawl
View publishercompetitor-analysis
analyze competitors across features and pricing
web-agent
Apr 17Competitive IntelligenceFirecrawlResearchdeep-research
conduct multi-source deep research
web-agent
Apr 17FirecrawlKnowledge ManagementResearche-commerce
extract product data from e-commerce sites
web-agent
May 15E-commerceFirecrawlWeb Scrapingfinancial-research
pull financial data for public companies
web-agent
May 15FinanceFirecrawlResearchSEC Filingspricing-tracker
track and compare vendor pricing tiers
web-agent
Apr 17Competitive IntelligenceFirecrawlResearchSaaSstructured-extraction
extract structured data from websites
web-agent
May 15Data EngineeringFirecrawlWeb Scraping