# Workwithus Pinpoint Jobs

**Use case:** 

Explore workwithus with Pinpoint Jobs Scraper - Public RSS Vacancies. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "careerUrls": [
    "https://workwithus.pinpointhq.com"
  ],
  "query": "",
  "remoteOnly": false,
  "includeDescription": true,
  "maxResults": 3
}
```

## Output

```json
{
  "job_id": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplace_type": {
    "label": "Workplace Type",
    "format": "text"
  },
  "compensation": {
    "label": "Compensation",
    "format": "text"
  },
  "reporting_to": {
    "label": "Reporting To",
    "format": "text"
  },
  "published_at": {
    "label": "Published At",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "job_url": {
    "label": "Job Url",
    "format": "link"
  },
  "source_feed": {
    "label": "Source Feed",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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