# Argentina Jobrapido Jobs - 57 Countries, Export CSV/JSON

**Use case:** 

Extract Jobrapido Jobs - 57 Countries, Export CSV/JSON data filtered by Argentina. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQueries": [
    "software engineer"
  ],
  "where": "Berlin",
  "country": "ar",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "text"
  },
  "isHybrid": {
    "label": "Hybrid",
    "format": "text"
  },
  "workMode": {
    "label": "Work Mode",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "sourceBoard": {
    "label": "Source Board",
    "format": "text"
  },
  "sourceBoardCategory": {
    "label": "Category",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobrapido Jobs Scraper - 57 Countries, Export CSV/JSON](https://apify.com/parseforge/jobrapido-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/jobrapido-scraper) to learn more, explore other use cases, and run it yourself.