GSMArena Scraper avatar

GSMArena Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
GSMArena Scraper

GSMArena Scraper

Scrape GSMArena, the world's largest mobile device database with 13K+ phones. Search devices, get full specifications, browse by brand, or list top devices. Extracts display, chipset, camera, battery, RAM, storage, OS, and 40+ spec fields.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract mobile device specifications from GSMArena.com — the world's largest mobile phone database with 13,000+ devices. Get full technical specs including display, chipset, cameras, battery, OS, connectivity, and 40+ fields per device.

What You Can Scrape

  • Search phones by keyword with optional OS, availability, and sort filters
  • Full specifications for any device (200+ spec fields available)
  • Brand listings — all devices from Samsung, Apple, Xiaomi, Google, and 100+ brands
  • Top devices sorted by popularity, price, weight, camera resolution, or battery capacity

Output Fields

FieldDescriptionExample
deviceNameFull device nameSamsung Galaxy S26 Ultra
brandManufacturerSamsung
urlGSMArena device page URLhttps://www.gsmarena.com/samsung_galaxy_s26_ultra_5g-14320.php
imageUrlProduct image URLhttps://fdn2.gsmarena.com/...
releasedRelease date2026, March 06
statusAvailability statusAvailable
displaySizeScreen size6.9 inches
displayResolutionScreen resolution1440 x 3120 pixels
displayTypePanel technologyDynamic LTPO AMOLED 2X, 120Hz
chipsetProcessorQualcomm Snapdragon 8 Elite Gen 5
cpuCPU detailsOcta-core (2x4.74 GHz + 6x3.62 GHz)
gpuGPUAdreno 840
osOperating systemAndroid 16, One UI 8.5
ramRAM capacity12GB
storageInternal storage256GB
rearCameraMain camera resolution200 MP
rearCameraDetailsFull rear camera specs200 MP, f/1.4, 23mm...
frontCameraSelfie camera resolution12 MP
batteryBattery capacity5000 mAh
networkHighest network standard5G
networkTechnologyFull network specsGSM / CDMA / HSPA / LTE / 5G
wlanWi-Fi standardWi-Fi 802.11 a/b/g/n/ac/6e/7
bluetoothBluetooth version6.0, A2DP, LE
nfcNFC supportYes
usbUSB typeUSB Type-C 3.2, OTG
gpsGPS systemsGPS, GLONASS, BDS, GALILEO
dimensionsPhysical dimensions163.6 x 78.1 x 7.9 mm
weightDevice weight214 g
buildMaterialsGlass front, aluminum frame
simSIM typeNano-SIM + eSIM
sensorsSensor listFingerprint, accelerometer, gyro
colorsAvailable colorsCobalt Violet, Sky Blue, Black
priceSuggested retail price$1,049.99 / €934.99
scrapedAtScrape timestamp (ISO 8601)2026-05-23T12:00:00+00:00

Input Configuration

Mode: search (default)

Search for devices using keywords with optional filters.

{
"mode": "search",
"searchQuery": "Samsung Galaxy S25",
"osFilter": "2",
"availability": "1",
"sortBy": "0",
"maxItems": 20
}
ParameterTypeDescription
searchQuerystringKeyword to search (device name, brand)
osFilterselectFilter by OS: 2=Android, 3=iOS, 1=Feature phones, 10=KaiOS
availabilityselect1=Available, 2=Coming soon, 3=Discontinued, 5=Rumored
sortByselect0=Popularity, 1=Price, 2=Weight, 3=Camera, 4=Battery
maxItemsintegerMaximum records to return (1–2000)

Mode: deviceDetails

Fetch the complete specification sheet for a single device.

{
"mode": "deviceDetails",
"deviceUrl": "samsung_galaxy_s26_ultra_5g-14320"
}

Accepts a full URL (https://www.gsmarena.com/samsung_galaxy_s26_ultra_5g-14320.php) or just the slug (samsung_galaxy_s26_ultra_5g-14320).

Mode: byBrand

List all devices from a specific manufacturer.

{
"mode": "byBrand",
"brandSlug": "samsung",
"maxItems": 50
}

Popular brand slugs: samsung, apple, xiaomi, google, huawei, sony, nokia, motorola, oneplus, realme, honor, oppo, vivo, lenovo, htc, lg.

Mode: topDevices

Browse devices sorted by popularity (or price, weight, camera, battery).

{
"mode": "topDevices",
"sortBy": "0",
"osFilter": "2",
"maxItems": 30
}

Example Use Cases

  • Market research — Compare flagship specifications across competing brands
  • Price tracking — Monitor suggested retail prices for 13,000+ devices
  • Product databases — Build device compatibility matrices for apps and accessories
  • Tech journalism — Quickly pull spec sheets for review articles
  • E-commerce — Enrich product listings with authoritative technical data
  • Lead generation — Find carriers and retailers stocking specific device categories

Frequently Asked Questions

Is this data publicly available? Yes. GSMArena publishes all device specifications publicly at gsmarena.com, accessible without any account or login.

How often is GSMArena data updated? GSMArena typically adds new devices within days of announcement. The scraper fetches live data on each run.

Can I get specs for older phones? Yes. GSMArena maintains an archive of 13,000+ devices spanning from early 2000s feature phones to the latest 2026 flagships.

What's the best mode for bulk data collection? Use byBrand with maxItems: 2000 to collect all devices from a specific manufacturer, or search with broad keywords and maxItems: 500 for cross-brand collection.

Do I need an API key or proxy? No. GSMArena serves all specification data publicly from standard datacenter IPs. No authentication, cookies, or proxy required.

How many requests does this scraper make? search and byBrand modes make 1 request per page (up to 60 results per page). deviceDetails makes a single request per device.

Can I get all devices from every brand? Yes — run byBrand for each brand. GSMArena lists 100+ brands on their makers page. Samsung alone has 1,400+ devices across 30 pages.