# Remote Python Developer Jobs Scraper - Remotive

**Use case:** 

Fresh remote Python developer jobs from Remotive, each with company, salary band, skill tags and a clean description. Great for job boards and recruiters.

## Input

```json
{
  "search": "python developer",
  "category": "software-development",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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