# Scrape SAP Freelance Projects from Freelancermap

**Use case:** 

Export SAP freelance and contract projects: title, description, company, country, city, contract type and publish date, in CSV or JSON.

## Input

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

## 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.