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

# /iqiyi/albums/browse

> Browse an iQIYI catalogue section — drama, movie, variety show, anime, kids or documentary — filtered by production region, genre, release period, subscription tier, subtitle method and production method, ordered by popularity or release date. Each result is a title with its synopsis, tags, VIP and exclusivity flags, episode counts, publication dates and artwork.

**Price:** 1 credit



## OpenAPI

````yaml /openapi/movies-tv.json post /api/iqiyi/albums/browse
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/iqiyi/albums/browse:
    post:
      tags:
        - /iqiyi
      summary: /iqiyi/albums/browse
      description: >-
        Browse an iQIYI catalogue section — drama, movie, variety show, anime,
        kids or documentary — filtered by production region, genre, release
        period, subscription tier, subtitle method and production method,
        ordered by popularity or release date. Each result is a title with its
        synopsis, tags, VIP and exclusivity flags, episode counts, publication
        dates and artwork.


        **Price:** 1 credit
      operationId: __api_iqiyi_albums_browse_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IqiyiAlbumsBrowsePayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IqiyiAlbum'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    IqiyiAlbumsBrowsePayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        lang:
          $ref: '#/components/schemas/IqiyiLang'
          default: en_us
        market:
          $ref: '#/components/schemas/IqiyiMarket'
          default: us
        channel:
          $ref: '#/components/schemas/IqiyiChannel'
        count:
          type: integer
          minimum: 1
        region:
          anyOf:
            - $ref: '#/components/schemas/IqiyiRegion'
            - type: 'null'
        category:
          anyOf:
            - $ref: '#/components/schemas/IqiyiCategory'
            - type: 'null'
        period:
          anyOf:
            - $ref: '#/components/schemas/IqiyiPeriod'
            - type: 'null'
        subscription:
          anyOf:
            - $ref: '#/components/schemas/IqiyiSubscription'
            - type: 'null'
        subtitle:
          anyOf:
            - $ref: '#/components/schemas/IqiyiSubtitle'
            - type: 'null'
        production:
          anyOf:
            - $ref: '#/components/schemas/IqiyiProduction'
            - type: 'null'
        theme:
          anyOf:
            - $ref: '#/components/schemas/IqiyiKidsTheme'
            - type: 'null'
        age_range:
          anyOf:
            - $ref: '#/components/schemas/IqiyiKidsAgeRange'
            - type: 'null'
        gender_preference:
          anyOf:
            - $ref: '#/components/schemas/IqiyiKidsGenderPreference'
            - type: 'null'
        film_type:
          anyOf:
            - $ref: '#/components/schemas/IqiyiFilmType'
            - type: 'null'
        sort:
          $ref: '#/components/schemas/IqiyiAlbumSort'
          default: popularity
      type: object
      required:
        - channel
        - count
    IqiyiAlbum:
      properties:
        '@type':
          type: string
          default: IqiyiAlbum
        id:
          type: string
        alias:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        short_name:
          anyOf:
            - type: string
            - type: 'null'
        alternative_titles:
          items:
            type: string
          type: array
          default: []
        tagline:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        play_url:
          anyOf:
            - type: string
            - type: 'null'
        channel:
          anyOf:
            - type: string
            - type: 'null'
        channel_id:
          anyOf:
            - type: string
            - type: 'null'
        is_series:
          type: boolean
          default: false
        is_short:
          type: boolean
          default: false
        is_exclusive:
          type: boolean
          default: false
        is_iqiyi_produced:
          type: boolean
          default: false
        is_dolby:
          type: boolean
          default: false
        is_1080p:
          type: boolean
          default: false
        is_3d:
          type: boolean
          default: false
        is_vip:
          type: boolean
          default: false
        is_tvod:
          type: boolean
          default: false
        is_coupon:
          type: boolean
          default: false
        is_package:
          type: boolean
          default: false
        pay_mark:
          anyOf:
            - type: string
            - type: 'null'
        season:
          anyOf:
            - type: integer
            - type: 'null'
        episode_count:
          anyOf:
            - type: integer
            - type: 'null'
        available_episode_count:
          anyOf:
            - type: integer
            - type: 'null'
        latest_episode_order:
          anyOf:
            - type: integer
            - type: 'null'
        first_episode_order:
          anyOf:
            - type: integer
            - type: 'null'
        trailer_count:
          anyOf:
            - type: integer
            - type: 'null'
        content_rating:
          anyOf:
            - type: string
            - type: 'null'
        content_warning:
          anyOf:
            - type: string
            - type: 'null'
        score:
          anyOf:
            - type: number
            - type: 'null'
        vote_count:
          anyOf:
            - type: integer
            - type: 'null'
        score_distribution:
          items:
            type: number
          type: array
          default: []
        publish_date:
          anyOf:
            - type: string
            - type: 'null'
        last_publish_date:
          anyOf:
            - type: string
            - type: 'null'
        published_at:
          anyOf:
            - type: integer
            - type: 'null'
        issued_at:
          anyOf:
            - type: integer
            - type: 'null'
        default_video_id:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        cover:
          anyOf:
            - type: string
            - type: 'null'
        cast:
          items:
            $ref: '#/components/schemas/IqiyiCastMember'
          type: array
          default: []
        tags:
          items:
            $ref: '#/components/schemas/IqiyiTag'
          type: array
          default: []
        chart_ranks:
          items:
            $ref: '#/components/schemas/IqiyiChartRank'
          type: array
          default: []
        audio_languages:
          items:
            type: string
          type: array
          default: []
        hdr_formats:
          items:
            type: string
          type: array
          default: []
        collection_ids:
          items:
            type: string
          type: array
          default: []
        allowed_regions:
          items:
            type: string
          type: array
          default: []
      type: object
      required:
        - id
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    IqiyiLang:
      type: string
      enum:
        - en_us
        - zh_cn
        - zh_tw
        - ar_ae
        - vi_vn
        - th_th
        - pt_br
        - ms_my
        - id_id
        - es_mx
    IqiyiMarket:
      type: string
      enum:
        - ae
        - ar
        - au
        - bh
        - bn
        - br
        - ca
        - cl
        - co
        - de
        - eg
        - es
        - fr
        - gb
        - hk
        - id
        - in
        - jp
        - kh
        - kr
        - kw
        - kz
        - la
        - mm
        - mo
        - mx
        - my
        - nz
        - om
        - pe
        - ph
        - pt
        - qa
        - sa
        - sg
        - th
        - ua
        - us
        - vn
    IqiyiChannel:
      type: string
      enum:
        - drama
        - movie
        - variety_show
        - anime
        - kids
        - documentary
    IqiyiRegion:
      type: string
      enum:
        - chinese_mainland
        - south_korea
        - thailand
        - taiwan
        - japan
        - malaysia
        - america
        - uk
        - hong_kong
        - hong_kong_and_taiwan
        - europe_and_america
    IqiyiCategory:
      type: string
      enum:
        - youth
        - mystery
        - lgbt
        - costume
        - urban
        - romance
        - sweet_love
        - marriage
        - drama
        - comedy
        - family
        - friendship
        - fantasy
        - crime
        - war
        - novel_adaptation
        - contemporary
        - ancient
        - horror
        - sci_fi
        - action
        - thriller
        - revenge
        - reality
        - wuxia
        - adventure
        - animation
        - police_and_criminal
        - gangster
        - martial_arts
        - interviews
        - funny
        - talent_shows
        - affection
        - food
        - talk_shows
        - music
        - reality_shows
        - travel
        - culture
        - iqiyi_original
        - ceremonies
        - games
        - rivalry
        - vitality_themed
        - inspiring
        - comics_adaptation
        - school
        - shounen
        - childrens_songs
        - kids_variety_show
        - movie
        - history
        - discovery
        - animals
        - society
        - science
    IqiyiPeriod:
      type: string
      enum:
        - '2026'
        - '2025'
        - '2024'
        - '2023'
        - '2022'
        - '2021'
        - 2015_2020
        - 2000_2014
        - other
    IqiyiSubscription:
      type: string
      enum:
        - vip
        - free
    IqiyiSubtitle:
      type: string
      enum:
        - manual_translation
    IqiyiProduction:
      type: string
      enum:
        - ai_generated
    IqiyiKidsTheme:
      type: string
      enum:
        - preschool_education
        - early_education
        - animals
        - transportation
        - parent_child
        - robot
    IqiyiKidsAgeRange:
      type: string
      enum:
        - 4_6_years_old
        - age_7_10
        - age_11_13
    IqiyiKidsGenderPreference:
      type: string
      enum:
        - girls_favorite
        - boys_favorite
    IqiyiFilmType:
      type: string
      enum:
        - doc_series
    IqiyiAlbumSort:
      type: string
      enum:
        - popularity
        - latest
    IqiyiCastMember:
      properties:
        '@type':
          type: string
          default: IqiyiCastMember
        id:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        credit:
          anyOf:
            - type: string
            - type: 'null'
        role:
          anyOf:
            - type: string
            - type: 'null'
        character:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        profile_url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
    IqiyiTag:
      properties:
        '@type':
          type: string
          default: IqiyiTag
        id:
          type: string
        name:
          anyOf:
            - type: string
            - type: 'null'
        group:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
    IqiyiChartRank:
      properties:
        '@type':
          type: string
          default: IqiyiChartRank
        chart:
          type: string
        rank:
          anyOf:
            - type: integer
            - type: 'null'
      type: object
      required:
        - chart
    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

````