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

# /pult/products

> Get one pult.ru product by its page URL, its slug or its article number: name, brand, the full category path, the current price in RUB with the pre-discount price and the discount in percent and in rubles, the unit the price is quoted per, stock line, rating and review count, barcode, weight and dimensions, the marketing description, the image gallery and the grouped manufacturer specifications.

**Price:** 1 credit

**⚠️ Common errors:** 412: No such product on pult.ru — the slug or article number resolves to nothing.



## OpenAPI

````yaml /openapi/e-commerce-marketplaces.json post /api/pult/products
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/pult/products:
    post:
      tags:
        - /pult
      summary: /pult/products
      description: >-
        Get one pult.ru product by its page URL, its slug or its article number:
        name, brand, the full category path, the current price in RUB with the
        pre-discount price and the discount in percent and in rubles, the unit
        the price is quoted per, stock line, rating and review count, barcode,
        weight and dimensions, the marketing description, the image gallery and
        the grouped manufacturer specifications.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: No such product on pult.ru — the slug or
        article number resolves to nothing.
      operationId: __api_pult_products_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PultProductsPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PultProductDetails'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    PultProductsPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        product:
          type: string
          minLength: 1
      type: object
      required:
        - product
    PultProductDetails:
      properties:
        '@type':
          type: string
          default: PultProductDetails
        id:
          type: string
        article:
          anyOf:
            - type: string
            - type: 'null'
        alias:
          type: string
        url:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        base_name:
          anyOf:
            - type: string
            - type: 'null'
        alternative_name:
          anyOf:
            - type: string
            - type: 'null'
        barcode:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        images:
          items:
            type: string
          type: array
          default: []
        brand:
          anyOf:
            - $ref: '#/components/schemas/PultBrandRef'
            - type: 'null'
        categories:
          items:
            $ref: '#/components/schemas/PultCategoryRef'
          type: array
          default: []
        breadcrumbs:
          items:
            type: string
          type: array
          default: []
        price:
          anyOf:
            - type: number
            - type: 'null'
        old_price:
          anyOf:
            - type: number
            - type: 'null'
        discount_percent:
          anyOf:
            - type: number
            - type: 'null'
        discount_amount:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          type: string
          default: RUB
        price_unit:
          anyOf:
            - type: string
            - type: 'null'
        is_price_shown:
          anyOf:
            - type: boolean
            - type: 'null'
        availability:
          anyOf:
            - type: string
            - type: 'null'
        is_available:
          anyOf:
            - type: boolean
            - type: 'null'
        is_buyable:
          anyOf:
            - type: boolean
            - type: 'null'
        is_sale:
          anyOf:
            - type: boolean
            - type: 'null'
        is_active:
          anyOf:
            - type: boolean
            - type: 'null'
        has_audition_salon:
          anyOf:
            - type: boolean
            - type: 'null'
        rating:
          anyOf:
            - type: number
            - type: 'null'
        review_count:
          anyOf:
            - type: integer
            - type: 'null'
        weight_kg:
          anyOf:
            - type: number
            - type: 'null'
        height_mm:
          anyOf:
            - type: number
            - type: 'null'
        width_mm:
          anyOf:
            - type: number
            - type: 'null'
        length_mm:
          anyOf:
            - type: number
            - type: 'null'
        sort_weight:
          anyOf:
            - type: integer
            - type: 'null'
        badges:
          items:
            $ref: '#/components/schemas/PultBadge'
          type: array
          default: []
        specs:
          items:
            $ref: '#/components/schemas/PultSpec'
          type: array
          default: []
      type: object
      required:
        - id
        - alias
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    PultBrandRef:
      properties:
        '@type':
          type: string
          default: PultBrandRef
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        alias:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    PultCategoryRef:
      properties:
        '@type':
          type: string
          default: PultCategoryRef
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    PultBadge:
      properties:
        '@type':
          type: string
          default: PultBadge
        name:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    PultSpec:
      properties:
        '@type':
          type: string
          default: PultSpec
        name:
          type: string
        value:
          type: string
        group:
          anyOf:
            - type: string
            - type: 'null'
        spec_type:
          anyOf:
            - type: string
            - type: 'null'
        hint:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
        - value
    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

````