# Stavanger Toyota RAV4 Price Monitor

**Use case:** 

Monitor Toyota RAV4 prices in Stavanger on Finn.no. Get up-to-date listings and data including pricing details and availability.

## Input

```json
{
  "category": "car/used",
  "searchQuery": "Toyota RAV4",
  "location": "Stavanger",
  "maxResults": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "finnkode": {
    "label": "ID",
    "format": "text"
  },
  "adType": {
    "label": "Category",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "totalPrice": {
    "label": "Total Price",
    "format": "text"
  },
  "propertyType": {
    "label": "Prop. Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Finn.no Scraper - Norway Real Estate, Cars, Jobs](https://apify.com/logiover/finn-no-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/finn-no-scraper) to learn more, explore other use cases, and run it yourself.