# Remote Python Jobs on Remotive

**Use case:** 

Search public Remotive listings for Python roles and export clean job rows with company, category, salary text, tags, description text, and source URLs.

## Input

```json
{
  "search": "python",
  "limit": 50,
  "includeDescriptionHtml": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Job type",
    "format": "text"
  },
  "candidateRequiredLocation": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

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