B

Benlab · Scrape

by Benlab

GETBase

$0.01

per call · USD Coin on Base

Fetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destinations are blocked; redirects are revalidated and response size and duration are bounded.

Endpoint

GET https://fetchharbor.benlab.download/scrape

12

Calls / 30d

4

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://fetchharbor.benlab.download/scrape", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://fetchharbor.benlab.download/scrape?url=https%3A%2F%2Fexample.com" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "content": "...",
  "content_type": "text/html; charset=utf-8",
  "status": "success",
  "status_code": 200,
  "url": "https://example.com"
}

Payment details

Pay to0xaed4a496fed1132b94c0a5f9fb5ee7cf63d869c2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Benlab & similar services