{
  "openapi": "3.0.1",
  "info": {
    "title": "Remote Jobs API",
    "description": "Find remote job postings by country, role, company, category, salary, posting age, employment type, and seniority. Built for remote job boards, recruiting products, and labor-market analysis.",
    "version": "0.1",
    "x-build-id": "UKpzrUBiHj7I2JHLK"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/aspen-technology-labs-inc~remote-jobs-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-aspen-technology-labs-inc-remote-jobs-api",
        "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/aspen-technology-labs-inc~remote-jobs-api/runs": {
      "post": {
        "operationId": "runs-sync-aspen-technology-labs-inc-remote-jobs-api",
        "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/aspen-technology-labs-inc~remote-jobs-api/run-sync": {
      "post": {
        "operationId": "run-sync-aspen-technology-labs-inc-remote-jobs-api",
        "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": {
          "id": {
            "title": "Job ID",
            "type": "string",
            "description": "Optional job ID filter. Use a specific JobsIndex job ID to retrieve known job records.",
            "default": ""
          },
          "what": {
            "title": "Job search query",
            "type": "string",
            "description": "Main job search query. Supports keywords, exact phrases, boolean logic (AND, OR, NOT or &, |, !), and field targeting. Examples: python developer OR junior javascript, \"data scientist\", @(title) (manager), @(title,description) (python), @(company_name) ((=\"google, inc.\") OR (microsoft AND corporation)).",
            "default": ""
          },
          "where": {
            "title": "Location search query",
            "type": "string",
            "description": "Location filter. Supports place names, boolean logic, and location field targeting. Examples: Germany, San Francisco, @(address_city) ((San Francisco) OR (Palo Alto)), @(address_country) ((Germany) OR (Austria)).",
            "default": ""
          },
          "country": {
            "title": "Country",
            "type": "string",
            "description": "Country for job location filter.",
            "default": "United States"
          },
          "region": {
            "title": "Region",
            "type": "string",
            "description": "Region, state, or province.",
            "default": ""
          },
          "city": {
            "title": "City",
            "type": "string",
            "description": "City filter.",
            "default": ""
          },
          "postal_code": {
            "title": "Postal code",
            "type": "string",
            "description": "Postal or ZIP code.",
            "default": ""
          },
          "metro_area": {
            "title": "Metro area",
            "type": "string",
            "description": "Metropolitan area filter.",
            "default": ""
          },
          "title": {
            "title": "Job title",
            "type": "string",
            "description": "Job title filter.",
            "default": ""
          },
          "company_name": {
            "title": "Company name",
            "type": "string",
            "description": "Company name filter.",
            "default": ""
          },
          "company_domain": {
            "title": "Company domain",
            "type": "string",
            "description": "Company website domain, for example ibm.com.",
            "default": ""
          },
          "category": {
            "title": "Category",
            "type": "string",
            "description": "Job category, for example Healthcare or Retail.",
            "default": ""
          },
          "sub_category": {
            "title": "Sub-category",
            "type": "string",
            "description": "More specific job function.",
            "default": ""
          },
          "industry": {
            "title": "Industry",
            "type": "string",
            "description": "Company industry.",
            "default": ""
          },
          "posted": {
            "title": "Posted time frame",
            "type": "string",
            "description": "Relative posting age. Examples: 1h, 1d, 1w, 1m.",
            "default": ""
          },
          "salary": {
            "title": "Salary filter",
            "type": "string",
            "description": "Salary amount/range filter. Examples: 20h-30h, 35h, 20h-200000y.",
            "default": ""
          },
          "employment_type": {
            "title": "Employment type",
            "type": "string",
            "description": "Employment type, for example Full-Time or Part-Time.",
            "default": ""
          },
          "seniority": {
            "title": "Seniority",
            "type": "string",
            "description": "Seniority level, for example Junior, Middle, Senior.",
            "default": ""
          },
          "page": {
            "title": "Page number",
            "minimum": 0,
            "type": "integer",
            "description": "Page number. Starts from 0.",
            "default": 0
          },
          "size": {
            "title": "Page size",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Number of results per page. Maximum 100.",
            "default": 5
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}