# 🇵🇱 Poland (olx.pl) OLX International Classifieds

**Use case:** 

Extract OLX International Classifieds data filtered by 🇵🇱 Poland (olx.pl). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "country": "PL",
  "maxItems": 10,
  "itemState": "any",
  "sellerType": "any",
  "sortBy": "created_at:desc",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceLabel": {
    "label": "Price Label",
    "format": "text"
  },
  "priceType": {
    "label": "Price Type",
    "format": "text"
  },
  "priceNegotiable": {
    "label": "Negotiable",
    "format": "boolean"
  },
  "itemState": {
    "label": "Condition",
    "format": "text"
  },
  "categoryId": {
    "label": "Category ID",
    "format": "number"
  },
  "categoryType": {
    "label": "Category Type",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "text"
  },
  "sellerCompanyName": {
    "label": "Company",
    "format": "text"
  },
  "sellerJoined": {
    "label": "Seller Since",
    "format": "date"
  },
  "sellerLastSeen": {
    "label": "Last Seen",
    "format": "date"
  },
  "sellerIsOnline": {
    "label": "Online",
    "format": "boolean"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "parameters": {
    "label": "Parameters",
    "format": "object"
  },
  "photoCount": {
    "label": "Photo Count",
    "format": "number"
  },
  "photoUrls": {
    "label": "All Photos",
    "format": "array"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "isHighlighted": {
    "label": "Highlighted",
    "format": "boolean"
  },
  "isTopAd": {
    "label": "Top Ad",
    "format": "boolean"
  },
  "offerType": {
    "label": "Offer Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "createdAt": {
    "label": "Listed",
    "format": "date"
  },
  "refreshedAt": {
    "label": "Refreshed",
    "format": "date"
  },
  "validUntil": {
    "label": "Valid Until",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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