# OLX Poland iPhone Listings Scraper

**Use case:** 

Scrape iPhone ads on OLX Poland: title, price, location, seller type and photos. Monitor mode alerts you to new listings only.

## Input

```json
{
  "country": "pl",
  "query": [
    "iphone"
  ],
  "maxResults": 20,
  "fetchDetails": false,
  "monitorMode": false,
  "monitorName": "default"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "url": {
    "label": "Offer URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OLX Scraper 🛒 (6 countries, price alerts, no proxy)](https://apify.com/tagadanar/olx-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/olx-scraper) to learn more, explore other use cases, and run it yourself.