# Finn.no Scraper - Norway Real Estate, Cars, Jobs (`logiover/finn-no-scraper`) Actor

Finn.no scraper & API alternative: scrape Norway real estate, cars, jobs & marketplace without login, export listings to CSV/JSON.

- **URL**: https://apify.com/logiover/finn-no-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Real estate, Jobs
- **Stats:** 45 total users, 3 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.99 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Finn.no Scraper — Norway Real Estate, Cars, Jobs & Marketplace Data (No API)

![Apify Actor](https://img.shields.io/badge/Apify-Actor-00A67E?logo=apify\&logoColor=white) ![No API key](https://img.shields.io/badge/No%20API%20key-required-2ea44f) ![Pay per result](https://img.shields.io/badge/Pricing-Pay%20per%20result-1C7ED6) ![Marketplace](https://img.shields.io/badge/Category-Classifieds%20%26%20Marketplace-8B5CF6) ![Export](https://img.shields.io/badge/Export-JSON%20%7C%20CSV%20%7C%20Excel-F59E0B)

Extract listings from **Finn.no**, Norway's largest classified-ads marketplace — used by **4 million Norwegians every month** (about 75% of the population). Scrape **real estate for sale, used cars, full-time jobs and second-hand marketplace items** across every Norwegian region, with **price, price-per-m², GPS coordinates, photos, agent/dealer details, mileage, ownership type and more** in clean structured JSON. Finn.no publishes **35,000+ new listings every day**, and this scraper taps directly into its internal JSON APIs — **fast, no browser, no HTML parsing, no API key, no login.**

> ### 🏆 Why this Finn.no scraper?
>
> **4 categories in one Actor** (real estate · cars · jobs · marketplace) · **thousands of listings per run** · category-aware fields (Totalpris, Felleskostnader, mileage, dealer segment, EV range) · direct JSON APIs (no browser) · GPS on every listing · export to JSON / CSV / Excel. The unofficial **Finn.no API alternative** for Norwegian market research, valuation, recruitment intelligence and lead generation.

***

### ✨ What this Actor does / Key features

- 🇳🇴 **4 Finn.no categories** — real estate homes for sale (`realestate/homes`), used cars (`car/used`), full-time jobs (`job/fulltime`) and marketplace goods (`bap/forsale`).
- 🔎 **Keyword search** — free-text `searchQuery` (e.g. `3 soverom balkong`, `BMW 3-serie`, `frontend developer`, `sofa`).
- 🏙️ **City / region targeting** — filter by Finn.no location ID (e.g. `0.20061` for Oslo), or leave blank to scrape all of Norway's 356 municipalities.
- 🏠 **Rich real-estate fields** — asking price, **Totalpris** (total incl. shared debt), **Felleskostnader** (monthly fee), floor area, plot size, ownership type (Eier/Andel/Aksje), property type, bedrooms, viewing dates, agent name & logo.
- 🚗 **Full car specs** — make, model, spec string, year, mileage, fuel/powertrain, gearbox, electric range, warranty, dealer name and dealer segment.
- 💼 **Job data** — title, headline, employer, location breadcrumb, number of positions, published date and application deadline.
- 🛋️ **Marketplace data** — item title, price, brand, trade type, seller type and photos.
- 🗺️ **GPS on every listing** — latitude and longitude for mapping and geo-analysis.
- ⚡ **Direct JSON extraction** — reads Finn.no's own internal JSON endpoints; no browser, no DOM walking. Automatic pagination and de-duplication across pages.

### 🚀 Quick start (3 steps)

1. **Configure** — pick a `category`, add an optional `searchQuery` and/or a `location` ID, and set `maxResults`.
2. **Run** — click **Start**. The Actor paginates the search results and streams listings into your dataset.
3. **Get your data** — open the **Output** tab and export to **JSON, CSV, Excel or XML**, or pull it via the Apify API.

### 🔍 What can you scrape?

| Category | `category` value | Description |
|----------|-------------|-------------|
| 🏠 Real Estate | `realestate/homes` | Homes, apartments and cabins for sale |
| 🚗 Used Cars | `car/used` | All used vehicles across Norway |
| 💼 Jobs | `job/fulltime` | Full-time job postings |
| 🛋️ Marketplace | `bap/forsale` | Second-hand goods for sale (BAP) |

### 📥 Input

Pick a `category` (required). Everything else is optional.

#### Example — apartments for sale in Oslo

```json
{
  "category": "realestate/homes",
  "searchQuery": "3 soverom balkong",
  "location": "0.20061",
  "maxResults": 200,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

#### Example — used BMWs across Norway (car valuation)

```json
{
  "category": "car/used",
  "searchQuery": "BMW",
  "maxResults": 500,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

#### Example — developer jobs in Trondheim

```json
{
  "category": "job/fulltime",
  "searchQuery": "developer",
  "location": "0.20012",
  "maxResults": 100,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

| Field | Type | Description |
|-------|------|-------------|
| `category` | string | `realestate/homes`, `car/used`, `job/fulltime` or `bap/forsale`. **Required.** |
| `searchQuery` | string | Free-text search (e.g. `3 soverom oslo`, `BMW 3-serie`, `frontend developer`, `sofa`). Blank = no keyword filter. |
| `location` | string | Finn.no location ID (e.g. `0.20061` Oslo, `0.20007` Bergen, `0.20012` Trondheim). Blank = all Norway. |
| `maxResults` | integer | Maximum listings to scrape. `0` = unlimited. Default 50. |
| `proxyConfiguration` | object | Apify Proxy settings. Default `useApifyProxy: true`; residential recommended for high-volume runs. |

#### 🏙️ Location IDs

Use these in the `location` field to filter by city:

| City | Location ID | City | Location ID |
|------|-------------|------|-------------|
| Oslo | `0.20061` | Kristiansand | `0.20009` |
| Bergen | `0.20007` | Drammen | `0.20032` |
| Trondheim | `0.20012` | Fredrikstad | `0.20001` |
| Stavanger | `0.20011` | Tromsø | `0.20019` |

> For any other location, open Finn.no, apply the city filter, and copy the `location=` value from the URL.

FINN's Jobs API uses a newer hierarchical form for the same region IDs. You can keep selecting the values above; the Actor translates them automatically for `job/fulltime` while preserving the legacy form required by real estate, cars, and marketplace APIs.

### 📤 Output

One row per listing. Fields vary by category — real-estate rows carry property fields, car rows carry vehicle specs, etc. Here is a trimmed real-estate sample:

```json
{
  "finnkode": "455808561",
  "url": "https://www.finn.no/realestate/homes/ad.html?finnkode=455808561",
  "adType": "realestate",
  "title": "Lys og gjennomgående 3-roms med solrik balkong",
  "location": "Jacob Aalls gate 3C, Oslo",
  "localAreaName": "Majorstuen",
  "price": "9 450 000 kr",
  "totalPrice": "9 744 733 kr",
  "monthlyFee": "5 580 kr",
  "size": "76 m²",
  "plotSize": "951 m²",
  "ownershipType": "Eier (Selveier)",
  "propertyType": "Leilighet",
  "bedrooms": "2",
  "viewingDate": "22. mars 2026, 12:00",
  "agent": "PrivatMegleren Dyve & Partnere",
  "imageUrl": "https://images.finncdn.no/dynamic/default/...",
  "imageUrls": "https://images.finncdn.no/..., https://images.finncdn.no/...",
  "lat": "59.92552",
  "lng": "10.71305",
  "scrapedAt": "2026-07-06T15:43:06.025Z"
}
```

And a trimmed **car** sample:

```json
{
  "finnkode": "455806676",
  "url": "https://www.finn.no/mobility/item/455806676",
  "adType": "car/used",
  "title": "BMW i5",
  "location": "Fredrikstad",
  "price": "728 500 kr",
  "make": "BMW",
  "model": "i5",
  "modelSpec": "xDrive40, Fully Ch, M-Sport Pro, Pano",
  "year": "2025",
  "mileage": "9 900 km",
  "fuelType": "El",
  "gearbox": "Automat",
  "drivingRange": "513 km",
  "dealerSegment": "Merkeforhandler",
  "dealer": "Sulland Fredrikstad BMW",
  "warranty": "56 mnd",
  "lat": "59.24063",
  "lng": "10.98364",
  "scrapedAt": "2026-07-06T15:43:41.399Z"
}
```

<details>
<summary><b>📋 Full field reference (click to expand)</b></summary>

**Common fields (all categories)**

| Field | Description |
|-------|-------------|
| `finnkode` | Unique Finn.no listing ID |
| `url` | Full listing page URL |
| `adType` | `realestate` / `car/used` / `job/fulltime` / `bap/forsale` |
| `title` | Listing headline or job title |
| `location` | Address, city or region |
| `price` | Asking price in NOK |
| `imageUrl` / `imageUrls` | Cover photo URL / all photo URLs (comma-separated) |
| `lat` / `lng` | GPS latitude / longitude |
| `scrapedAt` | ISO timestamp of scrape |

**🏠 Real estate**

| Field | Description |
|-------|-------------|
| `localAreaName` | Local area / neighbourhood name (e.g. Frogner) |
| `totalPrice` | Total price incl. shared debt (**Totalpris**) |
| `monthlyFee` | Monthly shared costs (**Felleskostnader**) |
| `size` / `plotSize` | Floor area / plot size in m² |
| `ownershipType` | Eier (Selveier) / Andel / Aksje |
| `propertyType` | Leilighet / Enebolig / Rekkehus etc. |
| `bedrooms` | Number of bedrooms |
| `viewingDate` | Open-house date(s) |
| `agent` / `agentLogoUrl` | Broker / estate-agent name and logo URL |

**🚗 Cars**

| Field | Description |
|-------|-------------|
| `make` / `model` / `modelSpec` | Brand, model and detailed spec string |
| `year` / `mileage` | Model year / mileage in km |
| `fuelType` / `gearbox` | El / Diesel / Bensin / Plug-in · Automat / Manuell |
| `drivingRange` | Electric driving range in km (EV/PHEV) |
| `dealerSegment` / `dealer` | Merkeforhandler / Forhandler / Privat · dealer name |
| `warranty` | Remaining warranty in months |

**💼 Jobs**

| Field | Description |
|-------|-------------|
| `heading` | Full job-ad headline |
| `company` | Employer company name |
| `locations` | Full location breadcrumb (e.g. Norge, Oslo, Frogner) |
| `noOfPositions` | Number of open positions |
| `publishedAt` / `deadline` | Publication / application-deadline ISO timestamps |

**🛋️ Marketplace (BAP)**

| Field | Description |
|-------|-------------|
| `brand` | Product brand name |
| `tradeType` | e.g. Til salgs, Ønskes kjøpt |
| `sellerType` | Privat or business seller |
| `publishedAt` | Listing ISO timestamp |

</details>

### 💡 Use cases

- **Real-estate market research** — track prices and price-per-m² across Oslo, Bergen, Trondheim and all 356 municipalities; monitor Totalpris and Felleskostnader to calculate true ownership cost and rental yield.
- **Car valuation & pricing** — build Norwegian used-car valuation tools with real market data; compare EV vs combustion pricing, range and dealer segments; track dealer inventory.
- **Recruitment intelligence** — analyse hiring trends, see which companies are recruiting and where, and benchmark salaries by role and region.
- **Marketplace price monitoring** — track second-hand consumer-goods prices and brand presence.
- **Lead generation** — aggregate agent, broker and dealer contact data.
- **AI training data** — build labelled datasets of Norwegian-language listings, descriptions and prices.

### 👥 Who uses it

Proptech & real-estate teams · property investors and valuation analysts · car dealerships and pricing tools · recruiters and labour-market researchers · resale/marketplace platforms · data journalists and AI/data-product builders.

### 💰 Pricing

This Actor runs on a simple **pay-per-result** model — you pay for the listings you extract, with no separate Apify platform fees to calculate. Try it on the **free tier** first, then scale up. See the **Pricing** tab on this page for the current rate.

### ❓ Frequently Asked Questions

**Is it legal to scrape Finn.no?**
The Actor only collects publicly available listing data visible to any website visitor without login. You are responsible for using the data in compliance with Finn.no's terms and applicable laws such as GDPR.

**Does Finn.no have a public API — is this an API alternative?**
Finn.no has no official public listings API. This Actor is an **unofficial Finn.no API alternative** — it reads Finn.no's own internal JSON endpoints and returns clean structured records for real estate, cars, jobs and marketplace items.

**Do I need a Finn.no account or API key?**
No. The scraper reads Finn.no's public internal JSON APIs directly, so no Finn.no account, login or API key is required — only an Apify account.

**Does this work for all Norwegian regions?**
Yes. Leave `location` blank to scrape all of Norway, or add a location ID to target a specific city or region.

**What is Totalpris?**
Total price including any shared debt (fellesgjeld) in co-operative housing — the true cost to the buyer, mandatory in Norwegian property listings. Returned in the `totalPrice` field.

**What is Felleskostnader / Monthly Fee?**
Monthly shared building costs for co-operative (Andel) or share (Aksje) apartments — maintenance, insurance and sometimes heating. Critical for calculating total ownership cost. Returned in `monthlyFee`.

**What do Eier / Andel / Aksje mean?**
Norwegian property ownership types. **Eier (Selveier)** = freehold (you own the property outright). **Andel** = co-operative share (Borettslag). **Aksje** = share in a housing company (Aksjeleilighet). Andel and Aksje properties carry shared debt and monthly fees.

**What does dealerSegment mean for cars?**
**Merkeforhandler** = authorised brand dealer, **Forhandler** = used-car dealer, **Privat** = private seller.

**What is drivingRange for electric cars?**
The official WLTP-rated range in kilometres for electric and plug-in hybrid vehicles.

**Do I need a proxy?**
Finn.no is accessible without proxies for light use. For scraping thousands of listings, keep `useApifyProxy: true` (the default) so the Actor rotates through Apify's proxy pool for consistent access.

#### Can I scrape Finn.no without login or an API key?

Yes. The scraper only reads public listing data, so you can scrape Finn.no real estate, car listings, jobs and marketplace items without any Finn.no account, login or key — just run it and export.

#### How do I export Finn.no data to CSV or JSON?

Every run saves results to an Apify dataset that you can download or export as **CSV, JSON or Excel**, making it easy to bulk-export Finn.no listings for spreadsheets or analysis.

#### How much data can I get?

Finn.no holds over 1.5 million active listings at any time with 35,000+ added daily, so you can scrape thousands of listings per run. Narrow with `searchQuery` and `location`, and raise `maxResults` (or set it to `0` for unlimited) to go deeper.

#### How do I scrape Finn.no listings for a specific Norwegian city?

Put the Finn.no location ID in the `location` field — for example `0.20061` for Oslo or `0.20007` for Bergen — and the scraper returns only listings from that city.

#### Can I scrape jobs in a specific industry?

Yes — use `searchQuery` with keywords like `developer`, `sykepleier` (nurse) or `leder` (manager), and combine with `location` to target specific cities.

### 🔗 More classifieds & marketplace scrapers by logiover

Building a cross-market listings dataset? Pair Finn.no with the rest of the classifieds & marketplace suite:

| Region | Actor |
|---|---|
| 🇸🇪 Sweden | [Blocket.se Scraper](https://apify.com/logiover/blocket-se-scraper) |
| 🇩🇰 Denmark | [DBA.dk Scraper](https://apify.com/logiover/dba-dk-scraper) |
| 🇳🇱 Netherlands | [Marktplaats.nl Scraper](https://apify.com/logiover/marktplaats-nl-scraper) |
| 🇫🇷 France | [Leboncoin Scraper](https://apify.com/logiover/leboncoin-scraper) |
| 🇷🇺 Russia | [Avito.ru Scraper](https://apify.com/logiover/avito-ru-scraper) |
| 🇺🇸 USA | [Craigslist Scraper](https://apify.com/logiover/craigslist-scraper) |
| 🇮🇩 Indonesia | [Tokopedia Product Scraper](https://apify.com/logiover/tokopedia-product-scraper) |
| 🇯🇵 Japan | [Mercari Japan Scraper](https://apify.com/logiover/mercari-japan-scraper) |
| 🌏 SE Asia | [Lazada Scraper](https://apify.com/logiover/lazada-scraper) |
| ✈️ Travel | [Airbnb Scraper](https://apify.com/logiover/airbnb-scraper) · [Booking Hotels Prices Scraper](https://apify.com/logiover/booking-hotels-prices-scraper) · [Google Flights Scraper](https://apify.com/logiover/google-flights-scraper) |

👉 Browse all **[logiover scrapers on Apify Store](https://apify.com/logiover)** — 180+ actors across real estate, jobs, crypto, social media & B2B data.

### ⏰ Scheduling & integration

Schedule this Actor on Apify to track the Norwegian property, car, job or marketplace market daily or weekly. Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your database, BI tools and webhooks through the Apify API. Connect it to **Make, n8n or Zapier** to build automated listing-alert and market-tracking pipelines.

### ⭐ Support & feedback

Found a bug or need an extra field? Open an issue on the **Issues** tab — response is usually fast. If this Actor saves you time, a **★★★★★ review** on the Store page genuinely helps and is hugely appreciated. 🙏

### ⚖️ Legal

This Actor extracts only publicly available data and is intended for legitimate research, analytics and lead-generation use. You are responsible for complying with Finn.no's terms of service, GDPR and any applicable local laws.

***

### 📝 Changelog

#### 2026-08-01

- Completed the August 2026 full health check: verified empty/programmatic default, Console UI default, and two source-informed alternative inputs on Apify.
- Confirmed successful live execution, non-empty structured output, dataset-field/type integrity, and logical sample quality within the 5-minute quality window.
- Translate shared `0.<id>` region selections to FINN Jobs' current hierarchical `1.20001.<id>` format while retaining the legacy values required by the other FINN vertical APIs.

#### 2026-08-01 — Health-check remediation

- August 2026 monthly health-check remediation is in progress; this build contains fixes verified from empty/default, Console-default, targeted live probes, or field-level semantic review.
- Translate shared `0.<id>` region selections to FINN Jobs' current hierarchical `1.20001.<id>` format while retaining the legacy values required by the other FINN vertical APIs.
- The final four-input matrix verdict will be appended after post-build cloud revalidation.

#### 2026-07-06

- ✨ README overhaul: added badge row, per-category example inputs, collapsible full field reference, classifieds/marketplace cross-suite links and an expanded high-intent FAQ.

#### 2026-07-01

- Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
- Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
- Added ready-to-run example tasks that cover common real-world use cases.

#### 2026-06-15

- Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

#### 2026-06-07

- Docs: added coverage for Finn.no API alternative use, exporting Finn.no data to CSV/JSON, and scraping without login.

#### 2026-06-05

- 🛡️ Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
- ⚡ Stability & performance hardening; fresh rebuild.

#### 2026-06-04

- Verified live & refreshed build — reliability/maintenance pass.

# Actor input Schema

## `category` (type: `string`):

Which Finn.no category to scrape. Leave everything else blank to pull broad, recent listings for the selected category.

## `searchQuery` (type: `string`):

Optional free-text search. Examples: '3 soverom oslo', 'BMW 3-serie', 'frontend developer', 'sofa'. Leave empty to return all listings in the selected category.

## `location` (type: `string`):

Optional Norwegian county (fylke) filter. Leave as 'All Norway' for the whole country. The Actor automatically translates these shared legacy IDs to FINN's hierarchical location format for the Jobs vertical.

## `maxResults` (type: `integer`):

Maximum number of listings to scrape. Set to 0 for unlimited (the run stops after ~4 minutes and saves everything collected).

## `proxyConfiguration` (type: `object`):

Apify proxy settings. Residential proxies are recommended for high-volume scraping of Finn.no.

## Actor input object example

```json
{
  "category": "realestate/homes",
  "searchQuery": "",
  "location": "",
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

All records extracted by this run. Open the Dataset tab to browse, filter, and export as CSV, JSON, or Excel.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxResults": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/finn-no-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "maxResults": 50 }

# Run the Actor and wait for it to finish
run = client.actor("logiover/finn-no-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxResults": 50
}' |
apify call logiover/finn-no-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=logiover/finn-no-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/SRGc0huHi4sDLk2EB/builds/goC93mNiH2DBioCyr/openapi.json
