# Foundit Jobs Search Scraper (`jobsapi/foundit-jobs-search-scraper`) Actor

Scrape job listings from Foundit.in (formerly Monster India/APAC). Extract job titles, companies, locations, salaries, experience levels, skills, and descriptions for recruitment in India and Southeast Asia.

- **URL**: https://apify.com/jobsapi/foundit-jobs-search-scraper.md
- **Developed by:** [Jobs API](https://apify.com/jobsapi) (community)
- **Categories:** Jobs, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 job details

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Foundit Jobs Search Scraper

Extract job listings from Foundit (formerly Monster India/APAC). Collect job titles, companies, locations, and descriptions from India and Asia-Pacific markets.

### Features

- **Keyword search** — find jobs by keyword, search term, or role
- **Location filtering** — narrow results to specific cities, regions, or countries

### Use Cases

- **Indian job market analysis** — track hiring demand and skill trends across India's leading job platform
- **APAC recruitment sourcing** — source candidates across the Asia-Pacific region with localized search
- **Regional hiring trend monitoring** — identify industry growth areas and emerging roles in the APAC market
- **Cross-border talent mapping** — analyze labor mobility and recruitment patterns across international markets

### Sample Input

```json
{
  "keyword": "software engineer",
  "query": "software engineer",
  "max_results": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "IN"
  }
}
```

### Sample Output

```json
{
  "jobId": "FOUNDIT-123456",
  "title": "Senior Software Engineer",
  "company": "Infosys",
  "location": "Bangalore, India",
  "salary": "₹1,200,000 – ₹2,000,000",
  "experience": "5-8 years",
  "skills": "Java, Spring Boot, AWS, Microservices",
  "postedDate": "2025-12-10",
  "jobType": "Full-time",
  "jobUrl": "https://www.foundit.in/job/123456",
  "description": "We are looking for a Senior Software Engineer to join our Bangalore office...",
  "scrapedAt": "2025-12-15T10:30:00.000Z"
}
```

### Input

| Field | Type | Default | Required | Description |
|-------|------|---------|----------|-------------|
| `max_results` | integer | `20` |  | Maximum number of jobs to return. |
| `keyword` | string | `software engineer` |  | Job title, role, or skill to search for. |
| `query` | string | — |  | Full search query string. |
| `keywords` | string | — |  | Comma-separated keywords to search for. |
| `proxyConfiguration` | object | `{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"IN"}` |  | Proxy settings. Indian residential proxies recommended. |

### Output

| Field | Description |
|-------|-------------|
| `jobId` | Job ID |
| `title` | Job Title |
| `company` | Company |
| `location` | Location |
| `salary` | Salary |
| `experience` | Experience |
| `skills` | Skills |
| `postedDate` | Posted Date |
| `jobType` | Job Type |
| `jobUrl` | Job URL |
| `company_logo` | Company Logo |
| `company_name` | Company Name |
| `platform` | Platform |
| `description` | Description |
| `job_function` | Job Function |
| `is_remote` | Remote Work |
| `work_from_home` | Work From Home |
| `job_type` | Job Type |
| `job_level` | Job Level |
| `experience_range` | Experience Range |
| `salary_minimum` | Minimum Salary |
| `salary_maximum` | Maximum Salary |
| `salary_currency` | Salary Currency |
| `salary_period` | Salary Period |
| `posted_date` | Posted Date |
| `valid_through` | Valid Through |
| `applicant_count` | Applicant Count |
| `easy_apply` | Easy Apply |
| `vacancy_count` | Vacancy Count |
| `platform_url` | Platform URL |
| `official_url` | Official URL |
| `location_details` | Location Details |
| `company_rating` | Company Rating |
| `review_count` | Review Count |
| `employee_count` | Employee Count |
| `company_industry` | Company Industry |
| `company_type` | Company Type |
| `company_founded` | Year Founded |
| `company_revenue` | Company Revenue |
| `company_url` | Company URL |
| `company_website` | Company Website |
| `company_addresses` | Company Addresses |
| `company_description` | Company Description |
| `emails` | Contact Emails |
| `phones` | Contact Phones |
| `social_links` | Social Media Links |
| `listing_type` | Listing Type |
| `processor` | Processor |
| `processed_at` | Processed At |

### Notes

- **Proxy**: Residential proxy is highly recommended
- **Rate limits**: Keep `maxItems` reasonable per run to avoid IP bans
- **Scheduling**: Use Apify Scheduler to run this actor on a recurring basis

# Actor input Schema

## `max_results` (type: `integer`):

Maximum number of jobs to return

## `keyword` (type: `string`):

Job title, role, or skill to search for.

## `query` (type: `string`):

Full search query string.

## `keywords` (type: `string`):

Comma-separated keywords to search for.

## `proxyConfiguration` (type: `object`):

Optionally, use Apify Proxy or custom HTTP proxy to avoid IP address-based blocking.

## Actor input object example

```json
{
  "max_results": 20,
  "keyword": "software engineer",
  "query": "",
  "keywords": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "IN"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("jobsapi/foundit-jobs-search-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "IN",
    } }

# Run the Actor and wait for it to finish
run = client.actor("jobsapi/foundit-jobs-search-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}' |
apify call jobsapi/foundit-jobs-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jobsapi/foundit-jobs-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/kiCLGTVpSpxJwcLu4/builds/itbEsFeeEYZmBhkIf/openapi.json
