{
  "openapi": "3.0.1",
  "info": {
    "title": "We Work Remotely Jobs Scraper",
    "description": "Extract We Work Remotely jobs with titles, companies, regions, skills, categories, descriptions, dates, and URLs for recruiting and job alerts.",
    "version": "1.0",
    "x-build-id": "gQeqgsMo3DtJ5pbEp"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/muhammadafzal~we-work-remotely-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-muhammadafzal-we-work-remotely-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/muhammadafzal~we-work-remotely-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-muhammadafzal-we-work-remotely-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/muhammadafzal~we-work-remotely-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-muhammadafzal-we-work-remotely-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",
        "required": [
          "feedUrls",
          "maxResults",
          "includeDescriptionHtml",
          "maxRequestRetries"
        ],
        "properties": {
          "feedUrls": {
            "title": "RSS feed URLs",
            "minItems": 1,
            "maxItems": 10,
            "type": "array",
            "description": "Use this when you want the main feed or specific We Work Remotely category feeds. Enter 1–10 HTTPS URLs ending in .rss, for example https://weworkremotely.com/categories/remote-programming-jobs.rss. Defaults to the main remote-jobs.rss feed; ordinary HTML job pages are not accepted.",
            "items": {
              "type": "string",
              "pattern": "^https://weworkremotely\\.com/.+\\.rss(?:\\?.*)?$"
            },
            "default": [
              "https://weworkremotely.com/remote-jobs.rss"
            ]
          },
          "searchTerms": {
            "title": "Keywords or phrases",
            "type": "array",
            "description": "Use this to match at least one keyword or phrase across title, company, location, category, skills, and description. Example: Python. Empty means no keyword filter; this is not a search-engine query syntax.",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "default": []
          },
          "categories": {
            "title": "Exact job categories",
            "type": "array",
            "description": "Use this to keep exact category names from the feed, for example Full-Stack Programming or Sales and Marketing. Matching ignores letter case. Empty means every category; this is not a category URL field.",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "default": []
          },
          "regions": {
            "title": "Remote regions",
            "type": "array",
            "description": "Use this to match at least one phrase in the region, country, or state fields. Example: Anywhere in the World. Empty means every location; this does not geocode or infer work authorization.",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "default": []
          },
          "employmentTypes": {
            "title": "Exact employment types",
            "type": "array",
            "description": "Use this to keep exact feed types such as Full-Time or Contract. Matching ignores letter case. Empty means every type; this does not infer a type from description text.",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "default": []
          },
          "skills": {
            "title": "Skills",
            "type": "array",
            "description": "Use this to match at least one skill phrase supplied by We Work Remotely, for example Python. Empty means every skill; jobs whose feed skill field is blank will not match a non-empty filter.",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "default": []
          },
          "postedWithinDays": {
            "title": "Posted within days",
            "minimum": 1,
            "maximum": 365,
            "type": "integer",
            "description": "Use this to keep only recently posted jobs. Enter 1–365; for example 7 keeps the last seven days. Omit it to include the entire current RSS feed; this is not an expiry filter."
          },
          "maxResults": {
            "title": "Maximum jobs",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Use this to cap unique dataset records and result-event charges. Enter 1–1000; the default is 100. This limit is applied after filters and deduplication, not per feed.",
            "default": 100
          },
          "includeDescriptionHtml": {
            "title": "Include description HTML",
            "type": "boolean",
            "description": "Use this when you need the source formatting as well as clean descriptionText. Defaults to true. Disable it for smaller records; this does not remove descriptionText.",
            "default": true
          },
          "maxRequestRetries": {
            "title": "Request retries",
            "minimum": 0,
            "maximum": 5,
            "type": "integer",
            "description": "Use this to retry temporary 429, 5xx, timeout, or connection errors. Enter 0–5; the default is 2 with exponential backoff. Permanent non-RSS responses are still reported truthfully.",
            "default": 2
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}