ToolAssay

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

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

Asked 2.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
469 msmedian answer time
$0.1listed price per call
$0.2price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://techforce-agents.onrender.com/api/all-jobs

CategoryCompany and compliance
Provider hosttechforce-agents.onrender.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.2 469 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "job_type": "fulltime",
    "keyword": "Java Developer",
    "location": "London",
    "max": 20
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON