{
  "openapi": "3.0.1",
  "info": {
    "title": "Foundit Scraper - Jobs, Salaries, Skills & Recruiter Leads",
    "description": "Scrape Foundit (formerly Monster) jobs across India, the Gulf & SE Asia — title, salary, experience, skills, company profile & recruiter phone leads. Filters, full descriptions & monitor mode.",
    "version": "0.1",
    "x-build-id": "5YHUhYBwLJk3TiabD"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapesage~foundit-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapesage-foundit-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/scrapesage~foundit-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapesage-foundit-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/scrapesage~foundit-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapesage-foundit-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": {
          "searchQueries": {
            "title": "Search queries (job titles / keywords)",
            "type": "array",
            "description": "Job titles or keywords to search on Foundit, e.g. \"software engineer\", \"data analyst\", \"accountant\". Each query is combined with every location below.",
            "items": {
              "type": "string"
            }
          },
          "region": {
            "title": "Region / Foundit site",
            "enum": [
              "india",
              "gulf",
              "singapore",
              "malaysia",
              "philippines",
              "indonesia",
              "hongkong"
            ],
            "type": "string",
            "description": "Which Foundit market to search. India (foundit.in) and Gulf/Middle East (founditgulf.com) are the largest. SE-Asia sites use the same engine.",
            "default": "india"
          },
          "locations": {
            "title": "Locations (optional)",
            "type": "array",
            "description": "City / region filters, e.g. \"Bangalore\", \"Mumbai\", \"Dubai\", \"Singapore\". Leave empty to search the whole region. Each location is combined with every query.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Start URLs (optional)",
            "type": "array",
            "description": "Paste Foundit search-result URLs or individual job URLs (…/job/…). Each is auto-detected and scraped.",
            "items": {
              "type": "string"
            }
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "date",
              "salary"
            ],
            "type": "string",
            "description": "Result ordering requested from Foundit.",
            "default": "relevance"
          },
          "freshnessDays": {
            "title": "Freshness — only jobs posted within N days",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only jobs posted within this many days (e.g. 1, 3, 7, 15, 30). 0 = no date limit. Ideal for daily monitoring runs.",
            "default": 0
          },
          "includeDescription": {
            "title": "Include full job description",
            "type": "boolean",
            "description": "Fetch each job's page for the complete job description (one extra request per job). Off by default for faster, cheaper runs — the search record already carries company, salary, skills, recruiter and apply URL.",
            "default": false
          },
          "includeRecruiterLeads": {
            "title": "Also output recruiter / company leads",
            "type": "boolean",
            "description": "In addition to jobs, emit one deduplicated lead record per recruiter/company — name, company profile, logo and (when the posting exposes it) the recruiter's direct phone number. Great for staffing & B2B outreach.",
            "default": false
          },
          "experienceYears": {
            "title": "Filter: minimum experience (years)",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only jobs whose experience range reaches at least this many years."
          },
          "salaryMin": {
            "title": "Filter: minimum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only jobs whose disclosed maximum salary is at least this value (in the region's currency, annual). Confidential-salary jobs are kept."
          },
          "employmentType": {
            "title": "Filter: employment type",
            "type": "string",
            "description": "Keep only jobs matching this employment type, e.g. \"Full time\", \"Part time\", \"Contract\", \"Internship\"."
          },
          "industry": {
            "title": "Filter: industry contains",
            "type": "string",
            "description": "Keep only jobs whose industry contains this text, e.g. \"IT\", \"Banking\", \"Healthcare\"."
          },
          "keyword": {
            "title": "Filter: keyword match",
            "type": "string",
            "description": "Keep only jobs whose title, skills, company or role contains this text."
          },
          "maxResults": {
            "title": "Max results (jobs)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of job records to return. Set to 0 for no limit (explicit opt-in; use with a run timeout).",
            "default": 100
          },
          "monitorMode": {
            "title": "Monitor mode (only new / changed)",
            "type": "boolean",
            "description": "Track jobs across runs in a key-value store and output only jobs that are new or whose details changed. Works alongside Apify Schedules for daily new-job alerts.",
            "default": false
          },
          "monitorStoreName": {
            "title": "Monitor store name",
            "type": "string",
            "description": "Named key-value store for monitor-mode state (lowercase letters, digits, hyphens).",
            "default": "foundit-scraper-monitor"
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Foundit is reliably reachable on Apify Residential pinned in-region (the default). Keep residential for best success.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}