# Jobgether United States Remote Jobs Scraper

**Use case:** 

Extract public Jobgether US remote job listings with company, employment type, posting date, requirements, skills, and canonical URLs.

## Input

```json
{
  "keyword": "software engineer",
  "startUrls": [
    {
      "url": "https://jobgether.com/remote-jobs/united-states"
    }
  ],
  "includeDetails": true,
  "maxItems": 10
}
```

## Output

```json
{
  "offerId": {
    "label": "Offer ID",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "locations": {
    "label": "Remote locations",
    "format": "array"
  },
  "remoteScope": {
    "label": "Remote scope",
    "format": "text"
  },
  "employmentTypes": {
    "label": "Employment types",
    "format": "array"
  },
  "roleTags": {
    "label": "Role tags",
    "format": "array"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "hardSkills": {
    "label": "Hard skills",
    "format": "array"
  },
  "canonicalUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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