GSMArenaParser
This is an GSMArena Parser API. This API is insanely easy to use, no need to use device or brand ids. You need just name of brand to retrieve phones from them or you can use manufacturer and model to get specs for one specific device. We have our own database and we refresh it permanently. Because of our own database, API doesn't parse website at runtimes, so it's very fast and accurate. API…
GSMArenaParser endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get devices by chipset /api/values/devicesbysoc/{soc} |
Retrieves all devices with specified chipset |
| GET |
Get available manufacturers /api/values/availablebrands |
Retrieves available brands from database |
| POST |
AI Filter /api/values/filterwithai |
This endpoint filters records based on your prompt |
| GET |
Get devices by brand /api/values/getdevices/{manufacturer} |
Returns all devices of brand |
| GET |
Get specs of device /api/values/getspecs/{manufacturer}/{model} |
Returns specifications of specified device by manufacturer and model |
GSMArenaParser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO | $5 / month | 3 / second |
|
| ULTRA Recommended | $8 / month | 5 / second |
|
| MEGA | $50 / month | 20 / second |
|