{
  "x402Version": 2,
  "id": 12483,
  "slug": "12483",
  "resource": "https://job-posting-parser.pdfextractapi.workers.dev/parse",
  "description": "Parse a job posting into structured JSON: title, skills, salary, requirements.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0AC44BECC6302298f01ed255B175ca1060C189E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "text": "Senior Backend Engineer at Acme Corp. Remote. $140k-$170k. Requires 5+ years..."
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "company": "Acme Corp",
            "employment_type": "full-time",
            "location": "Remote",
            "preferred_skills": [
              "AWS"
            ],
            "remote": true,
            "required_skills": [
              "Go",
              "Kubernetes"
            ],
            "responsibilities": [
              "Design and build backend services"
            ],
            "salary_range": "$140,000 - $170,000",
            "summary": "Senior backend role focused on distributed systems at a growing company.",
            "title": "Senior Backend Engineer",
            "years_experience_required": 5
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "text": {
                    "description": "The job posting text, max 20,000 characters.",
                    "type": "string"
                  }
                },
                "required": [
                  "text"
                ]
              },
              "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": "job-posting-parser.pdfextractapi.workers.dev",
  "lastUpdated": "2026-08-30T15:47:13.829Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-30T15:47:13.421Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "job-posting-parser.pdfextractapi.workers.dev",
    "manifest_name": "job-posting-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"
  }
}