{
  "openapi": "3.0.1",
  "info": {
    "title": "Foundit jobs across India, Singapore, Malaysia & Indonesia",
    "description": "Scrape foundit (Monster India) jobs across India, Singapore, Malaysia and Indonesia — title, company, salary band, experience, skills, map coordinates, full description and apply URL. Straight off foundit's JSON API: no HTML parsing, no proxy. Native vs syndicated flagged per row.",
    "version": "0.0",
    "x-build-id": "fGZuqFUCeWKLC4xa5"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/memo23~foundit-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-memo23-foundit-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/memo23~foundit-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-memo23-foundit-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/memo23~foundit-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-memo23-foundit-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": {
          "searchKeywords": {
            "title": "Job title or keyword",
            "type": "string",
            "description": "What to search for, e.g. `software engineer`, `data scientist`, `sales manager`. Combine with any of the filters below."
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "City, state or country to search in, e.g. `Bangalore`, `New Delhi`, `Mumbai`. Leave empty to search the whole country pool."
          },
          "country": {
            "title": "Country (regional site)",
            "enum": [
              "India",
              "Singapore",
              "Malaysia",
              "Indonesia"
            ],
            "type": "string",
            "description": "Which foundit site to search. Each country is a **separate job pool** — the same `engineer` query returns ~50,000 jobs on the India site, ~20,000 on Singapore, ~5,600 on Malaysia and ~1,500 on Indonesia, with no overlap. To cover several countries in one run, paste one search URL per region into Foundit URLs below.",
            "default": "India"
          },
          "experienceMinYears": {
            "title": "Minimum experience (years)",
            "minimum": 0,
            "maximum": 99,
            "type": "integer",
            "description": "Only jobs asking for at least this many years. Set either end of the range on its own — the other opens up."
          },
          "experienceMaxYears": {
            "title": "Maximum experience (years)",
            "minimum": 0,
            "maximum": 99,
            "type": "integer",
            "description": "Only jobs asking for at most this many years."
          },
          "salaryMin": {
            "title": "Minimum annual salary",
            "minimum": 0,
            "type": "integer",
            "description": "In the regional site's own currency: **INR** on foundit.in, so 8 lakh is `800000`. SGD/MYR/IDR on the other sites. ⚠️ Any salary filter also drops every posting with an undisclosed salary — on a sample India search that cut 7,203 results to 1,826 — so leave both salary fields empty unless you specifically need salary-bearing rows."
          },
          "salaryMax": {
            "title": "Maximum annual salary",
            "minimum": 0,
            "type": "integer",
            "description": "Same currency rules as the minimum. See the warning above about undisclosed salaries."
          },
          "jobType": {
            "title": "Employment type",
            "enum": [
              "permanent",
              "contract",
              "work from home"
            ],
            "type": "string",
            "description": "foundit recognises only these three. `temporary`, `internship`, `part time`, `freelance`, `remote` and `hybrid` are not values its API accepts — they return zero rows."
          },
          "postedWithinDays": {
            "title": "Only jobs posted in the last N days (server-side)",
            "minimum": 1,
            "type": "integer",
            "description": "Filtered by foundit before results are returned, so you are **not billed** for stale postings — use this to cut cost on monitoring runs. Note that foundit keys this off its own refresh date, not the original posting date: a run with 7 days set still returned a row whose `postedDate` was months old, because the employer had refreshed it. For a strict cut on the original posted date, combine this with the hours filter further down, which re-checks each row's `postedDate` after fetching. Leave empty for everything."
          },
          "startUrls": {
            "title": "Foundit URLs",
            "type": "array",
            "description": "Full foundit URLs to crawl. Build a search on the site, apply your filters, then copy the address bar — every filter in the URL is passed through to the API.",
            "items": {
              "type": "string"
            }
          },
          "fetchDescriptions": {
            "title": "Fetch full job descriptions (adds description + coordinates)",
            "type": "boolean",
            "description": "When enabled, each job additionally fetches its detail endpoint to add the full HTML `description` and `coordinates` (latitude/longitude). Turn this off for a roughly 2x faster run when the listing fields are enough.",
            "default": true
          },
          "excludeSyndicated": {
            "title": "Only foundit-native jobs (drop syndicated postings)",
            "type": "boolean",
            "description": "Foundit republishes a large share of its inventory from other boards. Those rows are marked `isSyndicated: true`, almost never carry a salary, and their `applyUrl` points off-site (LinkedIn, the employer's ATS). Enable this to keep only foundit-native postings — the subset with the best salary coverage and a clean apply funnel. Every row carries the flag either way, so you can also filter after the run.",
            "default": false
          },
          "postedWithinHours": {
            "title": "Only jobs posted in the last N hours",
            "minimum": 0,
            "type": "integer",
            "description": "Filters on each job's posted date. Set 24 for the last day, 72 for the last 3 days, etc. Leave empty (or 0) to return everything regardless of age."
          },
          "enrichEmails": {
            "title": "Enrich with employer contact emails (experimental, billed per email)",
            "type": "boolean",
            "description": "If enabled, tries to find a contact email for each employer by discovering the company's website (Clearbit) and reading its contact/about pages. Adds contactEmail + contactWebsite columns plus a detailed emailEnrichment object. Best-effort, billed per contact email found; only charged when an email is returned, never for misses.",
            "default": false
          },
          "hiringMarketAnalysis": {
            "title": "🧠 AI Hiring-Market Snapshot per role & region (cached)",
            "type": "boolean",
            "description": "If enabled, appends a `rowType: \"hiringMarketAnalysis\"` row per (role, region) group found in your results (up to 8 groups per run, largest first; groups need at least 3 postings). Every number in the row comes verbatim from the code-side aggregation of this run's rows — the AI only narrates. Never emitted when the signal is too thin or the analysis fails.",
            "default": false
          },
          "maxItems": {
            "title": "Maximum items to scrape",
            "minimum": 1,
            "type": "integer",
            "description": "Hard cap on the number of jobs collected. Foundit carries hundreds of thousands of postings across its four regions; use this cap to limit billing.",
            "default": 1000
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of job detail API calls processed in parallel.",
            "default": 10
          },
          "maxRequestRetries": {
            "title": "Max request retries",
            "minimum": 0,
            "type": "integer",
            "description": "Number of retries before a failed request is given up.",
            "default": 4
          },
          "proxy": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional and off by default. Foundit's API answers directly without any anti-bot challenge, so a proxy adds latency and cost for no benefit. Only enable this if you need traffic to leave from a specific IP or country."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}