# Arc.dev Python React Jobs Scraper

**Use case:** 

Scrape Arc.dev Python and React remote jobs with company, skills, salary/rate, location, and apply URLs.

## Input

```json
{
  "keywords": [
    "python",
    "react"
  ],
  "startUrls": [
    {
      "url": "https://arc.dev/remote-jobs/python"
    }
  ],
  "maxItems": 50,
  "maxPages": 15,
  "crawlCategoryLinks": true,
  "includeDescriptions": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location / overlap"
  },
  "remoteStatus": {
    "label": "Remote status"
  },
  "jobType": {
    "label": "Job type"
  },
  "experienceLevel": {
    "label": "Experience"
  },
  "salary": {
    "label": "Salary / rate"
  },
  "tags": {
    "label": "Skills / tags"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "status": {
    "label": "Status"
  },
  "applyUrl": {
    "label": "Apply URL"
  },
  "listingUrl": {
    "label": "Listing URL"
  },
  "companyLogoUrl": {
    "label": "Company logo"
  },
  "description": {
    "label": "Description"
  },
  "sourceUrl": {
    "label": "Source page"
  },
  "jobId": {
    "label": "Job ID"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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