Access our comprehensive mobile phone specifications database via our fast API, featuring over 10,000 models with details like dimensions, display, processor, and camera. Each model includes technical information and an image, helping consumers compare and choose the right phone
This project provides multiple API endpoints for retrieving mobile phone specifications and related data. You can select any of the available endpoints, each with its specific input requirements, as detailed below.
Please note: Apify does not support declaring custom tabs for each endpoint, so you'll need to select an endpoint from the list and fill in the required parameters for that specific endpoint.
Parameters are only required for certain endpoints, as specified in the description of each.
brandName
: The brand/manufacturer of the mobile phone (required for certain endpoints).modelName
: The model name of the mobile phone (required for certain endpoints).phoneCustomId
: A unique identifier for the mobile phone (required for certain endpoints).imageId
: A unique identifier for retrieving a specific image.Endpoint:
GET /brands
Description: Retrieve a list of all available phone brands.
Endpoint:
GET /models/{brandName}
Description: Retrieve a list of all models for a specified phone brand.
brandName
: RequiredEndpoint:
GET /specifications/{brandName}/{modelName}
Description: Retrieve detailed specifications for a mobile phone by brand and model name.
brandName
: RequiredmodelName
: RequiredEndpoint:
GET /specifications/{phoneCustomId}
Description: Retrieve detailed specifications for a mobile phone by its custom ID.
phoneCustomId
: RequiredEndpoint:
GET /image/{phoneCustomId}/link
Description: Retrieve an image link for a mobile phone by its custom ID.
phoneCustomId
: RequiredEndpoint:
GET /image/{imageId}/media
Description: Retrieve an image as media content by its ID.
imageId
: Requiredcurl -X GET "http://api-mobilephone.makingdatameaningful.com/api/v1/brands"
curl -X GET "http://api-mobilephone.makingdatameaningful.com/api/v1/models/Samsung"
curl -X GET "http://api-mobilephone.makingdatameaningful.com/api/v1/specifications/Samsung/Galaxy-S21"
curl -X GET "http://api-mobilephone.makingdatameaningful.com/api/v1/image/12345/link"
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!