$0.002
per call · USD Coin on Base
Extract webpage metadata from one public URL: page title, meta description, canonical URL, headings, hreflang, icons, feeds, Open Graph, Twitter Cards, and JSON-LD Schema.org types, with redirect and response provenance plus privacy-safe, publisher-asserted Organization facts with field evidence.
Endpoint
POST https://apiacre.com/v1/web/metadata6
Calls / 30d
4
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://apiacre.com/v1/web/metadata", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"url": "https://apiacre.com"
}),
});
const data = await res.json();curl -X POST \
"https://apiacre.com/v1/web/metadata" \
-H "Content-Type: application/json" \
-d '{"url":"https://apiacre.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"alternates": [],
"canonical": "https://apiacre.com",
"description": "70 pay-per-call APIs for agents, settled in USDC on Base through x402.",
"document": {
"author": null,
"charset": "utf-8",
"generator": null,
"robots": "index,follow",
"viewport": "width=device-width,initial-scale=1"
},
"feeds": [],
"headings": {
"h1": [
"Useful APIs. One call at a time."
],
"h2Count": 2,
"h3Count": 55
},
"icons": [],
"language": "en",
"openGraph": {
"description": "Buy focused web, document, developer, research, and EVM results with USDC ove...",
"image": null,
"imageAlt": null,
"title": "API Acre — Pay-per-call APIs on Base",
"url": "https://apiacre.com"
},
"redirected": false,
"requestedUrl": "https://apiacre.com/",
"response": {
"bodySha256": "3886972b5512bf62a93dbdf790af504cab300572de9837088909ebd4aa3a3b4e",
"bytes": 21633,
"contentType": "text/html; charset=utf-8",
"elapsedMs": 42,
"statusCode": 200
},
"structuredData": {
"blocks": 1,
"invalidBlocks": 0,
"truncated": false,
"types": [
"Organization",
"WebAPI"
],
"validBlocks": 1
},
"title": "API Acre — Pay-per-call APIs on Base",
"twitter": {
"card": null,
"description": null,
"image": null,
"imageAlt": null,
"title": null
},
"url": "https://apiacre.com/"
},
"meta": {
"cached": false,
"duration_ms": 42,
"next_actions": [
{
"method": "POST",
"path": "/v1/web/extract",
"reason": "Retrieve the same public URL as clean text or Markdown with bounded structure...",
"service": "web.extract",
"title": "Web content extraction"
}
],
"sources": [],
"warnings": []
},
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "web.metadata",
"version": "1"
}Payment details
0xa0bfa4f07281c9b248dc3aed2217836bca24869bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from API Acre & similar services
API Acre · Crypto Base Network Status
apiacre.com
Read the latest Base mainnet block and a bounded EIP-1559 fee history in one RPC batch, including gas utilization and priority-fee percentile samples.
API Acre · Data Schema
apiacre.com
Create and generate a nested JSON Schema Draft 2020-12 contract by inferring field types and required fields from representative JSON, CSV, TSV, JSON Lines, or YAML records, with equivalent CSV/TSV numeric and null inference, input evidence, and non-enforcing observed bounds.
API Acre · Crypto Address Inspect
apiacre.com
Validate and normalize an Ethereum or EVM wallet address, distinguish valid, absent, or invalid ERC-55 checksum casing, and identify the zero address without a network request.