Run This Ai
EN DE

ScrapeGraphAI

AI-powered web scraping tool that uses LLMs and graph-based pipelines to extract structured data from websites, PDFs, and XML

★ 28,138 GitHub MIT web-scrapingaipythonllmdata-extractionrag Automation Tools

Overview

ScrapeGraphAI is an open-source Python library that leverages Large Language Models (LLMs) and graph-based scraping pipelines to automatically extract structured data from websites, PDFs, XML, and more. With over 28,000 GitHub stars, it is one of the most popular AI-powered scraping frameworks available today. The library uses a modular graph architecture where each node represents a specific operation — from fetching pages to extracting data using LLM prompts. You can configure multiple LLM backends including GPT, Gemini, Ollama, and Hugging Face models. It supports SmartScraperGraph for single-page scraping, SearchGraph for multi-page extraction, and SpeechGraph for voice-enabled scraping. ScrapeGraphAI comes with Docker support, a REST API, and works headlessly with Browserbase or Selenium. It's perfect for developers building RAG pipelines, AI agents that need web data, or anyone who needs reliable, LLM-powered web scraping without writing complex selectors or regex patterns.

Requirements

Min vCPU
2
Min RAM
2048 MB
Min Disk
10 GB
Rec vCPU
4
Rec RAM
4096 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Hostinger · KVM 8

8 vCPU · 32256 MB · 400 GB

$20.00
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  scrapegraph-ai:
    image: mcp/scrapegraph:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/scrapegraph-ai:/data

Best VPS for ScrapeGraphAI →

Related tools

Guides & articles