# Scrape Freelance IT Projects in Germany from Freelancermap

**Use case:** 

Export German freelance and contract project listings: title, company, city, contract type, remote share and publish date, in CSV or JSON.

## Input

```json
{
  "query": "",
  "startUrls": [],
  "country": "germany",
  "category": "",
  "contractType": "",
  "remote": "",
  "excludeDach": false,
  "maxDaysOld": 0,
  "sort": "newest",
  "maxResults": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "contractType": {
    "label": "Type",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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