{
  "openapi": "3.0.1",
  "info": {
    "title": "Goodmoves Scraper",
    "description": "Scrape charity, nonprofit and public sector job listings from Goodmoves - Scotland's leading third-sector job board. Search by keyword, location, sector, role, workplace type and more.",
    "version": "1.0",
    "x-build-id": "ioQZeemp0Wh0SQT32"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~goodmoves-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-goodmoves-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/crawlerbros~goodmoves-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-goodmoves-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/crawlerbros~goodmoves-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-goodmoves-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": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "search",
              "byUrl"
            ],
            "type": "string",
            "description": "How to find jobs.",
            "default": "search"
          },
          "startUrls": {
            "title": "Start URLs (mode=byUrl)",
            "type": "array",
            "description": "One or more Goodmoves vacancy URLs (https://goodmoves.org/vacancy/…).",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Search terms — job title, skills, or organisation name."
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Town, city or postcode to search near (UK/Scotland). Resolved to coordinates via free geocoding — see `radius`."
          },
          "radius": {
            "title": "Search Radius (requires location)",
            "enum": [
              "5",
              "10",
              "25",
              "50"
            ],
            "type": "string",
            "description": "Distance around `location` to include results. Only applied when `location` is set; ignored otherwise.",
            "default": "10"
          },
          "sector": {
            "title": "Sector",
            "enum": [
              "all",
              "animals",
              "arts-culture-sport",
              "children-early-years",
              "community-development-social-enterprise",
              "disability",
              "environment",
              "equality-law",
              "health",
              "housing-homelessness",
              "international-development",
              "learning",
              "local",
              "local-infrastructure-organisation",
              "older-people",
              "other",
              "regeneration-enterprise",
              "social-care",
              "volunteers",
              "youth"
            ],
            "type": "string",
            "description": "Filter by charitable sector.",
            "default": "all"
          },
          "role": {
            "title": "Role",
            "enum": [
              "all",
              "administration",
              "board-membership-trustee",
              "carer-professions",
              "communications-marketing",
              "development",
              "facilities",
              "finance-accountancy",
              "fundraising",
              "healthcare-professionals",
              "human-resources",
              "information-technology",
              "information-advice-advocacy",
              "management",
              "other",
              "policy-research",
              "retail-sales",
              "senior-appointments"
            ],
            "type": "string",
            "description": "Filter by job role category.",
            "default": "all"
          },
          "workplaceType": {
            "title": "Workplace Type",
            "enum": [
              "all",
              "Remote",
              "Hybrid",
              "On site"
            ],
            "type": "string",
            "description": "Filter by work arrangement.",
            "default": "all"
          },
          "workingPattern": {
            "title": "Working Pattern",
            "enum": [
              "all",
              "full-time",
              "part-time",
              "management-board"
            ],
            "type": "string",
            "description": "Filter by employment pattern.",
            "default": "all"
          },
          "region": {
            "title": "Region",
            "enum": [
              "all",
              "edinburgh-lothians",
              "glasgow-clyde",
              "tayside",
              "central-scotland",
              "fife",
              "highlands",
              "ayrshire-arran",
              "dumfries-galloway",
              "grampian",
              "argyll-bute",
              "scottish-borders",
              "na-h-eileanan-siar",
              "london",
              "east-midlands",
              "south-central",
              "south-west",
              "west-midlands"
            ],
            "type": "string",
            "description": "Filter to a specific geographic region.",
            "default": "all"
          },
          "sortBy": {
            "title": "Sort By",
            "enum": [
              "relevance",
              "closing_soon",
              "newest",
              "oldest",
              "salary_high",
              "salary_low"
            ],
            "type": "string",
            "description": "Order of search results.",
            "default": "relevance"
          },
          "salaryMin": {
            "title": "Min Salary (£)",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Only return jobs with salary at or above this value."
          },
          "salaryMax": {
            "title": "Max Salary (£)",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Only return jobs with salary at or below this value."
          },
          "maxItems": {
            "title": "Max Items",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Maximum number of job listings to return.",
            "default": 20
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}