mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
refactor: rename to openclaw
This commit is contained in:
@@ -8,7 +8,7 @@ read_when:
|
||||
|
||||
# Firecrawl
|
||||
|
||||
Moltbot can use **Firecrawl** as a fallback extractor for `web_fetch`. It is a hosted
|
||||
OpenClaw can use **Firecrawl** as a fallback extractor for `web_fetch`. It is a hosted
|
||||
content extraction service that supports bot circumvention and caching, which helps
|
||||
with JS-heavy sites or pages that block plain HTTP fetches.
|
||||
|
||||
@@ -44,7 +44,7 @@ Notes:
|
||||
## Stealth / bot circumvention
|
||||
|
||||
Firecrawl exposes a **proxy mode** parameter for bot circumvention (`basic`, `stealth`, or `auto`).
|
||||
Moltbot always uses `proxy: "auto"` plus `storeInCache: true` for Firecrawl requests.
|
||||
OpenClaw always uses `proxy: "auto"` plus `storeInCache: true` for Firecrawl requests.
|
||||
If proxy is omitted, Firecrawl defaults to `auto`. `auto` retries with stealth proxies if a basic attempt fails, which may use more credits
|
||||
than basic-only scraping.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user