A Python library for building scraping pipelines using LLMs and direct graph logic, built on LangChain. Current version 2.1.3, supports Python >=3.12, <4.0, and has frequent releases.
pip install scrapegraphaiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example using SmartScraperGraph to scrape a webpage with an LLM.
Migrate to new graph classes like SmartScraperGraph, SearchGraph, etc. Check docs for config changes.
Run `playwright install` after installing scrapegraphai to download browser binaries.
Always include `'model'` in the `llm` config dictionary.
Ensure you have installed scrapegraphai via pip: `pip install scrapegraphai`
Run `playwright install` in your terminal after installing scrapegraphai.
Add `'model': 'gpt-4o-mini'` (or your chosen model) to the `llm` dictionary.
No resource links recorded.