Vibes-Coded Search & Scrape API is a paid API for AI agents from vibes-coded.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Performs a web search and scrapes page content, returning results as structured JSON with titles, URLs, snippets, and markdown-rendered page content.
Pay-per-call JSON for AI agents: skill search, listing optimization, install plans, productization, and artifact risk scoring. HTTP 402 → USDC. Full skill marketplace on-site.
Returns a JSON object with ok status, the original query string, a list of search results (each with URL, title, and snippet), a list of scraped pages (each with URL, title, and full markdown content), the resource name, result count, and number of pages scraped.
POSThttps://vibes-coded.com/api/v1/outcomes/search-scrapeChoose this endpoint when you need both search results AND full scraped page content in a single call, returned as structured JSON with markdown rendering. It is particularly useful for AI agents that need to process web content programmatically and are comfortable with pay-per-call USDC micropayments via the x402 protocol. Prefer alternatives if you need real-time indexing, authenticated paywalled content, or volume scraping at scale.
{
"type": "json",
"example": {
"ok": true,
"pages": [
{
"url": "https://x402.org",
"title": "x402",
"markdown": "# x402\n\nPay-per-call via HTTP 402 + USDC..."
}
],
"query": "x402 USDC",
"results": [
{
"url": "https://x402.org",
"title": "x402",
"snippet": "HTTP 402 payments"
}
],
"resource": "search-scrape",
"result_count": 3,
"pages_scraped": 1
}
}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"