> ## 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.

# /cian/offers/search

> Search CIAN real-estate offers within a region. Returns offer cards: id, url, deal/offer type, price (with multi-currency values), total/living/kitchen area, rooms, floor, building details, address with coordinates and nearby metro, photos, the new-building complex and the seller. Filter by deal type, property type, room layout, price/area/floor/ceiling/build-year ranges, building material, renovation, metro distance, new-build only, developer-only, owner-only, mortgage-possible, not-first-floor, balcony, loggia, video and photos, with configurable sort order.

**Price:** 20 credits per 28 results

**⚠️ Common errors:** 412: Region not found or no offers matched



## OpenAPI

````yaml /openapi/real-estate.json post /api/cian/offers/search
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/cian/offers/search:
    post:
      tags:
        - /cian
      summary: /cian/offers/search
      description: >-
        Search CIAN real-estate offers within a region. Returns offer cards: id,
        url, deal/offer type, price (with multi-currency values),
        total/living/kitchen area, rooms, floor, building details, address with
        coordinates and nearby metro, photos, the new-building complex and the
        seller. Filter by deal type, property type, room layout,
        price/area/floor/ceiling/build-year ranges, building material,
        renovation, metro distance, new-build only, developer-only, owner-only,
        mortgage-possible, not-first-floor, balcony, loggia, video and photos,
        with configurable sort order.


        **Price:** 20 credits per 28 results


        **⚠️ Common errors:** 412: Region not found or no offers matched
      operationId: __api_cian_offers_search_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CianOffersSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CianOffer'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    CianOffersSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        region:
          type: integer
          exclusiveMinimum: 0
          default: 1
        deal_type:
          $ref: '#/components/schemas/CianDealType'
          default: sale
        offer_type:
          $ref: '#/components/schemas/CianOfferType'
          default: flat
        count:
          type: integer
          minimum: 1
        only_newbuilding:
          anyOf:
            - type: boolean
            - type: 'null'
        rooms:
          anyOf:
            - items:
                $ref: '#/components/schemas/CianRoomCount'
              type: array
            - type: 'null'
        min_price:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        max_price:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        min_total_area:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        max_total_area:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        min_living_area:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        max_living_area:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        min_kitchen_area:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        max_kitchen_area:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        min_floor:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        max_floor:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        min_floors_count:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        max_floors_count:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        min_ceiling_height:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        min_build_year:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        max_build_year:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        house_material:
          anyOf:
            - items:
                $ref: '#/components/schemas/CianHouseMaterial'
              type: array
            - type: 'null'
        repair:
          anyOf:
            - items:
                $ref: '#/components/schemas/CianRepair'
              type: array
            - type: 'null'
        metro_transport:
          anyOf:
            - $ref: '#/components/schemas/CianMetroTransport'
            - type: 'null'
        max_metro_time:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        from_developer:
          anyOf:
            - type: boolean
            - type: 'null'
        from_owner:
          anyOf:
            - type: boolean
            - type: 'null'
        mortgage_possible:
          anyOf:
            - type: boolean
            - type: 'null'
        not_first_floor:
          anyOf:
            - type: boolean
            - type: 'null'
        with_balcony:
          anyOf:
            - type: boolean
            - type: 'null'
        with_loggia:
          anyOf:
            - type: boolean
            - type: 'null'
        with_video:
          anyOf:
            - type: boolean
            - type: 'null'
        with_photo:
          anyOf:
            - type: boolean
            - type: 'null'
        sort:
          $ref: '#/components/schemas/CianSort'
          default: default
      type: object
      required:
        - count
    CianOffer:
      properties:
        '@type':
          type: string
          default: CianOffer
        id:
          type: integer
        url:
          anyOf:
            - type: string
            - type: 'null'
        deal_type:
          anyOf:
            - type: string
            - type: 'null'
        offer_type:
          anyOf:
            - type: string
            - type: 'null'
        category:
          anyOf:
            - type: string
            - type: 'null'
        status:
          anyOf:
            - type: string
            - type: 'null'
        flat_type:
          anyOf:
            - type: string
            - type: 'null'
        is_apartments:
          anyOf:
            - type: boolean
            - type: 'null'
        price:
          anyOf:
            - type: integer
            - type: 'null'
        price_rur:
          anyOf:
            - type: integer
            - type: 'null'
        price_usd:
          anyOf:
            - type: integer
            - type: 'null'
        price_eur:
          anyOf:
            - type: integer
            - type: 'null'
        price_per_meter:
          anyOf:
            - type: integer
            - type: 'null'
        currency:
          anyOf:
            - type: string
            - type: 'null'
        sale_type:
          anyOf:
            - type: string
            - type: 'null'
        rooms_count:
          anyOf:
            - type: integer
            - type: 'null'
        total_area:
          anyOf:
            - type: number
            - type: 'null'
        living_area:
          anyOf:
            - type: number
            - type: 'null'
        kitchen_area:
          anyOf:
            - type: number
            - type: 'null'
        floor_number:
          anyOf:
            - type: integer
            - type: 'null'
        combined_wcs_count:
          anyOf:
            - type: integer
            - type: 'null'
        windows_view_type:
          anyOf:
            - type: string
            - type: 'null'
        decoration:
          anyOf:
            - type: string
            - type: 'null'
        build_year:
          anyOf:
            - type: integer
            - type: 'null'
        material_type:
          anyOf:
            - type: string
            - type: 'null'
        floors_count:
          anyOf:
            - type: integer
            - type: 'null'
        ceiling_height:
          anyOf:
            - type: number
            - type: 'null'
        passenger_lifts_count:
          anyOf:
            - type: integer
            - type: 'null'
        cargo_lifts_count:
          anyOf:
            - type: integer
            - type: 'null'
        parking_type:
          anyOf:
            - type: string
            - type: 'null'
        deadline_year:
          anyOf:
            - type: integer
            - type: 'null'
        deadline_quarter:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        undergrounds:
          items:
            $ref: '#/components/schemas/CianUnderground'
          type: array
          default: []
        districts:
          items:
            $ref: '#/components/schemas/CianDistrict'
          type: array
          default: []
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        published_at:
          anyOf:
            - type: integer
            - type: 'null'
        created_at:
          anyOf:
            - type: string
            - type: 'null'
        edited_at:
          anyOf:
            - type: string
            - type: 'null'
        newbuilding:
          anyOf:
            - $ref: '#/components/schemas/CianNewbuildingRef'
            - type: 'null'
        seller:
          anyOf:
            - $ref: '#/components/schemas/CianSeller'
            - type: 'null'
        view_count:
          anyOf:
            - type: integer
            - type: 'null'
        price_history:
          items:
            $ref: '#/components/schemas/CianPriceChange'
          type: array
          default: []
        features:
          items:
            $ref: '#/components/schemas/CianFeature'
          type: array
          default: []
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    CianDealType:
      type: string
      enum:
        - sale
        - rent
        - rent_daily
    CianOfferType:
      type: string
      enum:
        - flat
        - room
        - house
        - house_part
        - townhouse
        - land
        - commercial
        - garage
    CianRoomCount:
      type: string
      enum:
        - studio
        - '1'
        - '2'
        - '3'
        - '4'
        - '5'
        - 6+
        - free_layout
    CianHouseMaterial:
      type: string
      enum:
        - brick
        - monolith
        - panel
        - block
        - wood
        - stalin
        - shield
        - brick_monolith
        - wireframe
        - aerocrete_block
        - gas_silicate_block
    CianRepair:
      type: string
      enum:
        - without
        - cosmetic
        - euro
        - design
    CianMetroTransport:
      type: string
      enum:
        - walk
        - transport
    CianSort:
      type: string
      enum:
        - default
        - price_asc
        - price_desc
        - area
        - metro_time
        - street
        - date_desc
        - date_asc
    CianUnderground:
      properties:
        '@type':
          type: string
          default: CianUnderground
        id:
          anyOf:
            - type: integer
            - type: 'null'
        name:
          type: string
        line_color:
          anyOf:
            - type: string
            - type: 'null'
        travel_type:
          anyOf:
            - type: string
            - type: 'null'
        travel_time:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
      required:
        - name
    CianDistrict:
      properties:
        '@type':
          type: string
          default: CianDistrict
        id:
          anyOf:
            - type: integer
            - type: 'null'
        name:
          type: string
        type:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    CianNewbuildingRef:
      properties:
        '@type':
          type: string
          default: CianNewbuildingRef
        id:
          anyOf:
            - type: integer
            - type: 'null'
        name:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
        deadline_year:
          anyOf:
            - type: integer
            - type: 'null'
        deadline_quarter:
          anyOf:
            - type: string
            - type: 'null'
        is_finished:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
      required:
        - name
    CianSeller:
      properties:
        '@type':
          type: string
          default: CianSeller
        id:
          anyOf:
            - type: integer
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        type:
          anyOf:
            - type: string
            - type: 'null'
        account_type:
          anyOf:
            - type: string
            - type: 'null'
        company_name:
          anyOf:
            - type: string
            - type: 'null'
        is_agent:
          anyOf:
            - type: boolean
            - type: 'null'
        is_builder:
          anyOf:
            - type: boolean
            - type: 'null'
        is_developer:
          anyOf:
            - type: boolean
            - type: 'null'
        offers_count:
          anyOf:
            - type: integer
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    CianPriceChange:
      properties:
        '@type':
          type: string
          default: CianPriceChange
        date:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: integer
            - type: 'null'
        currency:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    CianFeature:
      properties:
        '@type':
          type: string
          default: CianFeature
        group:
          anyOf:
            - type: string
            - type: 'null'
        label:
          type: string
        value:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - label
    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

````