# Assemble a product manager job corpus for analysis

**Use case:** 

Collect public Foundit product manager listings with skills, descriptions, and salary text for hiring and compensation analysis.

## Input

```json
{
  "keywords": "product manager",
  "location": "Mumbai",
  "postedWithinDays": "30",
  "sortBy": "relevance",
  "maxResults": 10,
  "includeJobDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "experienceText": {
    "label": "Experience",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Foundit Jobs Scraper](https://apify.com/khadinakbar/foundit-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/foundit-jobs-scraper) to learn more, explore other use cases, and run it yourself.