C

Co · Extract

by Co

POSTBase

$0.05

per call · USD Coin on Base

Structured JSON from any webpage. Name the fields you want — company data, job listings, product specs, contact details, financial figures — and get them back with confidence scores. No scraper configuration needed.

Endpoint

POST https://api.terradeed.co.uk/extract

11

Calls / 30d

1

Unique payers / 30d

Sep 10

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://api.terradeed.co.uk/extract", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "fields": [
      "title",
      "price",
      "availability"
    ],
    "url": "https://example.com/product"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.terradeed.co.uk/extract" \
  -H "Content-Type: application/json" \
  -d '{"fields":["title","price","availability"],"url":"https://example.com/product"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "auth_method": "x402",
  "data": {
    "company_name": "Savills (UK) Ltd",
    "location": "33 Margaret Street, London W1G 0JD",
    "phone": "+44 (0)20 7016 3600",
    "services": [
      "Commercial property sales",
      "Investment advisory",
      "Development consultancy",
      "Valuation"
    ],
    "specialisms": [
      "Office",
      "Retail",
      "Industrial",
      "Residential development"
    ],
    "team_size": "250+",
    "website": "https://www.savills.co.uk"
  },
  "fields_extracted": [
    "company_name",
    "services",
    "team_size",
    "location",
    "phone",
    "website",
    "specialisms"
  ],
  "fields_requested": [
    "company_name",
    "services",
    "team_size",
    "location",
    "phone",
    "website",
    "specialisms"
  ],
  "status": "success",
  "url": "https://savills.co.uk/commercial-property-for-sale/unit-5-bristol-road-bs1-4na"
}

Payment details

Pay to0x4e024e356bd01853654b7b5196f2b85f67cc39ec
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 Co & similar services