Gå til hovedinnhold

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

KeyDescriptionBeskrivelseSource
finnCodeThis code is used to identify ads in FINNKode brukt for aa identifisere annonsenFinn.no
addressThe physical address of the property.Eiendommens fysiske adresse.Finn.no
headingTitle or headline of the property listing.Overskrift pa annonsen.Finn.no
titleThe headline or main title of the property listing.Hovedtittel eller overskrift for eiendomsannonsen.Finn.no
cadastreInformation from the official land registry, e.g., lot or parcel details.Informasjon fra det offisielle matrikkelen, f.eks. tomteopplysninger.Finn.no
facilitiesAmenities or services available with the property.Fasiliteter eller tjenester tilgjengelig med eiendommen.Finn.no
attributesAdditional characteristics of the property (e.g., size, rooms).Ekstra egenskaper ved eiendommen (f.eks. størrelse, antall rom).Finn.no
pricePricing information including amount, currency, and possibly type.Prisopplysninger inkludert beløp, valuta og eventuelt type.Finn.no
descriptionA detailed textual description of the property.En detaljert tekstlig beskrivelse av eiendommen.Finn.no

Request

Responses

Successful Response