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

# /iosys/products/rankings

> Read an Iosys (イオシス) best-seller board, from the whole catalogue down to one device family such as iPhone, Google Pixel, Xperia, Galaxy, imported and domestic SIM-free phones, tablets, iPad, audio, Apple Watch, wearables, computers, Mac, laptops and gaming gear. Each entry is the listing record plus its rank position on that board.

**Price:** 1 credit

**⚠️ Common errors:** 422: Unknown genre (the board name must be one the shop publishes)



## OpenAPI

````yaml /openapi/e-commerce-marketplaces.json post /api/iosys/products/rankings
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/iosys/products/rankings:
    post:
      tags:
        - /iosys
      summary: /iosys/products/rankings
      description: >-
        Read an Iosys (イオシス) best-seller board, from the whole catalogue down to
        one device family such as iPhone, Google Pixel, Xperia, Galaxy, imported
        and domestic SIM-free phones, tablets, iPad, audio, Apple Watch,
        wearables, computers, Mac, laptops and gaming gear. Each entry is the
        listing record plus its rank position on that board.


        **Price:** 1 credit


        **⚠️ Common errors:** 422: Unknown genre (the board name must be one the
        shop publishes)
      operationId: __api_iosys_products_rankings_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IosysProductsRankingsPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IosysRankingProduct'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    IosysProductsRankingsPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        genre:
          $ref: '#/components/schemas/IosysRankingGenre'
          default: all
        count:
          type: integer
          minimum: 1
      type: object
      required:
        - count
    IosysRankingProduct:
      properties:
        '@type':
          type: string
          default: IosysRankingProduct
        id:
          type: string
        url:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        thumbnail:
          anyOf:
            - type: string
            - type: 'null'
        price:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          type: string
          default: JPY
        stock:
          anyOf:
            - type: integer
            - type: 'null'
        condition:
          anyOf:
            - type: string
            - type: 'null'
        condition_id:
          anyOf:
            - type: string
            - type: 'null'
        warranty:
          anyOf:
            - type: string
            - type: 'null'
        warranty_id:
          anyOf:
            - type: string
            - type: 'null'
        accessories:
          anyOf:
            - type: string
            - type: 'null'
        note:
          anyOf:
            - type: string
            - type: 'null'
        spec_text:
          anyOf:
            - type: string
            - type: 'null'
        spec:
          additionalProperties:
            type: string
          type: object
          default: {}
        storage_gb:
          anyOf:
            - type: integer
            - type: 'null'
        sim_size:
          anyOf:
            - type: string
            - type: 'null'
        color:
          anyOf:
            - type: string
            - type: 'null'
        release_date:
          anyOf:
            - type: string
            - type: 'null'
        model_id:
          anyOf:
            - type: string
            - type: 'null'
        model_name:
          anyOf:
            - type: string
            - type: 'null'
        category_path:
          anyOf:
            - type: string
            - type: 'null'
        category:
          anyOf:
            - type: string
            - type: 'null'
        category_id:
          anyOf:
            - type: string
            - type: 'null'
        genre:
          anyOf:
            - type: string
            - type: 'null'
        genre_id:
          anyOf:
            - type: string
            - type: 'null'
        genre_slug:
          anyOf:
            - type: string
            - type: 'null'
        brand:
          anyOf:
            - type: string
            - type: 'null'
        brand_id:
          anyOf:
            - type: string
            - type: 'null'
        department:
          anyOf:
            - type: string
            - type: 'null'
        department_id:
          anyOf:
            - type: string
            - type: 'null'
        section:
          anyOf:
            - type: string
            - type: 'null'
        section_id:
          anyOf:
            - type: string
            - type: 'null'
        position:
          type: integer
          default: 0
        memory_gb:
          anyOf:
            - type: integer
            - type: 'null'
        display_inches:
          anyOf:
            - type: number
            - type: 'null'
        os:
          anyOf:
            - type: string
            - type: 'null'
        cpu:
          anyOf:
            - type: string
            - type: 'null'
        optical_drive:
          anyOf:
            - type: string
            - type: 'null'
        arrived_at:
          anyOf:
            - type: string
            - type: 'null'
        barcode:
          anyOf:
            - type: string
            - type: 'null'
        sticker_id:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    IosysRankingGenre:
      type: string
      enum:
        - all
        - smartphone
        - iphone
        - android
        - pixel
        - xperia
        - galaxy
        - simfree_foreign
        - simfree_domestic
        - smartphone_accessories
        - tablet
        - ipad
        - audio
        - apple_watch
        - wearable
        - pc
        - mac
        - standard_laptop
        - mobile_laptop
        - gaming
    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

````