# Both (Arc-vetted + External) Arc.dev Remote Engineering Jobs

**Use case:** 

Extract Arc.dev Remote Engineering Jobs data filtered by Both (Arc-vetted + External). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "keyword": "python",
  "jobSource": "both",
  "countryLocale": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyLogoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "url": {
    "label": "Arc.dev URL",
    "format": "link"
  },
  "jobSource": {
    "label": "Source",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyOfficialSiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "companyHeadquarters": {
    "label": "HQ",
    "format": "text"
  },
  "companyRemoteLevel": {
    "label": "Remote",
    "format": "text"
  },
  "discipline": {
    "label": "Discipline",
    "format": "text"
  },
  "jobType": {
    "label": "Contract",
    "format": "text"
  },
  "experienceLevels": {
    "label": "Experience",
    "format": "array"
  },
  "requiredCountries": {
    "label": "Countries",
    "format": "array"
  },
  "minAnnualSalary": {
    "label": "Salary Min ($)",
    "format": "number"
  },
  "maxAnnualSalary": {
    "label": "Salary Max ($)",
    "format": "number"
  },
  "minHourlyRate": {
    "label": "Hourly Min ($)",
    "format": "number"
  },
  "maxHourlyRate": {
    "label": "Hourly Max ($)",
    "format": "number"
  },
  "timezone": {
    "label": "Timezone",
    "format": "text"
  },
  "overlapHours": {
    "label": "Overlap Hrs",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "techStack": {
    "label": "Tech Stack",
    "format": "array"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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