{
  "openapi": "3.0.1",
  "info": {
    "title": "PhoneMore Scraper",
    "description": "Scrapes phone, tablet, and smartwatch specs from phonemore.com, with search/filter support (brand, device type, network, screen size, storage, RAM, battery, camera, features).",
    "version": "0.1",
    "x-build-id": "dY8cwSAG3Cjs8FdZ7"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/rl1987~phonemore-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-rl1987-phonemore-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/rl1987~phonemore-scraper/runs": {
      "post": {
        "operationId": "runs-sync-rl1987-phonemore-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/rl1987~phonemore-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-rl1987-phonemore-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "scrapeAll": {
            "title": "Scrape all data (ignore filters)",
            "type": "boolean",
            "description": "When enabled, ignores keyword/brands/deviceType/network/features/hardware filters and crawls the unfiltered listing for phones, tablets, and smartwatches. Max items / Max listing pages still apply as run-size limits.",
            "default": false
          },
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Free-text search matched against device name/model (e.g. \"galaxy s25\", \"iphone 17 pro\")."
          },
          "brands": {
            "title": "Brands",
            "type": "array",
            "description": "Restrict results to these brands. Leave empty for all brands.",
            "items": {
              "type": "string",
              "enum": [
                "Acer",
                "Alcatel",
                "Amazon",
                "Anda",
                "Apple",
                "Archos",
                "Asus",
                "BGH",
                "BlackBerry",
                "Blackview",
                "Blu",
                "Bq",
                "CAT",
                "CCE",
                "Cerulean",
                "Coolpad",
                "Dell",
                "Energizer",
                "Essential",
                "Fairphone",
                "Gigabyte",
                "Gionee",
                "Google",
                "Gradiente",
                "HMD",
                "HP",
                "HTC",
                "Honor",
                "Huawei",
                "Hyundai",
                "Infinix",
                "Jiayu",
                "Kyocera",
                "LG",
                "Lanix",
                "LeEco",
                "Lenovo",
                "Meizu",
                "Meu",
                "Micromax",
                "Microsoft",
                "Mirage",
                "Motorola",
                "Multilaser",
                "NEC",
                "NGM",
                "NOMU",
                "Nextbit",
                "Nokia",
                "Nothing",
                "Obabox",
                "Onda",
                "OnePlus",
                "Oppo",
                "Orange",
                "Otium",
                "Oukitel",
                "Palm",
                "Panasonic",
                "Pantech",
                "Parla",
                "Philco",
                "Philips",
                "Positivo",
                "Qbex",
                "Quantum",
                "RedMagic",
                "Razer",
                "Realme",
                "Sagem",
                "Samsung",
                "Sharp",
                "Sonim",
                "Sony",
                "Sony Ericsson",
                "T-Mobile",
                "TCL",
                "TP-Link",
                "Tecno",
                "Toshiba",
                "Trump",
                "Ulefone",
                "Umidigi",
                "Unihertz",
                "Venko",
                "Vertu",
                "Vivo",
                "Vodafone",
                "Wiko",
                "Wileyfox",
                "Xiaomi",
                "Xolo",
                "Yezz",
                "ZTE",
                "iQOO"
              ]
            },
            "default": []
          },
          "deviceType": {
            "title": "Device type",
            "enum": [
              "phone",
              "tablet",
              "smartwatch"
            ],
            "type": "string",
            "description": "Type of device to search for.",
            "default": "phone"
          },
          "network": {
            "title": "Network",
            "enum": [
              "2G",
              "3G",
              "3G+",
              "4G",
              "5G"
            ],
            "type": "string",
            "description": "Minimum supported network generation."
          },
          "features": {
            "title": "Required features",
            "type": "array",
            "description": "Only include devices supporting all selected features.",
            "items": {
              "type": "string",
              "enum": [
                "nfc",
                "gps",
                "waterproof",
                "scratch_resistant",
                "gorilla_glass",
                "infrared",
                "qwerty_keyboard",
                "radio",
                "tv",
                "dlna"
              ],
              "enumTitles": [
                "NFC",
                "GPS",
                "Waterproof",
                "Scratch resistant",
                "Gorilla Glass",
                "Infrared",
                "QWERTY keyboard",
                "Radio",
                "TV",
                "DLNA"
              ]
            },
            "default": []
          },
          "minScreenInches": {
            "title": "Minimum screen size (inches)",
            "minimum": 1,
            "type": "integer",
            "description": "e.g. 6 for 6\" or more."
          },
          "minStorageGB": {
            "title": "Minimum internal storage (GB)",
            "minimum": 1,
            "type": "integer",
            "description": "e.g. 128 for 128GB or more."
          },
          "minRamGB": {
            "title": "Minimum RAM (GB)",
            "minimum": 1,
            "type": "integer",
            "description": "e.g. 8 for 8GB RAM or more."
          },
          "minBatteryMah": {
            "title": "Minimum battery capacity (mAh)",
            "minimum": 100,
            "type": "integer",
            "description": "e.g. 5000 for 5000 mAh or more."
          },
          "minMegapixel": {
            "title": "Minimum main camera resolution (MP)",
            "minimum": 1,
            "type": "integer",
            "description": "e.g. 48 for 48MP or more."
          },
          "minCameraLenses": {
            "title": "Minimum rear camera lenses",
            "minimum": 1,
            "maximum": 4,
            "type": "integer",
            "description": "e.g. 2 for dual camera or more."
          },
          "minSimCards": {
            "title": "Minimum SIM slots",
            "minimum": 1,
            "maximum": 4,
            "type": "integer",
            "description": "e.g. 2 for Dual-SIM or more."
          },
          "minProcessorCores": {
            "title": "Minimum CPU cores",
            "minimum": 1,
            "type": "integer",
            "description": "e.g. 8 for Octa-Core or more."
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of device detail pages to scrape. Leave blank for a default of 200 - unless Scrape all data is enabled, in which case leaving it blank means unlimited (crawls the full catalog)."
          },
          "maxPages": {
            "title": "Max listing pages",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of paginated listing pages to crawl (20 devices/page). Leave empty for no limit (bounded only by Max items)."
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Specifies proxy servers that will be used by the scraper in order to hide its origin.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}