# Scrape Naturabuy hunting classifieds

**Use case:** 

Extract Naturabuy.fr hunting and outdoor classified listings. Export titles, prices, locations, and seller info for niche marketplace monitoring in France.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.naturabuy.fr/Vetements-Chasse-cat-1.html"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "url": {
    "label": "Url"
  },
  "category": {
    "label": "Category"
  }
}
```

## About this Actor

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