{
  "x402Version": 2,
  "id": 5149,
  "slug": "5149",
  "resource": "https://api.terradeed.co.uk/extract",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4E024e356bd01853654b7B5196F2B85F67Cc39EC",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "fields": [
              "title",
              "price",
              "availability"
            ],
            "url": "https://example.com/product"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "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"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "fields": {
                    "items": {
                      "type": "string"
                    },
                    "minItems": 1,
                    "type": "array"
                  },
                  "url": {
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url",
                  "fields"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.terradeed.co.uk",
  "lastUpdated": "2026-09-10T15:05:57.796Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-10T15:05:57.508Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.terradeed.co.uk",
    "manifest_name": "api.terradeed.co.uk",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}