Skip to content
Eden Engine

Remote-Only Web3 & Crypto Job Listings (Paginated)

omnial/get-remote-jobs

Returns one page of job postings from web3.career that are explicitly tagged as remote work, newest first: title, company, location, salary range (when the poster listed one), how long ago each was posted, and a link to the full posting. Requires the page number to fetch, so you can page through older results.

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": [
    "page"
  ],
  "properties": {
    "page": {
      "type": "integer",
      "description": "Page number for pagination (required, e.g. 1 for the newest listings)."
    }
  },
  "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": "Observed as an empty array on every single listing across both real fixtures -- a populated tags list was never observed and its item shape is unconfirmed."
              },
              "title": {
                "type": "string"
              },
              "job_id": {
                "type": "string"
              },
              "salary": {
                "type": "string",
                "description": "A free-text range (e.g. '$105k - $120k'), observed populated on every listing in both real fixtures; an empty string is possible when a poster omits salary but was not observed here."
              },
              "company": {
                "type": "string"
              },
              "location": {
                "type": "string",
                "description": "Can be an empty string when the vendor has no location on file for a posting -- observed on most listings across both real fixtures."
              },
              "posted_date": {
                "type": "string",
                "description": "A relative-age string (e.g. '1m', '12h', '5y'), not a timestamp."
              }
            },
            "additionalProperties": true
          },
          "description": "Remote-tagged job postings for this page, newest first. Never observed empty across either real fixture -- even page 9999 (well past the end of current listings) returned older postings from the vendor's archive rather than an empty array or an error."
        },
        "page": {
          "type": "string",
          "description": "Echoes the requested page number, but as a STRING (e.g. '1', '9999') even though the input `page` field is an integer -- confirmed on both real fixtures."
        }
      },
      "additionalProperties": true
    },
    "status": {
      "type": "string",
      "description": "'success' on both real calls observed, including a deep out-of-range page (9999)."
    }
  },
  "description": "The remote job listings page, 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 15, 2026