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

# /gsmarena/devices/search

> Search the GSMArena device catalogue with the site's own Phone Finder filters: manufacturer, market status, cellular bands, SIM format, body shape and materials, ingress rating, operating system, chipset, memory card slot, display technology, cutout, cameras, sensors, connectivity, battery and charging, plus numeric ranges for year, price, dimensions, weight, cores, RAM, storage, display and camera figures. Returns device cards with the numeric id, page URL, name, manufacturer, model and image.

**Price:** 1 credit



## OpenAPI

````yaml /openapi/hardware-benchmarks.json post /api/gsmarena/devices/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/gsmarena/devices/search:
    post:
      tags:
        - /gsmarena
      summary: /gsmarena/devices/search
      description: >-
        Search the GSMArena device catalogue with the site's own Phone Finder
        filters: manufacturer, market status, cellular bands, SIM format, body
        shape and materials, ingress rating, operating system, chipset, memory
        card slot, display technology, cutout, cameras, sensors, connectivity,
        battery and charging, plus numeric ranges for year, price, dimensions,
        weight, cores, RAM, storage, display and camera figures. Returns device
        cards with the numeric id, page URL, name, manufacturer, model and
        image.


        **Price:** 1 credit
      operationId: __api_gsmarena_devices_search_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GsmarenaDevicesSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GsmarenaDeviceCard'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    GsmarenaDevicesSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        count:
          type: integer
          maximum: 70
          minimum: 1
        query:
          anyOf:
            - type: string
              minLength: 1
            - type: 'null'
        colour:
          anyOf:
            - type: string
              minLength: 1
            - type: 'null'
        brands:
          items:
            $ref: '#/components/schemas/GsmarenaBrandName'
          type: array
          default: []
        availability:
          items:
            $ref: '#/components/schemas/GsmarenaAvailability'
          type: array
          default: []
        bands_2g:
          items:
            $ref: '#/components/schemas/GsmarenaGsmBand'
          type: array
          default: []
        bands_3g:
          items:
            $ref: '#/components/schemas/GsmarenaHspaBand'
          type: array
          default: []
        bands_4g:
          items:
            $ref: '#/components/schemas/GsmarenaLteBand'
          type: array
          default: []
        bands_5g:
          items:
            $ref: '#/components/schemas/GsmarenaNrBand'
          type: array
          default: []
        sim_types:
          items:
            $ref: '#/components/schemas/GsmarenaSimType'
          type: array
          default: []
        form_factors:
          items:
            $ref: '#/components/schemas/GsmarenaFormFactor'
          type: array
          default: []
        protection_ratings:
          items:
            $ref: '#/components/schemas/GsmarenaProtectionRating'
          type: array
          default: []
        body_backs:
          items:
            $ref: '#/components/schemas/GsmarenaBodyBack'
          type: array
          default: []
        body_frames:
          items:
            $ref: '#/components/schemas/GsmarenaBodyFrame'
          type: array
          default: []
        chipsets:
          items:
            $ref: '#/components/schemas/GsmarenaChipset'
          type: array
          default: []
        main_camera_counts:
          items:
            $ref: '#/components/schemas/GsmarenaCameraCount'
          type: array
          default: []
        camera_flashes:
          items:
            $ref: '#/components/schemas/GsmarenaCameraFlash'
          type: array
          default: []
        fingerprints:
          items:
            $ref: '#/components/schemas/GsmarenaFingerprint'
          type: array
          default: []
        wlan:
          items:
            $ref: '#/components/schemas/GsmarenaWlan'
          type: array
          default: []
        bluetooth:
          items:
            $ref: '#/components/schemas/GsmarenaBluetooth'
          type: array
          default: []
        keyboard:
          anyOf:
            - $ref: '#/components/schemas/GsmarenaKeyboard'
            - type: 'null'
        os:
          anyOf:
            - $ref: '#/components/schemas/GsmarenaOs'
            - type: 'null'
        card_slot:
          anyOf:
            - $ref: '#/components/schemas/GsmarenaCardSlot'
            - type: 'null'
        display_tech:
          anyOf:
            - $ref: '#/components/schemas/GsmarenaDisplayTech'
            - type: 'null'
        display_cutout:
          anyOf:
            - $ref: '#/components/schemas/GsmarenaDisplayCutout'
            - type: 'null'
        usb_type:
          anyOf:
            - $ref: '#/components/schemas/GsmarenaUsbType'
            - type: 'null'
        dual_sim:
          type: boolean
          default: false
        esim:
          type: boolean
          default: false
        hdr_display:
          type: boolean
          default: false
        billion_colour_display:
          type: boolean
          default: false
        main_camera_ois:
          type: boolean
          default: false
        telephoto_camera:
          type: boolean
          default: false
        ultrawide_camera:
          type: boolean
          default: false
        multiple_selfie_cameras:
          type: boolean
          default: false
        selfie_camera_ois:
          type: boolean
          default: false
        selfie_flash:
          type: boolean
          default: false
        popup_selfie_camera:
          type: boolean
          default: false
        under_display_selfie_camera:
          type: boolean
          default: false
        headphone_jack:
          type: boolean
          default: false
        stereo_speakers:
          type: boolean
          default: false
        accelerometer:
          type: boolean
          default: false
        gyroscope:
          type: boolean
          default: false
        compass:
          type: boolean
          default: false
        proximity_sensor:
          type: boolean
          default: false
        barometer:
          type: boolean
          default: false
        heart_rate_sensor:
          type: boolean
          default: false
        gps:
          type: boolean
          default: false
        nfc:
          type: boolean
          default: false
        infrared_port:
          type: boolean
          default: false
        fm_radio:
          type: boolean
          default: false
        silicon_carbon_battery:
          type: boolean
          default: false
        removable_battery:
          type: boolean
          default: false
        has_editorial_review:
          type: boolean
          default: false
        year_min:
          anyOf:
            - type: integer
              maximum: 2100
              minimum: 1994
            - type: 'null'
        year_max:
          anyOf:
            - type: integer
              maximum: 2100
              minimum: 1994
            - type: 'null'
        price_eur_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        price_eur_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        height_mm_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        height_mm_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        width_mm_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        width_mm_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        thickness_mm_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        thickness_mm_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        weight_g_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        weight_g_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        cpu_cores_min:
          anyOf:
            - type: integer
              minimum: 1
            - type: 'null'
        cpu_cores_max:
          anyOf:
            - type: integer
              minimum: 1
            - type: 'null'
        ram_mb_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        storage_mb_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        display_pixels_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        display_pixels_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        display_inches_min:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        display_inches_max:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        display_density_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        display_density_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        refresh_rate_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        main_camera_mp_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        aperture_f_min:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        aperture_f_max:
          anyOf:
            - type: number
              minimum: 0
            - type: 'null'
        video_lines_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        selfie_camera_mp_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        battery_mah_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        battery_mah_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        wired_charging_w_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        wired_charging_w_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        wireless_charging_w_min:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        wireless_charging_w_max:
          anyOf:
            - type: integer
              minimum: 0
            - type: 'null'
        sort:
          $ref: '#/components/schemas/GsmarenaDeviceSort'
          default: Popularity
      type: object
      required:
        - count
    GsmarenaDeviceCard:
      properties:
        '@type':
          type: string
          default: GsmarenaDeviceCard
        id:
          type: integer
        url:
          type: string
        name:
          type: string
        brand:
          anyOf:
            - type: string
            - type: 'null'
        model:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        summary:
          anyOf:
            - type: string
            - type: 'null'
        announced:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
        - url
        - name
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    GsmarenaBrandName:
      type: string
      enum:
        - Acer
        - alcatel
        - Allview
        - Amazon
        - Amoi
        - Apple
        - Archos
        - Asus
        - AT&T
        - Benefon
        - BenQ
        - BenQ-Siemens
        - Bird
        - BlackBerry
        - Blackview
        - BLU
        - Bosch
        - BQ
        - Casio
        - Cat
        - Celkon
        - Chea
        - Coolpad
        - Cubot
        - Dell
        - Doogee
        - EE
        - Emporia
        - Energizer
        - Ericsson
        - Eten
        - Fairphone
        - Fujitsu Siemens
        - Garmin-Asus
        - Gigabyte
        - Gionee
        - Google
        - Haier
        - HMD
        - Honor
        - HP
        - HTC
        - Huawei
        - i-mate
        - i-mobile
        - Icemobile
        - Infinix
        - Innostream
        - iNQ
        - Intex
        - itel
        - Jolla
        - Karbonn
        - Kyocera
        - Lava
        - LeEco
        - Lenovo
        - LG
        - Maxon
        - Maxwest
        - Meizu
        - Micromax
        - Microsoft
        - Mitac
        - Mitsubishi
        - Modu
        - Motorola
        - MWg
        - NEC
        - Neonode
        - NIU
        - Nokia
        - Nothing
        - Nvidia
        - O2
        - OnePlus
        - Oppo
        - Orange
        - Oscal
        - Oukitel
        - Palm
        - Panasonic
        - Pantech
        - Parla
        - Philips
        - Plum
        - Posh
        - Prestigio
        - QMobile
        - Qtek
        - Razer
        - Realme
        - RugOne
        - Sagem
        - Samsung
        - Sendo
        - Sewon
        - Sharp
        - Siemens
        - Sonim
        - Sony
        - Sony Ericsson
        - Spice
        - T-Mobile
        - TCL
        - Tecno
        - Tel.Me.
        - Telit
        - Thuraya
        - Toshiba
        - Ulefone
        - Umidigi
        - Unnecto
        - Vertu
        - verykool
        - vivo
        - VK Mobile
        - Vodafone
        - Wiko
        - WND
        - XCute
        - Xiaomi
        - XOLO
        - Yezz
        - Yota
        - YU
        - ZTE
    GsmarenaAvailability:
      type: string
      enum:
        - Available
        - Coming soon
        - Discontinued
        - Rumored
    GsmarenaGsmBand:
      type: string
      enum:
        - GSM 850
        - GSM 900
        - GSM 1800
        - GSM 1900
    GsmarenaHspaBand:
      type: string
      enum:
        - HSPA 850
        - HSPA 900
        - HSPA 1700
        - HSPA 1900
        - HSPA 2100
    GsmarenaLteBand:
      type: string
      enum:
        - any
        - '1'
        - '2'
        - '3'
        - '4'
        - '5'
        - '6'
        - '7'
        - '8'
        - '9'
        - '10'
        - '11'
        - '12'
        - '13'
        - '14'
        - '17'
        - '18'
        - '19'
        - '20'
        - '21'
        - '22'
        - '23'
        - '24'
        - '25'
        - '26'
        - '27'
        - '28'
        - '29'
        - '30'
        - '31'
        - '32'
        - '33'
        - '34'
        - '35'
        - '36'
        - '37'
        - '38'
        - '39'
        - '40'
        - '41'
        - '42'
        - '43'
        - '44'
        - '46'
        - '66'
        - '71'
    GsmarenaNrBand:
      type: string
      enum:
        - any
        - '1'
        - '2'
        - '3'
        - '5'
        - '7'
        - '8'
        - '12'
        - '14'
        - '18'
        - '20'
        - '25'
        - '28'
        - '29'
        - '30'
        - '34'
        - '38'
        - '39'
        - '40'
        - '41'
        - '48'
        - '50'
        - '51'
        - '65'
        - '66'
        - '70'
        - '71'
        - '74'
        - '75'
        - '76'
        - '77'
        - '78'
        - '79'
        - '80'
        - '81'
        - '82'
        - '83'
        - '84'
        - '86'
        - '89'
        - '90'
        - '91'
        - '92'
        - '93'
        - '94'
        - '95'
        - '257'
        - '258'
        - '260'
        - '261'
    GsmarenaSimType:
      type: string
      enum:
        - Mini-SIM (regular size)
        - Micro-SIM
        - Nano-SIM
    GsmarenaFormFactor:
      type: string
      enum:
        - Bar
        - Flip up
        - Flip down
        - Slide
        - Swivel
        - Watch
        - Other
        - Foldable
    GsmarenaProtectionRating:
      type: string
      enum:
        - IP5x
        - IP6x
        - IPx5
        - IPx6
        - IPx7
        - IPx8
        - IPx9
        - MIL-STD-810D
        - MIL-STD-810F
        - MIL-STD-810G
        - MIL-STD-810H
    GsmarenaBodyBack:
      type: string
      enum:
        - Plastic
        - Aluminum
        - Glass
        - Ceramic
    GsmarenaBodyFrame:
      type: string
      enum:
        - Plastic
        - Aluminum
        - Stainless steel
        - Ceramic
        - Titanium
    GsmarenaChipset:
      type: string
      enum:
        - Snapdragon 8 Elite Gen 5
        - Snapdragon 8 Gen 5
        - Snapdragon 8 Elite
        - Snapdragon 8 Gen 3
        - Snapdragon 8s Gen 4
        - Snapdragon 8s Gen 3
        - Snapdragon 8 Gen 2
        - Snapdragon 8+ Gen 1
        - Snapdragon 8 Gen 1
        - Snapdragon 7 Gen 4
        - Snapdragon 7+ Gen 3
        - Snapdragon 7 Gen 3
        - Snapdragon 7s Gen 4
        - Snapdragon 7s Gen 3
        - Snapdragon 7s Gen 2
        - Snapdragon 7+ Gen 2
        - Snapdragon 7 Gen 1
        - Snapdragon 6 Gen 4
        - Snapdragon 6 Gen 3
        - Snapdragon 6s Gen 4
        - Snapdragon 6s Gen 3
        - Snapdragon 6 Gen 1
        - Snapdragon 4 Gen 5
        - Snapdragon 4 Gen 4
        - Snapdragon 4 Gen 2
        - Snapdragon 4s Gen 2
        - Snapdragon 4 Gen 1
        - Snapdragon 888+
        - Snapdragon 888
        - Snapdragon 870
        - Snapdragon 865+
        - Snapdragon 865
        - Snapdragon 860
        - Snapdragon 855+
        - Snapdragon 855
        - Snapdragon 845
        - Snapdragon 835
        - Snapdragon 821
        - Snapdragon 820
        - Snapdragon 782
        - Snapdragon 780
        - Snapdragon 778G
        - Snapdragon 768
        - Snapdragon 765G
        - Snapdragon 750
        - Snapdragon 732
        - Snapdragon 730G
        - Snapdragon 730
        - Snapdragon 720
        - Snapdragon 712
        - Snapdragon 710
        - Snapdragon 695
        - Snapdragon 690
        - Snapdragon 685
        - Snapdragon 680
        - Snapdragon 675
        - Snapdragon 670
        - Snapdragon 665
        - Snapdragon 662
        - Snapdragon 660
        - Snapdragon 652
        - Snapdragon 650
        - Snapdragon 636
        - Snapdragon 632
        - Snapdragon 630
        - Snapdragon 625
        - Snapdragon 480
        - Snapdragon 460
        - Snapdragon 450
        - Snapdragon 439
        - Snapdragon 435
        - Snapdragon 430
        - Snapdragon 429
        - Snapdragon 425
        - Snapdragon 215
        - Exynos 2600
        - Exynos 2500
        - Exynos 2400
        - Exynos 2400e
        - Exynos 2200
        - Exynos 2100
        - Exynos 1680
        - Exynos 1580
        - Exynos 1480
        - Exynos 1380
        - Exynos 1280
        - Exynos 1080
        - Exynos 990
        - Exynos 980
        - Exynos 880
        - Exynos 850
        - Exynos 9825
        - Exynos 9820
        - Exynos 9810
        - Exynos 9611
        - Exynos 9610
        - Exynos 8895
        - Exynos 8890
        - Exynos 7904
        - Exynos 7884
        - Exynos 7870
        - Exynos 7580
        - Exynos 7420
        - Dimensity 9500
        - Dimensity 9500s
        - Dimensity 9400+
        - Dimensity 9400
        - Dimensity 9400e
        - Dimensity 9300+
        - Dimensity 9300
        - Dimensity 9200
        - Dimensity 9000
        - Dimensity 8500
        - Dimensity 8450
        - Dimensity 8400
        - Dimensity 8350
        - Dimensity 8300
        - Dimensity 8250
        - Dimensity 8200
        - Dimensity 8100
        - Dimensity 8050
        - Dimensity 8020
        - Dimensity 8000
        - Dimensity 7400X
        - Dimensity 7400
        - Dimensity 7360
        - Dimensity 7300X
        - Dimensity 7300
        - Dimensity 7200
        - Dimensity 7100
        - Dimensity 7050
        - Dimensity 7030
        - Dimensity 7020
        - Dimensity 6400
        - Dimensity 6300
        - Dimensity 6100
        - Dimensity 6080
        - Dimensity 6020
        - Dimensity 1300
        - Dimensity 1200
        - Dimensity 1100
        - Dimensity 1080
        - Dimensity 1000
        - Dimensity 920
        - Dimensity 900
        - Dimensity 820
        - Dimensity 810
        - Dimensity 800
        - Dimensity 720
        - Dimensity 700
        - Helio G200
        - Helio G100
        - Helio G99
        - Helio G96
        - Helio G95
        - Helio G91
        - Helio G90T
        - Helio G88
        - Helio G85
        - Helio G81 Ultra
        - Helio G80
        - Helio G70
        - Helio G35
        - Helio P90
        - Helio P70
        - Helio P65
        - Helio P60
        - Helio P35
        - Helio P25
        - Helio P23
        - Helio P22
        - Helio P20
        - Helio P10
        - Helio A22
        - Helio X25
        - Helio X20
        - Helio X10
        - Kirin 9030 Pro
        - Kirin 9020
        - Kirin T92A
        - Kirin 9010
        - Kirin 9000S
        - Kirin 9000e
        - Kirin 9000
        - Kirin 990
        - Kirin 985
        - Kirin 980
        - Kirin 970
        - Kirin 960
        - Kirin 810
        - Kirin 820 5G
        - Kirin 710A
        - Kirin 710
        - Kirin 659
    GsmarenaCameraCount:
      type: string
      enum:
        - One
        - Two
        - Three
        - Four or more
    GsmarenaCameraFlash:
      type: string
      enum:
        - LED
        - Dual-LED
        - Xenon
    GsmarenaFingerprint:
      type: string
      enum:
        - Yes (any type)
        - Front-mounted
        - Rear-mounted
        - Side-mounted
        - Top-mounted
        - Under display
    GsmarenaWlan:
      type: string
      enum:
        - Wi-Fi 4 (802.11n)
        - Wi-Fi 5 (802.11ac)
        - Wi-Fi 6 (802.11ax)
        - Wi-Fi 7 (802.11be)
    GsmarenaBluetooth:
      type: string
      enum:
        - Any Bluetooth
        - Bluetooth 4.0
        - Bluetooth 4.1
        - Bluetooth 4.2
        - Bluetooth 5.0
        - Bluetooth 5.1
        - Bluetooth 5.2
        - Bluetooth 5.3
        - Bluetooth 5.4
        - Bluetooth 6.0
    GsmarenaKeyboard:
      type: string
      enum:
        - With QWERTY
        - Without QWERTY
    GsmarenaOs:
      type: string
      enum:
        - Feature phones
        - Android
        - iOS
        - KaiOS
        - Windows Phone
        - Symbian
        - RIM
        - Bada
        - Firefox
    GsmarenaCardSlot:
      type: string
      enum:
        - Yes (any type)
        - Yes (dedicated)
        - 'No'
    GsmarenaDisplayTech:
      type: string
      enum:
        - IPS
        - Any OLED
        - LTPO OLED
    GsmarenaDisplayCutout:
      type: string
      enum:
        - 'No'
        - 'Yes'
        - Punch hole
    GsmarenaUsbType:
      type: string
      enum:
        - Any USB-C
        - USB-C 3.0 and higher
    GsmarenaDeviceSort:
      type: string
      enum:
        - Popularity
        - Price
        - Weight
        - Camera resolution
        - Battery capacity
    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

````