Live Google AI Mode SERP Advanced

‌‌
Google AI Mode SERP API provides search results from the AI Mode feature of Google Search.

checked POST
Pricing

Your account will be charged for each request.
The cost can be calculated on the Pricing page.

All POST data should be sent in the JSON format (UTF-8 encoding). The task setting is done using the POST method. When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute, each Live SERP API call can contain only one task.

Below you will find a detailed description of the parameters that are required or recommended for setting a task.

Main Parameters

Field name Type Description
keyword string

keyword
required field
you can specify up to 700 characters in the keyword field
all %## will be decoded (plus character ‘+’ will be decoded to a space character)
if you need to use the “%” character for your keyword, please specify it as “%25”;
if you need to use the “+” character for your keyword, please specify it as “%2B”

learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article

location_code integer

search engine location code
required field if you don't specify location_name or location_coordinate
if you use this field, you don't need to specify location_name or location_coordinate
you can receive the list of available locations of the search engines with their location_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/locations
Note: check Google Search Help for the list of countries where AI Mode is currently available

language_code string

search engine language code
required field if you don't specify language_name;
if you use this field, you don't need to specify language_name;
you can receive the list of available languages of the search engine with their language_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/ai_mode/languages

device string

device type
optional field
return results for a specific device type
can take the values:desktop, mobile
default value: desktop


Below you will find a drop-down list with the additional parameters you can use for setting a task.

Additional Parameters

Field name Type Description
location_name string

full name of search engine location
required field if you don't specify location_code or location_coordinate
if you use this field, you don't need to specify location_code or location_coordinate
you can receive the list of available locations of the search engine with their location_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/locations
Note: check Google Search Help for the list of countries where AI Mode is currently available

language_name string

full name of search engine language
required field if you don't specify language_code;
if you use this field, you don't need to specify language_code;
you can receive the list of available languages of the search engine with their language_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/ai_mode/languages;

os string

device operating system
optional field
if you specify desktop in the device field, choose from the following values: windows, macos
default value: windows
if you specify mobile in the device field, choose from the following values: android, ios
default value: android

tag string

user-defined task identifier
optional field
the character limit is 255
you can use this parameter to identify the task and match it with the result
you will find the specified tag value in the data object of the response

calculate_rectangles boolean

calculate pixel rankings for SERP elements in advanced results
optional field
pixel ranking refers to the distance between the result snippet and top left corner of the screen;
Visit Help Center to learn more>>
by default, the parameter is set to false
Note: if set to true, the charge per task will be multiplied by 2

browser_screen_width integer

browser screen width
optional field
you can set a custom browser screen width to calculate pixel rankings for a particular device;
can be specified within the following range: 240-9999;
by default, the parameter is set to:
1920 for desktop;
360 for mobile on android;
375 for mobile on iOS;
Note: to use this parameter, set calculate_rectangles to true

browser_screen_height integer

browser screen height
optional field
you can set a custom browser screen height to calculate pixel rankings for a particular device;
can be specified within the following range: 240-9999;
by default, the parameter is set to:
1080 for desktop;
640 for mobile on android;
812 for mobile on iOS;
Note: to use this parameter, set calculate_rectangles to true

browser_screen_resolution_ratio integer

browser screen resolution ratio
optional field
you can set a custom browser screen resolution ratio to calculate pixel rankings for a particular device;
can be specified within the following range: 0.5-3;
by default, the parameter is set to:
1 for desktop;
3 for mobile on android;
3 for mobile on iOS;
Note: to use this parameter, set calculate_rectangles to true

location_coordinate string

GPS coordinates of a location
required field if you don't specify location_name or location_code
if you use this field, you don't need to specify location_name or location_code
location_coordinate parameter should be specified in the "latitude,longitude,zoom" format
if "zoom" is not specified, 9z will be applied as a default value
the maximum number of decimal digits for "latitude" and "longitude": 7
the minimum value for "zoom": 4z
the maximum value for "zoom": 18z
example:
52.6178549,-155.352142,18z



‌‌As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

Description of the fields in the results array:
Field nameTypeDescription
versionstring

the current version of the API

status_codeinteger

general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions

status_messagestring

general informational message
you can find the full list of general informational messages here

timestring

execution time, seconds

costfloat

total tasks cost, USD

tasks_countinteger

the number of tasks in the tasks array

tasks_errorinteger

the number of tasks in the tasks array returned with an error

tasksarray

array of tasks

    idstring

task identifier
unique task identifier in our system in the UUID format

    status_codeinteger

status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here

    status_messagestring

informational message of the task
you can find the full list of general informational messages here

    timestring

execution time, seconds

    costfloat

cost of the task, USD

    result_countinteger

number of elements in the result array

    patharray

URL path

    dataobject

contains the same parameters that you specified in the POST request

    resultarray

array of results

        keywordstring

keyword received in a POST array
the keyword is returned with decoded %## (plus symbol '+' will be decoded to a space character)

        typestring

search engine type in a POST array

        se_domainstring

search engine domain in a POST array

        location_codeinteger

location code in a POST array

        language_codestring

language code in a POST array

        check_urlstring

direct URL to search engine results
you can use it to make sure that we provided exact results

        datetimestring

date and time when the result was received
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

        spellobject

autocorrection of the search engine
if the search engine provided results for a keyword that was corrected, we will specify the keyword corrected by the search engine and the type of autocorrection;
in this case, the value will be null

            keywordstring

keyword obtained as a result of search engine autocorrection
the results will be provided for the corrected keyword

            typestring

type of autocorrection
possible values:
did_you_mean, showing_results_for, no_results_found_for, including_results_for

        refinement_chipsobject

search refinement chips
in this case, the value will be null

            typestring

type of element='refinement_chips'n

            xpathstring

the XPath of the element

            itemsarray

items of the element

                typestring

type of element='refinement_chips_element'n

                titlestring

title of the element

                urlstring

search URL with refinement parameters

                domainstring

domain in SERP

                optionsarray

further search refinement options

                    typestring

type of element='refinement_chips_option'

                    titlestring

title of the element

                    urlstring

search URL with refinement parameters

                    domainstring

domain in SERP

        item_typesarray

types of search results in SERP
contains types of search results (items) found in SERP.
possible item types:
ai_overview

        se_results_countinteger

total number of results in SERP

        items_countinteger

the number of results returned in the items array

        itemsarray

elements of search results found in SERP

        ai_overviewobject
            typestring

type of element='ai_overview'

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            pageinteger

SERP page
SERP page on which the element ranks

            positionstring

the alignment of the element in SERP
can take the following values:
left, right

            xpathstring

the XPath of the element

            markdownstring

content of the element in markdown format
the text of the ai_overview formatted in the markdown markup language

            itemsarray

items present in the element

                typestring

type of element = 'ai_overview_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                titlestring

title of the element

                textstring

text or description of the element in SERP

                markdownstring

content of the element in markdown format

                linksarray

website links featured in the element
if there are none, equals null

                    typestring

type of element = 'link_element'

                    titlestring

link anchor text

                    descriptionstring

link description

                    urlstring

link URL

                    domainstring

domain in SERP

                imagesarray

images of the element
if there are none, equals null

                    typestring

type of element = 'images_element'

                    altstring

alt tag of the image

                    urlstring

relevant URL

                    image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_reference'

                    sourcestring

reference source name or title

                    domainstring

domain name of the reference

                    urlstring

reference page URL

                    titlestring

reference page title

                    textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                typestring

type of element = 'ai_overview_video_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                titlestring

title of the element

                snippetstring

additional information for the video

                urlstring

URL of the link to the video

                domainstring

