> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /hemnet/properties/sold

> Search sold Hemnet property final prices (slutpriser) by location and filters (property type, rooms, living and land area, final price, monthly fee, price per m², sold within a period, price change between asking and final price) with configurable sorting. Returns sold cards with address, asking and final price, sale date, price change, area, rooms, coordinates and broker — Hemnet's historical transaction data covering hundreds of thousands of completed sales.

**Price:** 1 credit per 50 results



## OpenAPI

````yaml /openapi/real-estate.json post /api/hemnet/properties/sold
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/hemnet/properties/sold:
    post:
      tags:
        - /hemnet
      summary: /hemnet/properties/sold
      description: >-
        Search sold Hemnet property final prices (slutpriser) by location and
        filters (property type, rooms, living and land area, final price,
        monthly fee, price per m², sold within a period, price change between
        asking and final price) with configurable sorting. Returns sold cards
        with address, asking and final price, sale date, price change, area,
        rooms, coordinates and broker — Hemnet's historical transaction data
        covering hundreds of thousands of completed sales.


        **Price:** 1 credit per 50 results
      operationId: __api_hemnet_properties_sold_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/HemnetPropertiesSoldPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/HemnetSoldCard'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    HemnetPropertiesSoldPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        location_ids:
          items:
            type: string
          type: array
          minItems: 1
        radius:
          anyOf:
            - $ref: '#/components/schemas/HemnetExpandLocations'
            - type: 'null'
        housing_form_groups:
          anyOf:
            - items:
                $ref: '#/components/schemas/HemnetHousingFormGroup'
              type: array
            - type: 'null'
        rooms_min:
          anyOf:
            - type: number
              exclusiveMinimum: 0
            - type: 'null'
        rooms_max:
          anyOf:
            - type: number
              exclusiveMinimum: 0
            - type: 'null'
        living_area_min:
          anyOf:
            - type: integer
              exclusiveMinimum: 0
            - type: 'null'
        living_area_max:
          anyOf:
            - type: integer
              exclusiveMinimum: 0
            - type: 'null'
        land_area_min:
          anyOf:
            - type: integer
              exclusiveMinimum: 0
            - type: 'null'
        price_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        price_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        fee_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        fee_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        square_meter_price_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        square_meter_price_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        sold_since:
          anyOf:
            - $ref: '#/components/schemas/HemnetSoldSince'
            - type: 'null'
        price_change:
          anyOf:
            - $ref: '#/components/schemas/HemnetPriceChangeFilter'
            - type: 'null'
        sort:
          $ref: '#/components/schemas/HemnetSoldSort'
          default: newest
        count:
          type: integer
          minimum: 1
      type: object
      required:
        - location_ids
        - count
    HemnetSoldCard:
      properties:
        '@type':
          type: string
          default: HemnetSoldCard
        id:
          type: string
        listing_id:
          anyOf:
            - type: string
            - type: 'null'
        street_address:
          anyOf:
            - type: string
            - type: 'null'
        location_description:
          anyOf:
            - type: string
            - type: 'null'
        sold_at:
          anyOf:
            - type: string
            - type: 'null'
        sold_at_label:
          anyOf:
            - type: string
            - type: 'null'
        asking_price:
          anyOf:
            - type: string
            - type: 'null'
        final_price:
          anyOf:
            - type: string
            - type: 'null'
        price_change:
          anyOf:
            - type: string
            - type: 'null'
        fee:
          anyOf:
            - type: string
            - type: 'null'
        square_meter_price:
          anyOf:
            - type: string
            - type: 'null'
        rooms:
          anyOf:
            - type: string
            - type: 'null'
        living_area:
          anyOf:
            - type: string
            - type: 'null'
        land_area:
          anyOf:
            - type: string
            - type: 'null'
        housing_form:
          anyOf:
            - type: string
            - type: 'null'
        broker_name:
          anyOf:
            - type: string
            - type: 'null'
        broker_agency_name:
          anyOf:
            - type: string
            - type: 'null'
        coordinates:
          items:
            type: number
          type: array
          default: []
        labels:
          items:
            type: string
          type: array
          default: []
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    HemnetExpandLocations:
      type: string
      enum:
        - '1'
        - '2'
        - '5'
        - '10'
        - '15'
        - '30'
        - '50'
        - '100'
    HemnetHousingFormGroup:
      type: string
      enum:
        - apartments
        - houses
        - townhouses
        - vacation_homes
        - plots
        - farms
        - other
    HemnetSoldSince:
      type: string
      enum:
        - 1d
        - 7d
        - 1m
        - 3m
        - 1y
        - 2y
    HemnetPriceChangeFilter:
      type: string
      enum:
        - include
        - only_changed
        - only_decrease
        - only_increase
    HemnetSoldSort:
      type: string
      enum:
        - newest
        - oldest
        - lowest_price
        - highest_price
        - lowest_square_meter_price
        - highest_square_meter_price
        - largest_living_area
        - smallest_living_area
        - largest_land_area
        - smallest_land_area
        - most_rooms
        - least_rooms
        - largest_price_change
        - smallest_price_change
        - address_asc
        - address_desc
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````