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
feat: add v2 documentation with versioned navigation and updated SDKs
Migrate documentation to v2 structure with versioned nav (v2 default, v1 legacy).
Update Python and JavaScript SDK docs to reflect v2 API changes (extract, search,
scrape, crawl, monitor namespaces, FetchConfig/LlmConfig). Add v1/ legacy pages
with deprecation banners.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@@ -85,18 +83,18 @@ For more advanced usage, see the [JavaScript SDK documentation](/sdks/javascript
85
83
86
84
## Key Concepts
87
85
88
-
### SmartScraper
86
+
### Extract (formerly SmartScraper)
89
87
Extract specific information from any webpage using AI. Provide a URL and a prompt describing what you want to extract. [Learn more](/services/smartscraper)
90
88
91
-
### SearchScraper
92
-
Search and extract information from multiple web sources using AI. Start with just a prompt - SearchScraper will find relevant websites and extract the information you need. [Learn more](/services/searchscraper)
89
+
### Search (formerly SearchScraper)
90
+
Search and extract information from multiple web sources using AI. Start with just a query - Search will find relevant websites and extract the information you need. [Learn more](/services/searchscraper)
91
+
92
+
### Scrape
93
+
Convert any webpage into markdown, HTML, screenshot, or branding format. Replaces the previous Markdownify endpoint with additional output formats. [Learn more](/services/scrape)
93
94
94
95
### SmartCrawler
95
96
AI-powered extraction for any webpage with crawl capabilities. Automatically navigate and extract data from multiple pages. [Learn more](/services/smartcrawler)
96
97
97
-
### Markdownify
98
-
Convert any webpage into clean, formatted markdown. Perfect for content aggregation and processing. [Learn more](/services/markdownify)
99
-
100
98
### Structured Output with Schemas
101
99
Both SDKs support structured output using schemas:
102
100
-**Python**: Use Pydantic models
@@ -119,34 +117,37 @@ class CompanyInfo(BaseModel):
0 commit comments