{
  "openapi": "3.0.1",
  "info": {
    "title": "Web3Career Jobs Scraper: Filtered Crypto Job Feed",
    "description": "Scrape web3.career crypto and blockchain job listings with remote-only, category/tag, minimum-salary, and posted-date filters. Outputs structured company, salary, location, employment type, and tags as JSON, CSV, or Excel, with a scheduled new-jobs-only monitoring mode. Billed per result.",
    "version": "0.1",
    "x-build-id": "RyU7ZaZhiqESmHBsc"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/getascraper~web3career-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-getascraper-web3career-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/getascraper~web3career-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-getascraper-web3career-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/getascraper~web3career-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-getascraper-web3career-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": {
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Free-text search matched against job title, skill, or company (uses web3.career's own search)."
          },
          "categories": {
            "title": "Categories / Tags",
            "type": "array",
            "description": "Match jobs tagged with any of the selected categories (OR union across categories). Leave empty to include all categories.",
            "items": {
              "type": "string",
              "enum": [
                "development",
                "backend",
                "frontend",
                "fullstack",
                "blockchain",
                "crypto",
                "defi",
                "nft",
                "solidity",
                "smart-contract",
                "rust",
                "security",
                "devops",
                "data",
                "ai",
                "product-manager",
                "marketing",
                "growth",
                "design",
                "sales",
                "customer-support",
                "community-manager",
                "non-tech",
                "hr",
                "legal",
                "finance",
                "operations",
                "research",
                "content",
                "seo",
                "entry-level",
                "intern",
                "senior",
                "bitcoin",
                "ethereum",
                "solana"
              ],
              "enumTitles": [
                "Development",
                "Backend",
                "Frontend",
                "Fullstack",
                "Blockchain",
                "Crypto",
                "DeFi",
                "NFT",
                "Solidity",
                "Smart Contract",
                "Rust",
                "Security",
                "DevOps",
                "Data",
                "AI",
                "Product Manager",
                "Marketing",
                "Growth",
                "Design",
                "Sales",
                "Customer Support",
                "Community Manager",
                "Non-Tech",
                "HR",
                "Legal",
                "Finance",
                "Operations",
                "Research",
                "Content",
                "SEO",
                "Entry Level",
                "Intern",
                "Senior",
                "Bitcoin",
                "Ethereum",
                "Solana"
              ]
            },
            "default": []
          },
          "remoteOnly": {
            "title": "Remote only",
            "type": "boolean",
            "description": "Only include jobs marked as fully remote / telecommute. Neither competitor Actor exposes this as an explicit filter.",
            "default": false
          },
          "minSalary": {
            "title": "Minimum salary (annualized, USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Skip jobs whose posted salary (max of the range, or min if no max) is below this amount. Hourly/monthly/weekly/daily rates are annualized for comparison. Leave 0 to disable.",
            "default": 0
          },
          "datePosted": {
            "title": "Posted within",
            "enum": [
              "any",
              "today",
              "last3days",
              "last7days",
              "last30days"
            ],
            "type": "string",
            "description": "Only include jobs posted within this time window.",
            "default": "any"
          },
          "includeFullDescription": {
            "title": "Include full job description",
            "type": "boolean",
            "description": "When off, only a short excerpt is included in the output to keep the dataset lighter.",
            "default": true
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "Maximum number of job records to output.",
            "default": 50
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Number of job detail pages fetched in parallel.",
            "default": 5
          },
          "maxCandidates": {
            "title": "Max candidate URLs",
            "minimum": 10,
            "maximum": 20000,
            "type": "integer",
            "description": "Upper bound on how many candidate job URLs are discovered (via sitemap or listing pages) before detail fetching begins.",
            "default": 300
          },
          "maxListingPages": {
            "title": "Max listing pages per category",
            "minimum": 1,
            "maximum": 200,
            "type": "integer",
            "description": "Only used when a keyword, category, or remote-only filter is set. Caps how many paginated listing pages (15 jobs/page) are crawled per category.",
            "default": 15
          },
          "retries": {
            "title": "Retries per request",
            "minimum": 0,
            "maximum": 6,
            "type": "integer",
            "description": "Number of retry attempts for a failed HTTP request before giving up on that URL.",
            "default": 3
          },
          "onlyNewJobs": {
            "title": "Only new jobs (monitoring mode)",
            "type": "boolean",
            "description": "Skip jobs already seen in a previous run under the same State key. Pair with a schedule to build a new-jobs-only feed.",
            "default": false
          },
          "resetSeenJobs": {
            "title": "Reset seen-jobs baseline",
            "type": "boolean",
            "description": "Clear the stored seen-jobs baseline for this State key before this run, so the next run's onlyNewJobs comparison starts fresh.",
            "default": false
          },
          "stateKey": {
            "title": "State key",
            "type": "string",
            "description": "Namespace for the seen-jobs baseline, useful when running multiple monitoring configurations (e.g. per category) from the same Actor.",
            "default": "web3career-default"
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Datacenter proxy is sufficient; web3.career serves server-rendered HTML with no anti-bot wall observed.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}