# Find Wallapop Furniture Listings

**Use case:** 

Find Wallapop Furniture Listings to compare local prices, item details, images, and seller information.

## Input

```json
{
  "maxItems": 100,
  "query": "sofa",
  "postalCode": "28001",
  "distance": "",
  "orderBy": "most_relevance",
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "price.amount": {
    "label": "Price",
    "format": "number"
  },
  "price.currency": {
    "label": "Currency",
    "format": "text"
  },
  "location.city": {
    "label": "City",
    "format": "text"
  },
  "location.region": {
    "label": "Region",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "datetime"
  },
  "modified_at": {
    "label": "Modified At",
    "format": "datetime"
  },
  "web_slug": {
    "label": "Web Slug",
    "format": "text"
  },
  "_details": {
    "label": "Details",
    "format": "object"
  }
}
```

## About this Actor

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