# XING Hamburg Internship Job Listings Scraper

**Use case:** 

Scrape student, working-student and internship openings on XING in Hamburg. For university careers services and employer-branding teams mapping junior hiring.

## Input

```json
{
  "keywords": [
    "praktikum",
    "working student"
  ],
  "location": "Hamburg",
  "maxResults": 10,
  "startPage": 1,
  "sincePeriod": "LAST_MONTH",
  "radius": "20",
  "remoteOptions": [],
  "employmentTypes": [
    "INTERN.dc571c",
    "PART_TIME.58889d"
  ],
  "careerLevels": [
    "1.795d28",
    "2.24d1f6"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "salary_forecast": {
    "label": "Salary Forecast",
    "format": "text"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "date"
  },
  "valid_through": {
    "label": "Valid Through",
    "format": "date"
  },
  "active_until": {
    "label": "Active Until",
    "format": "date"
  },
  "refreshed_at": {
    "label": "Refreshed At",
    "format": "date"
  },
  "direct_apply": {
    "label": "Direct Apply",
    "format": "boolean"
  },
  "paid": {
    "label": "Paid",
    "format": "boolean"
  },
  "top_job": {
    "label": "Top Job",
    "format": "boolean"
  },
  "redirects_to_third_party_url": {
    "label": "External Apply",
    "format": "boolean"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  },
  "application_type": {
    "label": "Application Type",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "object"
  },
  "company_url": {
    "label": "Company URL",
    "format": "link"
  },
  "company_profile": {
    "label": "Company Profile",
    "format": "object"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "description_text": {
    "label": "Description",
    "format": "text"
  },
  "description_html": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "search_keyword": {
    "label": "Search Keyword",
    "format": "text"
  },
  "location": {
    "label": "Search Location",
    "format": "text"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "date"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime",
    "format": "date"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "global_id": {
    "label": "Global ID",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [XING Jobs Scraper — Jobs, Companies & Contacts](https://apify.com/datacach/xing-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/xing-jobs-scraper) to learn more, explore other use cases, and run it yourself.