# Remote Product Manager Jobs Scraper

**Use case:** 

Collect remote product jobs from We Work Remotely with company, salary range, region and direct apply URLs.

## Input

```json
{
  "maxItems": 5,
  "withDetails": true,
  "category": "remote-product-jobs",
  "feedUrls": [],
  "searchQuery": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "employmentType": {
    "label": "Job Type",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company Website",
    "format": "link"
  },
  "companyAddress": {
    "label": "Company Address",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobLocationType": {
    "label": "Location Type",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "expiresAt": {
    "label": "Expires",
    "format": "date"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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