# Empleo marketing en Madrid

**Use case:** 

Empleos de marketing en Madrid en InfoJobs extraer. Puestos, empleadores, ubicaciones y URLs para investigación de mercado laboral.

## Input

```json
{
  "query": "marketing",
  "location": "madrid",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "date"
  },
  "jobLocation": {
    "label": "Location",
    "format": "text"
  },
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "companyLogo": {
    "label": "Company logo"
  }
}
```

## About this Actor

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