# Find jobs in Athens on JobFind.gr

**Use case:** 

Scrape job listings in Athens from JobFind.gr. Structured Greek job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "λογιστής",
  "category": "",
  "location": "Αθήνα",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "jobId": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Employmenttype",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "isFeatured": {
    "label": "Isfeatured",
    "format": "boolean"
  },
  "publishDate": {
    "label": "Publishdate",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Publishdateiso",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionText": {
    "label": "Descriptiontext",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Descriptionmarkdown",
    "format": "text"
  },
  "addressLocality": {
    "label": "Addresslocality",
    "format": "text"
  },
  "addressRegion": {
    "label": "Addressregion",
    "format": "text"
  },
  "addressCountry": {
    "label": "Addresscountry",
    "format": "text"
  },
  "contentHash": {
    "label": "Contenthash",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "changeStatus": {
    "label": "Changestatus",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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