# Arbeitsagentur.de Scraper, Public Contact Data

**Use case:** 

Arbeitsagentur.de Jobs Scraper. Multiple filters available. Most complete dataset on market. Scraping contact data, bypass captcha issue. All in one!

## Input

```json
{
  "query": "",
  "cities": [],
  "area": "10",
  "publishedSince": "4",
  "matchWords": [
    "stud"
  ],
  "maxResults": 20
}
```

## Output

```json
{
  "job_title": {
    "label": "Job Title"
  },
  "main_profession": {
    "label": "Profession"
  },
  "job_offer_type": {
    "label": "Offer Type"
  },
  "training_type": {
    "label": "Training Type"
  },
  "reference_number": {
    "label": "Reference Number"
  },
  "reference_code": {
    "label": "Reference Code"
  },
  "external_url": {
    "label": "External URL"
  },
  "suitable_for_career_changers": {
    "label": "Career Changer OK"
  },
  "study_format": {
    "label": "Study Format"
  },
  "degree_program": {
    "label": "Degree Program"
  },
  "training_salary_year_1": {
    "label": "Salary Y1"
  },
  "training_salary_year_2": {
    "label": "Salary Y2"
  },
  "training_salary_year_3": {
    "label": "Salary Y3"
  },
  "training_salary_year_4": {
    "label": "Salary Y4"
  },
  "salary_disclosure": {
    "label": "Salary Info"
  },
  "contract_duration": {
    "label": "Contract Duration"
  },
  "shift_night_weekend_work": {
    "label": "Shift/Night/Weekend"
  },
  "full_time": {
    "label": "Full Time"
  },
  "part_time_morning": {
    "label": "Part Time (Morning)"
  },
  "part_time_afternoon": {
    "label": "Part Time (Afternoon)"
  },
  "part_time_evening": {
    "label": "Part Time (Evening)"
  },
  "part_time_flexible": {
    "label": "Part Time (Flexible)"
  },
  "remote_work_possible": {
    "label": "Remote OK"
  },
  "is_minor_employment": {
    "label": "Minor Employment"
  },
  "disability_required": {
    "label": "Disability Required"
  },
  "is_private_employment_agency": {
    "label": "Private Agency"
  },
  "is_temp_staffing": {
    "label": "Temp Staffing"
  },
  "is_managed_account": {
    "label": "Managed Account"
  },
  "job_locations": {
    "label": "Locations"
  },
  "start_date_range": {
    "label": "Start Date Range"
  },
  "publication_period": {
    "label": "Publication Period"
  },
  "first_published_date": {
    "label": "First Published"
  },
  "last_modified_date": {
    "label": "Last Modified"
  },
  "all_professions": {
    "label": "All Professions"
  },
  "similar_search_terms": {
    "label": "Similar Search Terms"
  },
  "employer_customer_id_hash": {
    "label": "Employer ID Hash"
  },
  "company": {
    "label": "Company"
  },
  "company_description": {
    "label": "Company Description"
  },
  "company_headquarters": {
    "label": "Headquarters"
  },
  "company_size": {
    "label": "Company Size"
  },
  "founding_year": {
    "label": "Founding Year"
  },
  "company_images": {
    "label": "Company Images"
  },
  "company_links": {
    "label": "Company Links"
  },
  "social_media_links": {
    "label": "Social Media"
  },
  "company_tags": {
    "label": "Tags"
  },
  "company_employee_benefits": {
    "label": "Employee Benefits"
  },
  "company_contact_information": {
    "label": "Company Contact Info"
  },
  "contact_company": {
    "label": "Contact Company"
  },
  "contact_name": {
    "label": "Contact Name"
  },
  "contact_salutation": {
    "label": "Salutation"
  },
  "contact_email": {
    "label": "Contact Email"
  },
  "contact_phone": {
    "label": "Contact Phone"
  },
  "contact_address": {
    "label": "Contact Address"
  },
  "apply_via_arbeitsagentur_de": {
    "label": "Apply via Arbeitsagentur"
  },
  "apply_by_email": {
    "label": "Apply by Email"
  },
  "apply_in_person": {
    "label": "Apply In Person"
  },
  "apply_in_writing": {
    "label": "Apply In Writing"
  },
  "apply_by_phone": {
    "label": "Apply by Phone"
  },
  "apply_online": {
    "label": "Apply Online"
  },
  "application_form_url": {
    "label": "Application Form URL"
  },
  "required_documents": {
    "label": "Required Documents"
  },
  "word_match": {
    "label": "Word Match"
  }
}
```

## About this Actor

This example demonstrates how to use [Arbeitsagentur Scraper - Job Ads with Contacts & Captcha Bypass](https://apify.com/mof1re/arbeitsagentur-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mof1re/arbeitsagentur-scraper) to learn more, explore other use cases, and run it yourself.