{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-panevin-net-ai-extract-structured",
  "title": "Panevin \u00b7 Structured Data Extraction from URL",
  "url": "https://api.panevin.net/ai/extract-structured",
  "category": "ai",
  "summary": "Extract structured data from web pages according to a custom schema definition. Uses LLM to parse unstructured content into specified field formats.",
  "seo": {
    "title": "x402 LLM Data Extraction API \u2014 Schema-Based Web Parsing",
    "description": "Extract structured data from any URL using LLM with user-defined schema. Pay 0.008 USDC on Base. AI-powered web parsing for agent data extraction workflows."
  },
  "use_cases": [
    "Extract product details from e-commerce pages into structured format",
    "Parse article metadata and content for knowledge bases",
    "Convert unstructured web data to typed fields for database ingestion"
  ],
  "ideal_buyer": "Data extraction agents and systems needing flexible, schema-driven web parsing without maintaining custom scrapers per site.",
  "example_prompt": "Extract the product name, price, and availability from https://example.com/product/123 into a structured format",
  "example_request_body": {
    "url": "https://example.com/product/123",
    "schema": {
      "fields": [
        {
          "name": "productName",
          "type": "string",
          "description": "Product title"
        },
        {
          "name": "price",
          "type": "number",
          "description": "Current price in USD"
        },
        {
          "name": "inStock",
          "type": "boolean",
          "description": "Availability status"
        }
      ]
    }
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.4,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9bdf7621fe1da6421e69db0d98bfa5e30a209cf7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "8000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Extract structured data from a URL according to a user-defined schema via LLM.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "required": [
              "url",
              "schema"
            ],
            "properties": {
              "url": {
                "type": "string",
                "description": "URL of the web page to extract data from"
              },
              "schema": {
                "type": "object",
                "properties": {
                  "fields": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "description": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "description": "Schema definition with fields array"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "url": "https://example.com",
            "data": {
              "year": 2024,
              "title": "Example Domain"
            },
            "model": "meta-llama/llama-3.3-70b-instruct:free"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-panevin-net",
    "host": "api.panevin.net",
    "title": "api.panevin.net",
    "description": "Origin currently returning 502 Bad Gateway. No service information available from host.",
    "url": "https://api.panevin.net",
    "favicon": "https://panevin.net/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-panevin-net-ai-extract-structured",
    "url": "https://x402all.com/resource/api-panevin-net-ai-extract-structured",
    "name": "Panevin \u00b7 Structured Data Extraction from URL",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-panevin-net-ai-extract-structured",
      "@type": "Offer",
      "price": "0.008",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.008000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.panevin.net/ai/extract-structured",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-panevin-net",
      "url": "https://api.panevin.net",
      "name": "api.panevin.net",
      "@type": "Organization"
    },
    "identifier": "api-panevin-net-ai-extract-structured",
    "description": "Extract structured data from any URL using LLM with user-defined schema. Pay 0.008 USDC on Base. AI-powered web parsing for agent data extraction workflows.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-panevin-net-ai-extract-structured",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-panevin-net-ai-extract-structured"
}
