You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,14 +117,14 @@ curl -X POST 'https://api.firecrawl.dev/v2/search' \
117
117
-H 'Authorization: Bearer fc-YOUR_API_KEY' \
118
118
-H 'Content-Type: application/json' \
119
119
-d '{
120
-
"query": "firecrawl web scraping",
120
+
"query": "firecrawl",
121
121
"limit": 5
122
122
}'
123
123
```
124
124
125
125
**CLI**
126
126
```bash
127
-
firecrawl search "firecrawl web scraping" --limit 5
127
+
firecrawl search "firecrawl" --limit 5
128
128
```
129
129
</details>
130
130
@@ -189,14 +189,13 @@ Output:
189
189
```
190
190
# Firecrawl
191
191
192
-
Firecrawl is a powerful web scraping tool that makes it easy
193
-
to extract clean data from any website.
192
+
Firecrawl helps AI systems search, scrape, and interact with the web.
194
193
195
194
## Features
196
-
- Scrape: Markdown from any page
197
-
- Search: Search + scrape the web
198
-
- Map: Discover all site URLs
199
-
- Agent: Extract with AI prompts
195
+
- Search: Find information across the web
196
+
- Scrape: Clean data from any page
197
+
- Interact: Click, navigate, and operate pages
198
+
- Agent: Autonomous data gathering
200
199
```
201
200
202
201
### Interact
@@ -316,7 +315,7 @@ See the [Skill + CLI documentation](https://docs.firecrawl.dev/sdks/cli) for all
316
315
317
316
### Agent
318
317
319
-
**The easiest way to get data from the web.** Describe what you need, and our AI agent searches, navigates, and extracts it. No URLs required.
318
+
**The easiest way to get data from the web.** Describe what you need, and our AI agent searches, navigates, and retrieves it. No URLs required.
320
319
321
320
Agent is the evolution of our `/extract` endpoint: faster, more reliable, and doesn't require you to know the URLs upfront.
322
321
```bash
@@ -390,7 +389,7 @@ Choose between two models based on your needs:
390
389
| Model | Cost | Best For |
391
390
|-------|------|----------|
392
391
|`spark-1-mini` (default) | 60% cheaper | Most tasks |
393
-
|`spark-1-pro`| Standard | Complex research, critical extraction|
392
+
|`spark-1-pro`| Standard | Complex research, critical data gathering|
394
393
```python
395
394
result = app.agent(
396
395
prompt="Compare enterprise features across Firecrawl, Apify, and ScrapingBee",
@@ -509,7 +508,7 @@ for doc in job.data:
509
508
510
509
## SDKs
511
510
512
-
Our SDKs provide a convenient way to interact with all Firecrawl features and automatically handle polling for async operations like crawling and batch scraping.
511
+
Our SDKs provide a convenient way to use all Firecrawl features and automatically handle polling for async operations.
Copy file name to clipboardExpand all lines: apps/js-sdk/firecrawl/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Firecrawl Node SDK
2
2
3
-
The Firecrawl Node SDK is a library that allows you to easily scrape and crawl websites, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for interacting with the Firecrawl API.
3
+
The Firecrawl Node SDK is a library that allows you to easily search, scrape, and interact with the web, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for the Firecrawl API.
Copy file name to clipboardExpand all lines: apps/python-sdk/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Firecrawl Python SDK
2
2
3
-
The Firecrawl Python SDK is a library that allows you to easily scrape and crawl websites, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for interacting with the Firecrawl API.
3
+
The Firecrawl Python SDK is a library that allows you to easily search, scrape, and interact with the web, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for the Firecrawl API.
Copy file name to clipboardExpand all lines: apps/rust-sdk/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Firecrawl Rust SDK
2
-
The Firecrawl Rust SDK is a library that allows you to easily scrape and crawl websites, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for interacting with the Firecrawl API.
2
+
The Firecrawl Rust SDK is a library that allows you to easily search, scrape, and interact with the web, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for the Firecrawl API.
0 commit comments