# Freelancermap Project Watchlist Export

**Use case:** 

Run multiple Freelancermap skill searches together to monitor DevOps and Python opportunities with export-ready project details.

## Input

```json
{
  "searchQueries": [
    "DevOps",
    "Python",
    "Kubernetes"
  ],
  "startUrls": [
    {
      "url": "https://www.freelancermap.com/projects?query=react"
    }
  ],
  "maxItems": 150,
  "sort": "1",
  "includeHtmlDescription": false,
  "useApifyProxy": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Contract type",
    "format": "text"
  },
  "beginningText": {
    "label": "Start",
    "format": "text"
  },
  "durationText": {
    "label": "Duration",
    "format": "text"
  },
  "budget": {
    "label": "Budget",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "text"
  },
  "url": {
    "label": "Project URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "id": {
    "label": "Project ID",
    "format": "text"
  }
}
```

## About this Actor

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