빠른 시작

This guide covers every Firecrawl feature:
- 시작하기 — Create a firecrawl account and set your api key
- How to Use Scrape — Pull llm ready data from single web pages
- How to Use Crawl — Crawl entire websites and follow every link
- 검색 사용 방법 — Search the web for real time web data
- How to Use Map — Run url discovery across individual pages
- How to Use Extract — Extract structured data with natural language prompts
소요 시간: 각 작품당 5분
이 가이드에는 다음 내용도 포함되어 있습니다. 프로 팁 | 흔히 저지르는 실수 | 문제 해결 | 가격 | 대안
이 가이드를 신뢰해야 하는 이유
I have used Firecrawl for over a year and tested every feature covered here.
This tutorial on how to use Firecrawl comes from real hands-on web scraping work.

Firecrawl is an ai powered web crawler that turns websites into clean, llm ready data.
But most users only scratch the surface of what this versatile tool can do.
This guide shows you how to use every major feature, step by step, with screenshots.
Firecrawl Tutorial
This complete Firecrawl tutorial walks you through every feature, from your first api key to advanced batch operations that make you a power user.

파이어크롤
Turn any website into clean, structured data with a single api. Firecrawl handles javascript rendering, rate limits, and url discovery so you get llm ready data fast. Start on the free plan — no credit card needed.
Getting Started with Firecrawl
어떤 기능을 사용하기 전에 먼저 이 일회성 설정을 완료하십시오.
약 3분 정도 걸립니다.
먼저 이 간단한 개요 영상을 시청하세요.
이제 각 단계를 하나씩 살펴보겠습니다.
1단계: 계정 생성
Go to the Firecrawl website at https://www.firecrawl.dev.
Click “Sign Up” to open a firecrawl account on the free plan.
이메일 주소를 입력하고 비밀번호를 만드세요.
✓ 검문소: 확인하세요 받은 편지함 확인 이메일을 보내드립니다.
Step 2: Install and Set Your API Key
Run pip install firecrawl-py to add the api service to your project.
Copy your api key, then save it as an environment variable for 보안.
대시보드는 다음과 같습니다.

✓ 검문소: You should see the main dashboard with your usage and api key.
Step 3: Make Your First Call
Import the FirecrawlApp class and create a firecrawl instance with your key.
Every request hits the base endpoint at https://api.firecrawl.dev/v2.
✅ 완료: You’re ready to scrape, crawl, search, map, and extract data.
How to Use Firecrawl Scraper
Scrape lets you pull clean, llm ready data from a single page with one single api call.
Scrape mode targets individual pages and is ideal for extracting specific details fast.
다음은 단계별 사용 방법입니다.
이제 각 단계를 자세히 살펴보겠습니다.
1단계: API 키를 받으세요
Create a firecrawl account, then copy your api key from the dashboard.
Store it as an environment variable so your api key stays out of your raw code.
Step 2: Call the Scrape Endpoint
Pass a single url to the .scrape_url() method on your firecrawl instance.
You can request markdown format, raw html, or structured json as the output.
이것이 어떤 모습인지 보여드리겠습니다:

✓ 검문소: You should see clean markdown for the current page, ready for ai applications.
Step 3: Read the Clean Output
Firecrawl returns clean data with readable 텍스트, stripped of junk html tags.
✅ 결과: You turned one of the web pages into structured web data with a single api.
💡 꿀팁: Set the max_age parameter to cache results and skip re-scraping a page that has not changed.
How to Use Firecrawl Crawler
Crawl lets you crawl entire websites and follow links automatically without a sitemap.
Crawl mode lets you crawl websites across multiple pages and collect every reachable page.
다음은 단계별 사용 방법입니다.
이제 각 단계를 자세히 살펴보겠습니다.
Step 1: Point at a Root URL
Give the crawl endpoint a starting url such as https://example.com.
Firecrawl handles web crawling through links and follows pages on its own.
Step 2: Start the Crawl Job
Launch the crawl job and grab the returned job id to track progress.
Use the job id to poll status and pull crawled data as each page finishes.
이것이 어떤 모습인지 보여드리겠습니다:

✓ 검문소: You should see scraped pages from across the site building into web data.
3단계: 결과 내보내기
Collect every page as markdown or structured json for your data pipelines.
✅ 결과: You captured an entire site, even complex websites with dynamic content.
💡 꿀팁: Firecrawl uses batch processing and concurrent browsers, so large crawl operations stay fast.
How to Use Firecrawl Search Engine
찾다 lets you search the web and return clean results you can feed straight into ai agents.
Search lets you query the web and pull back real time web data as readable text.
다음은 단계별 사용 방법입니다.
이제 각 단계를 자세히 살펴보겠습니다.
Step 1: Send a Query
Call the search endpoint with a plain natural language query.
Firecrawl can search the web across news websites, job boards, and review sites.
2단계: 출력 형식 선택
Ask for markdown format or structured json for each result.
Every result arrives as clean data, not noisy raw html.
이것이 어떤 모습인지 보여드리겠습니다:

