{
  "openapi": "3.0.1",
  "info": {
    "title": "Remote Jobs Scraper - 7 Boards, Salaries & Leads",
    "description": "Aggregate remote jobs from RemoteOK, Remotive, WeWorkRemotely, Himalayas, Jobicy, Arbeitnow & Working Nomads in one run: salary, skills, location, full description & apply link. Filter by keyword, salary & date. Company leads + monitoring for new jobs. JSON, CSV, Excel.",
    "version": "0.1",
    "x-build-id": "5pVSNj7jh8BARMHik"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapesage~remote-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapesage-remote-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/scrapesage~remote-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapesage-remote-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/scrapesage~remote-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapesage-remote-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "searchQueries": {
            "title": "Search keywords",
            "type": "array",
            "description": "Keywords to match against job title, company, skills/tags and description (e.g. <code>python</code>, <code>product manager</code>, <code>devops</code>). A job matches if it contains ANY keyword. Leave empty to pull the latest remote jobs from every selected board.",
            "items": {
              "type": "string"
            }
          },
          "sources": {
            "title": "Job boards (sources)",
            "type": "array",
            "description": "Which remote job boards to aggregate. Leave empty to use all 7. Options: <code>remoteok</code>, <code>remotive</code>, <code>weworkremotely</code>, <code>himalayas</code>, <code>jobicy</code>, <code>arbeitnow</code>, <code>workingnomads</code>.",
            "items": {
              "type": "string"
            }
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Optional category filter, matched against each job's category/industry and tags (e.g. <code>software development</code>, <code>marketing</code>, <code>design</code>, <code>customer support</code>, <code>sales</code>, <code>data</code>, <code>devops</code>, <code>finance</code>, <code>hr</code>, <code>writing</code>). A job matches if it contains ANY value.",
            "items": {
              "type": "string"
            }
          },
          "candidateLocation": {
            "title": "Candidate location / region",
            "type": "array",
            "description": "Filter by where candidates may be based, matched against the job's candidate-location restrictions (e.g. <code>USA</code>, <code>Europe</code>, <code>United Kingdom</code>, <code>Worldwide</code>, <code>LATAM</code>). Jobs open to <code>Worldwide</code>/<code>Anywhere</code> always pass.",
            "items": {
              "type": "string"
            }
          },
          "companyNames": {
            "title": "Company names",
            "type": "array",
            "description": "Optional: only keep jobs whose company name contains one of these values (case-insensitive). Handy for tracking specific employers.",
            "items": {
              "type": "string"
            }
          },
          "jobType": {
            "title": "Job type",
            "enum": [
              "",
              "full-time",
              "part-time",
              "contract",
              "freelance",
              "internship"
            ],
            "type": "string",
            "description": "Filter by employment type.",
            "default": ""
          },
          "seniority": {
            "title": "Seniority",
            "type": "string",
            "description": "Optional seniority keyword, matched against the job's seniority field and title (e.g. <code>senior</code>, <code>junior</code>, <code>lead</code>, <code>entry</code>, <code>manager</code>)."
          },
          "salaryMin": {
            "title": "Minimum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Only keep jobs whose published salary (upper bound) is at least this amount. Jobs without a published salary are dropped when this is set. Leave empty to include all."
          },
          "postedWithinDays": {
            "title": "Posted within (days)",
            "minimum": 1,
            "type": "integer",
            "description": "Only include jobs posted within this many days. Leave empty for no date limit. Great for daily monitoring runs (e.g. <code>1</code> or <code>3</code>)."
          },
          "outputType": {
            "title": "Output type",
            "enum": [
              "jobs",
              "companies",
              "all"
            ],
            "type": "string",
            "description": "<code>jobs</code> = one row per remote job (default). <code>companies</code> = one deduplicated hiring-company lead per row. <code>all</code> = both, each row tagged with a <code>type</code> field.",
            "default": "jobs"
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of job records to output (the cap is applied after filtering and de-duplication).",
            "default": 200
          },
          "maxItemsPerSource": {
            "title": "Max items per source",
            "minimum": 0,
            "type": "integer",
            "description": "How many jobs to fetch from each board before filtering. <code>0</code> = auto (scales to Max items). Raise it when using narrow keyword filters so enough candidates are gathered.",
            "default": 0
          },
          "includeDescriptionHtml": {
            "title": "Include raw HTML description",
            "type": "boolean",
            "description": "Also include the original HTML description (<code>descriptionHtml</code>) alongside the clean plain-text <code>description</code>. Off by default for smaller, cleaner output.",
            "default": false
          },
          "deduplicateAcrossSources": {
            "title": "Deduplicate across boards",
            "type": "boolean",
            "description": "Drop the same role when it appears on more than one board (matched by company + title), keeping the most recent. Turn off to see every board's copy.",
            "default": true
          },
          "enrichCompanyContacts": {
            "title": "Enrich company contacts (emails, phone, socials)",
            "type": "boolean",
            "description": "For each hiring company, derive its website from the job's links/apply URL and crawl it (home + contact/about, up to 3 pages) for contact emails, phone and social links, then assign a 0–100 lead score. Job boards never expose company emails — this is the only way to get them. Implies company-lead output.",
            "default": false
          },
          "monitorMode": {
            "title": "Monitor mode (only new jobs)",
            "type": "boolean",
            "description": "Remember job ids across runs in a named key-value store and output ONLY jobs not seen before. Combine with an Apify Schedule (e.g. hourly/daily) for new-remote-job alerts. Works alongside Apify Schedules — it does not replace them.",
            "default": false
          },
          "monitorKey": {
            "title": "Monitor key",
            "type": "string",
            "description": "Names the memory bucket for monitor mode. Use a distinct key per saved configuration (e.g. <code>python-usa</code>) so separate monitors don't share state.",
            "default": "default"
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 12,
            "type": "integer",
            "description": "Parallel requests for company-contact enrichment.",
            "default": 5
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy settings. The default Apify proxy works for all sources; switch to Residential if RemoteOK or WeWorkRemotely get rate-limited from datacenter IPs.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}