Overview
ScrapeGraphAI seamlessly integrates with popular LLM frameworks and workflow orchestration tools, allowing you to incorporate AI-powered web scraping into your existing pipelines.Burr Integration
Burr is a workflow orchestration framework that provides advanced tracking, debugging, and visualization capabilities.Quick Start
View in Burr UI
Access the Burr tracking interface to visualize your workflow execution, inspect state transitions, and debug issues.Navigate to http://localhost:7241 to view your tracked executions.
LangChain Integration
ScrapeGraphAI is built on top of LangChain, making integration seamless.Using LangChain Models
Using LangChain Embeddings
Custom LangChain Chains
Integrate scraped content into LangChain chains:LlamaIndex Integration
Use ScrapeGraphAI with LlamaIndex for advanced RAG applications.Creating LlamaIndex Documents
Web Loader Integration
Indexify Integration
Indexify provides distributed indexing and extraction pipelines.CrewAI Integration
Use ScrapeGraphAI as a tool within CrewAI agents.API Integration
For production deployments, use the ScrapeGraphAI API:Low-Code Integrations
ScrapeGraphAI integrates with popular no-code/low-code platforms:Zapier
Connect ScrapeGraphAI to 5,000+ apps:- Create a new Zap
- Search for “ScrapeGraphAI” in triggers or actions
- Authenticate with your API key
- Configure scraping parameters
- Connect to other apps (Sheets, Slack, etc.)
n8n
Use the ScrapeGraphAI node in your n8n workflows:Make (Integromat)
Connect via HTTP modules:- Add an HTTP “Make a Request” module
- Set method to POST
- URL:
https://api.scrapegraphai.com/v1/scrape - Add Authorization header with your API key
- Configure request body with scraping parameters
Best Practices
- Use environment variables: Store API keys securely
- Handle rate limits: Implement backoff strategies for API calls
- Cache results: Store scraped data to avoid redundant requests
- Error handling: Wrap integrations in try-except blocks
- Monitor usage: Track API calls and token consumption
Next Steps
- Learn about Burr integration in detail
- Build custom graphs with integrations
- Check troubleshooting tips for integration issues
