{
  "x402Version": 2,
  "id": 13618,
  "slug": "13618",
  "resource": "https://resume-parser.pdfextractapi.workers.dev/parse",
  "description": "Parse a resume/CV (PDF or plain text) into structured JSON.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0AC44BECC6302298f01ed255B175ca1060C189E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "resume.pdf"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "education": [
              {
                "degree": "BSc Computer Science",
                "institution": "State University",
                "year": "2016"
              }
            ],
            "email": "jane@example.com",
            "experience": [
              {
                "company": "Acme Corp",
                "description": "Led backend platform team.",
                "end_date": null,
                "start_date": "2021",
                "title": "Senior Engineer"
              }
            ],
            "location": "San Francisco, CA",
            "name": "Jane Doe",
            "phone": "+1 415 555 0199",
            "skills": [
              "TypeScript",
              "Go",
              "Kubernetes"
            ],
            "summary": "Senior software engineer with 8 years of experience in distributed systems."
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "file": {
                    "format": "binary",
                    "type": "string"
                  },
                  "text": {
                    "type": "string"
                  }
                }
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "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": "resume-parser.pdfextractapi.workers.dev",
  "lastUpdated": "2026-08-27T14:20:46.633Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T14:20:46.059Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "resume-parser.pdfextractapi.workers.dev",
    "manifest_name": "resume-parser.pdfextractapi.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}