Guildpilot Evidence · Extract
$0.02
per call · USDC on Base Sepolia
Extract a public web page into timestamped, normalized evidence.
Endpoint
POST https://evidence.guildpilot.app/v1/extract6
Calls / 30d
3
Unique payers / 30d
Aug 31
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://evidence.guildpilot.app/v1/extract", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"url": "https://example.com"
}),
});
const data = await res.json();curl -X POST \
"https://evidence.guildpilot.app/v1/extract" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"ledger": {
"billingStatus": "paid",
"operation": "extract"
},
"snapshot": {
"finalUrl": "https://example.com/",
"id": "0192f0d7-2cc6-7f29-b9ab-38ecdd925f91",
"sha256": "64-character SHA-256 digest",
"statusCode": 200,
"text": "Example Domain",
"title": "Example Domain"
}
}Payment details
0xef944b43abcdac77c8fbdf270b49e65025c9347bUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Guildpilot Evidence & similar services
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.
Exa · Search
api.exa.ai
Exa /search endpoint