This repo is dedicated for scraping phone specifications from Phone Arena. The scraper extracts detailed information about various phone models, including their features and specifications.
The logic for scraping is implemented in the coreLogicDebug.ipynb file, which contains the main scraping functions and methods.
All the available phone specifications as in DEC 2025 can be found in the DATA/ directory.
To get started with the Phone Arena Scraper, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using pip:
pip install -r requirements.txt - Open the
coreLogicDebug.ipynbfile in Jupyter Notebook to explore the scraping logic. - Edit the cells as needed and run them to execute the scraping functions and extract phone specifications.
OR
- APP based of this scraper can be found here Phone Specs Scraper App
- Download the executable file and run it on your machine.