# Best Match ZipRecruiter IE Jobs

**Use case:** 

Extract ZipRecruiter IE Jobs data filtered by Best Match. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ziprecruiter.ie/jobs/search?q=backend&l=&lat=&long="
    }
  ],
  "maxItems": 10,
  "maxItemsPerStartUrl": 10,
  "sortBy": "best_match",
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IE"
  }
}
```

## Output

```json
{
  "companyLogo": {
    "label": "Company Logo",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "state": {
    "label": "State / Region",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "formattedSalary": {
    "label": "Formatted Salary",
    "format": "string"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace Type",
    "format": "string"
  },
  "referenceId": {
    "label": "Reference",
    "format": "string"
  },
  "showSalary": {
    "label": "Show Salary",
    "format": "boolean"
  },
  "isExternalApply": {
    "label": "External Apply",
    "format": "boolean"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "contactEmail": {
    "label": "Contact Email",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "externalApplyUrl": {
    "label": "External Apply URL",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "postedText": {
    "label": "Posted",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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