Skip to content
Eden Engine

Job Posting Analyzer: Skills, Salary & Red Flags

omnial/x402-job-posting-analyze

Given the text of a job posting (or a URL to one), returns a structured breakdown: title, company, location, seniority level, employment type, remote policy, required and preferred skills, years of experience, education requirement, salary range and how it was determined, benefits, culture signals, potential red flags, and a one-paragraph summary. Text that is not actually a job posting still returns a normal result, with a red flag explaining why and every extracted field left empty or null.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.324325365 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "anyOf": [
    {
      "required": [
        "text"
      ]
    },
    {
      "required": [
        "url"
      ]
    }
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "A URL pointing to a job posting to fetch and analyze."
    },
    "text": {
      "type": "string",
      "description": "The full text of a job posting to analyze."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "title",
    "company",
    "location",
    "remote_policy",
    "salary_range",
    "salary_source",
    "required_skills",
    "preferred_skills",
    "experience_years",
    "education_requirement",
    "benefits",
    "red_flags",
    "culture_signals",
    "seniority_level",
    "employment_type",
    "summary"
  ],
  "properties": {
    "title": {
      "type": [
        "string",
        "null"
      ],
      "description": "Observed null when the input text is not a job posting."
    },
    "company": {
      "type": [
        "string",
        "null"
      ],
      "description": "Observed null when the input text is not a job posting."
    },
    "summary": {
      "type": "string",
      "description": "A one-paragraph summary of the posting, or, when the input is not a job posting, a one-paragraph explanation of what the text actually is."
    },
    "benefits": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Empty when the input is not a job posting."
    },
    "location": {
      "type": [
        "string",
        "null"
      ],
      "description": "Free-text posting location. Observed null on both captured fixtures (neither posting stated a specific office location) -- shape when populated is unconfirmed."
    },
    "red_flags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Concerns about the posting itself (e.g. vague PTO policy), or, when the input text is not a job posting at all, a single entry stating that plainly."
    },
    "salary_range": {
      "type": "object",
      "properties": {
        "max": {
          "type": [
            "number",
            "null"
          ],
          "description": "Observed null when no salary is stated."
        },
        "min": {
          "type": [
            "number",
            "null"
          ],
          "description": "Observed null when no salary is stated."
        },
        "period": {
          "type": "string",
          "description": "e.g. 'annual'; observed on every fixture."
        },
        "currency": {
          "type": [
            "string",
            "null"
          ],
          "description": "Observed null when no salary is stated."
        }
      },
      "additionalProperties": true
    },
    "remote_policy": {
      "type": "string",
      "description": "e.g. 'remote'; observed as 'not-specified' when the input is not a job posting."
    },
    "salary_source": {
      "type": "string",
      "description": "e.g. 'stated' when the posting names a figure, 'estimated' when the model inferred or defaulted one."
    },
    "culture_signals": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Empty when the input is not a job posting."
    },
    "employment_type": {
      "type": [
        "string",
        "null"
      ],
      "description": "Observed null when the input is not a job posting."
    },
    "required_skills": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Empty when the input is not a job posting."
    },
    "seniority_level": {
      "type": [
        "string",
        "null"
      ],
      "description": "Observed null when the input is not a job posting."
    },
    "experience_years": {
      "type": "object",
      "properties": {
        "max": {
          "type": [
            "number",
            "null"
          ],
          "description": "Observed null on both captured fixtures -- a populated example was not observed."
        },
        "min": {
          "type": [
            "number",
            "null"
          ],
          "description": "Observed null when not stated."
        }
      },
      "additionalProperties": true
    },
    "preferred_skills": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Empty on both captured fixtures -- a populated example was not observed."
    },
    "education_requirement": {
      "type": [
        "string",
        "null"
      ],
      "description": "Observed null on both captured fixtures -- a populated example was not observed."
    }
  },
  "description": "The job posting analysis, as returned at routing.responseResultPath ($.output). Every field listed here is present as a key on both captured fixtures; a text input that is not actually a job posting still returns this same shape, with most fields null or empty and a `red_flags` entry explaining why.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.324325365
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026