# Extract petitesannonces.ch listing detail Switzerland

**Use case:** 

Scrape individual petitesannonces.ch classified ad with description, photos, and contact for Swiss marketplace intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.petitesannonces.ch/a/8328606"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  }
}
```

## About this Actor

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