You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve merge conflicts: integrate schema generation and scheduled jobs features
- Merged AI-Powered Schema Generation section with Available Functions section in JS README
- Combined schema generation exports with scheduled jobs exports in JS index.js
- Integrated schema generation methods with scheduled jobs methods in Python async_client.py and client.py
- Moved generate schema example files to correct smartscraper directory structure
- All conflicts resolved successfully
- 📄 **Scrape**: Convert webpages to HTML with JavaScript rendering and custom headers
20
+
- ⏰ **Scheduled Jobs**: Create and manage automated scraping workflows with cron scheduling
21
+
- 💳 **Credits Management**: Monitor API usage and credit balance
22
+
- 💬 **Feedback System**: Provide ratings and feedback to improve service quality
18
23
19
24
## 🚀 Quick Links
20
25
ScrapeGraphAI offers seamless integration with popular frameworks and tools to enhance your scraping capabilities. Whether you're building with Python or Node.js, using LLM frameworks, or working with no-code platforms, we've got you covered with our comprehensive integration options..
@@ -60,6 +65,24 @@ Perform AI-powered web searches with structured results and reference URLs.
60
65
### 📝 Markdownify
61
66
Convert any webpage into clean, formatted markdown.
62
67
68
+
### 🕷️ SmartCrawler
69
+
Intelligently crawl and extract data from multiple pages with configurable depth and batch processing.
70
+
71
+
### 🤖 AgenticScraper
72
+
Perform automated browser actions on webpages using AI-powered agentic scraping with session management.
73
+
74
+
### 📄 Scrape
75
+
Convert webpages into HTML format with optional JavaScript rendering and custom headers.
76
+
77
+
### ⏰ Scheduled Jobs
78
+
Create, manage, and monitor scheduled scraping jobs with cron expressions and execution history.
79
+
80
+
### 💳 Credits
81
+
Check your API credit balance and usage.
82
+
83
+
### 💬 Feedback
84
+
Send feedback and ratings for scraping requests to help improve the service.
85
+
63
86
## 🌟 Key Benefits
64
87
65
88
- 📝 **Natural Language Queries**: No complex selectors or XPath needed
You can use a plain JSON schema or a [Zod](https://www.npmjs.com/package/zod) schema for the `schema` parameter. The crawl API supports options for crawl depth, max pages, domain restriction, and batch size.
397
+
You can use a plain JSON schema or a [Zod](https://www.npmjs.com/package/zod) schema for the `schema` parameter. The crawl API supports options for crawl depth, max pages, domain restriction, sitemap discovery, and batch size.
398
+
399
+
**Sitemap Benefits:**
400
+
- Better page discovery using sitemap.xml
401
+
- More comprehensive website coverage
402
+
- Efficient crawling of structured websites
403
+
- Perfect for e-commerce, news sites, and content-heavy websites
0 commit comments