ToolAssay

Start the "💡 Indeed Jobs Scraper" Apify actor (valig/indeed-jobs-scraper)

Start the "💡 Indeed Jobs Scraper" Apify actor (valig/indeed-jobs-scraper). $0.1/1K jobs | Scrape job listings, salaries, and company details from Indeed with customizable search filters and structured output.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
266 msmedian answer time
$0.01listed price per call
$0.01price 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://stableapify.dev/api/actors/valig/indeed-jobs-scraper/call

CategoryCompany and compliance
Provider hoststableapify.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days15 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 266 ms

Example input (from the provider)

{
  "body": {},
  "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": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "input": {
              "additionalProperties": {},
              "description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
              "properties": {
                "country": {
                  "default": "us",
                  "enum": [
                    "ar",
                    "au",
                    "at",
                    "bh",
                    "be",
                    "br",
                    "ca",
                    "cl",
                    "cn",
                    "co",
                    "cr",
                    "cz",
                    "dk",
                    "ec",
                    "eg",
                    "fi",
                    "fr",
                    "de",
                    "gr",
                    "hk",
                    "hu",
                    "in",
                    "id",
                    "ie",
                    "il",
                    "it",
                    "jp",
                    "kw",
                    "lu",
                    "my",
                    "mx",
                    "ma",
                    "nl",
                    "nz",
                    "ng",
                    "no",
                    "om",
                    "pk",
                    "pa",
                    "pe",
                    "ph",
                    "pl",
                    "pt",
                    "qa",
                    "ro",
                    "sa",
                    "sg",
                    "za",
                    "kr",
                    "es",
                    "se",
                    "ch",
                    "tw",
                    "th",
                    "tr",
                    "ua",
                    "ae",
                    "uk",
                    "us",
                    "uy",
                    "ve",
                    "vn"
                  ],
                  "type": "string"
                },
                "datePosted": {
                  "enum": [
                    "1",
                    "3",
                    "7",
                    "14",
                    ""
                  ],
                  "type": "string"
                },
                "limit": {
                  "default": 100,
                  "description": "Maximum results count",
                  "maximum": 1000,
                  "minimum": 1,
                  "type": "integer"
                },
                "location": {
                  "description": "City, state, zip code, or \"remote\"",
                  "type": "string"
                },
                "title": {
                  "description": "Job title, keywords, or company",
                  "type": "string"
                }
              },
              "required": [
                "country",
                "limit"
              ],
              "type": "object"
            },
            "options": {
              "additionalProperties": false,
              "description": "Optional Apify run options.",
              "properties": {
                "build": {
                  "maxLength": 100,
                  "minLength": 1,
                  "type": "string"
                },
                "maxItems": {
                  "maximum": 100000,
                  "minimum": 1,
                  "type": "integer"
                },
                "memory": {
                  "maximum": 32768,
                  "minimum": 128,
                  "type": "integer"
                }
              },
              "type": "object"
            }
          },
          "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"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON