# Scrape Remote Golang Full-Time Developer Jobs

**Use case:** 

Gather a targeted list of full-time remote Go (Golang) developer positions. This helps companies understand the competitive landscape for Go talent and refine t

## Input

```json
{
  "mode": "searchByTech",
  "keyword": "React developer",
  "tech": "go",
  "jobType": "full-time",
  "maxItems": 40
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryRange": {
    "label": "Salary range"
  },
  "techStack": {
    "label": "Tech stack"
  },
  "jobType": {
    "label": "Job type"
  },
  "remote": {
    "label": "Remote"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "jobUrl": {
    "label": "Job url"
  }
}
```

## About this Actor

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