# Italy Wallapop | Spanish Secondhand Marketplace

**Use case:** 

Extract Wallapop | Spanish Secondhand Marketplace data filtered by Italy. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keywords": "laptop",
  "maxItems": 10,
  "countryCode": "IT",
  "orderBy": "most_relevance"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "location": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wallapop Scraper | Spanish Secondhand Marketplace](https://apify.com/parseforge/wallapop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/wallapop-scraper) to learn more, explore other use cases, and run it yourself.