✓ 검문소: You should see ranked web pages returned as structured web data.
Step 3: Pipe Into Your App
Feed the structured data into AI 어시스턴트 or ai workflows.
✅ 결과: You added live web content to your ai applications in a single api call.
💡 꿀팁: Pair search with extract to gather news articles for market research or competitive intelligence.
How to Use Firecrawl Advanced Map
Map lets you run url discovery and turn one domain into a full map of individual pages.
Map mode retrieves every url on a site quickly for fast url discovery.
다음은 단계별 사용 방법입니다.
이제 각 단계를 자세히 살펴보겠습니다.
Step 1: Submit the Domain
Pass a single root url to the map endpoint.
Firecrawl returns every link without needing a sitemap.
Step 2: Review the URL List
Scan the returned individual pages before you scrape them.
Save the list to a csv file to plan your data extraction.
이것이 어떤 모습인지 보여드리겠습니다:

✓ 검문소: You should see a full sitemap of web pages from one single url.
Step 3: Select What to Scrape
Pick the pages you want, then send them to scrape or crawl.
✅ 결과: You mapped the whole site, ready for targeted web scraping.
💡 꿀팁: Map first on dynamic websites and web apps to avoid wasting credits on pages you do not need.
How to Use Firecrawl Extractor
발췌 lets you extract structured data from any page using natural language prompts.
Extract uses ai powered parsing to pull exactly the fields you describe.
다음은 단계별 사용 방법입니다.
이제 각 단계를 자세히 살펴보겠습니다.
Step 1: Define a Schema
Write a Pydantic model with: from pydantic import BaseModel.
Schema based extraction tells Firecrawl which fields to return as structured json.
Step 2: Describe the Data
Add natural language prompts for fields a schema cannot capture.
This is how you extract data from web pages without writing parsing rules.
이것이 어떤 모습인지 보여드리겠습니다:

✓ 검문소: You should see tidy structured data instead of messy html tags.
Step 3: Receive Structured JSON
Firecrawl returns clean structured json ready for training data.
✅ 결과: You replaced fragile scrapers with one extract call and less data cleaning.
💡 꿀팁: Use only_main_content, include_tags, and exclude_tags to keep the extracted web data focused.
Firecrawl Pro Tips and Shortcuts
After testing Firecrawl for over a year, here are my best tips for cleaner data extraction.
키보드 단축키
| 행동 | 지름길 |
|---|---|
| Run scrape in playground | Ctrl + Enter |
| Copy api key | Ctrl + C |
| Open docs | Ctrl + K |
| Switch output format | 꼬리표 |
대부분의 사람들이 놓치는 숨겨진 기능들
- max_age caching: Reuse recent crawled data for faster, cheaper repeat scraping.
- Browser actions: Click, scroll, and type to reach content behind javascript rendering.
- Async batching: Process thousands of urls with batch processing without blocking your web apps.
Firecrawl Common Mistakes to Avoid
Mistake #1: Hardcoding your API key
❌ 틀림: Pasting your api key directly into shared code or a public repo.
✅ 오른쪽: Load the key from an environment variable so it stays private.
Mistake #2: Crawling before mapping
❌ 틀림: Crawling entire websites blindly and burning credits on junk pages.
✅ 오른쪽: Run url discovery with map first, then crawl only the pages you need.
Mistake #3: Parsing raw html yourself
❌ 틀림: Writing brittle rules to clean raw html and strip html tags by hand.
✅ 오른쪽: Use schema based extraction to get clean structured json directly.
Firecrawl Troubleshooting
Problem: 401 unauthorized errors
원인: Your api key is missing or not loaded from the environment variable.
고치다: Re-export the key, then recreate your firecrawl instance and retry.
Problem: Timeout errors on complex websites
원인: Heavy javascript rendering or dynamic content takes longer to load.
고치다: Add a wait action so the current page finishes loading before capture.
Problem: Hitting rate limits
원인: Too many requests at once on the free plan or a lower tier.
고치다: Slow batch operations or upgrade for more concurrent browsers.
📌 메모: If none of these fix your issue, contact Firecrawl support.
파이어크롤(Firecrawl)이란 무엇인가요?
파이어크롤 is an ai powered web scraping tool that turns websites into clean, structured data.
Think of it as a web crawler that hands ai agents readable text instead of messy raw html.
Firecrawl was developed by Mendable.ai to reduce token waste for ai applications.
이 간단한 개요를 시청하세요:
이 제품에는 다음과 같은 주요 기능이 포함되어 있습니다.
- 긁다: Extract data from single web pages as markdown format or structured json.
- 기다: Crawl entire websites and follow links without a sitemap.
- 찾다: Search the web and return clean data from news websites and review sites.
- 지도: Fast url discovery that turns one domain into a full sitemap.
- Extract: Pull structured web data using natural language prompts and Pydantic schemas.
Firecrawl beats traditional web scraping by handling proxies, rate limits, and javascript rendering for you.
Unlike traditional tools that need Selenium, it serves data scientists and developers through one api service.
자세한 내용은 저희 웹사이트를 참조하세요. Firecrawl review.

