# Remote tech hiring monitor

**Use case:** 

Monitor Remote Rocketship tech jobs for Python, React, data analyst, and product roles; export structured hiring signals.

## Input

```json
{
  "queries": [
    "python",
    "react",
    "data analyst",
    "product manager",
    "devops"
  ],
  "startUrls": [
    {
      "url": "https://www.remoterocketship.com/?query=python"
    }
  ],
  "maxItems": 150,
  "locationFilters": [],
  "techStackFilters": [],
  "seniorityFilters": [],
  "employmentTypeFilters": [],
  "includeJobsWithoutSalary": true,
  "sortBy": "DateAdded"
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "companyName": {
    "label": "Company"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "location": {
    "label": "Location"
  },
  "employmentType": {
    "label": "Employment"
  },
  "category": {
    "label": "Category"
  },
  "seniority": {
    "label": "Seniority"
  },
  "techStack": {
    "label": "Tech stack"
  },
  "salary": {
    "label": "Salary"
  },
  "postedAt": {
    "label": "Posted"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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