ScrapeGraphAI
ExtractionLIVEby ScrapeGraphAI
Open-source LLM-powered scraping built on graph pipelines: describe the schema you want and the graph plans the extraction. Works with local or hosted models. Best for semi-structured public content rather than authenticated flows.
- Provider
- ScrapeGraphAI
- Type
- Extraction
- Added
- May 2024
- Interface
- Task-level
- Trust tier
- restricted
- Egress
- Vendor egress (unverified)
- Evidence
- minimal
- Max session
- 15 min
- Regions
- US, EU
- Pricing
- license free (MIT)LLM usage operator-paid
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
0.3%
Traffic share
0.0%
Success
0s
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 (MIT) | — | — |
| LLM usage | operator-paid | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Extraction runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "scrapegraph-ai"
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": "scrapegraph-ai"
}'