domain of the website hosting the video

                image_urlstring

URL to the image thumbnail of the video

                sourcestring

name of the source of the video

                datestring

date when the video was published or indexed
example:
Apr 26, 2024

                timestampstring

date and time when the video was published or indexed
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2019-11-15 12:57:46 +00:00

                typestring

type of element = 'ai_overview_table_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                markdownstring

content of the element in markdown format

                tableobject

table present in the element
the header and content of the table present in the element

                    table_headerarray

content in the header of the table

                    table_contentarray

array of contents of the table present in the element
each array represents the table row

                referencesarray

references relevant to the element
includes references to webpages that were used to generate the ai_overview_element

                    typestring

type of element = 'ai_overview_reference'

                    sourcestring

reference source name or title

                    domainstring

domain name of the reference

                    urlstring

reference page URL

                    titlestring

reference page title

                    textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                typestring

type of element = 'ai_overview_expanded_element'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                titlestring

title of the element in SERP

                textstring

additional text of the element in SERP

                componentsarray

array of components of the element

                    typearray

type of component = 'ai_overview_expanded_component'

                    titlestring

title of the element in SERP

                    textstring

text of the component

                    markdownstring

text of the component in the markdwon format

                    imagesarray

images of the component
if there are none, equals null

                        typestring

type of element = 'images_element'

                        altstring

alt tag of the image

                        urlstring

relevant URL

                        image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

                    linksarray

sitelinks
the links shown below some of Google's search results
if there are none, equals null

                        typestring

type of element = 'link_element'

                        titlestring

title of the link

                        descriptionstring

description of the link

                        urlstring

URL in link

                        domainstring

domain in link

                    referencesarray

additional references relevant to the item
includes references to webpages that may have been used to generate the ai_overview

                        typestring

type of element = 'ai_overview_reference'

                        sourcestring

reference source name or title

                        domainstring

domain name of the reference

                        urlstring

reference page URL

                        titlestring

reference page title

                        textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

                typestring

type of element = 'ai_overview_shopping'

                positionstring

the alignment of the element in SERP
can take the following values:
left, right

                titlestring

title of the element in SERP

                markdownstring

content of the element in markdown format
the text of the ai_overview formatted in the markdown markup language

                itemsarray

items present in the element

                    typestring

type of element = 'ai_overview_shopping_element'

                    product_idstring

product ID in a POST array
learn more about the parameter in this help center guide

                    titlestring

title of the element

                    urlstring

search URL with refinement parameters

                    domainstring

domain in SERP

                    ratingobject

product rating
the popularity rate based on reviews
if there is none, the value will be null

                        rating_typestring

the type of rating
here you can find the following elements: Max5, Percents, CustomMax

                        valuefloat

the value of the rating

                        votes_countinteger

the amount of feedback

                        rating_maxinteger

the maximum value for a rating_type

                    priceobject

product price
product price details on the seller's website;
if there is none, the value will be null

                        currentfloat

current price
indicates the current price of the shopping element

                        regularfloat

regular price
indicates the regular price of the shopping element

                        max_valuefloat

the maximum price
indicates the maximum price of the shopping element

                        currencystring

currency of the listed price
ISO code of the currency applied to the price

                        is_price_rangeboolean

price is provided as a range
indicates whether a price is provided in a range

                        displayed_pricestring

price string in the result
raw price string as provided in the result

                    sellerstring

product seller
name of the product's seller as displayed in search results

                    snippetstring

additional information about the result

                    marketplacestring

merchant account provider
e-commerce site that hosts products or websites of individual sellers under the same merchant account
example:
by Google

                    marketplace_urlstring

URL to the merchant account provider
e-commerce site that hosts products or websites of individual sellers under the same merchant account

                    image_urlstring

URL of the image
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)

            referencesarray

additional references relevant to the item
includes references to webpages that may have been used to generate the ai_overview

                typestring

type of element = 'ai_overview_reference'

                sourcestring

reference source name or title

                domainstring

domain name of the reference

                urlstring

reference page URL

                titlestring

reference page title

                textstring

reference text
text snippet from the page that was used to generate the ai_overview_element

            rectangleobject

rectangle parameters
contains cartesian coordinates and pixel dimensions of the result's snippet in SERP
equals null if calculate_rectangles in the POST request is not set to true

                xinteger

x-axis coordinate
x-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                yinteger

y-axis coordinate
y-axis coordinate of the top-left corner of the result's snippet, where top-left corner of the screen is the origin

                widthinteger

width of the element in pixels

                heightinteger

height of the element in pixels


‌‌

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-access

# Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access 
login="login" 
password="password" 
cred="$(printf ${login}:${password} | base64)" 
curl --location --request POST "https://api.dataforseo.com/v3/serp/google/ai_mode/live/advanced" 
--header "Authorization: Basic ${cred}"  
--header "Content-Type: application/json" 
--data-raw '[
    {
        "language_code": "en",
        "location_code": 2840,
        "keyword": "what is google ai mode"
    }
]'
<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
try {
   // Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
   $client = new RestClient($api_url, null, 'login', 'password');
} catch (RestClientException $e) {
   echo "n";
   print "HTTP code: {$e->getHttpCode()}n";
   print "Error code: {$e->getCode()}n";
   print "Message: {$e->getMessage()}n";
   print  $e->getTraceAsString();
   echo "n";
   exit();
}
$post_array = array();
// You can set only one task at a time
$post_array[] = array(
   "language_code" => "en",
   "location_code" => 2840,
   "keyword" => mb_convert_encoding("what is google ai mode", "UTF-8")
);
if (count($post_array) > 0) {
try {
    // POST /v3/serp/google/ai_mode/live/advanced
    // in addition to 'google' and 'ai_mode' you can also set other search engine and type parameters
    // the full list of possible parameters is available in documentation
    $result = $client->post('/v3/serp/google/ai_mode/live/advanced', $post_array);
    print_r($result);
    // do something with post result
} catch (RestClientException $e) {
    echo "n";
    print "HTTP code: {$e->getHttpCode()}n";
    print "Error code: {$e->getCode()}n";
    print "Message: {$e->getMessage()}n";
    print  $e->getTraceAsString();
    echo "n";
}
$client = null;
?>
const axios = require('axios');

axios({
    method: 'post',
    url: 'https://api.dataforseo.com/v3/serp/google/ai_mode/live/advanced',
    auth: {
        username: 'login',
        password: 'password'
    },
    data: [{
        "language_code": "en",
        "location_code": 2840,
        "keyword": encodeURI("what is google ai mode")
    }],
    headers: {
        'content-type': 'application/json'
    }
}).then(function (response) {
    var result = response['data']['tasks'];
    // Result data
    console.log(result);
}).catch(function (error) {
    console.log(error);
});
from client import RestClient
# You can download this file from here https://cdn.dataforseo.com/v3/examples/python/python_Client.zip

client = RestClient("login", "password")
post_data = dict()
# You can set only one task at a time
post_data[len(post_data)] = dict(
    language_code="en",
    location_code=2840,
    keyword="what is google ai mode"
)
# POST /v3/serp/google/ai_mode/live/advanced
# in addition to 'google' and 'ai_mode' you can also set other search engine and type parameters
# the full list of possible parameters is available in documentation
response = client.post("/v3/serp/google/ai_mode/live/advanced", post_data)
# you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
if response["status_code"] == 20000:
    print(response)
    # do something with result
else:
    print("error. Code: %d Message: %s" % (response["status_code"], response["status_message"]))
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;

namespace DataForSeoDemos
{
    public static partial class Demos
    {
        public static async Task serp_live_advanced()
        {
            var httpClient = new HttpClient
            {
                BaseAddress = new Uri("https://api.dataforseo.com/"),
                // Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
                // DefaultRequestHeaders = { Authorization = new AuthenticationHeaderValue("Basic", Convert.ToBase64String(Encoding.ASCII.GetBytes("login:password"))) }
            };
            var postData = new List<object>();
            // You can set only one task at a time
            postData.Add(new
            {
                language_code = "en",
                location_code = 2840,
                keyword = "what is google ai mode"
            });
            // POST /v3/serp/google/ai_mode/live/advanced
            // in addition to 'google' and 'ai_mode' you can also set other search engine and type parameters
            // the full list of possible parameters is available in documentation
            var taskPostResponse = await httpClient.PostAsync("/v3/serp/google/ai_mode/live/advanced", new StringContent(JsonConvert.SerializeObject(postData)));
            var result = JsonConvert.DeserializeObject<dynamic>(await taskPostResponse.Content.ReadAsStringAsync());
            // you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
            if (result.status_code == 20000)
            {
                // do something with result
                Console.WriteLine(result);
            }
            else
                Console.WriteLine($"error. Code: {result.status_code} Message: {result.status_message}");
        }
    }
}

The above command returns JSON structured like this:

{
  "version": "0.1.20260223",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "12.8697 sec.",
  "cost": 0.004,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "02241638-1535-0139-0000-f0c53c397c88",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "11.3557 sec.",
      "cost": 0.004,
      "result_count": 1,
      "path": [
        "v3",
        "serp",
        "google",
        "ai_mode",
        "live",
        "advanced"
      ],
      "data": {
        "api": "serp",
        "function": "live",
        "se": "google",
        "se_type": "ai_mode",
        "language_name": "English",
        "location_name": "London,England,United Kingdom",
        "keyword": "iphone 16 price comparison",
        "device": "desktop",
        "os": "windows"
      },
      "result": [
        {
          "keyword": "iphone 16 price comparison",
          "type": "ai_mode",
          "se_domain": "google.com",
          "location_code": 1006886,
          "language_code": "en",
          "check_url": "https://www.google.com/search?q=iphone%2016%20price%20comparison&hl=en&gl=GB&udm=50&uule=w+CAIQIFISCXXeIa8LoNhHEZkq1d1aOpZS",
          "datetime": "2026-02-24 14:38:25 +00:00",
          "spell": null,
          "refinement_chips": null,
          "item_types": [
            "ai_overview"
          ],
          "se_results_count": 0,
          "items_count": 1,
          "items": [
            {
              "type": "ai_overview",
              "rank_group": 1,
              "rank_absolute": 1,
              "page": 1,
              "position": "left",
              "xpath": "/html[1]/body[1]/div[2]/div[1]/div[9]/div[1]/div[2]/div[1]/section[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/div[1]/div[3]",
              "markdown": "The iPhone 16 series starts at **£599 / $599** for the [iPhone 16e](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:7398186838865327481,gpcid:14126173308846421367,headlineOfferDocid:1127918481051440950,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQxa4PegQIAhAD) and ranges up to **£1,599 / $1,599** for the top-tier [iPhone 16 Pro Max](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462492849692868,imageDocid:17679513203478999390,gpcid:5947667959674427990,headlineOfferDocid:17383852530810184723,catalogid:10702330202256481728,productDocid:7883580942214823167,rds:CSS_PC_5947667959674427990%7CPC_5947667959674427990%7CPROD_CSS_PC_5947667959674427990%7CPROD_PC_5947667959674427990&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQxa4PegQIAhAF) with 1TB of storage . While Apple's official pricing is fixed, third-party retailers like [Argos](https://www.argos.co.uk/product/7332520?&utm_custom6=LIA&utm_source=google&utm_medium=free_listing&utm_campaign=merchant_center&deeplink=true) and [Currys](https://www.currys.co.uk/products/apple-iphone-16e-128-gb-black-10276701.html) often offer discounts of up to 9% on specific models.[[1]](https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599)[[2]](https://www.macrumors.com/2025/02/21/how-much-does-iphone-16-cost/#:~:text=Friday%20February%2021%2C%202025%205,16e%20%28Don't%20Buy%29)[[3]](https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[4]](https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[5]](https://www.whistleout.com.au/MobilePhones/News/iPhone-16-price-cut#:~:text=Apple%20is%20already%20charging%20the%20new%20prices,iPhone%2016%2C%20which%20still%20starts%20at%20$999.)nnUK Price Comparison by Model (SIM-Free)nnRetail prices in the UK vary slightly between the official Apple Store and major electronics retailers.nn[![Apple iPhone 16e](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:16)nApple iPhone 16e £499.00 & more prices Argos & more 4.6 (8.5k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:12776322387042703964,gpcid:14126173308846421367,headlineOfferDocid:2765031151775529718,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAC) nn- **Argos/Currys** : £499 (currently discounted from £549).n- **Apple Store** : £599.nn[![Apple iPhone 16](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:17)nApple iPhone 16 £649.00 £699.00 & more prices Currys & more 4.7 (26.6k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576460833570787340,imageDocid:13931664520510243125,gpcid:1465601687215425854,headlineOfferDocid:3959967330461980312,catalogid:14710581654902521012,productDocid:1337961092622867211,rds:CSS_PC_1465601687215425854%7CPC_1465601687215425854%7CPROD_CSS_PC_1465601687215425854%7CPROD_PC_1465601687215425854&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAN) nn- **Argos/Mobiles.co.uk** : £649.n- **Apple Store/Tesco** : £699.nn[![Apple iPhone 16 Plus](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:18)nApple iPhone 16 Plus £749.00 £799.00 & more prices Currys & more 4.7 (8.7k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462819791058017,imageDocid:11820892857456011017,gpcid:8897179128216049295,headlineOfferDocid:1132731325589855711,catalogid:10946276701947621633,productDocid:2037843367107876121,rds:CSS_PC_8897179128216049295%7CPC_8897179128216049295%7CPROD_CSS_PC_8897179128216049295%7CPROD_PC_8897179128216049295&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAY) nn- **Argos/Currys** : £749.n- **Apple Store** : £799.nn[![Apple iPhone 16 Pro](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:19)nApple iPhone 16 Pro £949.00 & more prices We Buy Any Mobile & more 4.5 (21.2k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462796115543865,imageDocid:13551843893921557809,gpcid:10943350843658421229,headlineOfferDocid:2136782112117178687,catalogid:6127149605808509243,productDocid:7014898487207829112,rds:CSS_PC_10943350843658421229%7CPC_10943350843658421229%7CPROD_CSS_PC_10943350843658421229%7CPROD_PC_10943350843658421229&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAk) nn- **idealo.co.uk** : Starting from £849.n- **MoneySuperMarket** : Official starting price is £799.nn[![Apple iPhone 16 Pro Max Titanium](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:20)nApple iPhone 16 Pro Max Titanium £1,199.00 & more prices Tesco & more 4.4 (21.7k)+ more](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462492849692868,imageDocid:17679513203478999390,gpcid:5947667959674427990,headlineOfferDocid:17383852530810184723,catalogid:10702330202256481728,productDocid:7883580942214823167,rds:CSS_PC_5947667959674427990%7CPC_5947667959674427990%7CPROD_CSS_PC_5947667959674427990%7CPROD_PC_5947667959674427990&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAv) nn- **Tesco** : £1,199.n- **PriceSpy** : Spotted at £1,119 at certain retailers.[[1]](https://www.moneysupermarket.com/mobile-phones/apple/iphone-16-pro-deals/#:~:text=with%20iOS%2018-,Availability%20and%20price,899%20and%20%C2%A31%2C199%20respectively.)[[2]](https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[3]](https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[4]](https://www.google.com/search?q=product&prds=pvt:hg,productid:3452562929003363618,catalogid:13039969681672175437,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop)[[5]](https://www.idealo.co.uk/compare/204771161/apple-iphone-16-128gb-black.html)[[6]](https://www.google.com/search?q=product&prds=pvt:hg,productid:1337961092622867211,catalogid:14710581654902521012,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop)[[7]](https://www.google.com/search?q=product&prds=pvt:hg,productid:14054578951609781599,catalogid:4060211885099315058,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop)[[8]](https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[9]](https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[10]](https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[11]](https://www.idealo.co.uk/compare/204736911/apple-iphone-16-pro.html)[[12]](https://pricespy.co.uk/s/apple-iphone-16/#:~:text=45%25,Max%205G%208GB%20RAM%20512GB)[[13]](https://www.uswitch.com/mobiles/iphone-16-pro-max-deals/#:~:text=If%20buying%20new%2C%20the%20iPhone%2016%20Pro,starts%20at%20%C2%A31%2C199%20for%20the%20256GB%20model.)nnUSA Price Comparison by Model (Starting Prices)nnUS pricing follows a consistent structure across the lineup based on base storage capacity.[[1]](https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599)[[2]](https://www.macrumors.com/2025/02/21/how-much-does-iphone-16-cost/#:~:text=Friday%20February%2021%2C%202025%205,16e%20%28Don't%20Buy%29)nn| Model[[1]](https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599)[[2]](https://discussions.apple.com/thread/255995250#:~:text=The%20cheapest%20iPhone%2016e%20costs%20$599%20USD.%20It%20has%20128%20GB%20of%20storage.)[[3]](https://pricespy.co.uk/s/apple-iphone-16/#:~:text=45%25,Max%205G%208GB%20RAM%20512GB)[[4]](https://www.billboard.com/culture/product-recommendations/t-mobile-iphone-16e-free-deal-shop-online-1236108114/#:~:text=Starting%20at%20$599%20for%20the%20125GB%20model%2C,of%20prices%2C%20storage%20options%20and%20wireless%20providers.)[[5]](https://www.cnet.com/tech/mobile/iphone-17e-release-date-price-specs-features-rumors/#:~:text=While%20there%20isn't%20much%20regarding%20the%20pricing,128GB%2C%20with%20the%20latter%20starting%20at%20$699.) | 128GB | 256GB | 512GB | 1TB |n|---|---|---|---|---|n| **iPhone 16e** | $599 | $699 | $899 | N/A |n| **iPhone 16** | $799 | $899 | $1,099 | N/A |n| **iPhone 16 Plus** | $899 | $999 | $1,119 | N/A |n| **iPhone 16 Pro** | $999 | $1,099 | $1,299 | $1,499 |n| **iPhone 16 Pro Max** | N/A | $1,199 | $1,399 | $1,599 |nnUser Sentiment & PerformancennExpert and user reviews highlight several key strengths across the new lineup.[[1]](https://www.aliexpress.com/i/1005008933620970.html#:~:text=Experts%20in%20the%20tech%20industry%20have%20also,the%20overall%20build%20quality%20as%20key%20strengths.)[[2]](https://www.plug.tech/products/iphone-16#:~:text=Reviewers%20praised%20the%20iPhone%2016%20for%20its,device's%20superior%20camera%2C%20audio%2C%20and%20display%20quality.)nn[![Apple iPhone 16](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:21)nApple iPhone 16 £699.00 & more prices Apple & more 4.7 (26.6k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576460833570787340,imageDocid:7217864709735610474,gpcid:1465601687215425854,headlineOfferDocid:13836102873727228679,catalogid:14710581654902521012,productDocid:1337961092622867211,rds:CSS_PC_1465601687215425854%7CPC_1465601687215425854%7CPROD_CSS_PC_1465601687215425854%7CPROD_PC_1465601687215425854&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAC) Users on major retail sites highly rate its **attractive design** and **ease of use** , noting that the setup process is straightforward when moving from older devices.nn[![Apple iPhone 16 Plus](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:22)nApple iPhone 16 Plus £799.00 & more prices Apple & more 4.7 (8.7k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462819791058017,imageDocid:16228087196740110850,gpcid:8897179128216049295,headlineOfferDocid:6614134710706234734,catalogid:10946276701947621633,productDocid:2037843367107876121,rds:CSS_PC_8897179128216049295%7CPC_8897179128216049295%7CPROD_CSS_PC_8897179128216049295%7CPROD_PC_8897179128216049295&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAM) Praised for its **large, clear display** and **quality camera** performance.nn[![Apple iPhone 16e](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:23)nApple iPhone 16e £599.00 & more prices Apple & more 4.6 (8.5k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:7398186838865327481,gpcid:14126173308846421367,headlineOfferDocid:1127918481051440950,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAX) Frequently cited for having **superb battery life** , making it a high-value option for the price.[[1]](https://www.google.com/search?q=product&prds=pvt:hg,productid:1337961092622867211,catalogid:14710581654902521012,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop)[[2]](https://www.google.com/search?q=product&prds=pvt:hg,productid:14054578951609781599,catalogid:4060211885099315058,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop)[[3]](https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[4]](https://www.google.com/search?q=product&prds=pvt:hg,productid:16340024321523860367,catalogid:15304842670567493919,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[5]](https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[6]](https://www.google.com/search?q=product&prds=pvt:hg,productid:12547667000936348459,catalogid:5238129818833767529,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[7]](https://www.backmarket.co.uk/en-gb/p/iphone-16e-128-gb-black-unlocked/4c1b6278-709b-4680-a6cc-25a2bf00b7c7)[[8]](https://www.amazon.co.uk/Apple-iPhone-16e-128GB-Intelligence/dp/B0DXQV1DQF#:~:text=Other%20Apple%20IPhone%2016e%20is%20amazing%20for,the%20price%20due%20to%20several%20key%20factors:)[[9]](https://medium.com/macoclock/iphone-17-buyers-guide-2026-buy-these-skip-the-air-56359e45c9b5#:~:text=iPhone%2016e%20If%20you%20can%20spend%20%E2%82%AC720%2C,roughly%20half%20the%20price%20of%20a%20Pro.)nnAre you looking for the best **contract deal** or a **SIM-free** purchase for a specific model?",
              "items": [
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": null,
                  "text": "The iPhone 16 series starts at £599 / $599 for the iPhone 16e and ranges up to £1,599 / $1,599 for the top-tier iPhone 16 Pro Max with 1TB of storage. While Apple's official pricing is fixed, third-party retailers like Argos and Currys often offer discounts of up to 9% on specific models. CNET +3",
                  "markdown": "The iPhone 16 series starts at **£599 / $599** for the [iPhone 16e](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:7398186838865327481,gpcid:14126173308846421367,headlineOfferDocid:1127918481051440950,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQxa4PegQIAhAD) and ranges up to **£1,599 / $1,599** for the top-tier [iPhone 16 Pro Max](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462492849692868,imageDocid:17679513203478999390,gpcid:5947667959674427990,headlineOfferDocid:17383852530810184723,catalogid:10702330202256481728,productDocid:7883580942214823167,rds:CSS_PC_5947667959674427990%7CPC_5947667959674427990%7CPROD_CSS_PC_5947667959674427990%7CPROD_PC_5947667959674427990&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQxa4PegQIAhAF) with 1TB of storage . While Apple's official pricing is fixed, third-party retailers like [Argos](https://www.argos.co.uk/product/7332520?&utm_custom6=LIA&utm_source=google&utm_medium=free_listing&utm_campaign=merchant_center&deeplink=true) and [Currys](https://www.currys.co.uk/products/apple-iphone-16e-128-gb-black-10276701.html) often offer discounts of up to 9% on specific models.[[1]](https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599)[[2]](https://www.macrumors.com/2025/02/21/how-much-does-iphone-16-cost/#:~:text=Friday%20February%2021%2C%202025%205,16e%20%28Don't%20Buy%29)[[3]](https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[4]](https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[5]](https://www.whistleout.com.au/MobilePhones/News/iPhone-16-price-cut#:~:text=Apple%20is%20already%20charging%20the%20new%20prices,iPhone%2016%2C%20which%20still%20starts%20at%20$999.)",
                  "links": [
                    {
                      "type": "link_element",
                      "title": "iPhone 16e",
                      "description": null,
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:7398186838865327481,gpcid:14126173308846421367,headlineOfferDocid:1127918481051440950,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQxa4PegQIAhAD",
                      "domain": "www.google.com"
                    },
                    {
                      "type": "link_element",
                      "title": "iPhone 16 Pro Max",
                      "description": null,
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462492849692868,imageDocid:17679513203478999390,gpcid:5947667959674427990,headlineOfferDocid:17383852530810184723,catalogid:10702330202256481728,productDocid:7883580942214823167,rds:CSS_PC_5947667959674427990%7CPC_5947667959674427990%7CPROD_CSS_PC_5947667959674427990%7CPROD_PC_5947667959674427990&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQxa4PegQIAhAF",
                      "domain": "www.google.com"
                    },
                    {
                      "type": "link_element",
                      "title": "Argos",
                      "description": null,
                      "url": "https://www.argos.co.uk/product/7332520?&utm_custom6=LIA&utm_source=google&utm_medium=free_listing&utm_campaign=merchant_center&deeplink=true",
                      "domain": "www.argos.co.uk"
                    },
                    {
                      "type": "link_element",
                      "title": "Currys",
                      "description": null,
                      "url": "https://www.currys.co.uk/products/apple-iphone-16e-128-gb-black-10276701.html",
                      "domain": "www.currys.co.uk"
                    }
                  ],
                  "images": null,
                  "references": [
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "CNET",
                      "domain": "www.cnet.com",
                      "url": "https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599",
                      "title": "Save Yourself Big Bucks by Grabbing the iPhone 16 for Less ...",
                      "text": "How much does the iPhone 16 cost and what are the specs? Prices differ depending on the amount of storage you buy, but here's the ..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "MacRumors",
                      "domain": "www.macrumors.com",
                      "url": "https://www.macrumors.com/2025/02/21/how-much-does-iphone-16-cost/#:~:text=Friday%20February%2021%2C%202025%205,16e%20%28Don't%20Buy%29",
                      "title": "How Much Does Each iPhone 16 Model Cost? - MacRumors",
                      "text": "How Much Does Each iPhone 16 Model Cost? * iPhone 16e. 128GB: $599 / £599. 256GB: $699 / £699. 512GB: $899 / £899. * iPhone 16. 12..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop",
                      "title": "Apple iPhone 16e",
                      "text": "Introducing the iPhone 16e, Apple's latest innovation that combines powerful performance with incredible value. Available in Black..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop",
                      "title": "Apple iPhone 16 Plus",
                      "text": "The first iPhone designed for Apple Intelligence. Personal, private, powerful iPhone 16 is built for Apple Intelligence, the perso..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "WhistleOut",
                      "domain": "www.whistleout.com.au",
                      "url": "https://www.whistleout.com.au/MobilePhones/News/iPhone-16-price-cut#:~:text=Apple%20is%20already%20charging%20the%20new%20prices,iPhone%2016%2C%20which%20still%20starts%20at%20$999.",
                      "title": "The iPhone 16 just got a permanent price cut",
                      "text": "Apple is already charging the new prices for its old iPhones, and we'd expect to see this rolled out to other retailers and telcos..."
                    }
                  ]
                },
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": "UK Price Comparison by Model (SIM-Free)",
                  "text": "Retail prices in the UK vary slightly between the official Apple Store and major electronics retailers.",
                  "markdown": "Retail prices in the UK vary slightly between the official Apple Store and major electronics retailers.",
                  "links": null,
                  "images": null,
                  "references": null
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16e](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:1)nApple iPhone 16e £499.00 & more prices Argos & more 4.6 (8.5k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:12776322387042703964,gpcid:14126173308846421367,headlineOfferDocid:2765031151775529718,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAC)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "6232195553081206070",
                      "title": "Apple iPhone 16e",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:12776322387042703964,gpcid:14126173308846421367,headlineOfferDocid:2765031151775529718,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAC",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.6,
                        "votes_count": 8500,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 499,
                        "regular": null,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£499.00 & more prices"
                      },
                      "seller": "Argos",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:0"
                    }
                  ]
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:3)nApple iPhone 16 £649.00 £699.00 & more prices Currys & more 4.7 (26.6k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576460833570787340,imageDocid:13931664520510243125,gpcid:1465601687215425854,headlineOfferDocid:3959967330461980312,catalogid:14710581654902521012,productDocid:1337961092622867211,rds:CSS_PC_1465601687215425854%7CPC_1465601687215425854%7CPROD_CSS_PC_1465601687215425854%7CPROD_PC_1465601687215425854&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAN)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "14710581654902521012",
                      "title": "Apple iPhone 16",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576460833570787340,imageDocid:13931664520510243125,gpcid:1465601687215425854,headlineOfferDocid:3959967330461980312,catalogid:14710581654902521012,productDocid:1337961092622867211,rds:CSS_PC_1465601687215425854%7CPC_1465601687215425854%7CPROD_CSS_PC_1465601687215425854%7CPROD_PC_1465601687215425854&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAN",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.7,
                        "votes_count": 26600,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 649,
                        "regular": 699,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£649.00 £699.00 & more prices"
                      },
                      "seller": "Currys",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:2"
                    }
                  ]
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16 Plus](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:5)nApple iPhone 16 Plus £749.00 £799.00 & more prices Currys & more 4.7 (8.7k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462819791058017,imageDocid:11820892857456011017,gpcid:8897179128216049295,headlineOfferDocid:1132731325589855711,catalogid:10946276701947621633,productDocid:2037843367107876121,rds:CSS_PC_8897179128216049295%7CPC_8897179128216049295%7CPROD_CSS_PC_8897179128216049295%7CPROD_PC_8897179128216049295&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAY)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "10946276701947621633",
                      "title": "Apple iPhone 16 Plus",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462819791058017,imageDocid:11820892857456011017,gpcid:8897179128216049295,headlineOfferDocid:1132731325589855711,catalogid:10946276701947621633,productDocid:2037843367107876121,rds:CSS_PC_8897179128216049295%7CPC_8897179128216049295%7CPROD_CSS_PC_8897179128216049295%7CPROD_PC_8897179128216049295&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAY",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.7,
                        "votes_count": 8700,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 749,
                        "regular": 799,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£749.00 £799.00 & more prices"
                      },
                      "seller": "Currys",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:4"
                    }
                  ]
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16 Pro](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:7)nApple iPhone 16 Pro £949.00 & more prices We Buy Any Mobile & more 4.5 (21.2k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462796115543865,imageDocid:13551843893921557809,gpcid:10943350843658421229,headlineOfferDocid:2136782112117178687,catalogid:6127149605808509243,productDocid:7014898487207829112,rds:CSS_PC_10943350843658421229%7CPC_10943350843658421229%7CPROD_CSS_PC_10943350843658421229%7CPROD_PC_10943350843658421229&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAk)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "6127149605808509243",
                      "title": "Apple iPhone 16 Pro",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462796115543865,imageDocid:13551843893921557809,gpcid:10943350843658421229,headlineOfferDocid:2136782112117178687,catalogid:6127149605808509243,productDocid:7014898487207829112,rds:CSS_PC_10943350843658421229%7CPC_10943350843658421229%7CPROD_CSS_PC_10943350843658421229%7CPROD_PC_10943350843658421229&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAk",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.5,
                        "votes_count": 21200,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 949,
                        "regular": null,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£949.00 & more prices"
                      },
                      "seller": "We Buy Any Mobile",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:6"
                    }
                  ]
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16 Pro Max Titanium](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:9)nApple iPhone 16 Pro Max Titanium £1,199.00 & more prices Tesco & more 4.4 (21.7k)+ more](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462492849692868,imageDocid:17679513203478999390,gpcid:5947667959674427990,headlineOfferDocid:17383852530810184723,catalogid:10702330202256481728,productDocid:7883580942214823167,rds:CSS_PC_5947667959674427990%7CPC_5947667959674427990%7CPROD_CSS_PC_5947667959674427990%7CPROD_PC_5947667959674427990&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAv)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "10702330202256481728",
                      "title": "Apple iPhone 16 Pro Max Titanium",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462492849692868,imageDocid:17679513203478999390,gpcid:5947667959674427990,headlineOfferDocid:17383852530810184723,catalogid:10702330202256481728,productDocid:7883580942214823167,rds:CSS_PC_5947667959674427990%7CPC_5947667959674427990%7CPROD_CSS_PC_5947667959674427990%7CPROD_PC_5947667959674427990&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIBhAv",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.4,
                        "votes_count": 21700,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 1199,
                        "regular": null,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£1,199.00 & more prices"
                      },
                      "seller": "Tesco",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:8"
                    }
                  ]
                },
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": "USA Price Comparison by Model (Starting Prices)",
                  "text": "US pricing follows a consistent structure across the lineup based on base storage capacity. CNET +1",
                  "markdown": "US pricing follows a consistent structure across the lineup based on base storage capacity.[[1]](https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599)[[2]](https://www.macrumors.com/2025/02/21/how-much-does-iphone-16-cost/#:~:text=Friday%20February%2021%2C%202025%205,16e%20%28Don't%20Buy%29)",
                  "links": null,
                  "images": null,
                  "references": [
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "CNET",
                      "domain": "www.cnet.com",
                      "url": "https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599",
                      "title": "Save Yourself Big Bucks by Grabbing the iPhone 16 for Less ...",
                      "text": "How much does the iPhone 16 cost and what are the specs? Prices differ depending on the amount of storage you buy, but here's the ..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "MacRumors",
                      "domain": "www.macrumors.com",
                      "url": "https://www.macrumors.com/2025/02/21/how-much-does-iphone-16-cost/#:~:text=Friday%20February%2021%2C%202025%205,16e%20%28Don't%20Buy%29",
                      "title": "How Much Does Each iPhone 16 Model Cost? - MacRumors",
                      "text": "How Much Does Each iPhone 16 Model Cost? * iPhone 16e. 128GB: $599 / £599. 256GB: $699 / £699. 512GB: $899 / £899. * iPhone 16. 12..."
                    }
                  ]
                },
                {
                  "type": "ai_overview_table_element",
                  "position": "left",
                  "markdown": "| Model[[1]](https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599)[[2]](https://discussions.apple.com/thread/255995250#:~:text=The%20cheapest%20iPhone%2016e%20costs%20$599%20USD.%20It%20has%20128%20GB%20of%20storage.)[[3]](https://pricespy.co.uk/s/apple-iphone-16/#:~:text=45%25,Max%205G%208GB%20RAM%20512GB)[[4]](https://www.billboard.com/culture/product-recommendations/t-mobile-iphone-16e-free-deal-shop-online-1236108114/#:~:text=Starting%20at%20$599%20for%20the%20125GB%20model%2C,of%20prices%2C%20storage%20options%20and%20wireless%20providers.)[[5]](https://www.cnet.com/tech/mobile/iphone-17e-release-date-price-specs-features-rumors/#:~:text=While%20there%20isn't%20much%20regarding%20the%20pricing,128GB%2C%20with%20the%20latter%20starting%20at%20$699.) | 128GB | 256GB | 512GB | 1TB |n|---|---|---|---|---|n| **iPhone 16e** | $599 | $699 | $899 | N/A |n| **iPhone 16** | $799 | $899 | $1,099 | N/A |n| **iPhone 16 Plus** | $899 | $999 | $1,119 | N/A |n| **iPhone 16 Pro** | $999 | $1,099 | $1,299 | $1,499 |n| **iPhone 16 Pro Max** | N/A | $1,199 | $1,399 | $1,599 |",
                  "table": {
                    "table_header": null,
                    "table_content": [
                      [
                        "Model",
                        "128GB",
                        "256GB",
                        "512GB",
                        "1TB"
                      ],
                      [
                        "iPhone 16e",
                        "$599",
                        "$699",
                        "$899",
                        "N/A"
                      ],
                      [
                        "iPhone 16",
                        "$799",
                        "$899",
                        "$1,099",
                        "N/A"
                      ],
                      [
                        "iPhone 16 Plus",
                        "$899",
                        "$999",
                        "$1,119",
                        "N/A"
                      ],
                      [
                        "iPhone 16 Pro",
                        "$999",
                        "$1,099",
                        "$1,299",
                        "$1,499"
                      ],
                      [
                        "iPhone 16 Pro Max",
                        "N/A",
                        "$1,199",
                        "$1,399",
                        "$1,599"
                      ]
                    ]
                  }
                },
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": "User Sentiment & Performance",
                  "text": "Expert and user reviews highlight several key strengths across the new lineup.",
                  "markdown": "Expert and user reviews highlight several key strengths across the new lineup.[[1]](https://www.aliexpress.com/i/1005008933620970.html#:~:text=Experts%20in%20the%20tech%20industry%20have%20also,the%20overall%20build%20quality%20as%20key%20strengths.)[[2]](https://www.plug.tech/products/iphone-16#:~:text=Reviewers%20praised%20the%20iPhone%2016%20for%20its,device's%20superior%20camera%2C%20audio%2C%20and%20display%20quality.)",
                  "links": null,
                  "images": null,
                  "references": [
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "AliExpress",
                      "domain": "www.aliexpress.com",
                      "url": "https://www.aliexpress.com/i/1005008933620970.html#:~:text=Experts%20in%20the%20tech%20industry%20have%20also,the%20overall%20build%20quality%20as%20key%20strengths.",
                      "title": "Apple 6.1" iPhone 16 Dual SIM Card Cellphone 5G Unlocked Super Retina XDR OLED Face ID A18 128/256/512GB ROM 8GB RAM Smartphone",
                      "text": "Experts in the tech industry have also praised the iPhone 16 for its performance and features. According to a recent review by Tec..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Plug",
                      "domain": "www.plug.tech",
                      "url": "https://www.plug.tech/products/iphone-16#:~:text=Reviewers%20praised%20the%20iPhone%2016%20for%20its,device's%20superior%20camera%2C%20audio%2C%20and%20display%20quality.",
                      "title": "iPhone 16 – Plug",
                      "text": "Reviewers praised the iPhone 16 for its excellent condition, high battery health, and the convenience of pre-installed tempered gl..."
                    }
                  ]
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:11)nApple iPhone 16 £699.00 & more prices Apple & more 4.7 (26.6k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576460833570787340,imageDocid:7217864709735610474,gpcid:1465601687215425854,headlineOfferDocid:13836102873727228679,catalogid:14710581654902521012,productDocid:1337961092622867211,rds:CSS_PC_1465601687215425854%7CPC_1465601687215425854%7CPROD_CSS_PC_1465601687215425854%7CPROD_PC_1465601687215425854&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAC)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "14710581654902521012",
                      "title": "Apple iPhone 16",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576460833570787340,imageDocid:7217864709735610474,gpcid:1465601687215425854,headlineOfferDocid:13836102873727228679,catalogid:14710581654902521012,productDocid:1337961092622867211,rds:CSS_PC_1465601687215425854%7CPC_1465601687215425854%7CPROD_CSS_PC_1465601687215425854%7CPROD_PC_1465601687215425854&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAC",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.7,
                        "votes_count": 26600,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 699,
                        "regular": null,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£699.00 & more prices"
                      },
                      "seller": "Apple",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:10"
                    }
                  ]
                },
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": null,
                  "text": "Users on major retail sites highly rate its attractive design and ease of use, noting that the setup process is straightforward when moving from older devices.",
                  "markdown": "Users on major retail sites highly rate its **attractive design** and **ease of use** , noting that the setup process is straightforward when moving from older devices.",
                  "links": null,
                  "images": null,
                  "references": null
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16 Plus](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:13)nApple iPhone 16 Plus £799.00 & more prices Apple & more 4.7 (8.7k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462819791058017,imageDocid:16228087196740110850,gpcid:8897179128216049295,headlineOfferDocid:6614134710706234734,catalogid:10946276701947621633,productDocid:2037843367107876121,rds:CSS_PC_8897179128216049295%7CPC_8897179128216049295%7CPROD_CSS_PC_8897179128216049295%7CPROD_PC_8897179128216049295&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAM)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "10946276701947621633",
                      "title": "Apple iPhone 16 Plus",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462819791058017,imageDocid:16228087196740110850,gpcid:8897179128216049295,headlineOfferDocid:6614134710706234734,catalogid:10946276701947621633,productDocid:2037843367107876121,rds:CSS_PC_8897179128216049295%7CPC_8897179128216049295%7CPROD_CSS_PC_8897179128216049295%7CPROD_PC_8897179128216049295&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAM",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.7,
                        "votes_count": 8700,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 799,
                        "regular": null,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£799.00 & more prices"
                      },
                      "seller": "Apple",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:12"
                    }
                  ]
                },
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": null,
                  "text": "Praised for its large, clear display and quality camera performance.",
                  "markdown": "Praised for its **large, clear display** and **quality camera** performance.",
                  "links": null,
                  "images": null,
                  "references": null
                },
                {
                  "type": "ai_overview_shopping",
                  "position": "left",
                  "title": null,
                  "markdown": "[![Apple iPhone 16e](https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:15)nApple iPhone 16e £599.00 & more prices Apple & more 4.6 (8.5k)](https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:7398186838865327481,gpcid:14126173308846421367,headlineOfferDocid:1127918481051440950,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAX)",
                  "items": [
                    {
                      "type": "ai_overview_shopping_element",
                      "product_id": "6232195553081206070",
                      "title": "Apple iPhone 16e",
                      "url": "https://www.google.com/search?ibp=oshop&prds=pvt:hg,pvo:29,mid:576462880781495626,imageDocid:7398186838865327481,gpcid:14126173308846421367,headlineOfferDocid:1127918481051440950,catalogid:6232195553081206070,productDocid:4339668247161124257,rds:CSS_PC_14126173308846421367%7CPC_14126173308846421367%7CPROD_CSS_PC_14126173308846421367%7CPROD_PC_14126173308846421367&q=product&sa=X&ved=2ahUKEwjh58G0rfKSAxVoPEQIHXzkGwgQgLcPegQIDBAX",
                      "domain": "www.google.com",
                      "rating": {
                        "rating_type": "Max5",
                        "value": 4.6,
                        "votes_count": 8500,
                        "rating_max": 5
                      },
                      "price": {
                        "current": 599,
                        "regular": null,
                        "max_value": null,
                        "currency": "GBP",
                        "is_price_range": false,
                        "displayed_price": "£599.00 & more prices"
                      },
                      "seller": "Apple",
                      "snippet": null,
                      "marketplace": null,
                      "marketplace_url": null,
                      "image_url": "https://api.dataforseo.com/cdn/i/02241638-1535-0139-0000-f0c53c397c88:14"
                    }
                  ]
                },
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": null,
                  "text": "Frequently cited for having superb battery life, making it a high-value option for the price.",
                  "markdown": "Frequently cited for having **superb battery life** , making it a high-value option for the price.[[1]](https://www.google.com/search?q=product&prds=pvt:hg,productid:1337961092622867211,catalogid:14710581654902521012,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop)[[2]](https://www.google.com/search?q=product&prds=pvt:hg,productid:14054578951609781599,catalogid:4060211885099315058,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop)[[3]](https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[4]](https://www.google.com/search?q=product&prds=pvt:hg,productid:16340024321523860367,catalogid:15304842670567493919,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop)[[5]](https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[6]](https://www.google.com/search?q=product&prds=pvt:hg,productid:12547667000936348459,catalogid:5238129818833767529,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop)[[7]](https://www.backmarket.co.uk/en-gb/p/iphone-16e-128-gb-black-unlocked/4c1b6278-709b-4680-a6cc-25a2bf00b7c7)[[8]](https://www.amazon.co.uk/Apple-iPhone-16e-128GB-Intelligence/dp/B0DXQV1DQF#:~:text=Other%20Apple%20IPhone%2016e%20is%20amazing%20for,the%20price%20due%20to%20several%20key%20factors:)[[9]](https://medium.com/macoclock/iphone-17-buyers-guide-2026-buy-these-skip-the-air-56359e45c9b5#:~:text=iPhone%2016e%20If%20you%20can%20spend%20%E2%82%AC720%2C,roughly%20half%20the%20price%20of%20a%20Pro.)",
                  "links": null,
                  "images": null,
                  "references": [
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:1337961092622867211,catalogid:14710581654902521012,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop",
                      "title": "Apple iPhone 16: User Reviews",
                      "text": "The average rating is 4.7 out of 5 stars.n153 reviews support the following advantage: easy to set up. Users find the setup proces..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:14054578951609781599,catalogid:4060211885099315058,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop",
                      "title": "Apple iPhone 16: User Reviews",
                      "text": "The average rating is 4.7 out of 5 stars.n153 reviews support the following advantage: easy to set up. Users find the setup proces..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop",
                      "title": "Apple iPhone 16 Plus: User Reviews",
                      "text": "The average rating is 4.7 out of 5 stars.n128 reviews support the following advantage: large display. Users appreciate the large s..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:16340024321523860367,catalogid:15304842670567493919,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop",
                      "title": "Apple iPhone 16 Plus: User Reviews",
                      "text": "The average rating is 4.7 out of 5 stars.n128 reviews support the following advantage: large display. Users appreciate the large s..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop",
                      "title": "Apple iPhone 16e: User Reviews",
                      "text": "The average rating is 4.6 out of 5 stars.n406 reviews support the following advantage: long battery life. Users find the battery l..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Google",
                      "domain": "www.google.com",
                      "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:12547667000936348459,catalogid:5238129818833767529,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop",
                      "title": "Apple iPhone 16e: User Reviews",
                      "text": "The average rating is 4.6 out of 5 stars.n406 reviews support the following advantage: long battery life. Users find the battery l..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "www.backmarket.co.uk",
                      "domain": "www.backmarket.co.uk",
                      "url": "https://www.backmarket.co.uk/en-gb/p/iphone-16e-128-gb-black-unlocked/4c1b6278-709b-4680-a6cc-25a2bf00b7c7",
                      "title": "iPhone 16e 128GB - Black - Unlocked",
                      "text": "Robin D. Reviewed 01/02/2026, United Kingdom. I needed to buy a new iPhone but I didn't want to buy a new one and I decided to buy..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Amazon.co.uk",
                      "domain": "www.amazon.co.uk",
                      "url": "https://www.amazon.co.uk/Apple-iPhone-16e-128GB-Intelligence/dp/B0DXQV1DQF#:~:text=Other%20Apple%20IPhone%2016e%20is%20amazing%20for,the%20price%20due%20to%20several%20key%20factors:",
                      "title": "Apple iPhone 16e 128GB: Built for Apple Intelligence, A18 Chip, Supersized Battery Life, 48MP Fusion Camera, 6.1-inch Super Retina XDR Display; White",
                      "text": "Other Apple IPhone 16e is amazing for the price. The iPhone 16e is truly a wonderful phone and amazing for the price due to severa..."
                    },
                    {
                      "type": "ai_overview_reference",
                      "position": "left",
                      "source": "Medium",
                      "domain": "medium.com",
                      "url": "https://medium.com/macoclock/iphone-17-buyers-guide-2026-buy-these-skip-the-air-56359e45c9b5#:~:text=iPhone%2016e%20If%20you%20can%20spend%20%E2%82%AC720%2C,roughly%20half%20the%20price%20of%20a%20Pro.",
                      "title": "iPhone 17 Buyer’s Guide 2026 — Buy These, Skip the Air",
                      "text": "iPhone 16e If you can spend €720, the entry model — iPhone 16e — is an excellent value. Apple cut three major features to hit that..."
                    }
                  ]
                },
                {
                  "type": "ai_overview_element",
                  "position": "left",
                  "title": "contract deal SIM-free",
                  "text": null,
                  "markdown": "Are you looking for the best **contract deal** or a **SIM-free** purchase for a specific model?",
                  "links": null,
                  "images": null,
                  "references": null
                }
              ],
              "references": [
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "MoneySuperMarket",
                  "domain": "www.moneysupermarket.com",
                  "url": "https://www.moneysupermarket.com/mobile-phones/apple/iphone-16-pro-deals/#:~:text=with%20iOS%2018-,Availability%20and%20price,899%20and%20%C2%A31%2C199%20respectively.",
                  "title": "Best iPhone 16 Pro Deals - February 2026 - MoneySuperMarket",
                  "text": "Availability and price. The standard iPhone 16, iPhone 16 Plus and iPhone 16 Pro Max are priced from £799, £899 and £1,199 respect..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "idealo",
                  "domain": "www.idealo.co.uk",
                  "url": "https://www.idealo.co.uk/compare/204736911/apple-iphone-16-pro.html",
                  "title": "Buy Apple iPhone 16 Pro from £849.00 (Today) - idealo",
                  "text": "* 14 Variants from £849.00. Filter. Colour: Black. Gold. Grey. White. Internal Memory (GB): 128 GB. 256 GB. 512 GB. 1.000 GB. £849..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Idealo",
                  "domain": "www.idealo.co.uk",
                  "url": "https://www.idealo.co.uk/compare/204771161/apple-iphone-16-128gb-black.html",
                  "title": "Apple iPhone 16 128GB Black - Idealo",
                  "text": "Price comparison * Apple iPhone 16 128GB 5G UNLOCKED Smartphone NEW SEALED BOX. £598.99. £598.99 incl. delivery. Will usually deli..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "PriceSpy UK",
                  "domain": "pricespy.co.uk",
                  "url": "https://pricespy.co.uk/s/apple-iphone-16/#:~:text=45%25,Max%205G%208GB%20RAM%20512GB",
                  "title": "Apple iphone 16 – Find the best price - PriceSpy UK",
                  "text": "45% Apple iPhone 16e 8GB RAM 128GB. 8GB, 2025, 128GB, 5G (NR), iPhone 16, 6.1 inches. (4) £125.00. Apple iPhone 16 Pro Max 5G 8GB ..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "CNET",
                  "domain": "www.cnet.com",
                  "url": "https://www.cnet.com/deals/best-iphone-16-deals/#:~:text=iPhone%2016E:%20$599%20to%20$899,Pro%20Max:%20$1%2C199%20to%20$1%2C599",
                  "title": "Save Yourself Big Bucks by Grabbing the iPhone 16 for Less ...",
                  "text": "How much does the iPhone 16 cost and what are the specs? Prices differ depending on the amount of storage you buy, but here's the ..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "MacRumors",
                  "domain": "www.macrumors.com",
                  "url": "https://www.macrumors.com/2025/02/21/how-much-does-iphone-16-cost/#:~:text=Friday%20February%2021%2C%202025%205,16e%20%28Don't%20Buy%29",
                  "title": "How Much Does Each iPhone 16 Model Cost? - MacRumors",
                  "text": "How Much Does Each iPhone 16 Model Cost? * iPhone 16e. 128GB: $599 / £599. 256GB: $699 / £699. 512GB: $899 / £899. * iPhone 16. 12..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Google",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:2037843367107876121,catalogid:10946276701947621633,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop",
                  "title": "Apple iPhone 16 Plus",
                  "text": "The first iPhone designed for Apple Intelligence. Personal, private, powerful iPhone 16 is built for Apple Intelligence, the perso..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Google",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:4339668247161124257,catalogid:6232195553081206070,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop",
                  "title": "Apple iPhone 16e",
                  "text": "Introducing the iPhone 16e, Apple's latest innovation that combines powerful performance with incredible value. Available in Black..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Google",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:1337961092622867211,catalogid:14710581654902521012,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop",
                  "title": "Apple iPhone 16",
                  "text": "New Apple iPhone 16. Featuring Camera Control, giving you an easier way to quickly access camera tools and an all-new A18 chip tha..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Google",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:14054578951609781599,catalogid:4060211885099315058,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop",
                  "title": "Apple iPhone 16",
                  "text": "The Apple iPhone 16 128GB in Black is the next-generation iPhone with enhanced speed and design. Featuring Apple’s newest chipset,"
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Google",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:3452562929003363618,catalogid:13039969681672175437,gpcid:1465601687215425854,mid:576460833570787340&ibp=oshop",
                  "title": "Apple iPhone 16",
                  "text": "Discover the power of the Apple iPhone 16 128GB Blue, a high-performance smartphone that combines sophistication with cutting-edge..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Google",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:16340024321523860367,catalogid:15304842670567493919,gpcid:8897179128216049295,mid:576462819791058017&ibp=oshop",
                  "title": "Apple iPhone 16 Plus: User Reviews",
                  "text": "The average rating is 4.7 out of 5 stars.n128 reviews support the following advantage: large display. Users appreciate the large s..."
                },
                {
                  "type": "ai_overview_reference",
                  "position": "right",
                  "source": "Google",
                  "domain": "www.google.com",
                  "url": "https://www.google.com/search?q=product&prds=pvt:hg,productid:12547667000936348459,catalogid:5238129818833767529,gpcid:14126173308846421367,mid:576462880781495626&ibp=oshop",
                  "title": "Apple iPhone 16e: User Reviews",
                  "text": "The average rating is 4.6 out of 5 stars.n406 reviews support the following advantage: long battery life. Users find the battery l..."
                }
              ],
              "rectangle": null
            }
          ]
        }
      ]
    }
  ]
}