# Find recent OLX.pl listings

**Use case:** 

Scrape recent listings from OLX.pl posted within the last 7 days. Filter by age, get structured data. Pay per result.

## Input

```json
{
  "query": "sprzedawca",
  "region": "all",
  "citySlug": "",
  "maxResults": 5,
  "daysOld": 7,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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