# Manager Job Listings from Jobs.ge

**Use case:** 

Fetch live manager job listings from Jobs.ge, including title, employer, published date, application deadline, and direct URL.

## Input

```json
{
  "keywords": [
    "manager"
  ],
  "language": "en",
  "max_items": 5,
  "fetch_full_description": false
}
```

## Output

```json
{
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted",
    "format": "date"
  },
  "deadline_date": {
    "label": "Deadline",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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