Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"services/search",
"services/crawl",
"services/monitor",
"services/schema",
"services/history",
{
"group": "Additional Parameters",
Expand Down
4 changes: 4 additions & 0 deletions services/agenticscraper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: 'Automate browser actions and scrape data with or without AI, even
icon: 'bolt'
---

<Warning>
**Removed in API v2 — no direct replacement.** For multi-step browser automation, see [`Crawl`](/services/crawl) (with `cookies`, `headers`, and `wait`) or contact us about custom workflows. This page is kept for reference.
</Warning>

<Frame>
<img src="/services/images/smartscraper-banner.png" alt="Agentic Scraper Service" />
</Frame>
Expand Down
4 changes: 4 additions & 0 deletions services/markdownify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: 'Convert web content to clean, structured markdown'
icon: 'markdown'
---

<Warning>
**Legacy v1 service.** Use [`Scrape`](/services/scrape) with `output_format="markdown"` instead — it is the canonical v2 API and the equivalent MCP tool. This page is kept for reference.
</Warning>

<Frame>
<img src="/services/images/markdownify-banner.png" alt="Markdownify Service" />
</Frame>
Expand Down
Loading