Swerver Web Search Batch API is a paid API for AI agents from websearch--gw.swerver.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14, last successful call 2026-06-27).
Fetches and scrapes multiple URLs in a single batch request, returning clean HTML, Markdown, plain text, or extracted links with optional JavaScript execution and CSS selector targeting
Web search and scraping API. Search the web or fetch any URL and get back clean HTML, Markdown, plain text, or extracted links. Supports JavaScript evaluation, CSS selector targeting, stealth mode, and batch operations. Pay-per-request via x402 protocol (USDC on Base). No API key required.
A JSON array of results, one per input URL, each containing the scraped content in the requested format (Markdown, HTML, plain text, or links), plus metadata including whether the content was truncated, elapsed time in milliseconds, and content length. Also includes total batch processing time.
POSThttps://websearch--gw.swerver.net/batchChoose this endpoint when you need to scrape or fetch multiple URLs in a single round-trip to minimize latency and payment overhead. Ideal for agents that need to gather content from several pages simultaneously, want clean Markdown or plain text output without post-processing, or need JavaScript rendering and CSS selector targeting. Prefer over single-URL endpoints when you have 2+ URLs to process. No API key setup required — pay-per-use via USDC on Base makes it suitable for ad-hoc or low-volume automation.
{
"tags": [
"web",
"scraping",
"batch",
"headless-browser"
],
"description": "Scrape multiple URLs in parallel and return all results"
}{
"type": "json",
"example": {
"results": [
{
"url": "https://example.com",
"format": "markdown",
"content": "# Example",
"metadata": {
"truncated": false,
"elapsed_ms": 300,
"content_length": 500
}
}
],
"total_time_ms": 1200
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"