ToolAssay

Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, B

Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
178 msmedian answer time
$0.17listed price per call
$0.17price 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

POST https://hirescrape.com/api/tools/jobs

CategorySearch and research
Provider hosthirescrape.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.17 178 ms

Example input (from the provider)

{
  "body": {
    "hoursOld": 72,
    "isRemote": true,
    "location": "San Francisco, CA",
    "maxResults": 20,
    "searchTerm": "senior backend engineer",
    "sites": [
      "linkedin",
      "indeed",
      "glassdoor"
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "description": "Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call.",
          "properties": {
            "countryIndeed": {
              "default": "usa",
              "description": "Country code for Indeed/Glassdoor (usa, uk, canada, etc).",
              "type": "string"
            },
            "descriptionFormat": {
              "default": "markdown",
              "description": "Output format for job descriptions.",
              "enum": [
                "markdown",
                "html"
              ],
              "type": "string"
            },
            "distance": {
              "default": 50,
              "description": "Radius in miles from location.",
              "maximum": 200,
              "minimum": 0,
              "type": "integer"
            },
            "easyApply": {
              "default": false,
              "description": "Only easy-apply jobs.",
              "type": "boolean"
            },
            "enforceAnnualSalary": {
              "default": false,
              "description": "Normalize salary to annual.",
              "type": "boolean"
            },
            "googleSearchTerm": {
              "description": "Custom query for Google Jobs only.",
              "type": "string"
            },
            "hoursOld": {
              "description": "Only jobs posted in last N hours.",
              "maximum": 8760,
              "minimum": 1,
              "type": "integer"
            },
            "isRemote": {
              "default": false,
              "description": "Remote-only.",
              "type": "boolean"
            },
            "jobType": {
              "default": "",
              "description": "Filter by employment type.",
              "enum": [
                "",
                "fulltime",
                "parttime",
                "contract",
                "internship",
                "temporary"
              ],
              "type": "string"
            },
            "linkedinCompanyIds": {
              "description": "Restrict LinkedIn to specific company IDs.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "linkedinFetchDescription": {
              "default": false,
              "description": "Fetch full LinkedIn job descriptions.",
              "type": "boolean"
            },
            "location": {
              "description": "City, state, country, or 'Remote'. Empty = global.",
              "type": "string"
            },
            "maxResults": {
              "default": 20,
              "description": "Max jobs per board (1-100).",
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            },
            "offset": {
              "description": "Skip first N results (pagination).",
              "minimum": 0,
              "type": "integer"
            },
            "searchTerm": {
              "description": "Job title, keyword, or skill.",
              "type": "string"
            },
            "sites": {
              "default": [
                "linkedin",
                "indeed",
                "glassdoor",
                "google",
                "zip_recruiter",
                "bayt",
                "bdjobs",
                "naukri"
              ],
              "description": "Boards: linkedin, indeed, glassdoor, google, zip_recruiter, bayt, bdjobs, naukri.",
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "searchTerm"
          ],
          "title": "Multi Job Board Scraper",
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "duration": {
              "description": "Run duration in seconds.",
              "type": "integer"
            },
            "items": {
              "description": "Scraped items. Shape varies per tool \u2014 see each tool's outputSample for a concrete example.",
              "items": {
                "type": "object"
              },
              "type": "array"
            },
            "payment": {
              "description": "Settlement summary (protocol, amount, currency).",
              "type": "object"
            },
            "runId": {
              "description": "Run ID for debugging/audit.",
              "type": "string"
            }
          },
          "required": [
            "items"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON