# Find listings under a set price in Portugal

**Use case:** 

Scrape CustoJusto.pt classifieds filtered by maximum price. Structured Portuguese marketplace data. No subscription, pay per result.

## Input

```json
{
  "maxPrice": 200,
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "keywords": "sofá"
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price €",
    "format": "number"
  },
  "currency": {
    "label": "Cur.",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "listTime": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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