# Willhaben iPhone Scraper

**Use case:** 

Scrape iPhone marketplace listings from Willhaben.at with prices, seller IDs, locations, image URLs, and timestamps.

## Input

```json
{
  "keywords": [
    "iphone"
  ],
  "searchUrls": [
    {
      "url": "https://www.willhaben.at/iad/kaufen-und-verkaufen/marktplatz?keyword=iphone"
    }
  ],
  "maxItems": 100,
  "rowsPerPage": 90,
  "useApifyProxy": false
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Displayed price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "sellerOrgId": {
    "label": "Seller org ID"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "date"
  },
  "sourceSearchUrl": {
    "label": "Source search URL",
    "format": "link"
  },
  "searchPage": {
    "label": "Search page"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Willhaben.at Marketplace Scraper](https://apify.com/automation-lab/willhaben-at-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/willhaben-at-marketplace-scraper) to learn more, explore other use cases, and run it yourself.