Fetch ads information from finn via single or multiple finn codes
GET/listings/listing-ads-info
Listing Ads Info Endpoint
Overview
This API returns ads information based on single or multiple finn codes
It supports both single and multiple finn information retrieval along with pagination.
It returns data about the finn's header, prices, attributes, facilities, descriptions, cadastre.
The fields available in the response may vary from finn code to finn code, depending on the information provided in the respective listings.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/listings/listing-ads-info?finn-codes=381663930%2C381069393&page=1' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
finnCode | This code is used to identify ads in FINN | Kode brukt for aa identifisere annonsen | Finn.no |
address | The physical address of the property. | Eiendommens fysiske adresse. | Finn.no |
heading | Title or headline of the property listing. | Overskrift pa annonsen. | Finn.no |
title | The headline or main title of the property listing. | Hovedtittel eller overskrift for eiendomsannonsen. | Finn.no |
cadastre | Information from the official land registry, e.g., lot or parcel details. | Informasjon fra det offisielle matrikkelen, f.eks. tomteopplysninger. | Finn.no |
facilities | Amenities or services available with the property. | Fasiliteter eller tjenester tilgjengelig med eiendommen. | Finn.no |
attributes | Additional characteristics of the property (e.g., size, rooms). | Ekstra egenskaper ved eiendommen (f.eks. størrelse, antall rom). | Finn.no |
price | Pricing information including amount, currency, and possibly type. | Prisopplysninger inkludert beløp, valuta og eventuelt type. | Finn.no |
description | A detailed textual description of the property. | En detaljert tekstlig beskrivelse av eiendommen. | Finn.no |
Request
Responses
- 200
- 422
Successful Response
Validation Error