Crawlee
Framework (OSS)LIVEby Apify
Apify's open-source crawling framework for Node and Python, unifying plain-HTTP and headless-browser crawling in one API. Built-in request queueing, proxy rotation, and fingerprint management. The standard toolkit for structured collection jobs — not an autonomous agent.
- Provider
- Apify
- Type
- Framework (OSS)
- Added
- Aug 2022
- Interface
- Session-level (CDP)
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- minimal
- Max session
- 90 min
- Regions
- US, EU, CA
- Pricing
- license free (Apache-2.0)compute operator-paid
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
0.6%
Traffic share
26.3%
Success
1s
Median duration
Free · OSS
List price
—
p95 first action
Success rate over time
Traffic share over time
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| oss | Free (self-hosted) | $0.00 | — |
| license | free (Apache-2.0) | — | — |
| compute | operator-paid | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-basedgap
DOM-based
Stealth/anti-bot
Residential proxiesextra
Persistent sessionsgap
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "crawlee"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "crawlee"
}'