mirrored listing x402 eip155:8453

Job listings on demand from 26+ boards worldwide (Indeed, Adzuna, Reed, RemoteOK, Jooble,

Job listings on demand from 26+ boards worldwide (Indeed, Adzuna, Reed, RemoteOK, Jooble, and more) — title, company, location, salary, job type, description, posting date, and apply URL. Get results for $0.01 per record (minimum 10, up to 100). Enter a keyword, optional location and job type, and how many jobs you want. One call, many boards.Powered by Techforce Global — explore more at https://techforceglobal.com

Do you run techforce-agents.onrender.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
100000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-09
updated

Provider

techforce-agents.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "100000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "job_type": "fulltime",
          "keyword": "Java Developer",
          "location": "London",
          "max": 20
        },
        "type": "http"
      },
      "output": {
        "example": {
          "items": [
            {
              "company": "Fintech Ltd",
              "description": "Design and build scalable microservices...",
              "job_type": "fulltime",
              "location": "London, UK",
              "posted_date": "2026-08-12",
              "remote": false,
              "salary": "£70,000 - £90,000",
              "source": "Indeed",
              "tags": [
                "java",
                "spring"
              ],
              "title": "Senior Java Developer",
              "url": "https://uk.indeed.com/viewjob?jk=sample1"
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "job_type": {
                  "description": "Job type (optional)",
                  "enum": [
                    "all",
                    "fulltime",
                    "parttime",
                    "contract",
                    "internship"
                  ],
                  "type": "string"
                },
                "keyword": {
                  "description": "Job title, skill, or company to search, e.g. 'Java Developer'",
                  "type": "string"
                },
                "location": {
                  "description": "City or region (optional)",
                  "type": "string"
                },
                "max": {
                  "description": "Number of jobs to return (min 10, max 100)",
                  "type": "integer"
                }
              },
              "required": [
                "keyword"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "items": {
                  "description": "Array of job listings",
                  "items": {
                    "properties": {
                      "company": {
                        "description": "Company name",
                        "type": "string"
                      },
                      "description": {
                        "description": "Job description",
                        "type": "string"
                      },
                      "job_type": {
                        "description": "Employment type",
                        "type": "string"
                      },
                      "location": {
                        "description": "Job location",
                        "type": "string"
                      },
                      "posted_date": {
                        "description": "Date posted",
                        "type": "string"
                      },
                      "remote": {
                        "description": "Remote flag",
                        "type": "boolean"
                      },
                      "salary": {
                        "description": "Salary (if listed)",
                        "type": "string"
                      },
                      "source": {
                        "description": "Job board source",
                        "type": "string"
                      },
                      "tags": {
                        "description": "Skill / category tags",
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "title": {
                        "description": "Job title",
                        "type": "string"
                      },
                      "url": {
                        "description": "Apply / listing URL",
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://techforce-agents.onrender.com/api/all-jobs"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://techforce-agents.onrender.com/api/all-jobs");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://techforce-agents.onrender.com/api/all-jobs")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/8213.json, and this resource appears in /discovery/resources and /discovery/search.