# Wallapop Scraper by Keyword

**Use case:** 

Scrape Wallapop listings by keyword for any city — price, photos and location. No browser, structured JSON.

## Input

```json
{
  "query": [
    "iphone 15"
  ],
  "category": "",
  "country": "ES",
  "location": [],
  "startUrls": [],
  "watchSellerIds": [],
  "sortBy": "most_relevance",
  "postedWithin": "all",
  "sellerType": "",
  "condition": "",
  "carHasWarranty": false,
  "maxResults": 30,
  "includeDetails": false,
  "includeSellerProfile": false,
  "descriptionMaxLength": 0,
  "descriptionFormat": "all",
  "excludeEmptyFields": false,
  "compact": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "distanceKm": {
    "label": "Distance (km)",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "publishedAge": {
    "label": "Age",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "changeType": {
    "label": "Change Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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