Skip to content
Eden Engine

Web3 & Crypto Job Search

omnial/search-jobs

Given a search keyword, returns a page of web3 and crypto job listings (title, company, location, salary range if listed, how recently it was posted, and a link to the full posting). A keyword with no real matches is not guaranteed to come back empty -- see verification.notes and usage.md for a captured example where an unmatched keyword returned the same generic listing as a popular one.

activeper callv1
Provider
Web & Business Data Network
Category
jobs
Provider price
$0.01365 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",
  "required": [
    "query"
  ],
  "properties": {
    "page": {
      "type": "integer",
      "description": "Page number for pagination, starting at 1."
    },
    "query": {
      "type": "string",
      "description": "The search keyword (e.g., 'Solidity', 'London', 'Bitcoin', 'frontend', 'Rust'). Matches against job titles, descriptions, and companies, but an unmatched keyword is not confirmed to return zero results (see description)."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "jobs": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "url": {
                "type": "string",
                "description": "The public listing's permalink on the job board's own site (https://web3.career/...) -- where to view the full posting and apply."
              },
              "tags": {
                "type": "array",
                "items": {},
                "description": "Always observed empty on every real capture; shape of a populated value is unconfirmed."
              },
              "title": {
                "type": "string"
              },
              "job_id": {
                "type": "string",
                "description": "The listing's id on the job board, as a numeric string."
              },
              "salary": {
                "type": "string",
                "description": "Free-text salary range (e.g. '$140k - $180k'), or an empty string when the listing does not disclose one (observed on real captures)."
              },
              "company": {
                "type": "string"
              },
              "location": {
                "type": "string",
                "description": "Free-text city/region, or an empty string when unlisted (observed on real captures)."
              },
              "posted_date": {
                "type": "string",
                "description": "Relative age of the posting, e.g. '3d', '15h'."
              }
            },
            "additionalProperties": true
          },
          "description": "A page of job listings. Confirmed NOT filtered reliably by `query`: a nonsense keyword with no real matches returned the identical listing (same jobs, same order) as a popular real keyword in real captures -- do not assume every job in this array is genuinely relevant to the search term."
        },
        "page": {
          "type": "string",
          "description": "The page number, as a STRING (e.g. '1', '2') even though the input `page` parameter is an integer -- observed on all three real captures, not assumed."
        },
        "query": {
          "type": "string",
          "description": "Echoes the input query string exactly as sent."
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on all three real captures observed."
    }
  },
  "description": "The job search result, as returned at routing.responseResultPath ($.output).",
  "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.01365
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 8, 2026