
firecrawl-company-directories
✓ Official★ 72by firecrawl · part of firecrawl/firecrawl-workflows
Extract structured company lists from directories with Firecrawl. Use for scraping YC, Crunchbase, Product Hunt, G2, startup directories, category directories, or custom company databases into JSON, CSV, CRM-ready lists, or research tables.
Extract structured company lists from directories with Firecrawl. Use for scraping YC, Crunchbase, Product Hunt, G2, startup directories, category directories, or custom company databases into JSON, CSV, CRM-ready lists, or research tables.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
by firecrawl
Extract structured company lists from directories with Firecrawl. Use for scraping YC, Crunchbase, Product Hunt, G2, startup directories, category directories, or custom company databases into JSON, CSV, CRM-ready lists, or research tables.
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill firecrawl-company-directories
Download ZIPGitHub72
Firecrawl Company Directories
Use this to turn startup or company directories into structured lists.
Onboarding Interview
Infer the directory, filters, result count, and output format from context. If the source is clear, proceed immediately.
Ask at most 1-3 concise questions only if blocked, such as the directory URL/name, required filters, or target result count.
Firecrawl Collection Plan
Use Firecrawl browser when the directory needs filters, pagination, infinite scroll, or profile clicks. Use scrape/map when listings are public and static.
Suggested sources include YC companies, Crunchbase, Product Hunt, G2 categories, or any custom directory URL.
Extraction Fields
Capture fields that are visible:
-
name
-
description
-
industry/category
-
stage/founded/location/team size/funding when visible
-
tags
-
directory profile URL
-
company website URL
Leave unavailable fields blank. Do not infer.
Final Deliverable
# Company Directory Export: [Source]
## Summary
[Filters, count extracted, limitations]
## Companies
[Table or link to JSON/CSV]
## Sources
[Directory pages and profiles used]
## Rerun Inputs
workflow: firecrawl-company-directories
directory: [source]
filters: [criteria]
max_results: [number]
output: [json/csv/markdown]
JSON Shape
Use source, filters, extractedAt, totalResults, and companies[] with name, url, description, industry, stage, founded, location, teamSize, funding, tags, profileUrl, and websiteUrl.
Quality Bar
-
Deduplicate companies.
-
Track pagination progress.
-
Note rate limits, login walls, or CAPTCHA blocks.
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill firecrawl-company-directoriesRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.