파이어크롤 가격
Here’s what Firecrawl costs in 2026:
| 계획 | 가격 | 가장 적합한 대상 |
|---|---|---|
| 무료 | 무료 | Testing scrape and crawl on a few pages |
| 취미 | 월 16달러 | Solo developers and small data pipelines |
| 기준 | 월 83달러 | Teams running regular web crawling jobs |
| 성장 | 월 333달러 | High-volume market research and monitoring |
무료 체험: Yes — the free plan lets you scrape a limited number of pages.
환불 보장: No formal guarantee, but you can downgrade anytime.

💰 최고의 가성비: Standard — best balance of credits and concurrent browsers for most teams.
파이어크롤 vs 대안
How does Firecrawl compare? Here’s the competitive landscape:
| 도구 | 가장 적합한 대상 | 가격 | 평가 |
|---|---|---|---|
| 파이어크롤 | AI-ready clean data | 월 16달러 | ⭐ 3.5 |
| 아피파이 | Prebuilt actors | 월 49달러 | ⭐ 4.5 |
| 브라이트 데이터 | Proxy scale | $ Custom | ⭐ 4.6 |
| 크롤4AI | 오픈 소스 | 무료 | ⭐ 4.4 |
| 스크래피 | Python control | 무료 | ⭐ 4.5 |
| 스크래프그래프AI | LLM graph scraping | 월 20달러 | ⭐ 4.3 |
빠른 추천:
- 종합 최고상: Firecrawl — cleanest llm ready data from a single api.
- 최고의 가성비: Crawl4AI — free and open source for hands-on data scientists.
- 초보자에게 가장 적합: Firecrawl — natural language prompts hide the hard parts.
- Best for proxy scale: Bright Data — huge proxy pool for complex websites.
🎯 Firecrawl Alternatives
Firecrawl 대안을 찾고 계신가요? 최고의 옵션들을 소개합니다:
- 🚀 아피파이: Marketplace of prebuilt actors for web scraping, good when you want ready-made scrapers over a single api.
- 🏢 밝은 데이터: Enterprise proxy network for huge crawl jobs and content monitoring at scale across dynamic websites.
- 💰 Crawl4AI: Free, open source crawler that outputs llm ready data, ideal for budget ai workflows and local runs.
- 🔧 스크래피: Battle-tested Python framework giving developers full control over crawling, parsing, and data pipelines.
- 🧠 스크래프그래프AI: Graph-based, ai powered extraction that maps page structure for schema based extraction of structured data.
전체 목록은 다음을 참조하세요. Firecrawl alternatives 가이드.
⚔️ 파이어크롤 비교
다음은 Firecrawl이 각 경쟁업체와 비교했을 때 어떤 위치에 있는지 보여주는 표입니다.
- Firecrawl과 Apify 비교: Firecrawl wins on clean, llm ready output; Apify wins on its library of prebuilt scrapers.
- Firecrawl과 Bright Data 비교: Bright Data wins on proxy scale; Firecrawl wins on simpler structured data extraction.
- Firecrawl과 Crawl4AI 비교: Crawl4AI wins on price and self-hosting; Firecrawl wins on managed rate limits and reliability.
- 파이어크롤 vs 스크래피: Scrapy wins on low-level control; Firecrawl wins on speed and zero proxy setup.
- Firecrawl과 ScrapeGraphAI 비교: Both are ai powered; Firecrawl wins on crawl coverage, ScrapeGraphAI on graph logic.
Start Using Firecrawl Now
You learned how to use every major Firecrawl feature:
- ✅ Scrape
- ✅ Crawl
- ✅ 검색
- ✅ Map
- ✅ Extract
다음 단계: 기능 하나를 선택해서 지금 바로 사용해 보세요.
Most people start with Scrape.
5분도 채 걸리지 않습니다.
자주 묻는 질문
Firecrawl은 무엇에 사용되나요?
Firecrawl is an ai powered web scraping tool. It turns web pages into clean, llm ready data for ai agents, rag systems, market research, and price monitoring.
Firecrawl을 무료로 사용할 수 있나요?
Yes. The free plan lets you scrape a limited number of pages with your api key, so you can test scrape, crawl, and extract before paying.
How do I install Firecrawl?
Run pip install firecrawl-py, then set your api key as an environment variable and create a firecrawl instance to start your first single api call.
How is Firecrawl different from traditional scraping?
Traditional web scraping needs Selenium and manual proxy setup. Firecrawl handles javascript rendering, rate limits, and clean data automatically through one api service.
Can Firecrawl extract structured data?
Yes. Use natural language prompts or a Pydantic schema for schema based extraction, and Firecrawl returns structured json instead of raw html.













