# Tondeuse Prices on ManoMano — Live Product Listings

**Use case:** 

Get current lawnmower (tondeuse) prices and product listings from ManoMano France, including brand, specs, and seller.

## Input

```json
{
  "searchQuery": "tondeuse",
  "categoryUrl": "https://www.manomano.fr/cat/perceuse+electrique",
  "maxResults": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Was",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [ManoMano Scraper — French DIY & Home Improvement Marketplace](https://apify.com/studio-amba/manomano-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/manomano-scraper) to learn more, explore other use cases, and run it yourself.