GSMArena Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
| Field | Description | Example |
|---|---|---|
deviceName | Full device name | Samsung Galaxy S26 Ultra |
brand | Manufacturer | Samsung |
url | GSMArena device page URL | https://www.gsmarena.com/samsung_galaxy_s26_ultra_5g-14320.php |
imageUrl | Product image URL | https://fdn2.gsmarena.com/... |
released | Release date | 2026, March 06 |
status | Availability status | Available |
displaySize | Screen size | 6.9 inches |
displayResolution | Screen resolution | 1440 x 3120 pixels |
displayType | Panel technology | Dynamic LTPO AMOLED 2X, 120Hz |
chipset | Processor | Qualcomm Snapdragon 8 Elite Gen 5 |
cpu | CPU details | Octa-core (2x4.74 GHz + 6x3.62 GHz) |
gpu | GPU | Adreno 840 |
os | Operating system | Android 16, One UI 8.5 |
ram | RAM capacity | 12GB |
storage | Internal storage | 256GB |
rearCamera | Main camera resolution | 200 MP |
rearCameraDetails | Full rear camera specs | 200 MP, f/1.4, 23mm... |
frontCamera | Selfie camera resolution | 12 MP |
battery | Battery capacity | 5000 mAh |
network | Highest network standard | 5G |
networkTechnology | Full network specs | GSM / CDMA / HSPA / LTE / 5G |
wlan | Wi-Fi standard | Wi-Fi 802.11 a/b/g/n/ac/6e/7 |
bluetooth | Bluetooth version | 6.0, A2DP, LE |
nfc | NFC support | Yes |
usb | USB type | USB Type-C 3.2, OTG |
gps | GPS systems | GPS, GLONASS, BDS, GALILEO |
dimensions | Physical dimensions | 163.6 x 78.1 x 7.9 mm |
weight | Device weight | 214 g |
build | Materials | Glass front, aluminum frame |
sim | SIM type | Nano-SIM + eSIM |
sensors | Sensor list | Fingerprint, accelerometer, gyro |
colors | Available colors | Cobalt Violet, Sky Blue, Black |
price | Suggested retail price | $1,049.99 / €934.99 |
scrapedAt | Scrape 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}
| Parameter | Type | Description |
|---|---|---|
searchQuery | string | Keyword to search (device name, brand) |
osFilter | select | Filter by OS: 2=Android, 3=iOS, 1=Feature phones, 10=KaiOS |
availability | select | 1=Available, 2=Coming soon, 3=Discontinued, 5=Rumored |
sortBy | select | 0=Popularity, 1=Price, 2=Weight, 3=Camera, 4=Battery |
maxItems | integer | Maximum 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.