# Haustier-Anzeigen auf markt.de suchen

**Use case:** 

Kleinanzeigen für Haustiere auf markt.de scrapen. Titel, Preis, Standort und Links für Marktplatz-Recherche und Preisvergleiche in Deutschland exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.markt.de/suche/hund/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "location": {
    "label": "Location"
  },
  "category": {
    "label": "Category"
  },
  "advertType": {
    "label": "Advert type"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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