{
  "openapi": "3.0.1",
  "info": {
    "title": "Free Upwork Jobs API — by vibeworker",
    "description": "Query recent Upwork job listings with built-in AI quality scores. Filter by category, skills, budget, experience level, and quick-win rating. Free: 100 results/day.",
    "version": "0.1",
    "x-build-id": "icKXQWgtFlptgZjpt"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/vibeworker~upwork-jobs-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-vibeworker-upwork-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/vibeworker~upwork-jobs-api/runs": {
      "post": {
        "operationId": "runs-sync-vibeworker-upwork-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/vibeworker~upwork-jobs-api/run-sync": {
      "post": {
        "operationId": "run-sync-vibeworker-upwork-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",
        "required": [
          "apiKey"
        ],
        "properties": {
          "apiKey": {
            "title": "API Key",
            "type": "string",
            "description": "Your Vibeworker API key. Get a free key at https://tryvibeworker.com/apify — 100 results/day on free accounts, unlimited on paid plans."
          },
          "keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Filter by job title keyword (e.g. 'react', 'shopify', 'data entry')."
          },
          "category": {
            "title": "Category",
            "enum": [
              "",
              "Web Development",
              "Mobile Development",
              "Ecommerce Development",
              "AI & Machine Learning",
              "Data Analysis & Testing",
              "Scripts & Utilities",
              "DevOps & Solution Architecture",
              "QA Testing",
              "Game Design & Development",
              "ERP/CRM Software",
              "Blockchain, NFT & Cryptocurrency",
              "Web & Mobile Design",
              "Graphic, Editorial & Presentation Design",
              "Branding & Logo Design",
              "Product Design",
              "Art & Illustration",
              "Video & Animation",
              "3D Modeling & CAD",
              "Photography",
              "Digital Marketing",
              "Marketing, PR & Brand Strategy",
              "Lead Generation & Telemarketing",
              "Social Media Management",
              "Market Research & Product Reviews",
              "Content Writing",
              "Editing & Proofreading Services",
              "Translation & Localization Services",
              "Virtual Assistance",
              "Customer Service & Tech Support",
              "Data Entry & Transcription Services",
              "Project Management",
              "Recruiting & Human Resources",
              "Accounting & Bookkeeping",
              "Corporate & Contract Law",
              "Performing Arts",
              "Other - Accounting & Consulting",
              "Other - Engineering & Architecture",
              "Other - Design & Creative",
              "Other - IT & Networking",
              "Other - Legal",
              "Other - Sales & Marketing",
              "Other - Writing"
            ],
            "type": "string",
            "description": "Filter by job category. Must match exactly."
          },
          "jobType": {
            "title": "Job Type",
            "enum": [
              "",
              "fixed",
              "hourly"
            ],
            "type": "string",
            "description": "Contract type filter."
          },
          "experienceLevel": {
            "title": "Experience Level",
            "enum": [
              "",
              "Entry Level",
              "Intermediate",
              "Expert"
            ],
            "type": "string",
            "description": "Filter by client's requested experience level."
          },
          "minBudget": {
            "title": "Minimum Budget (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only return jobs with budget at or above this amount."
          },
          "minQuickWin": {
            "title": "Minimum Quick Win Score",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Only return jobs scoring at or above this Quick Win score (1–10). Quick Win measures: fixed price + clear scope + completable in one session. Set to 7+ to filter for high-quality opportunities."
          },
          "sort": {
            "title": "Sort By",
            "enum": [
              "newest",
              "quick_win",
              "budget"
            ],
            "type": "string",
            "description": "How to order results.",
            "default": "newest"
          },
          "limit": {
            "title": "Results Limit",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Number of jobs to return per run (max 100). Each run counts against your daily quota.",
            "default": 50
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}