# Workana Jobs — Full Export

**Use case:** 

Scrape the full workana jobs dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract workana jobs for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "keyword": "",
  "category": "",
  "language": "all",
  "country": "",
  "order": "recent"
}
```

## Output

```json
{
  "jobId": {
    "label": "Jobid",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "budget": {
    "label": "Budget",
    "format": "string"
  },
  "isHourly": {
    "label": "Ishourly",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "totalBids": {
    "label": "Totalbids",
    "format": "string"
  },
  "publishedDate": {
    "label": "Publisheddate",
    "format": "string"
  }
}
```

## About this Actor

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