# Introduction Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-advanced-parameters Datacenter Pay/GB Proxy Advanced Parameter Specification to Control Your Connection Decodo offers customizable proxy access through a single backconnect endpoint and port: `dc.decodo.com:10000`. To specify all proxy parameters in your request, you can use one method: [**Username and password**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-user-pass-requests). Backconnect parameters **are not** supported by **Datacenter Pay/GB** proxies when authenticating via the **whitelisted IP** method. *** ## Available Parameters | Parameter | Example Value | Description | | --------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ip` | - | IP address. You can target an IP address within the proxy pool directly. Keep in mind, we don't provide a full list of IP addresses. | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). You can find the available locations [**here**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-locations). | | `city` | `london` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `asn` | `21769` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com/). | *** ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the US) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the London) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-gb-city-london:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get a specific IP (in this example, the IP remains unspecified) with a static session ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` When using any backconnect parameter, your username is also considered one of the parameters, therefore you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [DC/GB] Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-authentication-methods Datacenter Pay/GB Proxy Authentication Methods We support Datacenter Pay/GB proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Datacenter → Datacenter Pay/GB → Authentication**](https://dashboard.decodo.com/shared-dc-gb-proxies/authentication) page. * After you purchase a subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to the dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing Proxy Users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** to prevent intermittent proxy authentication problems. ### Editing Proxy Users * To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit proxy users**, generate **passwords**, and change their traffic limit directly in the [**Proxy Setup**](https://dashboard.decodo.com/shared-dc-gb-proxies/proxy-setup) section. ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Traffic Limit Management 1. To **add**, **edit**, or remove a **traffic limit** for a specific proxy user, click **Add traffic limit**. 2. Type in the traffic limit and click the checkmark button to add or edit a limit. Click **X** to cancel. 3. Click **Edit** to change the traffic limit or the **Bin** icon to **remove** it. 4. Click **Save** ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. ### Adding an Extra Proxy User 1. To **create** a new proxy user, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count 2. Type in the username you want, and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, letters and numbers only, no spaces ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then change your password. *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. You can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** more than 10 Whitelisted IP slots, please contact our 24/7 customer support by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). 3. Enter your desired **IP address**, and click **+ Add** to whitelist it. You can also **name** it if you wish. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible to you, and that you are not using a proxy or VPN service at the time. ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots**, and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit whitelisted IPs** directly in the [**Proxy setup**](https://dashboard.decodo.com/shared-dc-gb-proxies/proxy-setup) section. ### Whitelisted IP Removal * To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then click **Confirm**. If you’re using services such as **Amazon Web Services**, we highly recommend using the traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations [DC/GB] Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-locations Datacenter Pay/GB Locations Currently available countries with **Datacenter Pay/GB** proxies: * Australia * Brazil * Canada * China * France * Germany * Hong Kong * Italy * India * Israel * Japan * Netherlands * Romania * Singapore * South Korea * Turkey * United Kingdom * United States You'll see all of the countries available with our Datacenter Pay/GB pool. * Choosing **Random** will pick the IPs randomly from one of the locations. * Choosing a specific **country** will allow you to generate a list only from that location. * Choosing a specific **city** will allow you to generate a list only from that location. * Choosing a specific **ASN** will allow you to generate a list only from that location. Keep in mind, you can choose between **city** OR **ASN.** You are not able to select both inside the same country. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Protocols Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-protocols Datacenter Pay/GB Proxy Support for HTTP, HTTPS, and SOCKS5 Formats The connection protocol (HTTP, HTTPS, or SOCKS5) can be specified in the tool or program you're using to connect with the proxies. In the following cURL examples, the protocol is specified at the beginning of the proxy line, just replace the `username` and `password` with your proxy user credentials, and run them in your Terminal or Command Prompt. ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ## SOCKS5 Both `UDP` and `TCP` connections are supported via `SOCKS5` with Datacenter Pay/GB proxies. Here is a `cURL` example for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. *** ## Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports and restrictions. ### Accessible Ports With the **Datacenter proxies**, only the following ports are accessible: * `80` * `443` * `563` * `8443` * `43` ### Restricted Ports Restricted ports include **`SMTP`**, **`IMAP`**, and other **mailing** and **messaging** related ports. Please note that currently, restricted ports and any others not mentioned in the Accessible Ports list cannot be unblocked for **Datacenter proxies**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-quick-start Set up Decodo datacenter Pay-per-GB proxies. Covers the endpoint, authentication via username/password or IP whitelisting, session types, and code examples. ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from the Decodo IP pool. * Datacenter proxies use the following endpoint and port for random requests: ```text theme={null} dc.decodo.com:10000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U "USERNAME:PASSWORD" -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'USERNAME' password = 'PASSWORD' proxy = f"http://{username}:{password}@dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by adding parameters to control the IP selection and location. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Advanced Parameters**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-advanced-parameters) article for an even more in-depth look. *** ## Authentication 1. First, navigate to the [**Datacenter → Datacenter Pay/GB → Proxy setup**](https://dashboard.decodo.com/shared-dc-gb-proxies/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your **proxy users** ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** and **add a traffic limit** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-authentication-methods) article. ## Proxy Setup In the Datacenter Pay/GB Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Datacenter → Datacenter Pay/GB → Proxy setup**](https://dashboard.decodo.com/shared-dc-gb-proxies/proxy-setup) page, find the parameter selection section below your authentication methods. Group 427323701 ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-locations) of your proxy. ### IP-based Whitelisting And Location Selection * For Datacenter Pay/GB Proxies a location can only be specified when using the `user:pass` authentication method. Otherwise, you can only select a `random` location with a whitelisted IP. ### Session Type 3. Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-session-types), **Rotating** or **Static**. ### Session Ports * **Static** – Ports `10001`-`63000` provide a static IP address that remains until you decide to change it or the session ends. Currently, you can generate up to static `16000` ports (`10001`-`26000`) in the dashboard; however, you can manually set up to `63000`. * **Rotating** – Port `10000` rotates the IP address on every request you make. ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, and **Password**, or copy the entire example string. ### Endpoint List Control 1. You can set the **number** of generated endpoints. 2. As well as how many of them you would like to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use a dedicated Decodo tools — **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) and [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track Datacenter Pay/GB proxy usage, navigate to the [**Datacenter → Datacenter Pay/GB → Usage statistics**](https://dashboard.decodo.com/shared-dc-gb-proxies/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by: **User**, **Target**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. ### Top Targets, Countries, Users, and IPs * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: No., Target, Traffic, Requests. * **Top Countries**: Country, Traffic, Requests. * **Top Users**: User, Traffic, Requests. * **Top IPs**: No., IP, Traffic, Requests. [**Here**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-statistics) you can find a more comprehensive look at the **Datacenter Pay/GB Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Restricted Targets Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-restricted-targets Datacenter Pay/GB Proxy Restricted Targets ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ##### Unblocking blocked websites is **not** possible with Datacenter Pay/GB proxies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-session-types Datacenter Pay/GB Static and Rotating Session Types You can generate proxy port examples of your preferred session type in the [**Datacenter → Datacenter Pay/GB → Proxy Setup**](https://dashboard.decodo.com/shared-dc-gb-proxies/proxy-setup) section on your dashboard. *** ## Static Port Ports **`10001`**-**`63000`** provide a static IP address that remains until you decide to change it or the session ends. * Change the IP address manually by switching to a different port. ### `User:pass` example Here are a few basic request examples with a static port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@dc.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a static port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://dc.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://dc.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** ## Rotating Port Port **`10000`** rotates the IP address on every request you make. ### `User:pass` example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-statistics Datacenter Pay/GB Proxy Traffic Usage Statistics Datacenter Pay/GB proxy traffic usage details can be found on your dashboard statistics page. Simply navigate to the Datacenter Pay/GB proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/shared-dc-gb-proxies/statistics?) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by proxy **User** and **Target**. 2. You can also group the data by **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`, and **Requests**. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are four additional data tables: **Top targets**, **Top countries**, **Top users**, and **Top IPs**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, and **Requests**. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top IPs In the **Top IPs** table, you can see the proxy IPs you have targeted, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **IP**, **Traffic** and **Requests** columns. 2. To view the full IP list, click on the **All IPs list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Thread Limitations Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-thread-limits Thread Limitations Affecting Datacenter Pay/GB Proxies Multiple threads represent the number of sessions available at the same time. * Each time you send a request through a proxy, it creates a session. * If you send multiple requests at the same time, you are running multiple concurrent sessions. * **Datacenter Pay/GB** proxies are limited up to **`10000`** threads. Browsing webpages may generate multiple threads even with a single session to load various resources. ### Thread Limits per Proxy User The amount of limited threads is distributed equally among all proxy users you have. For example, if you have `2` proxy users – each proxy user will have a limit of `5000` concurrent threads. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-user-pass-requests Datacenter Pay/GB Proxy Advanced Parameter Usage via User:Pass Authentication When using **backconnect**, the endpoint proxy **server** remains the same: `dc.decodo.com` For **static** connection sessions, the proxy **port** is any number within the following range: `10001`-`63000` For **rotating** connection sessions, the proxy **port** is: `10000` The `cURL` code will be shown in the examples below. You may try them out on your machine. ### City, State and ASN parameter * The user must choose between city targeting, state targeting and ASN targeting, as they can’t be used simultaneously. *** ## `Username:Password` ### Username And Password Parameter To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return you an IP address from a random location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## Direct IP Targeting It's possible to target specific IP addresses from the shared DC proxy pool. However, we don't provide a list of specific IP addresses for connection. Example of a **static proxy** that returns a **specific IP address**. The proxy IP remains unspecified: ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). [**Here**](https://help.decodo.com/docs/datacenter-pay-per-gb-proxy-locations) is the full list of available locations with DC Pay/GB proxies. If you wish to generate an **endpoint list**, which you can then export, or a **request example** with a country, navigate to the [**Datacenter → Datacenter Pay/GB → Proxy setup**](https://dashboard.decodo.com/shared-dc-gb-proxies/proxy-setup) dashboard page. Click on the **Location** field, and in the dropdown menu, feel free to select one of the countries. Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Italy: ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **rotating proxy** that returns IPs from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## State Targeting Adding the `state-xxxxx` to your username will allow for state targeting. Only US states are currently supported. An example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-new_york:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` **Rotating** IPs from California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-california:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## ASN Targeting Adding the `asn` parameter will allow you to target IPs from a specific carrier. * You must choose between `city`, `state` targeting and `asn `targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent` and `country` parameters. * An example of a proxy with the **AT\&T Mobility LLC** `asn` number with a rotating session: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-advanced-parameters Datacenter Pay/IP Proxy Advanced Parameter Specification to Control Your Connection Decodo offers customizable proxy access through a single backconnect endpoint and port: `dc.decodo.com:10000`. To specify all proxy parameters in your request, you can use one method: [**Username and password**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-user-pass-requests). Backconnect parameters **are not** supported by **Datacenter Pay/IP** proxies when authenticating via the **whitelisted IP** method. *** ## Available Parameters | Parameter | Example Value | Description | | --------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `ip` | - | IP address. You can target an IP address from your purchased proxy IP list. | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). The available locations depend on the IPs you've purchased. | | `city` | `london` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `asn` | `21769` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com/). | *** ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the US) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the London) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-gb-city-london:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get a specific IP (in this example, the IP remains unspecified) with a static session ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` When using any backconnect parameter, your username is also considered one of the parameters, therefore you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [DC/IP] Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-authentication-methods Datacenter Pay/IP Proxy Authentication Methods We support Datacenter Pay/IP proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Datacenter → Datacenter Pay/IP → Authentication**](https://dashboard.decodo.com/datacenter-ips/authentication) page. * After you purchase a subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to the dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing Proxy Users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. * The default number of Users depends on the **Number of IPs** you select during checkout. Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** to prevent intermittent proxy authentication problems. ### Editing Proxy Users To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit proxy users** directly in the [**Proxy Setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) section. ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Traffic Limit Management 1. To **add**, **edit**, or remove a **traffic limit** for a specific proxy user, click **Add traffic limit**. 2. Type in the traffic limit and click the checkmark button to add or edit a limit. Click **X** to cancel. 3. Click **Edit** to change the traffic limit or the **Bin** icon to **remove** it. 4. Click **Save**. ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. ### Adding a proxy user 1. To **create** a new proxy username and password, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count. 2. Type in the username you want, and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, letters and numbers only, no spaces. ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. You can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** more than 10 Whitelisted IP slots, please contact our 24/7 customer support by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). 3. Enter your desired **IP address**, click **+ Add** to whitelist it or **Edit** to enter a specific one manually. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible by you and that you are not using a Proxy or VPN service at the time. ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots**, and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit whitelisted IPs** directly in the [**Proxy setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) section. Group427323673 Group427323674 ### Naming Whitelisted IPs * To **name** your whitelisted IP, click Edit and type in the name you want. Click **Save** to finalize. * Leave the entry field blank to remove a name. ### Whitelisted IP Removal * To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then **Confirm**. If you’re using services such as **Amazon Web Services**, we highly recommend using the traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Accessing Your Datacenter IP List Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-list-management Datacenter Pay/IP My IP List Management ### IP configuration options * If you wish to gain an in-depth look into the **IP List Refresh** feature, proceed to the article [**here**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-management). * If you'd like to understand how to replace your IP list, follow the **IP Replacement** article [**here**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-replacement). * If you want to learn about your **IP retention** during subscription changes, go to the article [**here**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-retention). ## My IP List By default, the dashboard shows the proxy endpoints list. That means you would have to **navigate** to the **My IP list** section on the dashboard to view your purchased IP list. 1. Via the dashboard left panel, click on **Datacenter** → [**Datacenter Pay/IP**](https://dashboard.decodo.com/datacenter-ips/proxy-setup?tab=ips). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My IP list** section. In the **My IP list** section, you will find a list of your purchased IPs. 1. There are 3 columns: the **IP** address, the IP's **country** of origin, and its **ASN**. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the list of IPs to your clipboard. Keep in mind that some IPs listed may not have an associated ASN. ## My subnet list Similarly to the [**My IP list**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-list-management#my-ip-list) access, you would have to **navigate** to the **My subnet list** section on the dashboard to view your purchased IP subnets list. 1. Via the dashboard left panel, click on **Datacenter** -> [**Datacenter Pay/IP**](https://dashboard.decodo.com/datacenter-ips/proxy-setup?tab=subnets). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My subnet list** section. In the **My subnet list** section, you will find a list of subnets that your purchased IPs are part of. 1. There are 3 columns: the **subnet**, the **count** of your purchased IPs that belong in that subnet, and the subnet's **country** of origin. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the list of subnets to your clipboard. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP List Refresh Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-management You can select your Datacenter Pay/IP IP list to refresh automatically or purchase the option to do so manually. ## Refreshing IPs During checkout, you can choose from two options to renew your list of IPs: * **Automatic** – a periodic IP list refresh based on a calendar day. * **On-demand** – a specific amount of actions to manually refresh the IP list during the subscription period. ### IP Pool Availability Limitations Please note that depending on the amount of IPs you purchase, for some countries, due to a limited IP pool, these options may not available during checkout, and not all IPs may be refreshed during the subscription period. ### Automatic IP List Refresh * `None` – default option. * `Weekly` – the IPs will be refreshed on the same day of the week for an extra `+80%` of the plan price (the same IP list refresh date will persist into new auto-renewing subscription periods). * `Monthly` – the IPs will be refreshed on the same day of the month (or the next day depending on the month) for an extra `+20%` of the plan price. ### On-demand IP List Refresh * `0` – default option. * `1` – for an extra `+30%` of the plan price. * `2` – for an extra `+60%` of the plan price. * `3` – for an extra `+90%` of the plan price. * `4` – for an extra `+120%` of the plan price. ### Using the On-demand IP List Refresh Actions To use the on-demand IP list refresh action, go to the **Datacenter Pay/IP** section, click the **3 dots** at the top right, then click **Refresh IP list**. Finally, confirm by clicking **Refresh now**. ### Unused IP Refresh Actions **Unused** IP list refresh actions **do not carry over** to the next subscription period. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Replacement Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-replacement Datacenter Pay/IP Self Service IP Replacement ## Replacing IPs You can repurchase **specific IPs** by navigating to the [**Datacenter → Datacenter Pay/IP → Proxy setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) page on your dashboard and looking for the **My IP list** tab. 1. Select the IPs you want to replace and click **Replace IPs**. 2. Select how you want to replace your IPs: * **Random** – select this option to change your IPs to different ones within the **same country**. * **Advanced** – allows you to specify the **Country** and the **ASN** for the replacement, if available. ### IP Replacement Conditions for Datacenter Pay/IP Proxies ✅ IP Replacement is available with **active** and **recurring** subscriptions. * IP replacement costs `0.3 USD` per each IP. * The minimum number of IPs you can replace is `3`. * The maximum number of IPs you can replace at once is `1000`. * If you need to replace your entire list, please use the [**Refresh IP list**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-management#/) feature, if available. ⚠️ Subscriptions purchased with **cryptocurrencies**, or processed by **Cleverbridge,** do not support selective IP Replacement. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Retention Logic Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-retention Understand Your IP Retention Logic During Subscription Changes If you renew, upgrade, or downgrade your subscription, **your existing proxy IPs will remain the same**. ## On Renewal When you manually or automatically renew your subscription, your proxy IPs will remain the same, unless you've changed the location settings. ### Examples Before renewing, you can adjust the number of IPs or the location on the dashboard pricing page. These changes affect whether your IPs are retained. | Before renewal | Adjusted on pricing page | After renewal | | :-------------- | :----------------------------------------------------- | :------------------------------------ | | 100 US IPs | No changes made to IP quantity or location | Same 100 US IPs retained | | 50 `Random` IPs | No changes made to IP quantity or location | Same `Random` IPs retained | | 80 DE IPs | Changed location to US, no changes made to IP quantity | 80 DE IPs replaced with new 80 US IPs | ## On Upgrade When you upgrade your subscription, you will keep the old proxy IPs, and additional IPs will be added to your list, unless you change the location of your old IPs. ### Examples | Before upgrade | Upgrade to | Adjusted on pricing page | After upgrade | | :--------------------- | :--------- | :------------------------------------------------------------- | :------------------------------------------------------- | | 100 US IPs | 200 IPs | Kept 100 IPs in US slot, added 100 to DE slot | Same 100 US IPs + 100 new DE IPs | | 50 `Random` IPs | 100 IPs | Increased `Random` slot to 100 IPs | Same 50 `Random` IPs + 50 new `Random` IPs | | 15 IPs (10 US + 5 AU) | 20 IPs | Increased US slot to 12, AU slot to 8 IPs | Same 10 US + same 5 AU IPs + 2 new US IPs + 3 new AU IPs | | 80 IPs (50 US + 30 DE) | 100 IPs | Changed all locations: 60 IPs to GB slot and 40 IPs to AU slot | All old IPs replaced with 60 new GB IPs + 40 new AU IPs | ## On Downgrade When you downgrade your subscription, IPs are removed from the end of the list. That means the earliest-assigned IPs will be retained, unless you change the location of your old IPs. ### Examples | Before downgrade | Downgrade to | Adjusted on pricing page | After downgrade | | :--------------------- | :----------- | :------------------------------------------------------------------------- | :------------------------------------------------------------------------------ | | 100 US IPs | 50 IPs | Decreased US slot to 50 IPs | First 50 US IPs retained, last 50 US IPs removed | | 50 `Random` IPs | 10 IPs | Decreased `Random` slot to 10 IPs | First 10 `Random` IPs retained, last 40 `Random` IPs removed | | 20 IPs (10 US + 10 AU) | 5 IPs | Decreased US slot to 3, decreased AU slot to 0, and increased GB slot to 2 | First 3 US IPs retained + new 2 GB IPs, last 7 US IPs and all 10 AU IPs removed | | 60 IPs (40 GB + 20 DE) | 30 IPs | Changed all locations: 20 IPs to US slot and 10 IPs to AU slot | All old IPs replaced with 20 new US IPs + 10 new AU IPs | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-locations Datacenter (Pay/IP) Locations Currently available countries with **Datacenter Pay/IP** proxies: * Australia * Brazil * Canada * China * France * Germany * Hong Kong * Italy * India * Israel * Japan * Netherlands * Romania * Singapore * South Korea * Turkey * United Kingdom * United States In your list, you will see all of the locations you have chosen your IP addresses in during purchase. * You may select single or multiple locations to generate a list. * Choosing a specific **country** will allow you to generate a list only from that location. * Choosing a specific **city** will allow you to generate a list only from that location. * Choosing a specific **ASN** will allow you to generate a list only from that location. Keep in mind, you can choose between **city** OR **ASN.** You are not able to select both inside the same country. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Protocols Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-protocols Datacenter Pay/IP Proxy Support for HTTP, HTTPS, and SOCKS5 Formats ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ## SOCKS5 Both `UDP` and `TCP` connections are supported via `SOCKS5` with Datacenter Pay/IP proxies. Here is a `cURL` example for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. *** ## Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports and restrictions. ### Accessible Ports With the **Datacenter proxies**, only the following ports are accessible: * `80` * `443` * `563` * `8443` * `43` ### Restricted Ports Restricted ports include **`SMTP`**, **`IMAP`**, and other **mailing** and **messaging** related ports. Please note that currently, restricted ports and any others not mentioned in the Accessible Ports list cannot be unblocked for **Datacenter proxies**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-quick-start Datacenter Pay/IP Proxy Quick Start ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from the Decodo IP pool. * Datacenter proxies use the following endpoint and port for random requests: ```text theme={null} dc.decodo.com:10000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U "USERNAME:PASSWORD" -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'USERNAME' password = 'PASSWORD' proxy = f"http://{username}:{password}@dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by adding parameters to control the IP selection and location. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Advanced Parameters**](https://help.decodo.com/docs/dedicated-isp-proxy-advanced-parameters) article for an even more in-depth look. *** ## Authentication 1. First, navigate to the [**Datacenter → Datacenter Pay/IP → Proxy setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your **proxy users** ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** and **add a traffic limit** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-authentication-methods) article. ## Proxy Setup In the Datacenter Pay/IP Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Datacenter → Datacenter Pay/GB → Proxy setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) page, find the parameter selection section below your authentication methods. Group 427323701 ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-locations) of your proxy. Choosing a specific **country** or multiple countries will allow you to generate a list with only those locations. ### `Direct IP` Targeting * You can **specify the IPs** you would like to connect as a **parameter** by selecting the **Direct IP** option. * You can toggle the IPs, select all, or use the search field to create a list. * The IP selection will be limited to selected countries under **Location** (**All countries** will provide an entire list). ### IP-based Whitelisting and Location Selection * For ISP Pay/IP Proxies, a location or IP can only be specified when using the `user:pass` authentication method. Otherwise, **All countries** will be preselected with a whitelisted IP. ### Session Type 3. Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-session-types), **Rotating** or **Static**. ### Session Ports * **Static** – Ports `10001`-`63000` provide a static IP address that remains until you decide to change it or the session ends. * **Rotating** – Port `10000` rotates the IP address on every request you make. ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, **Password**, and **IP**, or copy the entire example string. ### Endpoint List Control 1. The number of generated endpoints in the list will depend on how many IPs you purchased with your plan. * If you select only specific IPs or countries, the total number of generated endpoints will equal your plan's IP count, but the generated IPs will **repeat to fill the list**. 2. Set the number of how many endpoints to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. For information on **refreshing** and **managing** your IP list, refer to the Datacenter Pay/IP [**IP List Management**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-ip-list-management) article. *** ## Code Examples: It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) or [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track Datacenter Pay/IP proxy usage, navigate to the [**Datacenter → Datacenter Pay/IP → Usage statistics**](https://dashboard.decodo.com/datacenter-ips/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by: **User**, **Target**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. ### Top Targets, Countries, Users, and IPs * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: No., Target, Traffic, Requests. * **Top Countries**: Country, Traffic, Requests. * **Top Users**: User, Traffic, Requests. * **Top IPs**: No., IP, Traffic, Requests. [**Here**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-statistics) you can find a more comprehensive look at the **Datacenter Pay/IP Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Restricted Targets Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-restricted-targets Datacenter Pay/IP Proxy Restricted Targets ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ##### Unblocking blocked websites is **not** possible with Datacenter Pay/IP proxies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-session-types Datacenter Pay/IP Static and Rotating Session Types You can generate proxy port examples of your preferred session type in the [**Static Residential → DC Pay/IP → Proxy Setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) section on your dashboard. *** ## Static Port Ports **`10001`**-**`63000`** provide a static IP address that remains until you decide to change it or the session ends. * Change the IP address manually by switching to a different port. If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. ### `User:pass` example Here are a few basic request examples with a static port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@dc.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a static port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://dc.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://dc.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** ## Rotating Port The port **`10000`** rotates the IP on every request you make and will choose the IPs from the list that you have purchased. ### `User:pass` example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-statistics Datacenter Pay/IP Proxy Traffic Usage Statistics Datacenter Pay/IP proxy traffic usage details can be found on your dashboard statistics page. Simply navigate to the Datacenter Pay/IP proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/datacenter-ips/statistics?) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by proxy **User** and **Target**. 2. You can also group the data by **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`, and **Requests**. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are four additional data tables: **Top targets**, **Top countries**, **Top users**, and **Top IPs**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, and **Requests**. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top IPs In the **Top IPs** table, you can see the proxy IPs you have targeted, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **IP**, **Traffic** and **Requests** columns. 2. To view the full IP list, click on the **All IPs list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Fair Usage Policy Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-thread-limits The Fair Usage Policy affects unlimited Datacenter Pay/IP traffic options to maintain service consistency. Multiple threads represent the number of sessions available at the same time. * Each time you send a request through a proxy, it creates a session. * If you send multiple requests at the same time, you are running multiple concurrent sessions. Browsing webpages may generate multiple threads even with a single session to load various resources. ## Dynamic Thread Limitations To ensure fair use of services and maintain optimal performance for all customers, we apply the Fair Usage Policy (FUP) for **unlimited traffic** options when **both** of the following conditions are met: 1. Total traffic usage for a subscription period exceeds **`10TB`**, AND 2. Traffic **per individual IP** exceeds **`25GB`**. ### How FUP Limitations Work Once your usage exceeds the traffic limits described above, we take measures to ensure fair usage across all users and reduce the number of concurrent sessions available for the remaining subscription period. **The dynamic threshold is calculated as** **`25GB`for every IP** . For example: 1. If you have purchased `1000` IPs and a limit of `5000` threads, the FUP threshhold will be `25TB` (`25GB` times `1000`). Once this limit of `25TB` is reached and the fair usage policy applied, concurrent sessions will be reduced from `5000` threads to a limit of **`10`**. 2. However, If you have purchased `100` IPs, the FUP limitations will only take affect if you exceed `10TB` of data usage. * The fair usage policy limitations are reset after a new subscription period is started. *** ## Default Thread Limitations During checkout, you can select from two options for the number of concurrent sessions: * `1000` threads – default price. * `5000` threads – for an extra `+40%` of the plan price. * You can adjust these limits during manual renewal, upgrade, or downgrade. ### Thread Limits per Proxy User The amount of limited threads is distributed equally among all proxy users you have. For example, if you have selected `5000` threads and have `5` proxy users – each proxy user will have a limit of `1000` concurrent threads. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-user-pass-requests Datacenter Pay/IP Proxy Advanced Parameter Usage via User:Pass Authentication When using **backconnect**, the endpoint proxy **server** remains the same: `dc.decodo.com` For **static** connection sessions, the proxy **port** is any number within the following range: `10001`-`63000` If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. For **rotating** connection sessions, the proxy **port** is: `10000` The `cURL` code will be shown in the examples below. You may try them out on your machine. ### City, State and ASN parameter * The client must have purchased certain country's IPs to be able to target its cities or ASN. * The user must choose between city targeting, state targeting and ASN targeting, as they can’t be used simultaneously. *** ## `Username:Password` ### Username And Password Parameter To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return you an IP address from a random location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## Direct IP Targeting It's possible to target specific IP addresses from the proxy IP list you've purchased. To find your proxy IPs, navigate to the [**Datacenter → DC Pay/IP → Proxy setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) dashboard page. Then, click on the **My IP list** tab. In the table below, you will find the **IP addresses** you've purchased, their **country** of origin, and the **ASN**. Keep in mind, some IPs listed may not have an associated ASN. If you wish to generate an **endpoint list**, which you can then export, or a **request example** with a specific IP address, in the same **Proxy setup** page, click on the **Direct IP** field and in the dropdown menu, and check your preferred proxy IP address. There, you can select all IPs or use the search bar to find a specific IP. Example of a **static proxy** that returns a **specific IP address**. The proxy IP remains unspecified. ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). [**Here**](https://help.decodo.com/docs/datacenter-pay-per-ip-proxy-locations) is the full list of available locations for purchase with DC Pay/IP proxies. To find the countries of the IPs, head over to the [**Datacenter → Datacenter Pay/IP → Proxy setup**](https://dashboard.decodo.com/datacenter-ips/proxy-setup) dashboard page. Click on the **Location** field, and in the dropdown menu, feel free to select one or all of the countries. **Note** that you will only be able to target the countries from which you've **purchased** the proxy IPs. Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Italy: ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **rotating proxy** that returns IPs from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## State Targeting Adding the `state-xxxxx` to your username will allow for state targeting. Only US states are currently supported. An example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-new_york:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` **Rotating** IPs from California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-california:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## ASN Targeting Adding the `asn` parameter will allow you to target IPs from a specific carrier. * You must choose between `city`, `state` targeting and `asn `targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent` and `country` parameters. * An example of a proxy with the **AT\&T Mobility LLC** `asn` number with a rotating session: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [DDC] Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-authentication-methods Dedicated Datacenter Proxy Authentication Methods We support Dedicated Datacenter proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Datacenter → Dedicated Datacenter → Authentication**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/authentication) section on your dashboard. * After you purchase a subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to the dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing Proxy Users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** to prevent intermittent proxy authentication problems. ### Editing Proxy Users * To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit proxy users** directly in the [**Proxy setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup) section. ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. ### Adding a Proxy User 1. To **create** a new proxy username and password, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count. 2. Type in the username you want, and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, letters and numbers only, no spaces. ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password. *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** additional Whitelisted IP slots, please get in touch with our **24/7 customer support** by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). 3. Enter your desired **IP address**, click **+ Add** to whitelist it or **Edit** to enter a specific one manually. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible to you, and that you are not using a proxy or VPN service at the time. ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots**, and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit whitelisted IPs** directly in the [**Proxy setup**]() section. ### Naming Whitelisted IPs * To **name** your whitelisted IP, click Edit and type in the name you want. Click **Save** to finalize. * Leave the entry field blank to remove a name. ### Whitelisted IP Removal * To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then **Confirm**. If you’re using services such as **Amazon Web Services**, we highly recommend using the traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-available-locations Dedicated Datacenter Locations Currently available countries with **Dedicated Datacenter** proxies: * France * Germany * Japan * United Kingdom * United States ### **IP Availability** The amount of IPs that are available for purchase can vary from day to day. In your list, you will see all of the locations you have chosen your IP addresses in during purchase. * You may select single or multiple locations to generate a list. * Choosing a specific **country** will allow you to generate a list only from that location. * Choosing a specific **city** will allow you to generate a list only from that location. * Choosing a specific **ASN** will allow you to generate a list only from that location. Keep in mind, you can choose between **city** OR **ASN.** You are not able to select both inside the same country. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-quick-start Dedicated Datacenter Proxy Quick Start ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from the Decodo IP pool. * Datacenter proxies use the following endpoint and port for random requests: ```text theme={null} dc.decodo.com:10000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U "USERNAME:PASSWORD" -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'USERNAME' password = 'PASSWORD' proxy = f"http://{username}:{password}@dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by adding parameters to control the IP selection. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Advanced Parameters**](https://help.decodo.com/docs/dedicated-datacenter-advanced-parameters) article for an even more in-depth look. *** ## Authentication 1. First, navigate to the [**Datacenter → Dedicated Datacenter → Proxy setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your \**proxy users* ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/dedicated-datacenter-proxy-authentication-methods) article. ## Proxy Setup In the Dedicated Datacenter Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Datacenter → Dedicated Datacenter → Proxy setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup) page, find the parameter selection section below your authentication methods. Group 427323701 ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/dedicated-datacenter-proxy-available-locations) of your proxy. ### `Direct IP` Targeting * You can **specify the IPs** you would like to connect as a **parameter** by selecting the **Direct IP** option. * You can toggle the IPs, select all, or use the search field to create a list. * The IP selection will be limited to selected countries under **Location** (**All countries** will provide an entire list). * An IP can only be specified when using the `user:pass` authentication method. ### Session Type Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/dedicated-datacenter-proxy-session-types), **Rotating** or **Static**. ### Session Ports * **Static** – Ports `10001`-`63000` provide a static IP address that remains until you decide to change it or the session ends. * **Rotating** – Port `10000` rotates the IP address on every request you make ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/dedicated-datacenter-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, **Password**, and **IP**, or copy the entire example string. ### Endpoint List Control 1. The number of generated endpoints in the list will depend on how many IPs you purchased with your plan. * If you select only specific IPs or countries, the total number of generated endpoints will equal your plan's IP count, but the generated IPs will **repeat to fill the list**. 2. Set the number of how many endpoints to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. For information on **managing** your **IP list**, refer to the Dedicated Datacenter [**IP List Management**](https://help.decodo.com/docs/dedicated-datacenter-proxy-ip-list-management) article. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. A cURL example. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) or [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track Dedicated ISP proxy usage, navigate to the [**Datacenter → Dedicated Datacenter → Proxy setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by: **User**, **Target**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. ### Top Targets, Countries, Users, and IPs * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: No., Target, Traffic, Requests. * **Top Countries**: Country, Traffic, Requests. * **Top Users**: User, Traffic, Requests. * **Top IPs**: No., IP, Traffic, Requests. [**Here**](https://help.decodo.com/docs/dedicated-datacenter-statistics) you can find a more comprehesive look at the **Dedicated Datacenter Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-session-types Dedicated Datacenter Static and Rotating Session Types You can generate proxy port examples of your preferred session type in the [**Datacenter → Dedicated Datacenter → Proxy Setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup) section on your dashboard. *** ## Static Port Ports **`10001`**-**`63000`** provide a static IP lasting until you decide to change it or the session ends. * Change the IP address manually by switching to a different port. If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. ### `User:pass` example Here are a few basic request examples with a static port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@dc.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a static port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://dc.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://dc.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** ## Rotating Rort The port **`10000`** rotates the IP on every request you make and will choose the IPs from the list that you have purchased. ### `User:pass` example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "dc.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://dc.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://dc.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/dedicated-isp-proxy-advanced-parameters Dedicated ISP Proxy Advanced Parameter Specification to Control Your Connection *** Decodo offers customizable proxy access through a single backconnect endpoint and port: `isp.decodo.com:10000` To specify all proxy parameters in your request, you can use one method: [**Username and password**](https://decodo.mintlify.io/docs/dedicated-isp-proxy-user-pass-requests). Backconnect parameters **are not** supported by **Dedicated ISP** proxies when authenticating via the **whitelisted IP** method. *** ### **Available Parameters** | **Parameter** | **Example Value** | **Description** | | ------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ip` | - | IP address. You can target an IP address from your purchased proxy IP list. | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). The available locations depend on the IPs you've purchased. | | `city` | `london` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `asn` | `21769` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com/). | *** ## **Application support** ### **User:pass method** The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/dedicated-isp-proxy-user-pass-requests) section. *** ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the US) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, London) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-gb-city-london:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` Get an IP from a specific ASN (in this example, Frontier) with a static session ```shellscript cURL theme={null} curl -U "user-username-asn-5650:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get a specific IP (in this example, the IP remains unspecified) with a static session ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` When using any backconnect parameter, your username is also considered one of the parameters, therefore you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [DISP] Source: https://help.decodo.com/docs/dedicated-isp-proxy-authentication-methods Dedicated ISP Proxy Authentication Methods We support Dedicated ISP proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Static Residential → Dedicated ISP → Authentication**](https://dashboard.decodo.com/dedicated-isp-proxies/authentication) section on your dashboard. * After you purchase a subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to the dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing Proxy Users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. 1e85538adc07183200c7f3a9bc28eb43e481ffaca6910c0ead0b93bc65eb468d Group 427323037 Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** to prevent intermittent proxy authentication problems. ### Editing Proxy Users * To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit proxy users** directly in the [**Proxy setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup) section. ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. ### Adding a Proxy User 1. To **create** a new proxy username and password, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count. 2. Type in the username you want, and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, letters and numbers only, no spaces. ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password. *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. You can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** additional Whitelisted IP slots, please get in touch with our **24/7 customer support** by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). 3. Enter your desired **IP address**, click **+ Add** to whitelist it or **Edit** to enter a specific one manually. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible to you, and that you are not using a proxy or VPN service at the time. ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots**, and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit whitelisted IPs** directly in the [**Proxy setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup) section. ### Naming Whitelisted IPs * To **name** your whitelisted IP, click Edit and type in the name you want. Click **Save** to finalize. * Leave the entry field blank to remove a name. ### Whitelisted IP Removal * To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then **Confirm**. If you’re using services such as **Amazon Web Services**, we highly recommend using the traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Accessing Your IP List Source: https://help.decodo.com/docs/dedicated-isp-proxy-ip-list-management Dedicated Static Residential (ISP) My IP List Management ### IP configuration options * If you'd like to understand how to replace your IP list, follow the **IP Replacement** article [**here**](https://help.decodo.com/docs/dedicated-isp-proxy-ip-replacement). * If you want to learn about your **IP retention** during subscription changes, go to the article [**here**](https://help.decodo.com/docs/dedicated-isp-proxy-ip-retention). ## My IP List By default, the dashboard shows the proxy endpoints list. That means you would have to **navigate** to the **My IP list** section on the dashboard to view your purchased IP list. 1. Via the dashboard left panel, click on **Static Residential (ISP)** → [**Dedicated ISP**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup?tab=ips). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My IP list** section. In the **My IP list** section, you will find a list of your purchased IPs. 1. There are 3 columns: the **IP** address, the IP's **country** of origin, and its **ASN**. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the list of IPs to your clipboard. Keep in mind that some IPs listed may not have an associated ASN. ## My subnet list Similarly to the [**My IP list**](https://help.decodo.com/docs/dedicated-isp-proxy-ip-list-management#my-ip-list) access, you would have to **navigate** to the **My subnet list** section on the dashboard to view your purchased IP subnets list. 1. Via the dashboard left panel, click on **Static Residential (ISP)** -> [**Dedicated ISP**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup?tab=subnets). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My subnet list** section. In the **My subnet list** section, you will find a list of subnets that your purchased IPs are part of. 1. There are 3 columns: the **subnet**, the **count** of your purchased IPs that belong in that subnet, and the subnet's **country** of origin. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the list of subnets to your clipboard. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Replacement Source: https://help.decodo.com/docs/dedicated-isp-proxy-ip-replacement Dedicated ISP Self Service IP Replacement ## Replacing IPs You can repurchase **specific IPs** by navigating to the [**Static Residential → Dedicated ISP → Proxy setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup) page on your dashboard and looking for the **My IP list** tab. 1. Select the IPs you want to replace and click **Replace IPs**. 2. Select how you want to replace your IPs: * **Random** – select this option to change your IPs to different ones within the **same country**. * **Advanced** – allows you to specify the **Country** and the **ASN** for the replacement, if available. ### IP Replacement Conditions for Dedicated ISP Proxies ✅ IP Replacement is available with **active** and **recurring** subscriptions. * IP replacement costs `0.7 USD` per each IP. * The minimum number of IPs you can replace is `1`. * The maximum number of IPs you can replace at once is `1000`. ⚠️ Subscriptions purchased with **cryptocurrencies** do not support selective IP Replacement. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Retention Logic Source: https://help.decodo.com/docs/dedicated-isp-proxy-ip-retention Understand Your IP Retention Logic During Subscription Changes If you renew, upgrade, or downgrade your subscription, **your existing proxy IPs will remain the same**. ## On Renewal When you manually or automatically renew your subscription, your proxy IPs will remain the same, unless you've changed the location settings. ### Examples Before renewing, you can adjust the number of IPs or the location on the dashboard pricing page. These changes affect whether your IPs are retained. | Before renewal | Adjusted on pricing page | After renewal | | :-------------- | :----------------------------------------------------- | :------------------------------------ | | 100 US IPs | No changes made to IP quantity or location | Same 100 US IPs retained | | 50 `Random` IPs | No changes made to IP quantity or location | Same `Random` IPs retained | | 80 DE IPs | Changed location to US, no changes made to IP quantity | 80 DE IPs replaced with new 80 US IPs | ## On Upgrade When you upgrade your subscription, you will keep the old proxy IPs, and additional IPs will be added to your list, unless you change the location of your old IPs. ### Examples | Before upgrade | Upgrade to | Adjusted on pricing page | After upgrade | | :--------------------- | :--------- | :------------------------------------------------------------- | :------------------------------------------------------- | | 100 US IPs | 200 IPs | Kept 100 IPs in US slot, added 100 to DE slot | Same 100 US IPs + 100 new DE IPs | | 50 `Random` IPs | 100 IPs | Increased `Random` slot to 100 IPs | Same 50 `Random` IPs + 50 new `Random` IPs | | 15 IPs (10 US + 5 AU) | 20 IPs | Increased US slot to 12, AU slot to 8 IPs | Same 10 US + same 5 AU IPs + 2 new US IPs + 3 new AU IPs | | 80 IPs (50 US + 30 DE) | 100 IPs | Changed all locations: 60 IPs to GB slot and 40 IPs to AU slot | All old IPs replaced with 60 new GB IPs + 40 new AU IPs | ## On Downgrade When you downgrade your subscription, IPs are removed from the end of the list. That means the earliest-assigned IPs will be retained, unless you change the location of your old IPs. ### Examples | Before downgrade | Downgrade to | Adjusted on pricing page | After downgrade | | :--------------------- | :----------- | :------------------------------------------------------------------------- | :------------------------------------------------------------------------------ | | 100 US IPs | 50 IPs | Decreased US slot to 50 IPs | First 50 US IPs retained, last 50 US IPs removed | | 50 `Random` IPs | 10 IPs | Decreased `Random` slot to 10 IPs | First 10 `Random` IPs retained, last 40 `Random` IPs removed | | 20 IPs (10 US + 10 AU) | 5 IPs | Decreased US slot to 3, decreased AU slot to 0, and increased GB slot to 2 | First 3 US IPs retained + new 2 GB IPs, last 7 US IPs and all 10 AU IPs removed | | 60 IPs (40 GB + 20 DE) | 30 IPs | Changed all locations: 20 IPs to US slot and 10 IPs to AU slot | All old IPs replaced with 20 new US IPs + 10 new AU IPs | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations [DISP] Source: https://help.decodo.com/docs/dedicated-isp-proxy-locations Dedicated Static Residential (ISP) Locations Currently available countries with **Dedicated ISP** proxies: * Australia * Belgium * Brazil * Canada * Colombia * Czechia * France * Germany * Hong Kong * Ireland * Italy * Japan * Netherlands * Poland * Romania * Singapore * South Korea * Spain * Sweden * United Kingdom * United States ### **IP Availability** The amount of IPs that are available for purchase can vary from day to day. In your list, you will see all of the locations you have chosen your IP addresses in during purchase. * You may select single or multiple locations to generate a list. * Choosing a specific **country** will allow you to generate a list only from that location. * Choosing a specific **city** will allow you to generate a list only from that location. * Choosing a specific **ASN** will allow you to generate a list only from that location. Keep in mind, you can choose between **city** OR **ASN.** You are not able to select both inside the same country. # Protocols Source: https://help.decodo.com/docs/dedicated-isp-proxy-protocols Dedicated Static Residential (ISP) Proxy Support for HTTP, HTTPS, and SOCKS5 Formats ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ## SOCKS5 Both `UDP` and `TCP` connections are supported via `SOCKS5` with Dedicated ISP proxies. Here is a `cURL` example for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. *** ## Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports and restrictions. ### Accessible Ports With the **Static Residential (ISP) proxies**, only the following ports are accessible: * `80` * `443` * `563` * `8443` * `43` ### Restricted Ports Restricted ports include **`SMTP`**, **`IMAP`**, and other **mailing** and **messaging** related ports. Please note that currently, restricted ports and any others not mentioned in the Accessible Ports list cannot be unblocked for **Static Residential (ISP) proxies**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/dedicated-isp-proxy-quick-start Dedicated ISP Proxy Quick Start ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from your purchased Decodo IP list. * Static Residential proxies use the following endpoint and port for random requests: ```text theme={null} isp.decodo.com:10000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U "USERNAME:PASSWORD" -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'USERNAME' password = 'PASSWORD' proxy = f"http://{username}:{password}@isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by adding parameters to control the IP selection and location. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Advanced Parameters**](https://help.decodo.com/docs/dedicated-isp-proxy-advanced-parameters) article for an even more in-depth look. ## Authentication 1. First, navigate to the [**Static Residential → Dedicated ISP → Proxy setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your **proxy users** ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/dedicated-isp-proxy-authentication-methods) article. ## Proxy Setup In the Dedicated Static Residential (ISP) Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Static Residential → Dedicated ISP → Proxy setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup) page, find the parameter selection section below your authentication methods. Group 427323701 ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/dedicated-isp-proxy-locations) of your proxy. Choosing a specific **country** or multiple countries will allow you to generate a list with only those locations. ### `Direct IP` Targeting * You can **specify the IPs** you would like to connect as a **parameter** by selecting the **Direct IP** option. * You can toggle the IPs, select all, or use the search field to create a list. * The IP selection will be limited to selected countries under **Location** (**All countries** will provide an entire list). ### IP-based Whitelisting and Location Selection * For Dedicated ISP Proxies, a location or IP can only be specified when using the `user:pass` authentication method. Otherwise, **All countries** will be preselected with a whitelisted IP. Group 427323712 (1) ### Session Type 3. Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/dedicated-isp-proxy-session-types), **Rotating** or **Static**. ### Session Ports * **Static** – Ports `10001`-`63000` provide a static IP address that remains until you decide to change it or the session ends. * **Rotating** – Port `10000` rotates the IP address on every request you make. ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/dedicated-isp-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, **Password**, and **IP**, or copy the entire example string. ### Endpoint List Control 1. The number of generated endpoints in the list will depend on how many IPs you purchased with your plan. * If you select only specific IPs or countries, the total number of generated endpoints will equal your plan's IP count, but the generated IPs will **repeat to fill the list**. 2. Set the number of how many endpoints to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. For information on **managing** your **IP list**, refer to the Dedicated ISP [**IP List Management**](https://help.decodo.com/docs/dedicated-isp-proxy-ip-list-management) article. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. A cURL example. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) or [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track Dedicated ISP proxy usage, navigate to the [**Static Residential → Dedicated ISP → Usage statistics**](https://dashboard.decodo.com/dedicated-isp-proxies/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by: **User**, **Target**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. ### Top Targets, Countries, Users, and IPs * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: No., Target, Traffic, Requests. * **Top Countries**: Country, Traffic, Requests. * **Top Users**: User, Traffic, Requests. * **Top IPs**: No., IP, Traffic, Requests. [**Here**](https://help.decodo.com/docs/dedicated-isp-proxy-statistics) you can find a more comprehensive look at the **Dedicated ISP Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** # Restricted Targets Source: https://help.decodo.com/docs/dedicated-isp-proxy-restricted-targets Dedicated ISP Proxy Restricted Targets ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ##### Unblocking blocked websites is **not** possible with Dedicated ISP proxies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/dedicated-isp-proxy-session-types Dedicated ISP Static and Rotating Session Types You can generate proxy port examples of your preferred session type in the [**Static Residential → Dedicated ISP → Proxy Setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup) section on your dashboard. Group 427323714 *** ## Static Port Ports **`10001`**-**`63000`** provide a static IP lasting until you decide to change it or the session ends. * Change the IP address manually by switching to a different port. If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. ### `User:pass` example Here are a few basic request examples with a static port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@isp.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a static port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://isp.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://isp.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** ## Rotating Rort The port **`10000`** rotates the IP on every request you make and will choose the IPs from the list that you have purchased. ### `User:pass` example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/dedicated-isp-proxy-statistics Dedicated ISP Proxy Traffic Usage Statistics Dedicated ISP proxy traffic usage details can be found on your dashboard statistics page. Simply navigate to the Dedicated ISP proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/dedicated-isp-proxies/statistics?) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by proxy **User** and **Target**. 2. You can also group the data by **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`, and **Requests**. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are four additional data tables: **Top targets**, **Top countries**, **Top users**, and **Top IPs**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, and **Requests**. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top IPs In the **Top IPs** table, you can see the proxy IPs you have targeted, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **IP**, **Traffic** and **Requests** columns. 2. To view the full IP list, click on the **All IPs list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Fair Usage Policy Source: https://help.decodo.com/docs/dedicated-isp-proxy-thread-limits The Fair Usage Policy affects Dedicated ISP Proxies to maintain service consistency. Multiple threads represent the number of sessions available at the same time. * Each time you send a request through a proxy, it creates a session. * If you send multiple requests at the same time, you are running multiple concurrent sessions. Browsing webpages may generate multiple threads even with a single session to load various resources. ## Default Thread Limitations Your concurrent thread limit scales with the number of IPs on your subscription: * **Default limit**: `100` concurrent threads per IP, until the Fair Usage Policy (FUP) is reached. * **After FUP is reached**: `1` concurrent thread per IP, for the remainder of the subscription period. For example, a `200` IP subscription gets `20000` concurrent threads by default. Once FUP is triggered, that drops to `200` threads (`1` per IP) until the next subscription period starts. ### Thread Limits per Proxy User The amount of limited threads is distributed equally among all proxy users you have. For example, if you have `200` IPs (giving you `20000` concurrent threads) and have `4` proxy users – each proxy user will have a limit of `5000` concurrent threads. ## Fair Usage Policy Triggers To ensure fair use of services and maintain optimal performance for all customers, we apply the Fair Usage Policy (FUP) for Dedicated ISP proxies when **both** of the following conditions are met: 1. Traffic **per individual IP** exceeds **`100GB`**, AND 2. Total traffic usage for a subscription period exceeds **`10TB`**. ### How FUP Limitations Work Once your usage exceeds the traffic limits described above, we take measures to ensure fair usage across all users and reduce the number of concurrent sessions available for the remaining subscription period. **The dynamic threshold is calculated as `100GB` for every IP**. For example: 1. If you have purchased `200` IPs, the FUP threshold will be `20TB` (`100GB` times `200`). Once this limit of `20TB` is reached and the fair usage policy applied, concurrent sessions will be reduced from `20000` threads (`100` threads per IP) to `200` threads ( `1` thread per IP). 2. However, If you have purchased `10` IPs, the FUP limitations will only take affect if you exceed `10TB` of data usage. * The FUP limitations are reset after a new subscription period is started. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/dedicated-isp-proxy-user-pass-requests Dedicated ISP Proxy Advanced Parameter Usage via User:Pass Authentication *** When using **backconnect**, the endpoint proxy **server** remains the same: `isp.decodo.com` For **static** connection sessions, the proxy **port** is any number within the following range: `10001`-`63000` If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. For **rotating** connection sessions, the proxy **port** is: `10000` The `cURL` code will be shown in the examples below. You may try them out on your machine. *** ## **Username:Password** **Username And Password Parameter** To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return you an IP address from a random location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## **Direct IP Targeting** It's possible to target specific IP addresses as a parameter from the proxy IP list you've purchased. To find your proxy IPs, navigate to the [**Static Residential → Dedicated ISP → Proxy setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup?tab=endpoints) dashboard page. Then, click on the **My IP list** tab. In the table below, you will find the **IP addresses** you've purchased, their **country** of origin, and the **ASN**. Keep in mind, some IPs listed may not have an associated ASN. 51ba1aef76c64abbe5314fea8231d2d6ac1f03ffd8a351c4fe733da1fc61c1c6 Group 427323599 If you wish to generate an **endpoint list**, which you can then export, or a **request example** with a specific IP address, in the same **Proxy setup** page, click on the **Direct IP** field and in the dropdown menu, and check your preferred proxy IP address. There, you can select all IPs or use the search bar to find a specific IP. Af7a44ee10eb94abde71e1ddcae5a1bafe85da6c54c6b895fb822f43409d13b0 Group 427323600 Example of a **static proxy** that returns a **specific IP address**. The proxy IP remains unspecified. ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ### Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). [**Here**](https://help.decodo.com/docs/dedicated-isp-proxy-locations) is the full list of available locations for purchase with ISP Pay/IP proxies. To find the countries of the IPs, head over to the [**Static Residential → Dedicated ISP → Proxy setup**](https://dashboard.decodo.com/dedicated-isp-proxies/proxy-setup) dashboard page. Click on the **Location** field, and in the dropdown menu, feel free to select one or all of the countries. **Note** that you will only be able to target the countries from which you've **purchased** the proxy IPs. 6db4e0e5b1a3b82011b73de622ebc023b48847694afceabf3494fdb55a22aa5e Group 427323607 1 Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Italy: ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ### City, State and ASN parameter * You must choose between city targeting, state targeting, and ASN targeting, as they can’t be used simultaneously. ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## State Targeting Adding the `state-xxxxx` to your username will allow for state targeting. Only US states are currently supported. Example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-new_york:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from the state of California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-california:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## ASN Targeting Adding the `asn-xxxx` parameter will allow you to target IPs from a specific carrier. Example of a **rotating proxy** that returns IPs from the carrier AT\&T: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from the carrier Astound: ```shellscript cURL theme={null} curl -U "user-username-asn-6079:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/introduction Decodo help docs hub. Quick start guides for residential, mobile, datacenter, ISP, and dedicated proxies, the Web Scraping API, and browser extensions. ## Guides to quickly get started with proxies Quick Start Quick Start Quick Start Quick Start Quick Start Quick Start Quick Start Quick Start Quick Start ## Get started with the Web Scraping API Quick Start *** ## Useful Resources Set up proxies on popular third-party tools, like Adspower or GoLogin. Effortlessly integrate all essential proxy features into your browser with the Decodo Chrome Extension. Manually specify residential proxy parameters to target cities and socks5 proxies, etc. A full list of Web Scraping API Parameters. Free trial options for Decodo products. *** ## Join our community Learn more Learn more Learn more *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-advanced-parameters ISP Pay/GB Proxy Advanced Parameter Specification to Control Your Connection Decodo offers customizable proxy access through a single backconnect endpoint and port: `isp.decodo.com:10000`. To specify all proxy parameters in your request, you can use one method: [**Username and password**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests). Backconnect parameters **are not** supported by **ISP Pay/GB** proxies when authenticating via the **whitelisted IP** method. *** ## Available Parameters | Parameter | Example Value | Description | | --------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ip` | - | IP address. You can target an IP address within the proxy pool directly. Keep in mind, we don't provide a full list of IP addresses. | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). You can find the available locations [**here**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-locations). | | `city` | `london` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `asn` | `21769` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com/). | *** ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the US) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, London) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-gb-city-london:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` Get an IP from a specific ASN (in this example, Frontier) with a static session ```shellscript cURL theme={null} curl -U "user-username-asn-5650:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get a specific IP (in this example, the IP remains unspecified) with a static session ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` When using any backconnect parameter, your username is also considered one of the parameters, therefore you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [ISP/GB] Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-authentication-methods ISP Pay/GB Proxy Authentication Methods We support ISP Pay/GB proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Static Residential → ISP Pay/GB → Authentication**](https://dashboard.decodo.com/static-isp-proxies/authentication) section on your dashboard. * After you purchase a subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to the dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing proxy users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** to prevent intermittent proxy authentication problems. ### Editing Proxy Users * To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit proxy users** directly in the [**Proxy setup**](https://dashboard.decodo.com/static-isp-proxies/proxy-setup) section. ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Traffic Limit Management 1. To **add**, **edit**, or remove a **traffic limit** for a specific proxy user, click **Add traffic limit**. 2. Type in the traffic limit and click the checkmark button to add or edit a limit. Click **X** to cancel. 3. Click on **Edit** to change the traffic limit or the **Bin** icon to **remove** it. 4. Click **Save**. ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. ### Adding a Proxy User 1. To **create** a new proxy username and password, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count. 2. Type in the username you want and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, with letters and numbers only and no spaces. ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password. *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. You can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** additional Whitelisted IP slots, please contact our 24/7 customer support by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). 3. Enter your desired **IP address**, and click **+ Add** to whitelist it or **Edit** to enter a specific one manually. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible to you, and that you are not using a proxy or VPN service at the time. ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots** and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit** **whitelisted IPs** directly in the [**Proxy setup**](https://dashboard.decodo.com/static-isp-proxies/proxy-setup) section. ### Naming Whitelisted IPs To **name** your whitelisted IP, click **Edit** and type in the name you want. Click **Save** to finalize. * Leave the entry field blank to remove a name. ### Whitelisted IP removal To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then **Confirm**. If you’re using services such as **Amazon Web Services**, we highly recommend using the traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations [ISP/GB] Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-locations Static Residential (ISP) Pay/GB Locations Currently available countries with **ISP Pay/GB** proxies: * Australia * Belgium * Brazil * Canada * Colombia * Czechia * France * Germany * Hong Kong * Ireland * Italy * Japan * Netherlands * Poland * Romania * Singapore * Spain * Sweden * United Kingdom * United States You'll see all of the countries available with our ISP Pay/GB pool. * Choosing **Random** will pick the IPs randomly from one of the locations. * Choosing a specific **country** will allow you to generate a list only from that location. * Choosing a specific **city** will allow you to generate a list only from that location. * Choosing a specific **ASN** will allow you to generate a list only from that location. Keep in mind, you can choose between **city** OR **ASN.** You are not able to select both inside the same country. # Protocols Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-protocols Static Residential (ISP) Pay/GB Proxy Support for HTTP, HTTPS, and SOCKS5 Formats The connection protocol (HTTP, HTTPS, or SOCKS5) can be specified in the tool or program you're using to connect with the proxies. In the following cURL examples, the protocol is specified at the beginning of the proxy line, just replace the `username` and `password` with your proxy user credentials, and run them in your Terminal or Command Prompt. ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ## SOCKS5 Both `UDP` and `TCP` connections are supported via `SOCKS5` with ISP Pay/GB proxies. Here is a `cURL` example for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. *** ## Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports and restrictions. ### Accessible Ports With the **Static Residential (ISP) proxies**, only the following ports are accessible: * `80` * `443` * `563` * `8443` * `43` ### Restricted Ports Restricted ports include **`SMTP`**, **`IMAP`**, and other **mailing** and **messaging**-related ports. Please note that currently, restricted ports and any others not mentioned in the Accessible Ports list cannot be unblocked for **Static Residential (ISP) proxies**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-quick-start ISP Pay/GB Proxy Quick Start ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from the Decodo IP pool. * Static Residential proxies use the following endpoint and port for random requests: ```text theme={null} isp.decodo.com:10000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U "USERNAME:PASSWORD" -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'USERNAME' password = 'PASSWORD' proxy = f"http://{username}:{password}@isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by adding parameters to control the IP selection and location. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Advanced Parameters**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-advanced-parameters) article for an even more in-depth look. ## Authentication 1. First, navigate to the [**Static Residential → ISP Pay/GB → Proxy setup**](https://dashboard.decodo.com/static-isp-proxies/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your **proxy users** ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password, click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** and **add a traffic limit** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-authentication-methods) article. ## Proxy Setup In the ISP Pay/GB Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Static Residential → ISP Pay/GB → Proxy setup**](https://dashboard.decodo.com/static-isp-proxies/proxy-setup) page, find the parameter selection section below your authentication methods. ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-locations) of your proxy. ### IP-based Whitelisting And Location Selection * For ISP Pay/GB Proxies a location can only be specified when using the `user:pass` authentication method. Otherwise, you can only select a `random` location with a whitelisted IP. ### Session Type 3. Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-session-types), **Rotating** or **Static**. ### Session Ports * **Static** – Ports `10001`-`63000` provide a static IP address that remains until you decide to change it or the session ends. * **Rotating** – Port `10000` rotates the IP address on every request you make. ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, and **Password**, or copy the entire example string. ### Endpoint List Control 1. You can set the **number** of generated endpoints. 2. As well as how many of them you would like to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use a dedicated Decodo tool — the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) and [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware,** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track ISP Pay/GB proxy usage, navigate to the [**Static Residential → ISP Pay/GB → Usage statistics**](https://dashboard.decodo.com/static-isp-proxies/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by: **User**, **Target**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. ### Top Targets, Countries, Users, and IPs * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: No., Target, Traffic, Requests. * **Top Countries**: Country, Traffic, Requests. * **Top Users**: User, Traffic, Requests. * **Top IPs**: No., IP, Traffic, Requests. [**Here**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-statistics) you can find a more comprehensive look at the **ISP Pay/GB Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** # Restricted Targets Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-restricted-targets ISP Pay/GB Proxy Restricted Targets ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ##### Unblocking blocked websites is **not** possible with ISP Pay/GB proxies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-session-types ISP Pay/GB Static and Rotating Session Types You can generate proxy port examples of your preferred session type in the [**Static Residential → ISP Pay/GB → Proxy Setup**](https://dashboard.decodo.com/static-isp-proxies/proxy-setup) section on your dashboard. Group 427323711 *** ## Static Port Ports **`10001`**-**`63000`** provide a static IP address that remains until you decide to change it or the session ends. * Change the IP address manually by switching to a different port. ### `User:pass` example Here are a few basic request examples with a static port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@isp.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a static port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://isp.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://isp.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** ## Rotating Port Port **`10000`** rotates the IP address on every request you make. ### `User:pass` example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-statistics ISP Pay/GB Proxy Traffic Usage Statistics ISP Pay/GB proxy traffic usage details can be found on your dashboard statistics page. Simply navigate to the ISP Pay/GB proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/static-isp-proxies/statistics) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by proxy **User** and **Target**. 2. You can also group the data by **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`, and **Requests**. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are four additional data tables: **Top targets**, **Top countries**, **Top users**, and **Top IPs**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, and **Requests**. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top IPs In the **Top IPs** table, you can see the proxy IPs you have targeted, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **IP**, **Traffic** and **Requests** columns. 2. To view the full IP list, click on the **All IPs list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Thread Limitations Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-thread-limits Thead Limitations Affecting Static Residential (ISP) Pay/GB Proxies Multiple threads represent the number of sessions available at the same time. * Each time you send a request through a proxy, it creates a session. * If you send multiple requests at the same time, you are running multiple concurrent sessions. * **Static residential (ISP) Pay/GB** proxies are limited up to **`10000`** threads. Browsing webpages may generate multiple threads even with a single session to load various resources. ### Thread limits per proxy user The number of limited threads is distributed equally among all proxy users you have. For example, if you have `2` proxy users – each proxy user will have a limit of `5000` concurrent threads. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests ISP Pay/GB Proxy Advanced Parameter Usage via User:Pass Authentication When using **backconnect**, the endpoint proxy **server** remains the same: `isp.decodo.com` For **static** connection sessions, the proxy **port** is any number within the following range: `10001`-`63000` For **rotating** connection sessions, the proxy **port** is: `10000` The `cURL` code will be shown in the examples below. You may try them out on your machine. *** ## `Username:Password` ### Username And Password Parameter To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return an IP address from a random location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## Direct IP Targeting It's possible to target specific IP addresses as a parameter from the shared ISP proxy pool. **However**, we don't provide a list of specific IP addresses for connection. Example of a **static proxy** that returns a **specific IP address**. The proxy IP remains unspecified: ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). [**Here**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-locations) is the full list of available locations with ISP Pay/GB proxies. If you wish to generate an **endpoint list**, which you can then export, or a **request example** with a country, navigate to the [**Static Residential → ISP Pay/GB → Proxy setup**](https://dashboard.decodo.com/static-isp-proxies/proxy-setup) dashboard page. Click on the **Location** field, and in the dropdown menu, feel free to select one of the countries. Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Italy: ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ### City, State, and ASN parameter * You must choose **between** city targeting, state targeting, and ASN targeting, as they **can’t** be used simultaneously. ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## State Targeting Adding the `state-xxxxx` to your username will allow for state targeting. Only US states are currently supported. Example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-new_york:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from the state of California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-california:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## ASN Targeting Adding the `asn-xxxx` parameter will allow you to target IPs from a specific carrier. Example of a **rotating proxy** that returns IPs from the carrier AT\&T: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from the carrier Astound: ```shellscript cURL theme={null} curl -U "user-username-asn-6079:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-advanced-parameters ISP Pay/IP Proxy Advanced Parameter Specification to Control Your Connection Decodo offers customizable proxy access through a single backconnect endpoint and port: `isp.decodo.com:10000`. To specify all proxy parameters in your request, you can use one method: [**Username and password**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-user-pass-requests). Backconnect parameters **are not** supported by **ISP Pay/IP** proxies when authenticating via the **whitelisted IP** method. *** ## Available Parameters | Parameter | Example Value | Description | | --------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `ip` | - | IP address. You can target an IP address from your purchased proxy IP list. | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). The available locations depend on the IPs you've purchased. | | `city` | `london` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `asn` | `21769` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com/). | *** ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field, like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-user-pass-requests) section. *** ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the US) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, London) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-gb-city-london:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` Get an IP from a specific ASN (in this example, Frontier) with a static session ```shellscript cURL theme={null} curl -U "user-username-asn-5650:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get a specific IP (in this example, the IP remains unspecified) with a static session ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` When using any backconnect parameter, your username is also considered one of the parameters. Therefore, you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [ISP/IP] Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-authentication-methods ISP Pay/IP Proxy Authentication Methods We support ISP Pay/IP proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Static Residential → ISP Pay/IP → Authentication**](https://dashboard.decodo.com/shared-isp-proxies/authentication) section on your dashboard. * After you purchase a subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to the dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing Proxy Users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** to prevent intermittent proxy authentication problems. ### Editing Proxy Users * To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit proxy users** directly in the [**Proxy Setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) section. ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Traffic Limit Management 1. To **add**, **edit**, or remove a **traffic limit** for a specific proxy user, click **Add traffic limit**. 2. Type in the traffic limit and click the checkmark button to add or edit a limit. Click **X** to cancel. 3. Click **Edit** to change the traffic limit or the **Bin** icon to **remove** it. 4. Click **Save**. ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. ### Adding a Proxy User 1. To **create** a new proxy username and password, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count. 2. Type in the username you want and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, letters and numbers only, no spaces. ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password. *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. You can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** additional Whitelisted IP slots, please get in touch with our **24/7 customer support** by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). 3. Enter your desired **IP address**, and click **+ Add** to whitelist it or **Edit** to enter a specific one manually. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible to you, and that you are not using a proxy or VPN service at the time. ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots** and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit whitelisted IPs** directly in the [**Proxy Setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) section. ### Naming Whitelisted IPs * To **name** your whitelisted IP, click Edit and type in the name you want. Click **Save** to finalize. * Leave the entry field blank to remove a name. ### Whitelisted IP Removal * To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then **Confirm**. If you’re using services such as **Amazon Web Services**, we highly recommend using the traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Accessing Your Dedicated ISP IP List Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-list-management Static Residential (ISP) Pay/IP My IP List Management ### IP configuration options * If you wish to gain an in-depth look into the **IP List Refresh** feature, proceed to the article [**here**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-management). * If you'd like to understand how to replace your IP list, follow the **IP Replacement** article [**here**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-replacement). * If you want to learn about your **IP retention** during subscription changes, go to the article [**here**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-retention). By default, the dashboard shows the proxy endpoints list. That means you would have to **navigate** to the **My IP list** section on the dashboard to view your purchased IP list. 1. Via the dashboard left panel, click on **Static Residential (ISP)** → [**ISP Pay/IP**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup?tab=ips). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My IP list** section. In the **My IP list** section, you will find a list of your purchased IPs. 1. There are 3 columns: the **IP** address, the IP's **country** of origin, and its **ASN**. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the list of IPs to your clipboard. Keep in mind that some IPs listed may not have an associated ASN. ## My subnet list Similarly to the [**My IP list**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-list-management#my-ip-list) access, you would have to **navigate** to the **My subnet list** section on the dashboard to view your purchased IP subnets list. 1. Via the dashboard left panel, click on **Static Residential (ISP)** -> [**ISP Pay/IP**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup?tab=subnets). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My subnet list** section. In the **My subnet list** section, you will find a list of subnets that your purchased IPs are part of. 1. There are 3 columns: the **subnet**, the **count** of your purchased IPs that belong in that subnet, and the subnet's **country** of origin. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the list of subnets to your clipboard. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP List Refresh Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-management You can select your Static Residential (ISP) Pay/IP IP list to refresh automatically or purchase the option to do so manually. ## Refreshing IPs During checkout, you can choose from two options to renew your list of IPs: * **Automatic** – a periodic IP list refresh based on a calendar day. * **On-demand** – a specific number of actions to manually refresh the IP list during the subscription period. ### IP Pool Availability Limitations Please note that, depending on the number of IPs you purchase, for some countries, due to a limited IP pool, these options may not be available during checkout, and not all IPs may be refreshed during the subscription period. ### Automatic IP List Refresh * `None` – default option. * `Weekly` – The IPs will be refreshed on the same day of the week for an extra `+80%` cost of the plan price (the same IP list refresh date will persist into new auto-renewing subscription periods). * `Monthly` – The IPs will be refreshed on the same day of the month (or the next day, depending on the month) for an extra `+20%` cost of the plan price. ### On-demand IP List Refresh * `0` – default option. * `1` – for an extra `+30%` of the plan price. * `2` – for an extra `+60%` of the plan price. * `3` – for an extra `+90%` of the plan price. * `4` – for an extra `+120%` of the plan price. ### Using the On-Demand IP List Refresh Actions To use the on-demand IP list refresh action, go to the **ISP Pay/IP** section, click the **3 dots** at the top right, then click **Refresh IP list**. Finally, confirm by clicking **Refresh now**. ### Unused IP Refresh Actions **Unused** IP list refresh actions **do not carry over** to the next subscription period. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Replacement Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-replacement ISP Pay/IP Self Service IP Replacement ## Replacing IPs You can repurchase **specific IPs** by navigating to the [**Static Residential → ISP Pay/IP → Proxy setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) page on your dashboard and looking for the **My IP list** tab. 1. Select the IPs you want to replace and click **Replace IPs**. 2. Select how you want to replace your IPs: * **Random** – select this option to change your IPs to different ones within the **same country**. * **Advanced** – allows you to specify the **Country** and the **ASN** for the replacement, if available. ### IP Replacement Conditions for ISP Pay/IP Proxies ✅ IP Replacement is available with **active** and **recurring** subscriptions. * IP replacement costs `0.3 USD` for each IP. * The minimum number of IPs you can replace is `3`. * The maximum number of IPs you can replace at once is `1000`. * If you need to replace your entire list, please use the [**Refresh IP list**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-management#/) feature, if available. ⚠️ Subscriptions purchased with **cryptocurrencies**, or processed by **Cleverbridge,** do not support selective IP Replacement. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Retention Logic Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-retention Understand Your IP Retention Logic During Subscription Changes If you renew, upgrade, or downgrade your subscription, **your existing proxy IPs will remain the same**. ## On Renewal When you manually or automatically renew your subscription, your proxy IPs will remain the same, unless you've changed the location settings. ### Examples Before renewing, you can adjust the number of IPs or the location on the dashboard pricing page. These changes affect whether your IPs are retained. | Before renewal | Adjusted on pricing page | After renewal | | :-------------- | :----------------------------------------------------- | :------------------------------------ | | 100 US IPs | No changes made to IP quantity or location | Same 100 US IPs retained | | 50 `Random` IPs | No changes made to IP quantity or location | Same `Random` IPs retained | | 80 DE IPs | Changed location to US, no changes made to IP quantity | 80 DE IPs replaced with new 80 US IPs | ## On Upgrade When you upgrade your subscription, you will keep the old proxy IPs, and additional IPs will be added to your list, unless you change the location of your old IPs. ### Examples | Before upgrade | Upgrade to | Adjusted on pricing page | After upgrade | | :--------------------- | :--------- | :------------------------------------------------------------- | :------------------------------------------------------- | | 100 US IPs | 200 IPs | Kept 100 IPs in US slot, added 100 to DE slot | Same 100 US IPs + 100 new DE IPs | | 50 `Random` IPs | 100 IPs | Increased `Random` slot to 100 IPs | Same 50 `Random` IPs + 50 new `Random` IPs | | 15 IPs (10 US + 5 AU) | 20 IPs | Increased US slot to 12, AU slot to 8 IPs | Same 10 US + same 5 AU IPs + 2 new US IPs + 3 new AU IPs | | 80 IPs (50 US + 30 DE) | 100 IPs | Changed all locations: 60 IPs to GB slot and 40 IPs to AU slot | All old IPs replaced with 60 new GB IPs + 40 new AU IPs | ## On Downgrade When you downgrade your subscription, IPs are removed from the end of the list. That means the earliest-assigned IPs will be retained, unless you change the location of your old IPs. ### Examples | Before downgrade | Downgrade to | Adjusted on pricing page | After downgrade | | :--------------------- | :----------- | :------------------------------------------------------------------------- | :------------------------------------------------------------------------------ | | 100 US IPs | 50 IPs | Decreased US slot to 50 IPs | First 50 US IPs retained, last 50 US IPs removed | | 50 `Random` IPs | 10 IPs | Decreased `Random` slot to 10 IPs | First 10 `Random` IPs retained, last 40 `Random` IPs removed | | 20 IPs (10 US + 10 AU) | 5 IPs | Decreased US slot to 3, decreased AU slot to 0, and increased GB slot to 2 | First 3 US IPs retained + new 2 GB IPs, last 7 US IPs and all 10 AU IPs removed | | 60 IPs (40 GB + 20 DE) | 30 IPs | Changed all locations: 20 IPs to US slot and 10 IPs to AU slot | All old IPs replaced with 20 new US IPs + 10 new AU IPs | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations [ISP/IP] Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-locations Static Residential (ISP) Pay/IP Locations Currently available countries with **ISP Pay/IP** proxies: * Australia * Belgium * Brazil * Canada * Colombia * Czechia * France * Germany * Hong Kong * Ireland * Italy * Japan * Netherlands * Poland * Romania * Singapore * Spain * Sweden * United Kingdom * United States In your list, you will see all of the locations you have chosen your IP addresses in during purchase. * You may select single or multiple locations to generate a list. * Choosing a specific **country** will allow you to generate a list only from that location. * Choosing a specific **city** will allow you to generate a list only from that location. * Choosing a specific **ASN** will allow you to generate a list only from that location. Keep in mind, you can choose between **city** OR **ASN.** You are not able to select both inside the same country. # Protocols Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-protocols Static Residential (ISP) Pay/IP Proxy Support for HTTP, HTTPS, and SOCKS5 Formats ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ## SOCKS5 Both `UDP` and `TCP` connections are supported via `SOCKS5` with ISP Pay/IP proxies. Here is a `cURL` example for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://username:password@isp.decodo.com:10001" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. *** ## Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports and restrictions. ### Accessible Ports With the **Static Residential (ISP) proxies**, only the following ports are accessible: * `80` * `443` * `563` * `8443` * `43` ### Restricted Ports Restricted ports include **`SMTP`**, **`IMAP`**, and other **mailing** and **messaging**-related ports. Please note that currently, restricted ports and any others not mentioned in the Accessible Ports list cannot be unblocked for **Static Residential (ISP) proxies**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-quick-start ISP Pay/IP Proxy Quick Start ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from your purchased Decodo IP list. * Static Residential proxies use the following endpoint and port for random requests: ```text theme={null} isp.decodo.com:10000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U "USERNAME:PASSWORD" -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'USERNAME' password = 'PASSWORD' proxy = f"http://{username}:{password}@isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by adding parameters to control the IP selection and location. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Advanced Parameters**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-advanced-parameters) article for an even more in-depth look. *** ## Authentication 1. First, navigate to the [**Static Residential → ISP Pay/IP → Proxy setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your **proxy users** ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password, click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** and **add a traffic limit** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-authentication-methods) article. ## Proxy Setup In the ISP Pay/IP Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Static Residential → ISP Pay/IP → Proxy setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) page, find the parameter selection section below your authentication methods. Group 427323701 ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-locations) of your proxy. Choosing a specific **country** or multiple countries will allow you to generate a list with only those locations. ### `Direct IP` Targeting * You can **specify the IPs** you would like to connect to as a **parameter** by selecting the **Direct IP** option. * You can toggle the IPs, select all, or use the search field to create a list. * The IP selection will be limited to selected countries under **Location** (**All countries** will provide an entire list). ### IP-based Whitelisting and Location Selection * For ISP Pay/IP Proxies, a location or IP can only be specified when using the `user:pass` authentication method. Otherwise, **all countries** will be preselected with a whitelisted IP. Group 427323712 (1) ### Session Type 3. Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-session-types), **Rotating** or **Static**. ### Session Ports * **Static** – Ports `10001`-`63000` provide a static IP address that remains until you decide to change it or the session ends. * **Rotating** – Port `10000` rotates the IP address on every request you make. ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, **Password**, and **IP**, or copy the entire example string. ### Endpoint List Control 1. The number of generated endpoints in the list will depend on how many IPs you purchased with your plan. * If you select only specific IPs or countries, the total number of generated endpoints will equal your plan's IP count, but the generated IPs will **repeat to fill the list**. 2. Set the number of how many endpoints to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. Group 427323713 (1) For information on **refreshing** and **managing** your IP list, refer to the ISP Pay/IP [**IP List Management**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-ip-list-management) article. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. A cURL example. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) or [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware,** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track ISP Pay/IP proxy usage, navigate to the [**Static Residential → ISP Pay/IP → Usage statistics**](https://dashboard.decodo.com/shared-isp-proxies/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by: **User**, **Target**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. ### Top Targets, Countries, Users, and IPs * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: No., Target, Traffic, Requests. * **Top Countries**: Country, Traffic, Requests. * **Top Users**: User, Traffic, Requests. * **Top IPs**: No., IP, Traffic, Requests. [**Here**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-statistics) you can find a more comprehensive look at the **ISP Pay/IP Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Restricted Targets Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-restricted-targets ISP Pay/IP Proxy Restricted Targets ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ##### Unblocking blocked websites is **not** possible with ISP Pay/IP proxies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-session-types ISP Pay/IP Static and Rotating Session Types You can generate proxy port examples of your preferred session type in the [**Static Residential → ISP Pay/IP → Proxy Setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) section on your dashboard. Group 427323714 *** ## Static Port Ports **`10001`**-**`63000`** provide a static IP address that remains until you decide to change it or the session ends. * Change the IP address manually by switching to a different port. If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. ### `User:pass` example Here are a few basic request examples with a static port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@isp.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a static port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "isp.decodo.com:10001" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://isp.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://isp.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** ## Rotating Port The port **`10000`** rotates the IP on every request you make and will choose the IPs from the list that you have purchased. ### `User:pass` example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the `username:password` method. ```shellscript cURL theme={null} curl -U "username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Whitelisted IP example Here are a few basic request examples with a rotating port in various programming languages when authenticating via the whitelisted IP method. ```shellscript cURL theme={null} curl -x "isp.decodo.com:10000" "https://ip.decodo.com/json" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' proxy = f"http://isp.decodo.com:10000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent ( 'http://isp.decodo.com:10000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-statistics ISP Pay/IP Proxy Traffic Usage Statistics ISP Pay/IP proxy traffic usage details can be found on your dashboard statistics page. Simply navigate to the ISP Pay/IP proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/shared-isp-proxies/statistics?tab=endpoints) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by proxy **User** and **Target**. 2. You can also group the data by **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`, and **Requests**. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are four additional data tables: **Top targets**, **Top countries**, **Top users**, and **Top IPs**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, and **Requests**. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top IPs In the **Top IPs** table, you can see the proxy IPs you have targeted, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **IP**, **Traffic,** and **Requests** columns. 2. To view the full IP list, click on the **All IPs list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Fair Usage Policy Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-thread-limits The Fair Usage Policy affects unlimited Static Residential (ISP) Pay/IP traffic options to maintain service consistency. Multiple threads represent the number of sessions available at the same time. * Each time you send a request through a proxy, it creates a session. * If you send multiple requests at the same time, you are running multiple concurrent sessions. Browsing webpages may generate multiple threads even with a single session to load various resources. ## Dynamic Thread Limitations To ensure fair use of services and maintain optimal performance for all customers, we apply the Fair Usage Policy (FUP) for **unlimited traffic** options when **both** of the following conditions are met: 1. Total traffic usage for a subscription period exceeds **`10TB`**, AND 2. Traffic **per individual IP** exceeds **`25GB`**. ### How FUP Limitations Work Once your usage exceeds the traffic limits described above, we take measures to ensure fair usage across all users and reduce the number of concurrent sessions available for the remaining subscription period. **The dynamic threshold is calculated as** **`25GBfor every IP`** . For example: 1. If you have purchased `1000` IPs and a limit of `5000` threads, the FUP threshold will be `25TB` (`25GB` times `1000`). Once this limit of `25TB` is reached and the fair usage policy applied, concurrent sessions will be reduced from `5000` threads to a limit of **`10`**. 2. However, if you have purchased `100` IPs, the FUP limitations will only take effect if you exceed `10TB` of data usage. * The FUP limitations are reset after a new subscription period is started. *** ## Default Thread Limitations During checkout, you can select from two options for the number of concurrent sessions: * `1000` threads – default price. * `5000` threads – for an extra `+20%` of the plan price. * You can adjust these limits during manual renewal, upgrade, or downgrade. ### Thread Limits per Proxy User The number of limited threads is distributed equally among all proxy users you have. For example, if you have selected `5000` threads and have `5` proxy users – each proxy user will have a limit of `1000` concurrent threads. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/isp-pay-per-ip-proxy-user-pass-requests ISP Pay/IP Proxy Advanced Parameter Usage via User:Pass Authentication When using **backconnect**, the endpoint proxy **server** remains the same: `isp.decodo.com` For **static** connection sessions, the proxy **port** is any number within the following range: `10001`-`63000` If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. For **rotating** connection sessions, the proxy **port** is: `10000` The `cURL` code will be shown in the examples below. You may try them out on your machine. *** ## `Username:Password` ### Username And Password Parameter To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return you an IP address from a random location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## Direct IP Targeting It's possible to target specific IP addresses as a parameter from the proxy IP list you've purchased. To find your proxy IPs, navigate to the [**Static Residential → ISP Pay/IP → Proxy setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) dashboard page. Then, click on the **My IP list** tab. In the table below, you will find the **IP addresses** you've purchased, their **country** of origin, and the **ASN**. Keep in mind that some IPs listed may not have an associated ASN. If you wish to generate an **endpoint list**, which you can then export, or a **request example** with a specific IP address, in the same **Proxy setup** page, click on the **Direct IP** field and in the dropdown menu, and check your preferred proxy IP address. There, you can select all IPs or use the search bar to find a specific IP. Example of a **static proxy** that returns a **specific IP address**. The proxy IP remains unspecified. ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). [**Here**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-locations) is the full list of available locations for purchase with ISP Pay/IP proxies. To find the countries of the IPs, head over to the [**Static Residential → ISP Pay/IP → Proxy setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) dashboard page. Click on the **Location** field, and in the dropdown menu, feel free to select one or all of the countries. **Note** that you will only be able to target the countries from which you've **purchased** the proxy IPs. Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Italy: ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ### City, State and ASN parameter * You must choose between city targeting, state targeting and ASN targeting, as they can’t be used simultaneously. ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## State Targeting Adding the `state-xxxxx` to your username will allow for state targeting. Only US states are currently supported. Example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-new_york:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from the state of California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-california:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## ASN Targeting Adding the `asn-xxxx` parameter will allow you to target IPs from a specific carrier. Example of a **rotating proxy** that returns IPs from the carrier AT\&T: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **static proxy** that returns an IP from the carrier Astound: ```shellscript cURL theme={null} curl -U "user-username-asn-6079:password" -x "isp.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/mobile-proxy-advanced-parameters Mobile Proxy Advanced Parameter Specification to Control Your Connection Decodo offers customizable proxy access through a single **backconnect** endpoint and port: `gate.decodo.com:7000`. To specify all proxy parameters in your request, you can use one of two methods: 1. [**Username and Password**](https://help.decodo.com/docs/mobile-proxy-user-pass-requests#/). 2. [**Whitelisted IP**](https://help.decodo.com/docs/mobile-proxy-whitelisted-ip-requests#/). *** ## Available Parameters | Parameter | Example Value | Description | | ----------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). | | `city` | `berlin` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `us_california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `session` | `randomstring123` | A random string is used to create a session, allowing the same IP to be used for more than one request. The session automatically expires within `10` minutes by default. After that, a new IP will be assigned to this session’s ID. | | `sessionduration` | `180` | Used with `session`. Specifies the sticky session time in minutes – can be set to any number between `1` and `1440` to override the `10` minute sticky session default. | | `session_iplock` | `session_iplock-name-sessionduration-60` | Used with `name` (specify the name of the session) + `sessionduration` parameter. IP will not rotate to a new one if exit node goes offline. | | `zip` | `10001` | **5-digit**`ZIP` code. Adding this parameter allows you to specify the ZIP code location you want to target. It is only applicable for targeting the **USA** location and should be used with the `country-us` parameter string. | | `asn` | `20057` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com). | | `continent` | `as` | Continent code. | ### ASN Filtering * You must choose between `city` targeting and `asn` targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent`, `state` and `country` parameters. *** ## Application Support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field, like this: `user-username-country-country_code-city-city_name-session-randomstring` In the example above,`username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/mobile-proxy-user-pass-requests) section. The **session ID** can be defined by any string of your choice (simply replace the "randomstring123" from the examples). Use a **Session ID** only if you want a sticky session. Otherwise, just ignore that part to receive a **rotating proxy**. Use underscores when a city or state name consists of multiple words. E.g: `las_vegas`, `us_new_york`or `us_rhode_island`. ### Whitelisted IP method Since this method does not include a username, you will have to specify the backconnect parameters in the **endpoint** like this: `https://country-country_code-city-city_name-session-randomstring.gate.smartproxy.com:7000` More info is available in our [**Whitelisted IP Requests**](https://help.decodo.com/docs/mobile-proxy-whitelisted-ip-requests) section. ### Whitelisted IP authentication limitations * **Whitelisted IP** authentication only supports `HTTPS` requests. * `IPv6` IP addresses are currently unsupported for Whitelisted IP authentication. Please use IPs that are in `IPv4` format (`xx.xx.xx.xx`). *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific country (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific city (in this example, London) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-gb-city-london:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific US state (in this example, California) ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_california:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific ASN (in this example, AT\&T Mobility LLC) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific country (in this example, Portugal) with a session ID ```shellscript cURL theme={null} curl -U "user-username-country-pt-session-randomstring123:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific US location using ZIP code (in this example, New York) with a session ID and a 30-minute session duration ```shellscript cURL theme={null} curl -U "user-username-country-us-zip-10001-session-randomstring123-sessionduration-30:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` When using any backconnect parameter, your username is also considered one of the parameters. Therefore, you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [Mobile Proxies] Source: https://help.decodo.com/docs/mobile-proxy-authentication-methods Mobile Proxy Authentication Methods We support mobile proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Residential → Mobile → Authentication**](https://dashboard.decodo.com/mobile-proxies/authentication) section on your dashboard. * After you purchase a plan or subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to the dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing Proxy Users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. Group427323660 Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** if you are experiencing issues with the proxy user creation. ### Editing Proxy Users * To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit proxy users** directly in the [**Proxy setup**](https://dashboard.decodo.com/mobile-proxies/proxy-setup) section. Group427323661 Group427323662 ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Traffic Limit Management 1. To **add**, **edit**, or **remove** a **traffic limit** for a specific proxy user, click **Add traffic limit**. 2. Type in the traffic limit and click the checkmark button to add or edit a limit. Click **X** to cancel. 3. Click on **Edit** to change the traffic limit or the **Bin** icon to **remove** it. 4. Click **Save** ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. Group427323663 ### Adding a Proxy User 1. To **create** a new proxy username and password, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count. 2. Type in the username you want, and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, letters and numbers only, no spaces. Group427323664 Group427323665 ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password. *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. You can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** more than 10 Whitelisted IP slots, please contact our 24/7 customer support by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). Group427323666 1. Enter your desired **IP address**, and click **+ Add** to whitelist it. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible by you and that you are not using a Proxy or VPN service at the time. Group427323667 ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots**, and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit** **whitelisted IPs** directly in the [**Proxy setup**](https://dashboard.decodo.com/mobile-proxies/proxy-setup) section. Group427323668 Group427323669 ### Naming Whitelisted IPs * To **name** your whitelisted IP, click **Edit** and type in the name you want. Click **Save** to finalize. * Leave the entry field blank to remove a name. ### Whitelisted IP Removal * To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then **Confirm**. Group427323670 If you’re using services such as **Amazon Web Services**, we highly recommend using traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Custom Sticky Sessions Source: https://help.decodo.com/docs/mobile-proxy-custom-sticky-sessions Mobile Proxy Duration Specification ## Sticky Proxies Decodo **sticky** sessions allow a proxy IP address to persist for up to **`24hours`** (**`1440`** minutes) before it's rotated to a different IP address. The **default** sticky session time is `10minutes`. *** ## Dashboard Proxy List Generation To **generate** an endpoint list, navigate to the [**Dashboard → Proxy setup**](https://dashboard.decodo.com/mobile-proxies/proxy-setup) section. On the Proxy setup page, you can select between `1`, `10`, `30`, or `60`-minute sessions from a drop-down menu or specify a **custom duration** of up to `24hours`. ## Custom Session Duration You can use the `sessionduration` parameter together with the proxy **username** or a **whitelisted IP** to extend the length of a session up to **`24hours`** (**`1440`** minutes). * The `sessionduration` parameter accepts any **integer** (minute) value between `1` and `1440`. * A `1440` minute duration is the longest possible proxy session. ### Premature Rotation The longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the mobile device at the end going offline. ## Multiple Concurrent Sticky Sessions Adding the `session` variable to the proxy username or using a whitelisted IP will allow the proxy IP address to persist for multiple requests. Different session parameter values are used to differentiate between active sessions and behave just like the different sticky proxy ports with our country endpoints. * `session-1` * `session-2` ## Examples ### Username:password A `cURL` example using a **`90-minute`** long `sessionduration` parameter used with a proxy **username** and `session` **ID** to allow the IP address to persist for multiple requests: ```shellscript cURL theme={null} curl -U "user-username-session-example1-sessionduration-90:password" -x "gate.decodo.com:7000" "ip.decodo.com" ``` ### Whitelisted IP A `cURL` example using a **`90-minute`** long `sessionduration` parameter used with a **Whitelisted IP** and `session` **ID** to allow the IP address to persist for multiple requests: ```shellscript cURL theme={null} curl -x "https://session-example1-sessionduration-90.gate.decodo.com:7000" "https://ip.decodo.com" ``` Check out the [**backconnect**](https://help.decodo.com/docs/mobile-proxy-user-pass-requests#sticky-session) guide for a more in-depth review of how to use a sticky session with `sessionduration` and `session` parameters. *** ## IP Lock With `session `parameter if IP is no longer available, it will automatically rotate to a new one. The `session_iplock` parameter is used in cases when IP rotation is not needed and same IP must be kept for entire session duration. With this parameter if IP is no longer available, proxy will result with 502 status code and will not grant you a new IP during desired session duration. In order to format a request using `session_iplock` you must: 1. Use a username:password proxy connection. 2. Add `session_iplock-name` parameter (name - any string given to a session). 3. Add `sessionduration` parameter (sessionduration - value between `1` and `1440`). ## Example ### Username:password A `cURL` example using a `90-minute` long `sessionduration` parameter used with a proxy username and `session_iplock-example1` to allow the IP address to persist for multiple requests: ```shellscript cURL theme={null} curl -U "user-username-session_iplock-example1-sessionduration-90:password" -x "gate.decodo.com:10000" "https://ip.decodo.com/json" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Endpoints and Ports Source: https://help.decodo.com/docs/mobile-proxy-endpoints-and-ports Mobile Proxy Location Specific Endpoints and Ports Mobile proxies support targeting locations through dedicated endpoints. Additionally, each location is assigned a specific port range. Proxy **authentication** can be done using either a username and password or by IP-based whitelisting. ### Can't Find a Location? If a particular location or city is not on the list, you can try connecting to it through [**backconnect**](https://help.decodo.com/docs/mobile-proxy-advanced-parameters) using custom parameters. ## Countries | Endpoint | Sticky Port Range | Rotating Port | Location | | ----------------- | ----------------- | ------------- | ------------------------ | | `gate.decodo.com` | `10001`-`49999` | `7000, 10000` | Random | | `us.decodo.com` | `10001`-`29999` | `10000` | US | | `eu.decodo.com` | `10001`-`29999` | `10000` | EU | | `ae.decodo.com` | `20001`-`29999` | `20000` | United Arab Emirates | | `my.decodo.com` | `30001`-`39999` | `30000` | Malaysia | | `ph.decodo.com` | `40001`-`49999` | `40000` | Phillipines | | `in.decodo.com` | `10001`-`19999` | `10000` | India | | `tw.decodo.com` | `20001`-`29999` | `20000` | Taiwan | | `jp.decodo.com` | `30001`-`39999` | `30000` | Japan | | `be.decodo.com` | `40001`-`49999` | `40000` | Belgium | | `es.decodo.com` | `10001`-`19999` | `10000` | Spain | | `pt.decodo.com` | `20001`-`29999` | `20000` | Portugal | | `gr.decodo.com` | `30001`-`39999` | `30000` | Greece | | `pe.decodo.com` | `40001`-`49999` | `40000` | Peru | | `ar.decodo.com` | `10001`-`19999` | `10000` | Argentina | | `se.decodo.com` | `20001`-`29999` | `20000` | Sweden | | `az.decodo.com` | `30001`-`39999` | `30000` | Azerbaijan | | `ua.decodo.com` | `40001`-`49999` | `40000` | Ukraine | | `hk.decodo.com` | `10001`-`19999` | `10000` | Hong Kong | | `de.decodo.com` | `20001`-`29999` | `20000` | Germany | | `ir.decodo.com` | `30001`-`39999` | `30000` | Iran | | `za.decodo.com` | `40001`-`49999` | `40000` | South Africa | | `kr.decodo.com` | `10001`-`19999` | `10000` | Korea | | `ec.decodo.com` | `20001`-`29999` | `20000` | Ecuador | | `cl.decodo.com` | `30001`-`39999` | `30000` | Chile | | `ru.decodo.com` | `40001`-`49999` | `40000` | Russia | | `id.decodo.com` | `10001`-`19999` | `10000` | Indonesia | | `eg.decodo.com` | `20001`-`29999` | `20000` | Egypt | | `cn.decodo.com` | `30001`-`39999` | `30000` | China | | `gb.decodo.com` | `30001`-`49999` | `30000` | UK | | `nl.decodo.com` | `10001`-`19999` | `10000` | The Netherlands | | `it.decodo.com` | `20001`-`29999` | `20000` | Italy | | `au.decodo.com` | `30001`-`39999` | `30000` | Australia | | `kz.decodo.com` | `40001`-`49999` | `40000` | Kazakhstan | | `sg.decodo.com` | `10001`-`19999` | `10000` | Singapore | | `mx.decodo.com` | `20001`-`29999` | `20000` | Mexico | | `th.decodo.com` | `30001`-`39999` | `30000` | Thailand | | `tr.decodo.com` | `40001`-`49999` | `40000` | Turkey | | `br.decodo.com` | `10001`-`19999` | `10000` | Brazil | | `pl.decodo.com` | `20001`-`29999` | `20000` | Poland | | `co.decodo.com` | `30001`-`39999` | `30000` | Colombia | | `fr.decodo.com` | `40001`-`49999` | `40000` | France | | `pk.decodo.com` | `10001`-`19999` | `10000` | Pakistan | | `ca.decodo.com` | `20001`-`29999` | `20000` | Canada | | `il.decodo.com` | `30001`-`39999` | `30000` | Israel | | `ma.decodo.com` | `40001`-`40999` | `40000` | Morocco | | `mz.decodo.com` | `41001`-`41999` | `41000` | Mozambique | | `ng.decodo.com` | `42001`-`42999` | `42000` | Nigeria | | `gh.decodo.com` | `43001`-`43999` | `43000` | Ghana | | `ci.decodo.com` | `44001`-`44999` | `44000` | Côte d'Ivoire | | `ke.decodo.com` | `45001`-`45999` | `45000` | Kenya | | `lr.decodo.com` | `46001`-`46999` | `46000` | Liberia | | `mg.decodo.com` | `47001`-`47999` | `47000` | Madagascar | | `ml.decodo.com` | `48001`-`48999` | `48000` | Mali | | `mt.decodo.com` | `49001`-`49999` | `49000` | Malta | | `mc.decodo.com` | `10001`-`10999` | `10000` | Monaco | | `md.decodo.com` | `11001`-`11999` | `11000` | Moldova | | `me.decodo.com` | `12001`-`12999` | `12000` | Montenegro | | `no.decodo.com` | `13001`-`13999` | `13000` | Norway | | `py.decodo.com` | `14001`-`14999` | `14000` | Paraguay | | `uy.decodo.com` | `15001`-`15999` | `15000` | Uruguay | | `ve.decodo.com` | `16001`-`16999` | `16000` | Venezuela | | `dm.decodo.com` | `17001`-`17999` | `17000` | Dominica | | `ht.decodo.com` | `18001`-`18999` | `18000` | Haiti | | `hn.decodo.com` | `19001`-`19999` | `19000` | Honduras | | `jm.decodo.com` | `20001`-`20999` | `20000` | Jamaica | | `aw.decodo.com` | `21001`-`21999` | `21000` | Aruba | | `lv.decodo.com` | `22001`-`22999` | `22000` | Latvia | | `li.decodo.com` | `23001`-`23999` | `23000` | Liechtenstein | | `lt.decodo.com` | `24001`-`24999` | `24000` | Lithuania | | `lu.decodo.com` | `25001`-`25999` | `25000` | Luxembourg | | `jo.decodo.com` | `26001`-`26999` | `26000` | Jordan | | `lb.decodo.com` | `27001`-`27999` | `27000` | Lebanon | | `mv.decodo.com` | `28001`-`28999` | `28000` | Maldives | | `mn.decodo.com` | `29001`-`29999` | `29000` | Mongolia | | `om.decodo.com` | `30001`-`30999` | `30000` | Oman | | `sd.decodo.com` | `31001`-`31999` | `31000` | Sudan | | `tg.decodo.com` | `32001`-`32999` | `32000` | Togo | | `tn.decodo.com` | `33001`-`33999` | `33000` | Tunisia | | `ug.decodo.com` | `34001`-`34999` | `34000` | Uganda | | `zm.decodo.com` | `35001`-`35999` | `35000` | Zambia | | `af.decodo.com` | `36001`-`36999` | `36000` | Afghanistan | | `bh.decodo.com` | `37001`-`37999` | `37000` | Bahrain | | `fj.decodo.com` | `38001`-`38999` | `38000` | Fiji | | `nz.decodo.com` | `39001`-`39999` | `39000` | New Zealand | | `bo.decodo.com` | `40001`-`40999` | `40000` | Bolivia | | `bd.decodo.com` | `41001`-`41099` | `41001` | Bangladesh | | `am.decodo.com` | `42001`-`42999` | `42000` | Armenia | | `ge.decodo.com` | `43001`-`43999` | `43000` | Georgia | | `iq.decodo.com` | `44001`-`44999` | `44000` | Iraq | | `bt.decodo.com` | `45001`-`45999` | `45000` | Bhutan | | `mm.decodo.com` | `46001`-`46999` | `46000` | Myanmar | | `kh.decodo.com` | `47001`-`47999` | `47000` | Cambodia | | `cy.decodo.com` | `48001`-`48999` | `48000` | Cyprus | | `sn.decodo.com` | `49001`-`49999` | `49000` | Senegal | | `sc.decodo.com` | `10001`-`10999` | `10000` | Seychelles | | `zw.decodo.com` | `11001`-`11999` | `11000` | Zimbabwe | | `ss.decodo.com` | `12001`-`12999` | `12000` | South Sudan | | `ro.decodo.com` | `13001`-`13999` | `13000` | Romania | | `rs.decodo.com` | `14001`-`14999` | `14000` | Serbia | | `sk.decodo.com` | `15001`-`15999` | `15000` | Slovakia | | `si.decodo.com` | `16001`-`16999` | `16000` | Slovenia | | `bs.decodo.com` | `17001`-`17999` | `17000` | Bahamas | | `bz.decodo.com` | `18001`-`18999` | `18000` | Belize | | `vg.decodo.com` | `19001`-`19999` | `19000` | Virgin Islands | | `pa.decodo.com` | `20001`-`20999` | `20000` | Panama | | `pr.decodo.com` | `21001`-`21999` | `21000` | Puerto Rico | | `tt.decodo.com` | `22001`-`22999` | `22000` | Trinidad and Tobago | | `is.decodo.com` | `23001`-`23999` | `23000` | Iceland | | `ie.decodo.com` | `24001`-`24999` | `24000` | Ireland | | `cz.decodo.com` | `26001`-`26999` | `26000` | Czech Republic | | `dk.decodo.com` | `27001`-`27999` | `27000` | Denmark | | `ee.decodo.com` | `28001`-`28999` | `28000` | Estonia | | `ch.decodo.com` | `29001`-`29999` | `29000` | Switzerland | | `mk.decodo.com` | `30001`-`30999` | `30000` | North Macedonia | | `cr.decodo.com` | `31001`-`31999` | `31000` | Costa Rica | | `cu.decodo.com` | `32001`-`32999` | `32000` | Cuba | | `al.decodo.com` | `33001`-`33999` | `33000` | Albania | | `ad.decodo.com` | `34001`-`34999` | `34000` | Andorra | | `at.decodo.com` | `35001`-`35999` | `35000` | Austria | | `ba.decodo.com` | `37001`-`37999` | `37000` | Bosnia and Herzegovina | | `bg.decodo.com` | `38001`-`38999` | `38000` | Bulgaria | | `by.decodo.com` | `39001`-`39999` | `39000` | Belarus | | `hr.decodo.com` | `40001`-`40999` | `40000` | Croatia | | `fi.decodo.com` | `41001`-`41099` | `41000` | Finland | | `hu.decodo.com` | `43001`-`43999` | `43000` | Hungary | | `qa.decodo.com` | `44001`-`44999` | `44000` | Qatar | | `sa.decodo.com` | `45001`-`45999` | `45000` | Saudi Arabia | | `vn.decodo.com` | `46001`-`46999` | `46000` | Vietnam | | `tm.decodo.com` | `47001`-`47999` | `47000` | Turkmenistan | | `uz.decodo.com` | `48001`-`48999` | `48000` | Uzbekistan | | `ye.decodo.com` | `49001`-`49999` | `49000` | Yemen | | `cf.decodo.com` | `10001`-`10999` | `10000` | Central African Republic | | `td.decodo.com` | `11001`-`11999` | `11000` | Chad | | `bj.decodo.com` | `12001`-`12999` | `12000` | Benin | | `et.decodo.com` | `13001`-`13999` | `13000` | Ethiopia | | `dj.decodo.com` | `14001`-`14999` | `14000` | Djibouti | | `gm.decodo.com` | `15001`-`15999` | `15000` | Gambia | | `mr.decodo.com` | `16001`-`16999` | `16000` | Mauritania | | `mu.decodo.com` | `17001`-`17999` | `17000` | Mauritius | | `ao.decodo.com` | `18001`-`18999` | `18000` | Angola | | `cm.decodo.com` | `19001`-`19999` | `19000` | Cameroon | | `sy.decodo.com` | `20001`-`20999` | `20000` | Syrian Arab Republic | ## Cities | Endpoint | Sticky port range | Rotating Port | Location | | ----------------- | ----------------- | ------------- | ----------- | | `city.decodo.com` | `21001`-`21049` | `21000` | New York | | `city.decodo.com` | `21051`-`21099` | `21050` | Los Angeles | | `city.decodo.com` | `21101`-`21149` | `21100` | Chicago | | `city.decodo.com` | `21151`-`21199` | `21150` | Houston | | `city.decodo.com` | `21201`-`21249` | `21200` | Miami | | `city.decodo.com` | `21251`-`21299` | `21250` | London | | `city.decodo.com` | `21301`-`21349` | `21300` | Berlin | | `city.decodo.com` | `21351`-`21399` | `21350` | Moscow | Target more cities by including [**parameters**](https://help.decodo.com/docs/mobile-proxy-user-pass-requests?isFramePreview=true#city-targeting) in the **proxy username**. ## States | Endpoint | Sticky Port range | Rotating Port | Location | | ------------------ | ----------------- | ------------- | ---------------- | | `state.decodo.com` | `17001`-`17099` | `17000` | Alabama | | `state.decodo.com` | `17101`-`17199` | `17100` | Alaska | | `state.decodo.com` | `17201`-`17299` | `17200` | Arizona | | `state.decodo.com` | `17301`-`17399` | `17300` | Arkansas | | `state.decodo.com` | `10001`-`10999` | `10000` | California | | `state.decodo.com` | `17401`-`17499` | `17400` | Colorado | | `state.decodo.com` | `17501`-`17599` | `17500` | Connecticut | | `state.decodo.com` | `17601`-`17699` | `17600` | Delaware | | `state.decodo.com` | `11001`-`11999` | `11000` | Florida | | `state.decodo.com` | `17701`-`17799` | `17700` | Georgia (US) | | `state.decodo.com` | `17801`-`17899` | `17800` | Hawaii | | `state.decodo.com` | `17901`-`17999` | `17900` | Idaho | | `state.decodo.com` | `12001`-`12999` | `12000` | Illinois | | `state.decodo.com` | `18001`-`18099` | `18000` | Indiana | | `state.decodo.com` | `18101`-`18199` | `18100` | Iowa | | `state.decodo.com` | `18201`-`18299` | `18200` | Kansas | | `state.decodo.com` | `18301`-`18399` | `18300` | Kentucky | | `state.decodo.com` | `18401`-`18499` | `18400` | Louisiana | | `state.decodo.com` | `18501`-`18599` | `18500` | Maine | | `state.decodo.com` | `18601`-`18699` | `18600` | Maryland | | `state.decodo.com` | `18701`-`18799` | `18700` | Massachusetts | | `state.decodo.com` | `18801`-`18899` | `18800` | Michigan | | `state.decodo.com` | `18901`-`18999` | `18900` | Minnesota | | `state.decodo.com` | `19001`-`19099` | `19000` | Mississippi | | `state.decodo.com` | `19101`-`19199` | `19100` | Missouri | | `state.decodo.com` | `19201`-`19299` | `19200` | Montana | | `state.decodo.com` | `19301`-`19399` | `19300` | Nebraska | | `state.decodo.com` | `19401`-`19499` | `19400` | Nevada | | `state.decodo.com` | `19501`-`19599` | `19500` | New Hampshire | | `state.decodo.com` | `19601`-`19699` | `19600` | New Jersey | | `state.decodo.com` | `19701`-`19799` | `19700` | New Mexico | | `state.decodo.com` | `13001`-`13999` | `13000` | New York (State) | | `state.decodo.com` | `19801`-`19899` | `19800` | North Carolina | | `state.decodo.com` | `19901`-`19999` | `19900` | North Dakota | | `state.decodo.com` | `20001`-`20099` | `20000` | Ohio | | `state.decodo.com` | `20101`-`20199` | `20100` | Oklahoma | | `state.decodo.com` | `20201`-`20299` | `20200` | Oregon | | `state.decodo.com` | `20301`-`20399` | `20300` | Pennsylvania | | `state.decodo.com` | `20401`-`20499` | `20400` | Rhode Island | | `state.decodo.com` | `20501`-`20599` | `20500` | South Carolina | | `state.decodo.com` | `20601`-`20699` | `20600` | South Dakota | | `state.decodo.com` | `20701`-`20799` | `20700` | Tennessee | | `state.decodo.com` | `14001`-`14999` | `14000` | Texas | | `state.decodo.com` | `20801`-`20899` | `20800` | Utah | | `state.decodo.com` | `20901`-`20999` | `20900` | Vermont | | `state.decodo.com` | `15001`-`15999` | `15000` | Virginia | | `state.decodo.com` | `16001`-`16999` | `16000` | Washington | | `state.decodo.com` | `21001`-`21099` | `21000` | West Virginia | | `state.decodo.com` | `21101`-`21199` | `21100` | Wisconsin | | `state.decodo.com` | `21201`-`21299` | `21200` | Wyoming | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Response Codes Source: https://help.decodo.com/docs/mobile-proxy-error-definitions Mobile Proxy Error Definitions ## Retrieving Error Codes Mobile proxies also return a specific definition of the error code in the response headers. For example, you can send a `cURL` with `verbose` mode enabled to gain more information about the connection headers. To enable `verbose` mode, simply use the `-v` /`--verbose` option in the command just before the proxy details: ```shellscript cURL theme={null} curl -v -U "username:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` If the connection was unsuccessful, you will find the error code and its description in the `x-error-message` header in the response: ```text Response theme={null} < HTTP/1.1 407 Proxy Authentication Required < proxy-authenticate: Basic * Authentication problem. Ignoring this. < x-error-message: Access denied. You've reached your current traffic limit. Please contact support or your account manager to review or adjust your limit. < content-length: 136 < content-type: text/plain < * CONNECT tunnel failed, response 407 * Closing connection curl: (56) CONNECT tunnel failed, response 407 ``` ## Error Code Reference | Error Code | Description | | :--------- | :----------------------------------------------------------------------------------------------------------------------------------------------- | | `400` | `Bad request. Please review the format and try sending it again.` | | `400` | `Bad request. Received an invalid HTTP request. Please try your request again.` | | `403` | `Access denied. You’re trying to access a restricted parameter. Please contact support if you need assistance.` | | `403` | `Access denied. You’re trying to access a restricted target. Please contact support if you need assistance.` | | `407` | `Access denied. You’ve reached your current traffic limit. Please contact support or your account manager to review or adjust your limit.` | | `407` | `Access denied. We couldn’t log you in with the details provided. Please confirm your username and password and try again.` | | `500` | `Internal server error. Please try again.` | | `502` | `Bad gateway. An error occurred while routing your request. Please try again.` | | `502` | `Bad gateway. The connection to the client was interrupted. Please reconnect and try your request again.` | | `502` | `Bad gateway. The session has failed. Please start a new session and try again.` | | `502` | `Bad gateway. We couldn’t find a suitable exit node and the session has ended. Please adjust your filters or start a new session and try again.` | | `502` | `Bad response. Received an invalid HTTP response from the destination. Please try your request again.` | | `502` | `Bad response. We received an unexpected or invalid response from the destination. Please try your request again.` | | `504` | `Timeout. The request took too long to complete and has timed out. Please try sending it again.` | | `522` | `Bad response. We received an unexpected or invalid response from the destination. Please try your request again.` | | `522` | `Timeout. The request took too long to complete and has timed out. Please try sending it again.` | | `522` | `Timeout. Couldn’t reach the destination in time. Please confirm that the target URL is correct and try again.` | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations [Mobile Proxies] Source: https://help.decodo.com/docs/mobile-proxy-locations Mobile Proxy Locations Every mobile proxy plan offers access to over **160 locations** worldwide. * The full list of countries is available [**here**](https://decodo.com/proxies/list). * You can find specific country endpoints and port ranges [**here**](https://help.decodo.com/docs/mobile-proxy-endpoints-and-ports). ### Custom Location Targeting Learn how to use **custom backconnect parameters** for advanced location targeting [**here**](https://help.decodo.com/docs/mobile-proxy-user-pass-requests) or how to accomplish this with **whitelisted IPs** [**here**](https://help.decodo.com/docs/mobile-proxy-whitelisted-ip-requests). *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Protocols Source: https://help.decodo.com/docs/mobile-proxy-protocols Mobile Proxy Support for HTTP, HTTPS, and SOCKS5 Formats The connection protocol (`HTTP`, `HTTPS`, or `SOCKS5`) can be specified in the tool or program you're using to connect with the proxies. In the following `cURL` examples, the protocol is specified at the beginning of the proxy line, just replace the `username` and `password` with your proxy user credentials, and run them in your Terminal or Command Prompt. ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ## SOCKS5 Here is a `cURL` command for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://user-username-session-1:password@gate.decodo.com:7000" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. ### Country Endpoint Support Note that you have to use the `gate.decodo.com` endpoint to use `SOCKS5`. Country endpoints like `us.decodo.com` will not work! You can instead target specific locations by specifying the location in your username using [**Advanced Parameters**](https://help.decodo.com/docs/mobile-proxy-advanced-parameters). For example, this `cURL` command targets the US location: ```shellscript theme={null} curl -U "user-username-country-us:password" -x "socks5h://gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Tool Support * To get a sticky `SOCKS5` proxy in a **tool**, you must use a `session` parameter, otherwise, the proxy will always rotate even with a `sessionduration` parameter. * The **session ID** can be defined by any string of your choice. More on that can be found on the [**Advanced Parameters**](https://help.decodo.com/docs/mobile-proxy-advanced-parameters) page. *** ## Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports, restrictions, and how to request a port to be unblocked. ### Accessible Ports With the **residential** and **mobile** proxies, the following ports are accessible by default: * `80` * `443` ### Restricted Ports Restricted ports include `SMTP`, `IMAP`, and other **mailing** and **messaging**-related ports. ### Port Unblocking Process To request port unblock, contact us at [**compliance@decodo.com**](mailto:compliance@decodo.com) and provide the following information: * The **port** that needs to be unblocked. * Describe the **use case** with that port – **be as specific as possible**. * Provide the **target** that you’ll access using the mentioned port. For added security, particularly for requests involving sensitive or high-risk ports, we’ll require the user to provide **company details** or complete ID verification to complete the unblocking request. Please note that certain ports, such as those categorized as restricted, cannot be unblocked. Although the specific ports aren't mentioned in this article, your request to unblock them may be denied. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/mobile-proxy-quick-start Set up Decodo mobile proxies with 3G/4G/5G carrier IPs. Covers endpoint, authentication methods, session types, and location targeting with code examples. ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from the Decodo IP pool. * Mobile proxies use the following endpoint and port for random requests: ```text theme={null} gate.decodo.com:7000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U 'USERNAME:PASSWORD' -x gate.decodo.com:7000 https://ip.decodo.com/ ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@gate.decodo.com:7000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@gate.decodo.com:7000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by changing the endpoints and ports or by adding parameters to control the IP selection. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Location**](https://help.decodo.com/docs/mobile-proxy-endpoints-and-ports), and [**Advanced Parameters**](https://help.decodo.com/docs/mobile-proxy-advanced-parameters) articles for an even more in-depth look. *** ## Authentication 1. First, navigate to the [**Mobile → Proxy setup**](https://dashboard.decodo.com/mobile-proxies/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your **proxy users**. ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password, click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** and **add a traffic limit** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/mobile-proxy-authentication-methods) article. ## Proxy Setup In the Mobile Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Residential → Mobile → Proxy setup**](https://dashboard.decodo.com/mobile-proxies/proxy-setup) page, find the parameter selection section below your authentication methods. ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/mobile-proxy-endpoints-and-ports) of your proxy. ### `Zip Code` Targeting * Available only when the **`USA`** `country` is selected; `Continent`, `State` or `City` options are unsupported. ### `ASN` Targeting * You can specify an `ASN` once you select a **Country**. * You must choose between **city**, **state**, **continent**, or **`Zip Code`** targeting and **`ASN`** targeting, as they can’t be used simultaneously. * Find out more [**here**](https://help.decodo.com/docs/mobile-proxy-user-pass-requests#asn-targeting). ### Session Type 3. Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/mobile-proxy-session-types), **Rotating** or **Sticky**. ### Sticky Sessions * Using a sticky session, your IP will stay the same until the session expires. ⚠️ However, the longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. * Sessions of up to **24 hours** can be selected or specified from the drop-down menu in the dashboard for both `user:pass` and `Whitelisted IP` authentication methods. * However, the **Whitelisted IP** [**session control option**](https://help.decodo.com/docs/mobile-proxy-whitelisted-ip-requests#sticky-session) is supported only by the `HTTPS` protocol. ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/mobile-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ### SOCKS5 Country Endpoint and Tool Support * `SOCKS5` [**requires advanced parameters**](https://help.decodo.com/docs/mobile-proxy-protocols#socks5) to target **specific locations**. * To get a sticky `SOCKS5` proxy in a **tool**, you must use a `session` parameter, otherwise, the proxy will always rotate even with a `sessionduration` parameter. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, and **Password**, or copy the entire example string. ### Endpoint List Control 1. You can set the **number** of generated endpoints. 2. As well as how many of them you would like to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use a dedicated Decodo tool — the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) and [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub For any **advanced code samples** and **middleware,** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track residential proxy usage, navigate to the [**Residential → Mobile → Usage statistics**](https://dashboard.decodo.com/mobile-proxies/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by: **Location**, **User**, **Target**, **Protocol**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum ### Top Targets, Countries and Users * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: Target, Traffic, Download, Upload, Requests, Spend (The total cost associated with the traffic). * **Top Countries**: Country, Traffic, Download, Upload, Requests, Spend. * **Top Users**: User, Traffic, Download, Upload, Requests, Spend. [**Here**](https://help.decodo.com/docs/mobile-proxy-statistics) you can find a more comprehensive look at the **Mobile Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Restricted Targets Source: https://help.decodo.com/docs/mobile-proxy-restricted-targets List of websites and services restricted through Decodo mobile proxies, including domains blocked by default and those requiring ID verification. ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with rotating [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ### Additional mobile proxy restrictions In addition to the restrictions mentioned previously, **mobile** proxies **have further limitations** due to risk mitigation reasons. We categorize targets into accessible and restricted groups based on security considerations, which may include blocked sites beyond our standard blacklist. If you have issues accessing a specific target, first check if it falls into one of the categories mentioned in the article above. If not, you can submit a request to unblock it. ### Unblocking process To submit a request to unblock a target website, contact our customer support team at [support@decodo.com](mailto:support@decodo.com) or via LiveChat and provide the following information: * The website **URL** that you wish to unblock. * Describe the **use case** with that website – **be as specific as possible**. * Approximate the **traffic** (in GB) that will be consumed on the target website with the proxies. * Share any of your **company** information. In some cases, ID verification may be required to grant access to specific targets. Once a ticket is registered for your request, our compliance team will review it, and you'll receive an email confirming whether your access request has been approved or declined. Google targets are accessible with [rotating residential proxies](https://decodo.com/proxies/residential-proxies) with 3GB, 10GB, 25GB, 50GB, 100GB plans and Pay As You Go, and [mobile proxies](https://decodo.com/proxies/mobile) with 2GB, 8GB, 25GB, 50GB, 100GB plans and Pay As You Go. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/mobile-proxy-session-types Mobile Proxy Sticky and Rotating Session Types ## Sticky Port To select a sticky **Session type**, navigate to the [**Proxy Setup**](https://dashboard.decodo.com/mobile-proxies/proxy-setup) section and use the drop-down menu. Once you establish the first connection with a sticky port, the IP address will remain the same for the specified duration, regardless of the number of requests made. The **Mobile** endpoint has four options from the dashboard drop-down menu: **1**, **10**, **30**, or **60** minutes. You can also manually specify a custom duration for up to **24 hours**. * You can change the **port** or the **session ID** to rotate the IP prematurely. ### Custom Sticky Session You can manually set a custom sticky session duration with any **integer** value between **1** and **1440** by using the `sessionduration` parameter. You can find out more on the [**Custom Sticky Session Length**](https://help.decodo.com/docs/mobile-proxy-custom-sticky-sessions) page. ### Premature Rotation The longer the session you have, the more chances there are that the IP will rotate before your specified time due to the residential device at the end going offline. *** ## Rotating Port To select a rotating **Session type**, navigate to the [**Proxy Setup**](https://dashboard.decodo.com/mobile-proxies/proxy-setup) section and use the drop-down menu. If you select the **Rotating** port, the endpoint will rotate the IP on every proxy request. * A new proxy IP is assigned every time you load the same page or a different one. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/mobile-proxy-statistics Mobile Proxy Traffic Usage Statistics Mobile proxy traffic usage details can be found on your dashboard's statistics page. Simply navigate to the Mobile proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/mobile-proxies/statistics?) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by **Location**, proxy **User**, **Target**, **Protocol**. 2. You can also group the data by **hour**, **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`. The next two columns describe the number of **Requests** and **Spend**. **Spend** is the cost in USD that's equivalent to the traffic used. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are three additional data tables: **Top targets**, **Top countries**, and **Top users**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, **Requests**, and **Spend** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 4a5991c495ea2e5a8854eb166519a424934875426461879ca0ab8f8862bdc3ed Group 427323593 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, **Requests**, and **Spend** columns as well. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 4a5991c495ea2e5a8854eb166519a424934875426461879ca0ab8f8862bdc3ed Group 427323593 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the data to your clipboard. At the moment, statistics data based on other proxy parameters, such as the city, US state, ASN, and ZIP code is not available with Mobile proxies. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, **Requests**, and **Spend** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## API You can also retrieve the proxy traffic and usage details for free via the [**API**](https://help.decodo.com/api-reference/public-api-key-authentication). ### Get traffic The following `POST` endpoint will allow you to receive used traffic information: `https://api.decodo.com/api/v2/statistics/traffic` You can adjust the request parameters based on the traffic you desire to receive. To find the list of all request parameters, head over to the [**Get traffic**](https://help.decodo.com/api-reference/traffic/get-traffic) API documentation page. In the linked API documentation page, there are also request examples in various programming languages. To add, you can test the request by entering your API key in the **Authorization** field to the right after adjusting the **Body Params** section. Here is an example of a `cURL` request via the **Get traffic** endpoint. If you wish to try the request, make sure to replace `` in line 3. ```shellscript cURL theme={null} curl --request POST \ --url https://api.decodo.com/api/v2/statistics/traffic \ --header 'Authorization: ' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "proxyType": "mobile_proxies", "startDate": "2026-01-01 00:00:00", "endDate": "2026-01-03 00:00:00", "groupBy": "day", "limit": 500, "page": 1, "sortBy": "grouping_key", "sortOrder": "asc" } ' ``` Here is the output from the previous request. ```json Response expandable theme={null} { "metadata": { "total_items": 12, "total_pages": 1, "current_page": 1, "sort_by": "grouping_key", "sort_order": "asc", "totals": { "total_rx": 156807236, "total_tx": 43852368, "total_rx_tx": 200659604, "requests": 2363, "unsuccessful_requests": 0, "response_time": 0, "success_rate": 0 }, "limit": 100 }, "data": [ { "key": "2026-01-01 00:00:00", "rx_bytes": 8063533, "tx_bytes": 246389, "rx_tx_bytes": 8309922, "requests": 80 }, { "key": "2026-01-02 00:00:00", "rx_bytes": 144899450, "tx_bytes": 43572701, "rx_tx_bytes": 188472151, "requests": 2279 }, { "key": "2026-01-03 00:00:00", "rx_bytes": 3844253, "tx_bytes": 33278, "rx_tx_bytes": 3877531, "requests": 4 } ] } ``` ### Get targets The following `POST` endpoint will allow you to receive a list of target websites you've accessed with the proxies: `https://api.decodo.com/api/v2/statistics/targets` You can adjust the request parameters based on the targets you desire to receive. To find the list of all request parameters, head over to the [**Get targets**](https://help.decodo.com/api-reference/targets/get-targets) API documentation page. In the linked API documentation page, there are also request examples in various programming languages. To add, you can test the request by entering your API key in the **Authorization** field to the right after adjusting the **Body Params** section. Here is an example of a `cURL` request via the **Get targets** endpoint. If you wish to try the request, make sure to replace `` in line 3. ```shellscript cURL theme={null} curl --request POST \ --url https://api.decodo.com/api/v2/statistics/targets \ --header 'Authorization: ' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "startDate": "2026-01-01 00:00:00", "endDate": "2026-01-26 00:00:00", "proxyType": "mobile_proxies" } ' ``` Here is the output from the previous request. ```json Response expandable theme={null} { "metadata": { "total_items": 5, "total_pages": 1, "current_page": 1, "totals": { "total_rx": 0, "total_tx": 0, "total_rx_tx": 0, "requests": 0, "unsuccessful_requests": 0, "response_time": 0, "success_rate": 0 }, "limit": 0 }, "data": { "targets": [ "ads.mozilla.org", "detectportal.firefox.com", "filebin.net", "incoming.telemetry.mozilla.org", "ip.decodo.com" ] } } ``` *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/mobile-proxy-user-pass-requests Mobile Proxy Advanced Parameter Usage via User:Pass Authentication When using **backconnect**, make sure to always use the following endpoint: * Proxy server: `gate.decodo.com` * Proxy port: `7000` The `cURL` code will be shown in the examples below. You may try them out on your machine. *** ## `Username:Password` ### Username And Password Parameter To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return an IP address from a random location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` **Rotating** IPs from Italy: ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` Example of a **rotating proxy** that returns IPs from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` While most cities use their full name (e.g. `city-new_york`). In some exceptional cases, the accepted value may be an abbreviated form. If a city target returns a 400 HTTP error code, reach out to our support team to confirm the correct value. *** ## State Targeting Adding the `state-us_xxxxx` to your username will allow for state targeting. Only US states are currently supported. An example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_new_york:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` **Rotating** IPs from California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_california:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## Continent Targeting Adding the `continent` parameter to your username will allow you to target IPs from a specific continent. An example of a **rotating proxy** that returns IPs from Europe: ```shellscript cURL theme={null} curl -U "user-username-continent-eu:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Continent Codes * Asia – `as` * Africa – `af` * Europe – `eu` * North America – `na` * Oceania – `oc` * South America – `sa` *** ## ASN Targeting Adding the `asn` parameter will allow you to target IPs from a specific carrier. * You must choose between `city` targeting and `asn` targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent`, `state` and `country` parameters. * An example of a proxy with the **AT\&T Mobility LLC** `asn` number with a rotating session: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Carrier Numbers You can look up carrier numbers by searching online, for example [**here**](https://asnlookup.com/) . *** ## ZIP Targeting Adding the `zip` parameter will allow you to target IPs within a specific ZIP code area. * ZIP-level targeting is **only** possible with the **USA** country level, and it must be specified in order to use the `zip` parameter. * A maximum of 5 symbols is allowed with the `zip` parameter. * An example of a rotating proxy with a `zip` code located in **New York City**: ```shellscript cURL theme={null} curl -U "user-username-country-us-zip-10001:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` *** ## Sticky Session The examples above have been performed using a rotating session, so you'll get a new IP address with each request. Adding the `session` variable to the username will allow the IP address to persist for multiple requests. An example of a **Sticky** session that returns IP addresses from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us-session-randomstring123:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` Since this proxy is **Sticky**, the same IP address will be returned if you run the command again, as there is still an active session with that IP address. The **default** session duration is **10 minutes**. The IP address will automatically rotate after that. There must be a way to differentiate between each session that is assigned to the user, since it's possible to have multiple active sticky sessions at once. ### Session Values The value – `randomstring123` is used in the example above. Any alphanumeric text/string could be used, depending on your preference. All of these would be viable: `session-random123`, `session-1`, `session-abcdef`, `session-2`, etc. Different session parameter values are used to differentiate between active sessions and behave just like the different **sticky proxy** ports with our country endpoints. For example, if you run the command above with the session variable `randomstring123`, you will see that the same proxy IP persists even if you adjust other parameters, such as the country, city, etc. That means if you require changing the location or rotating the proxy IP sooner, the session parameter must be changed as well. Otherwise, the IP address will not rotate. ### Maintaining Sessions With Ports Alternatively, you can use ports instead of the `session` parameter. E.g.: * `user-username-country-us-sessionduration-60:[email protected]:10001`; * `user-username-country-us-sessionduration-60:[email protected]:10002`; * `user-username-country-us-sessionduration-60:[email protected]:10003`. The available port range is `10001`-`49999`. *** ## Session Duration Adding `sessionduration-x` to the username will allow the session to persist for up to **24 hours**. ### Session Length Any integer between **1** and **1440** is accepted. For example: `sessionduration-1` `sessionduration-10` `sessionduration-600` ### Premature Rotation The longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. An example of the proxy with a **sticky** IP from Chicago that will persist for up to 90 minutes: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-chicago-session-example1-sessionduration-90:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` An example of the proxy with a **sticky** IP from Casablanca that will persist for up to 1 minute: ```shellscript cURL theme={null} curl -U "user-username-country-ma-city-casablanca-session-example2-sessionduration-1:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Note We cannot guarantee IP availability when using **backconnect**, especially if smaller countries or cities are targeted. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Whitelisted IP Requests Source: https://help.decodo.com/docs/mobile-proxy-whitelisted-ip-requests Mobile Proxy Advanced Parameter Usage via Whitelisted IP Authentication To authenticate your proxy connection, you can use a Whitelisted IP instead of a username and password. To do this, you'll need to specify all of the proxy parameters directly in the **endpoint**. Learn how to add a Whitelisted IP [**here**](https://help.decodo.com/docs/mobile-proxy-authentication-methods#managing-whitelisted-ips). ### Whitelisted IP Authentication Limitations * **Whitelisted IP** authentication only supports `HTTPS` requests. * `IPv6` IP addresses are currently unsupported for Whitelisted IP authentication. Please use IPs that are in `IPv4` format (`xx.xx.xx.xx`). *** ## Country Targeting If IPs from a specific country are needed, then modify the **endpoint** to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -x "https://country-us.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` **Rotating** IPs from Italy: ```shellscript cURL theme={null} curl -x "https://country-it.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` *** ## City Targeting Add a `city-xxxx` parameter to the endpoint to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -x "https://country-us-city-new_york.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` Example of a **rotating proxy** that returns IPs from Rome: ```shellscript cURL theme={null} curl -x "https://country-it-city-rome.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` *** ## State Targeting Adding the `state-us_xxxxx` to your endpoint will allow for state targeting. Only US states are currently supported. An example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -x "https://country-us-state-us_new_york.gate.decodo.com:7000" "ip.decodo.com/json" ``` **Rotating** IPs from California: ```shellscript cURL theme={null} curl -x "https://country-us-state-us_california.gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## Continent Targeting Adding the `continent` parameter to your endpoint will allow you to target IPs from a specific continent. An example of a **rotating proxy** that returns IPs from Europe: ```shellscript cURL theme={null} curl -x "https://continent-eu.gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Continent Codes * Asia – `as` * Africa – `af` * Europe – `eu` * North America – `na` * Oceania – `oc` * South America – `sa` *** ## ASN Targeting Adding the `asn` parameter will allow you to target IPs from a specific carrier. * You must choose between `city` targeting and `asn` targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent`, `state` and `country` parameters. * An example of a proxy with the **AT\&T Mobility LLC** `asn` number with a rotating session: ```shellscript cURL theme={null} curl -x "https://asn-20057.gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Carrier Numbers You can look up carrier numbers by searching online, for example [**here**](https://asnlookup.com/) . *** ## ZIP Targeting Adding the `zip` parameter will allow you to target IPs within a specific ZIP code area. * ZIP-level targeting is **only** possible with the **USA** country level, and it must be specified in order to use the `zip` parameter. * A maximum of 5 symbols is allowed with the `zip` parameter. * An example of a rotating proxy with a `zip` code located in **New York City**: ```shellscript cURL theme={null} curl -x "https://country-us-zip-10001.gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## Sticky Session The examples above have been performed using a rotating session, so you'll get a new IP address with each request. Adding the `session` variable to the endpoint will allow the IP address to persist for multiple requests. An example of a **Sticky** session that returns IP addresses from the US: ```shellscript cURL theme={null} curl -x "https://country-us-session-randomstring123.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` Since this proxy is **Sticky**, the same IP address will be returned if you run the command again, as there is still an active session with that IP address. The **default** session duration is **10 minutes**. The IP address will automatically rotate after that. There must be a way to differentiate between each session that is assigned to the user, since it's possible to have multiple active sticky sessions at once. ### Session Values The value – `randomstring123` is used in the example above. Any alphanumeric text/string could be used, depending on your preference. All of these would be viable: `session-random123`, `session-1`, `session-abcdef`, `session-2`, etc. Different session parameter values are used to differentiate between active sessions and behave just like the different **sticky proxy** ports with our country endpoints. For example, if you run the command above with the session variable `randomstring123`, you will see that the same proxy IP persists even if you adjust other parameters, such as the country, city, etc. That means if you require changing the location or rotating the proxy IP sooner, the session parameter must be changed as well. Otherwise, the IP address will not rotate. ### Maintaining sessions with ports Alternatively, you can use ports instead of the `session` parameter. E.g.: * `country-us-sessionduration-60.gate.decodo.com:10001`; * `country-us-sessionduration-60.gate.decodo.com:10002`; * `country-us-sessionduration-60.gate.decodo.com:10003`. The available port range is `10001`-`49999`. *** ## Session Duration Adding `sessionduration-x` to the endpoint will allow the session to persist for up to **24 hours**. ### Session Length Any integer between **1** and **1440** is accepted. For example: `sessionduration-1` `sessionduration-10` `sessionduration-600` ### Premature Rotation The longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. *** An example of a **sticky** IP from Chicago that will persist for up to 90 minutes: ```shellscript cURL theme={null} curl -x "https://country-us-city-chicago-session-example1-sessionduration-90.gate.decodo.com:7000" "ip.decodo.com/json" ``` An example of a **sticky** IP from Casablanca that will persist for up to 1 minute: ```shellscript cURL theme={null} curl -x "https://country-ma-city-casablanca-session-example2-sessionduration-1.gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Note We cannot guarantee IP availability when using **backconnect**, especially if smaller countries or cities are targeted. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/residential-proxy-advanced-parameters Control residential proxies via gate.decodo.com:7000. Parameters: country, city, state, ZIP, ASN, continent, session ID, and duration - set in the username. Decodo offers customizable proxy access through a single **backconnect** endpoint and port: `gate.decodo.com:7000`. To specify all proxy parameters in your request, you can use one of two methods: 1. [**Username and Password**](https://help.decodo.com/docs/residential-proxy-user-pass-requests). 2. [**Whitelisted IP**](https://help.decodo.com/docs/residential-proxy-whitelisted-ip-requests). *** ## Available Parameters | Parameter | Example Value | Description | | ----------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). | | `city` | `berlin` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `us_california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `session` | `randomstring123` | A random string is used to create a session, allowing the same IP to be used for more than one request. The session automatically expires within `10` minutes by default. After that, a new IP will be assigned to this session’s ID. | | `sessionduration` | `180` | Used with `session`. Specifies the sticky session time in minutes – can be set to any number between `1` and `1440` to override the `10` minute sticky session default. | | `session_iplock` | `session_iplock-name-sessionduration-60` | Used with `name` (specify the name of the session) + `sessionduration` parameter. IP will not rotate to a new one if exit node goes offline. | | `zip` | `10001` | **5-digit**`ZIP` code. Adding this parameter allows you to specify the ZIP code location you want to target. It is only applicable for targeting the **USA** location and should be used with the `country-us` parameter string. | | `asn` | `20057` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com). | | `continent` | `as` | Continent code. | ### ASN Filtering * You must choose between `city` targeting and `asn` targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent`, `state` and `country` parameters. *** ## Application Support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field, like this: `user-username-country-country_code-city-city_name-session-randomstring` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/residential-proxy-user-pass-requests#/) section. The **session ID** can be defined by any string of your choice (simply replace the "randomstring123" from the examples). Use a **Session ID** only if you want a sticky session. Otherwise, just ignore that part to receive a **rotating proxy**. Use underscores when a city or state name consists of multiple words. E.g: `las_vegas`, `us_new_york`or `us_rhode_island`. ### Whitelisted IP method Since this method does not include a username, you will have to specify the backconnect parameters in the **endpoint,** like this: `https://country-country_code-city-city_name-session-randomstring.gate.decodo.com:7000` More info is available in our [**Whitelisted IP Requests**](https://help.decodo.com/docs/residential-proxy-whitelisted-ip-requests/) section. ### Whitelisted IP authentication limitations * **Whitelisted IP** authentication only supports `HTTPS` requests. * `IPv6` IP addresses are currently unsupported for Whitelisted IP authentication. Please use IPs that are in `IPv4` format (`xx.xx.xx.xx`). *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific country (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific country (in this example, Italy) with a 30-minute session duration ```shellscript cURL theme={null} curl -U "user-username-country-it-sessionduration-30:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific country (in this example, Portugal) with a session ID ```shellscript cURL theme={null} curl -U "user-username-country-pt-session-randomstring123:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific city (in this example, New York City) with a session ID ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york-session-randomstring123:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific US state (in this example, California) ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_california:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific US state (in this example, New York State) ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_new_york:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific US state and city (in this example, Austin) with a session ID and a 30-minute session duration ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_texas-city-austin-session-randomstring123-sessionduration-30:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ##### Get an IP from a specific US location using ZIP code (in this example, New York) with a session ID and a 30-minute session duration ```shellscript cURL theme={null} curl -U "user-username-country-us-zip-10001-session-randomstring123-sessionduration-30:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` When using any backconnect parameter, your username is also considered one of the parameters. Therefore, you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods [Residential Proxies] Source: https://help.decodo.com/docs/residential-proxy-authentication-methods Manage Decodo residential proxy access via username/password or IP whitelisting. Covers proxy user creation, password generation, and traffic limits. We support residential proxy authentication via username and password or IP-based whitelisting. You can manage **proxy users** and **whitelisted IPs** on the [**Residential → Residential → Authentication**](https://dashboard.decodo.com/residential-proxies/authentication) section on your dashboard. * After you purchase a plan or subscription, a proxy username and password will be automatically generated in the Authentication section. * The default number of whitelisted IP slots is **10**. Please [**contact**](https://direct.lc.chat/12092754/1) our customer support for more information. ### Dashboard Access If you cannot log in to your dashboard, please request a password change by going to the [**Reset Password**](https://dashboard.decodo.com/password-reset) page. *** ## User:pass Authentication ### Managing Proxy Users * You can manage your **proxy users** by clicking the **Users** tab in the Authentication section. * You can **buy** additional users by clicking **Buy users** on the right. Currently, you **cannot rename** proxy users. If needed, you can create a new one or recreate a proxy user by deleting it. Make sure to enter a **unique** **username** when **creating a proxy user** if you are experiencing issues with the proxy user creation. ### Editing Proxy Users * To **edit** a proxy user, click the **three dots** and then **Edit user**. A menu on the right will open. * Alternatively, you can **add** or **edit** **proxy users**, generate **passwords**, and change their traffic limit directly in the [**Proxy setup**](https://dashboard.decodo.com/residential-proxies/proxy-setup) section. ### Password Generation * To **change** your proxy user's **password**, click the **Generate password** button next to the password. * To reveal or hide the password, click the **eye** icon. * You can **copy** the username and password by clicking on them. ### Traffic Limit Management 1. To **add**, **edit**, or **remove** a **traffic limit** for a specific proxy user, click **Add traffic limit**. 2. Type in the traffic limit and click the checkmark button to add or edit a limit. Click **X** to cancel. 3. Click on **Edit** to change or the **Bin** icon to **remove** the traffic limit. 4. Click **Save** ### Proxy User Deletion * To **delete** a proxy user, click **Remove user** and then **Confirm**. ### Adding an Extra Proxy User 1. To **create** a new proxy username and password, click **+ Add user**. A menu on the right will open. * A vacancy is required for this option to appear. Check the **Total users** count. 2. Type in the username you want and click **+ Add**. A password will be automatically generated. * The username must be 6 to 64 characters long, letters and numbers only, no spaces. ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password. *** ## Whitelisted IP Authentication ### Managing Whitelisted IPs 1. You can manage your **whitelisted IPs** by clicking the **Whitelisted IPs** tab in the Authentication section. * The list will be empty by default. 2. To **add** a new **IP address** to the whitelist, click **+ Add IP**. A menu on the right will open. * To **buy** more than 10 Whitelisted IP slots, please contact our 24/7 customer support by clicking the chat widget on the bottom right or by using this [**link**](https://direct.lc.chat/12092754/1). 3. Enter your desired **IP address**, and click **+ Add** to whitelist it. * You can only add IPs that are in **IPv4** format (xx.xx.xx.xx). The **IPv6** format is not supported. * Ensure that the IP you are adding is yours, only accessible by you, and that you are not using a Proxy or VPN service at the time. ### Editing Whitelisted IPs * To **edit** a whitelisted IP, click the **three dots** and then **Edit IP**. A menu on the right will open. * Alternatively, you can **add** or **edit** **whitelisted IPs** directly in the [**Proxy setup**](https://dashboard.decodo.com/residential-proxies/proxy-setup) section. ### Naming Whitelisted IPs * To **name** your whitelisted IP, click **Edit** and type in the name you want. Click **Save** to finalize. * Leave the entry field blank to remove a name. ### Whitelisted IP Removal * To **remove** a whitelisted IP, click **Remove Whitelisted IP** and then **Confirm**. If you’re using services such as **Amazon Web Services**, we highly recommend using the traditional `username:password` authentication instead. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Custom Sticky Sessions Source: https://help.decodo.com/docs/residential-proxy-custom-sticky-sessions Configure sticky sessions from 1 minute to 24 hours using session duration. Run multiple concurrent sessions via unique session IDs in the username string. ## Sticky Proxies Decodo [residential proxies](https://decodo.com/proxies/residential-proxies) **sticky** sessions allow a proxy IP address to persist for up to **`24hours`** (**`1440`** minutes) before it's rotated to a different IP address. The **default** sticky session time is `10minutes`. *** ## Dashboard Proxy List Generation To **generate** an endpoint list, navigate to the [**Dashboard → Proxy setup**](https://dashboard.decodo.com/residential-proxies/proxy-setup) section. On the Proxy setup page, you can select between `1`, `10`, `30`, or `60`-minute sessions from a drop-down menu or specify a **custom duration** of up to `24hours`. ## Custom Session Duration You can use the `sessionduration` parameter together with the proxy **username** or a **whitelisted IP** to extend the length of a session up to **`24hours`** (**`1440`** minutes). * The `sessionduration` parameter accepts any **integer** (minute) value between `1` and `1440`. * A `1440` minute duration is the longest possible proxy session. ### Premature Rotation The longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. ## Multiple Concurrent Sticky Sessions Adding the `session` variable to the proxy username or using a whitelisted IP will allow the proxy IP address to persist for multiple requests. Different session parameter values are used to differentiate between active sessions and behave just like the different sticky proxy ports with our country endpoints. E.g.: * `session-1` * `session-2` ## Examples ### Username:password A `cURL` example using a **`90-minute`** long `sessionduration` parameter used with a proxy **username** and `session` **ID** to allow the IP address to persist for multiple requests: ```shellscript cURL theme={null} curl -U "user-username-session-example1-sessionduration-90:password" -x "gate.decodo.com:10000" "https://ip.decodo.com/json" ``` ### Whitelisted IP A `cURL` example using a **`90-minute`** long `sessionduration` parameter used with a **Whitelisted IP** and `session` **ID** to allow the IP address to persist for multiple requests: ```shellscript cURL theme={null} curl -x "https://session-example1-sessionduration-90.gate.decodo.com:10000" "https://ip.decodo.com/json" ``` Check out the [**backconnect**](https://help.decodo.com/docs/residential-proxy-user-pass-requests#sticky-session) guide for a more in-depth review of how to use a sticky session with `sessionduration` and `session` parameters. *** ## IP Lock With `session `parameter if IP is no longer available, it will automatically rotate to a new one. The `session_iplock` parameter is used in cases when IP rotation is not needed and same IP must be kept for entire session duration. With this parameter if IP is no longer available, proxy will result with 502 status code and will not grant you a new IP during desired session duration. In order to format a request using `session_iplock` you must: 1. Use a username:password proxy connection. 2. Add `session_iplock-name` parameter (name - any string given to a session). 3. Add `sessionduration` parameter (sessionduration - value between `1` and `1440`). ## Example ### Username:password A `cURL` example using a `90-minute` long `sessionduration` parameter used with a proxy username and `session_iplock-example1` to allow the IP address to persist for multiple requests: ```shellscript cURL theme={null} curl -U "user-username-session_iplock-example1-sessionduration-90:password" -x "gate.decodo.com:10000" "https://ip.decodo.com/json" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Endpoints and Ports Source: https://help.decodo.com/docs/residential-proxy-endpoints-and-ports Full list of Decodo residential proxy country endpoints, sticky port ranges, and rotating ports across 50+ country-specific gateways. [Residential proxies](https://decodo.com/proxies/residential-proxies) support targeting locations through dedicated endpoints. Additionally, each location is assigned a specific port range. Proxy **authentication** can be done using either a username and password or by IP-based whitelisting. ### Can't Find a Location? If a particular location or city is not on the list, you can try connecting to it through [**backconnect**](https://help.decodo.com/docs/residential-proxy-advanced-parameters) using custom parameters. ## Countries | Endpoint | Sticky Port Range | Rotating Port | Location | | ----------------- | ----------------- | ------------- | ------------------------ | | `gate.decodo.com` | `10001`-`49999` | `7000, 10000` | Random | | `us.decodo.com` | `10001`-`29999` | `10000` | US | | `eu.decodo.com` | `10001`-`29999` | `10000` | EU | | `ae.decodo.com` | `20001`-`29999` | `20000` | United Arab Emirates | | `my.decodo.com` | `30001`-`39999` | `30000` | Malaysia | | `ph.decodo.com` | `40001`-`49999` | `40000` | Phillipines | | `in.decodo.com` | `10001`-`19999` | `10000` | India | | `tw.decodo.com` | `20001`-`29999` | `20000` | Taiwan | | `jp.decodo.com` | `30001`-`39999` | `30000` | Japan | | `be.decodo.com` | `40001`-`49999` | `40000` | Belgium | | `es.decodo.com` | `10001`-`19999` | `10000` | Spain | | `pt.decodo.com` | `20001`-`29999` | `20000` | Portugal | | `gr.decodo.com` | `30001`-`39999` | `30000` | Greece | | `pe.decodo.com` | `40001`-`49999` | `40000` | Peru | | `ar.decodo.com` | `10001`-`19999` | `10000` | Argentina | | `se.decodo.com` | `20001`-`29999` | `20000` | Sweden | | `az.decodo.com` | `30001`-`39999` | `30000` | Azerbaijan | | `ua.decodo.com` | `40001`-`49999` | `40000` | Ukraine | | `hk.decodo.com` | `10001`-`19999` | `10000` | Hong Kong | | `de.decodo.com` | `20001`-`29999` | `20000` | Germany | | `ir.decodo.com` | `30001`-`39999` | `30000` | Iran | | `za.decodo.com` | `40001`-`49999` | `40000` | South Africa | | `kr.decodo.com` | `10001`-`19999` | `10000` | Korea | | `ec.decodo.com` | `20001`-`29999` | `20000` | Ecuador | | `cl.decodo.com` | `30001`-`39999` | `30000` | Chile | | `ru.decodo.com` | `40001`-`49999` | `40000` | Russia | | `id.decodo.com` | `10001`-`19999` | `10000` | Indonesia | | `eg.decodo.com` | `20001`-`29999` | `20000` | Egypt | | `cn.decodo.com` | `30001`-`39999` | `30000` | China | | `gb.decodo.com` | `30001`-`49999` | `30000` | UK | | `nl.decodo.com` | `10001`-`19999` | `10000` | The Netherlands | | `it.decodo.com` | `20001`-`29999` | `20000` | Italy | | `au.decodo.com` | `30001`-`39999` | `30000` | Australia | | `kz.decodo.com` | `40001`-`49999` | `40000` | Kazakhstan | | `sg.decodo.com` | `10001`-`19999` | `10000` | Singapore | | `mx.decodo.com` | `20001`-`29999` | `20000` | Mexico | | `th.decodo.com` | `30001`-`39999` | `30000` | Thailand | | `tr.decodo.com` | `40001`-`49999` | `40000` | Turkey | | `br.decodo.com` | `10001`-`19999` | `10000` | Brazil | | `pl.decodo.com` | `20001`-`29999` | `20000` | Poland | | `co.decodo.com` | `30001`-`39999` | `30000` | Colombia | | `fr.decodo.com` | `40001`-`49999` | `40000` | France | | `pk.decodo.com` | `10001`-`19999` | `10000` | Pakistan | | `ca.decodo.com` | `20001`-`29999` | `20000` | Canada | | `il.decodo.com` | `30001`-`39999` | `30000` | Israel | | `ma.decodo.com` | `40001`-`40999` | `40000` | Morocco | | `mz.decodo.com` | `41001`-`41999` | `41000` | Mozambique | | `ng.decodo.com` | `42001`-`42999` | `42000` | Nigeria | | `gh.decodo.com` | `43001`-`43999` | `43000` | Ghana | | `ci.decodo.com` | `44001`-`44999` | `44000` | Côte d'Ivoire | | `ke.decodo.com` | `45001`-`45999` | `45000` | Kenya | | `lr.decodo.com` | `46001`-`46999` | `46000` | Liberia | | `mg.decodo.com` | `47001`-`47999` | `47000` | Madagascar | | `ml.decodo.com` | `48001`-`48999` | `48000` | Mali | | `mt.decodo.com` | `49001`-`49999` | `49000` | Malta | | `mc.decodo.com` | `10001`-`10999` | `10000` | Monaco | | `md.decodo.com` | `11001`-`11999` | `11000` | Moldova | | `me.decodo.com` | `12001`-`12999` | `12000` | Montenegro | | `no.decodo.com` | `13001`-`13999` | `13000` | Norway | | `py.decodo.com` | `14001`-`14999` | `14000` | Paraguay | | `uy.decodo.com` | `15001`-`15999` | `15000` | Uruguay | | `ve.decodo.com` | `16001`-`16999` | `16000` | Venezuela | | `dm.decodo.com` | `17001`-`17999` | `17000` | Dominica | | `ht.decodo.com` | `18001`-`18999` | `18000` | Haiti | | `hn.decodo.com` | `19001`-`19999` | `19000` | Honduras | | `jm.decodo.com` | `20001`-`20999` | `20000` | Jamaica | | `aw.decodo.com` | `21001`-`21999` | `21000` | Aruba | | `lv.decodo.com` | `22001`-`22999` | `22000` | Latvia | | `li.decodo.com` | `23001`-`23999` | `23000` | Liechtenstein | | `lt.decodo.com` | `24001`-`24999` | `24000` | Lithuania | | `lu.decodo.com` | `25001`-`25999` | `25000` | Luxembourg | | `jo.decodo.com` | `26001`-`26999` | `26000` | Jordan | | `lb.decodo.com` | `27001`-`27999` | `27000` | Lebanon | | `mv.decodo.com` | `28001`-`28999` | `28000` | Maldives | | `mn.decodo.com` | `29001`-`29999` | `29000` | Mongolia | | `om.decodo.com` | `30001`-`30999` | `30000` | Oman | | `sd.decodo.com` | `31001`-`31999` | `31000` | Sudan | | `tg.decodo.com` | `32001`-`32999` | `32000` | Togo | | `tn.decodo.com` | `33001`-`33999` | `33000` | Tunisia | | `ug.decodo.com` | `34001`-`34999` | `34000` | Uganda | | `zm.decodo.com` | `35001`-`35999` | `35000` | Zambia | | `af.decodo.com` | `36001`-`36999` | `36000` | Afghanistan | | `bh.decodo.com` | `37001`-`37999` | `37000` | Bahrain | | `fj.decodo.com` | `38001`-`38999` | `38000` | Fiji | | `nz.decodo.com` | `39001`-`39999` | `39000` | New Zealand | | `bo.decodo.com` | `40001`-`40999` | `40000` | Bolivia | | `bd.decodo.com` | `41001`-`41099` | `41001` | Bangladesh | | `am.decodo.com` | `42001`-`42999` | `42000` | Armenia | | `ge.decodo.com` | `43001`-`43999` | `43000` | Georgia | | `iq.decodo.com` | `44001`-`44999` | `44000` | Iraq | | `bt.decodo.com` | `45001`-`45999` | `45000` | Bhutan | | `mm.decodo.com` | `46001`-`46999` | `46000` | Myanmar | | `kh.decodo.com` | `47001`-`47999` | `47000` | Cambodia | | `cy.decodo.com` | `48001`-`48999` | `48000` | Cyprus | | `sn.decodo.com` | `49001`-`49999` | `49000` | Senegal | | `sc.decodo.com` | `10001`-`10999` | `10000` | Seychelles | | `zw.decodo.com` | `11001`-`11999` | `11000` | Zimbabwe | | `ss.decodo.com` | `12001`-`12999` | `12000` | South Sudan | | `ro.decodo.com` | `13001`-`13999` | `13000` | Romania | | `rs.decodo.com` | `14001`-`14999` | `14000` | Serbia | | `sk.decodo.com` | `15001`-`15999` | `15000` | Slovakia | | `si.decodo.com` | `16001`-`16999` | `16000` | Slovenia | | `bs.decodo.com` | `17001`-`17999` | `17000` | Bahamas | | `bz.decodo.com` | `18001`-`18999` | `18000` | Belize | | `vg.decodo.com` | `19001`-`19999` | `19000` | Virgin Islands | | `pa.decodo.com` | `20001`-`20999` | `20000` | Panama | | `pr.decodo.com` | `21001`-`21999` | `21000` | Puerto Rico | | `tt.decodo.com` | `22001`-`22999` | `22000` | Trinidad and Tobago | | `is.decodo.com` | `23001`-`23999` | `23000` | Iceland | | `ie.decodo.com` | `24001`-`24999` | `24000` | Ireland | | `cz.decodo.com` | `26001`-`26999` | `26000` | Czech Republic | | `dk.decodo.com` | `27001`-`27999` | `27000` | Denmark | | `ee.decodo.com` | `28001`-`28999` | `28000` | Estonia | | `ch.decodo.com` | `29001`-`29999` | `29000` | Switzerland | | `mk.decodo.com` | `30001`-`30999` | `30000` | North Macedonia | | `cr.decodo.com` | `31001`-`31999` | `31000` | Costa Rica | | `cu.decodo.com` | `32001`-`32999` | `32000` | Cuba | | `al.decodo.com` | `33001`-`33999` | `33000` | Albania | | `ad.decodo.com` | `34001`-`34999` | `34000` | Andorra | | `at.decodo.com` | `35001`-`35999` | `35000` | Austria | | `ba.decodo.com` | `37001`-`37999` | `37000` | Bosnia and Herzegovina | | `bg.decodo.com` | `38001`-`38999` | `38000` | Bulgaria | | `by.decodo.com` | `39001`-`39999` | `39000` | Belarus | | `hr.decodo.com` | `40001`-`40999` | `40000` | Croatia | | `fi.decodo.com` | `41001`-`41099` | `41000` | Finland | | `hu.decodo.com` | `43001`-`43999` | `43000` | Hungary | | `qa.decodo.com` | `44001`-`44999` | `44000` | Qatar | | `sa.decodo.com` | `45001`-`45999` | `45000` | Saudi Arabia | | `vn.decodo.com` | `46001`-`46999` | `46000` | Vietnam | | `tm.decodo.com` | `47001`-`47999` | `47000` | Turkmenistan | | `uz.decodo.com` | `48001`-`48999` | `48000` | Uzbekistan | | `ye.decodo.com` | `49001`-`49999` | `49000` | Yemen | | `cf.decodo.com` | `10001`-`10999` | `10000` | Central African Republic | | `td.decodo.com` | `11001`-`11999` | `11000` | Chad | | `bj.decodo.com` | `12001`-`12999` | `12000` | Benin | | `et.decodo.com` | `13001`-`13999` | `13000` | Ethiopia | | `dj.decodo.com` | `14001`-`14999` | `14000` | Djibouti | | `gm.decodo.com` | `15001`-`15999` | `15000` | Gambia | | `mr.decodo.com` | `16001`-`16999` | `16000` | Mauritania | | `mu.decodo.com` | `17001`-`17999` | `17000` | Mauritius | | `ao.decodo.com` | `18001`-`18999` | `18000` | Angola | | `cm.decodo.com` | `19001`-`19999` | `19000` | Cameroon | | `sy.decodo.com` | `20001`-`20999` | `20000` | Syrian Arab Republic | ## Cities | Endpoint | Sticky port range | Rotating Port | Location | | ----------------- | ----------------- | ------------- | ----------- | | `city.decodo.com` | `21001`-`21049` | `21000` | New York | | `city.decodo.com` | `21051`-`21099` | `21050` | Los Angeles | | `city.decodo.com` | `21101`-`21149` | `21100` | Chicago | | `city.decodo.com` | `21151`-`21199` | `21150` | Houston | | `city.decodo.com` | `21201`-`21249` | `21200` | Miami | | `city.decodo.com` | `21251`-`21299` | `21250` | London | | `city.decodo.com` | `21301`-`21349` | `21300` | Berlin | | `city.decodo.com` | `21351`-`21399` | `21350` | Moscow | Target more cities by including [**parameters**](https://help.decodo.com/docs/residential-proxy-user-pass-requests?isFramePreview=true#city-targeting) in the **proxy username**. ## States | Endpoint | Sticky Port range | Rotating Port | Location | | ------------------ | ----------------- | ------------- | ---------------- | | `state.decodo.com` | `17001`-`17099` | `17000` | Alabama | | `state.decodo.com` | `17101`-`17199` | `17100` | Alaska | | `state.decodo.com` | `17201`-`17299` | `17200` | Arizona | | `state.decodo.com` | `17301`-`17399` | `17300` | Arkansas | | `state.decodo.com` | `10001`-`10999` | `10000` | California | | `state.decodo.com` | `17401`-`17499` | `17400` | Colorado | | `state.decodo.com` | `17501`-`17599` | `17500` | Connecticut | | `state.decodo.com` | `17601`-`17699` | `17600` | Delaware | | `state.decodo.com` | `11001`-`11999` | `11000` | Florida | | `state.decodo.com` | `17701`-`17799` | `17700` | Georgia (US) | | `state.decodo.com` | `17801`-`17899` | `17800` | Hawaii | | `state.decodo.com` | `17901`-`17999` | `17900` | Idaho | | `state.decodo.com` | `12001`-`12999` | `12000` | Illinois | | `state.decodo.com` | `18001`-`18099` | `18000` | Indiana | | `state.decodo.com` | `18101`-`18199` | `18100` | Iowa | | `state.decodo.com` | `18201`-`18299` | `18200` | Kansas | | `state.decodo.com` | `18301`-`18399` | `18300` | Kentucky | | `state.decodo.com` | `18401`-`18499` | `18400` | Louisiana | | `state.decodo.com` | `18501`-`18599` | `18500` | Maine | | `state.decodo.com` | `18601`-`18699` | `18600` | Maryland | | `state.decodo.com` | `18701`-`18799` | `18700` | Massachusetts | | `state.decodo.com` | `18801`-`18899` | `18800` | Michigan | | `state.decodo.com` | `18901`-`18999` | `18900` | Minnesota | | `state.decodo.com` | `19001`-`19099` | `19000` | Mississippi | | `state.decodo.com` | `19101`-`19199` | `19100` | Missouri | | `state.decodo.com` | `19201`-`19299` | `19200` | Montana | | `state.decodo.com` | `19301`-`19399` | `19300` | Nebraska | | `state.decodo.com` | `19401`-`19499` | `19400` | Nevada | | `state.decodo.com` | `19501`-`19599` | `19500` | New Hampshire | | `state.decodo.com` | `19601`-`19699` | `19600` | New Jersey | | `state.decodo.com` | `19701`-`19799` | `19700` | New Mexico | | `state.decodo.com` | `13001`-`13999` | `13000` | New York (State) | | `state.decodo.com` | `19801`-`19899` | `19800` | North Carolina | | `state.decodo.com` | `19901`-`19999` | `19900` | North Dakota | | `state.decodo.com` | `20001`-`20099` | `20000` | Ohio | | `state.decodo.com` | `20101`-`20199` | `20100` | Oklahoma | | `state.decodo.com` | `20201`-`20299` | `20200` | Oregon | | `state.decodo.com` | `20301`-`20399` | `20300` | Pennsylvania | | `state.decodo.com` | `20401`-`20499` | `20400` | Rhode Island | | `state.decodo.com` | `20501`-`20599` | `20500` | South Carolina | | `state.decodo.com` | `20601`-`20699` | `20600` | South Dakota | | `state.decodo.com` | `20701`-`20799` | `20700` | Tennessee | | `state.decodo.com` | `14001`-`14999` | `14000` | Texas | | `state.decodo.com` | `20801`-`20899` | `20800` | Utah | | `state.decodo.com` | `20901`-`20999` | `20900` | Vermont | | `state.decodo.com` | `15001`-`15999` | `15000` | Virginia | | `state.decodo.com` | `16001`-`16999` | `16000` | Washington | | `state.decodo.com` | `21001`-`21099` | `21000` | West Virginia | | `state.decodo.com` | `21101`-`21199` | `21100` | Wisconsin | | `state.decodo.com` | `21201`-`21299` | `21200` | Wyoming | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Response Codes Source: https://help.decodo.com/docs/residential-proxy-error-definitions Residential Proxy Error Definitions ## Retrieving Error Codes Residential proxies also return a specific definition of the error code in the response headers. For example, you can send a `cURL` with `verbose` mode enabled to gain more information about the connection headers. To enable `verbose` mode, simply use the `-v` /`--verbose` option in the command just before the proxy details: ```shellscript cURL theme={null} curl -v -U "username:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` If the connection was unsuccessful, you will find the error code and its description in the `x-error-message` header in the response: ```text Response theme={null} < HTTP/1.1 407 Proxy Authentication Required < proxy-authenticate: Basic * Authentication problem. Ignoring this. < x-error-message: Access denied. You've reached your current traffic limit. Please contact support or your account manager to review or adjust your limit. < content-length: 136 < content-type: text/plain < * CONNECT tunnel failed, response 407 * Closing connection curl: (56) CONNECT tunnel failed, response 407 ``` ## Error Code Reference | Error Code | Description | | :--------- | :----------------------------------------------------------------------------------------------------------------------------------------------- | | `400` | `Bad request. Please review the format and try sending it again.` | | `400` | `Bad request. Received an invalid HTTP request. Please try your request again.` | | `403` | `Access denied. You’re trying to access a restricted parameter. Please contact support if you need assistance.` | | `403` | `Access denied. You’re trying to access a restricted target. Please contact support if you need assistance.` | | `407` | `Access denied. You’ve reached your current traffic limit. Please contact support or your account manager to review or adjust your limit.` | | `407` | `Access denied. We couldn’t log you in with the details provided. Please confirm your username and password and try again.` | | `500` | `Internal server error. Please try again.` | | `502` | `Bad gateway. An error occurred while routing your request. Please try again.` | | `502` | `Bad gateway. The connection to the client was interrupted. Please reconnect and try your request again.` | | `502` | `Bad gateway. The session has failed. Please start a new session and try again.` | | `502` | `Bad gateway. We couldn’t find a suitable exit node and the session has ended. Please adjust your filters or start a new session and try again.` | | `502` | `Bad response. Received an invalid HTTP response from the destination. Please try your request again.` | | `502` | `Bad response. We received an unexpected or invalid response from the destination. Please try your request again.` | | `504` | `Timeout. The request took too long to complete and has timed out. Please try sending it again.` | | `522` | `Bad response. We received an unexpected or invalid response from the destination. Please try your request again.` | | `522` | `Timeout. The request took too long to complete and has timed out. Please try sending it again.` | | `522` | `Timeout. Couldn’t reach the destination in time. Please confirm that the target URL is correct and try again.` | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Versions Source: https://help.decodo.com/docs/residential-proxy-ip-versions Residential Proxy Internet Protocol Version Specification The IP version specification feature can be enabled with an active Residential plan. To request access to this feature, contact us at [support@decodo.com](mailto:support@decodo.com). ## IPv4/IPv6 Proxies By default, the residential proxy pool has **both** IPv4 and IPv6 addresses. To specify the Internet Protocol version with the residential proxy, you have to include the `ipv` variable in the proxy **username** or a **whitelisted IP**. The IP version is specified after the variable, like so: `ipv-4` & `ipv-6`. If the target website supports only one of the IP versions, the proxy will **try to automatically resolve** the supported version. However, there is a possibility of the request failing, in which case you can try **specifying** the correct IP version or **retrying** the proxy request. For example, if you are using an IPv6 proxy to target an IPv4-only website, the proxy will try to automatically resolve the website using an IPv4 proxy, and vice versa. ## Examples ### Username:password **IP version specification** when the proxy authentication occurs via the **username** and **password** method. * An example of a proxy that returns IP addresses from the **IPv4** proxy pool: ```shellscript cURL theme={null} curl -U "user-username-ipv-4:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` * An example of a proxy that returns IP addresses from the **IPv6** proxy pool: ```shellscript cURL theme={null} curl -U "user-username-ipv-6:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Whitelisted IP **IP version specification** when the proxy authentication occurs via the **whitelisted IP** method. * An example of a proxy that returns IP addresses from the **IPv4** proxy pool: ```shellscript cURL theme={null} curl -x "https://ipv-4.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` * An example of a proxy that returns IP addresses from the **IPv6** proxy pool: ```shellscript cURL theme={null} curl -x "https://ipv-6.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Note The IP availability may be limited if targeting smaller countries or cities together with the `ipv` variable. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Available Locations [Residential Proxies] Source: https://help.decodo.com/docs/residential-proxy-locations Full list of Decodo residential proxy locations. IPs sourced from real devices across 195+ countries with city-level and US state-level targeting available. Every residential proxy plan offers access to over **195 locations** worldwide. * The full list of countries is available [**here**](https://decodo.com/proxies/list). * You can find specific country endpoints and port ranges [**here**](https://help.decodo.com/docs/residential-proxy-endpoints-and-ports#/). ### Custom Location Targeting Learn how to use **custom backconnect parameters** for advanced location targeting [**here**](https://help.decodo.com/docs/residential-proxy-user-pass-requests) or how to accomplish this with **whitelisted IPs** [**here**](https://help.decodo.com/docs/mobile-proxy-whitelisted-ip-requests). *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Operating System Source: https://help.decodo.com/docs/residential-proxy-operating-system Residential Proxy Operating System Specification The operating system specification feature can be enabled with an active Residential plan. To request access to this feature, contact us at [support@decodo.com](mailto:support@decodo.com). Note that you may have to complete a KYC form. To specify the operating system with the residential proxy, you have to include the `os` variable in the proxy **username**. The operating system name is specified after the variable, like so: `os-windows`. ## Supported Operating Systems The following operating systems are possible to target with residential proxies: * `macos` * `windows` * `linux` * `ios` * `android` ##
**Examples** ### **Username:password** Adding the `os-xxxx` to your username will allow for operating system targeting. An example of a **rotating proxy** that returns IPs from macOS devices: ```shellscript cURL theme={null} curl -U "user-username-os-macos:password" -x "gate.decodo.com:10000" "https://ip.decodo.com/json" ``` **Rotating** IPs from Android devices: ```shellscript cURL theme={null} curl -U "user-username-os-android:password" -x "gate.decodo.com:10000" "https://ip.decodo.com/json" ``` ### **Whitelisted IP** Adding the `os-xxxx` to your proxy will allow for operating system targeting. An example of a **rotating proxy** that returns IPs from windows devices: ```shellscript cURL theme={null} curl -x "https://os-windows.gate.decodo.com:10000" "https://ip.decodo.com/json" ``` ### Note The IP pool may be narrower with the `os` variable. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Protocols Source: https://help.decodo.com/docs/residential-proxy-protocols Residential Proxy Support for HTTP, HTTPS, SOCKS5, HTTP/3 and MASQUE Formats The connection protocol (`HTTP`, `HTTPS`, or `SOCKS5`) can be specified in the tool or program you're using to connect with the proxies. In the following `cURL` examples, the protocol is specified at the beginning of the proxy line, just replace the `username` and `password` with your proxy user credentials, and run them in your Terminal or Command Prompt. ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ## SOCKS5 Here is a `cURL` command for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://user-username-session-1:password@gate.decodo.com:7000" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. ### Country Endpoint Support Note that you have to use the `gate.decodo.com` endpoint to use `SOCKS5`. Country endpoints like `us.decodo.com` will not work! You can instead target specific locations by specifying the location using [**Advanced Parameters**](https://help.decodo.com/docs/residential-proxy-advanced-parameters#/). For example, this `cURL` command targets the US location: ```shellscript theme={null} curl -U "user-username-country-us:password" -x "socks5h://gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Tool Support * To get a sticky `SOCKS5` proxy in a **tool**, you must use a `session` parameter, otherwise, the proxy will always rotate even with a `sessionduration` parameter. * The **session ID** can be defined by any string of your choice. More on that can be found on the [**Advanced Parameters**](https://help.decodo.com/docs/residential-proxy-advanced-parameters) page in the **Sticky session** section. ## HTTP/3 `HTTP/3` protocol is running over QUIC (UDP) traffic that is being tunneled through `SOCKS5`. `HTTP `and` HTTPS` endpoints are not supported with `HTTP/3.` Use the `socks5-gate.decodo.com` endpoint on port `10000` for `HTTP/3`, and just replace the `username` and `password` with your proxy user credentials copied from your dashboard. Here is a script in `Go`, which performs an `HTTP/3` request through the proxy: ```go Go expandable theme={null} mkdir -p ~/http3-test && cd ~/http3-test cat > main.go <<'EOF' package main import ( "bytes" "context" "crypto/tls" "flag" "fmt" "io" "log/slog" "net" "net/http" "time" "github.com/quic-go/quic-go" "github.com/quic-go/quic-go/http3" "github.com/txthinking/socks5" ) var ( proxyUsername = flag.String("u", "", "proxy username") proxyPassword = flag.String("p", "", "proxy password") proxyHost = flag.String("h", "socks5-gate.decodo.com:10000", "proxy host with port") remoteHost = flag.String("t", "udp-test.decodo.com", "target host") payload = flag.String("body", "", "optional request body") ) type SOCKS5PacketConn struct { net.Conn targetAddr net.Addr } func (s *SOCKS5PacketConn) ReadFrom(p []byte) (int, net.Addr, error) { n, err := s.Conn.Read(p) return n, s.targetAddr, err } func (s *SOCKS5PacketConn) WriteTo(p []byte, addr net.Addr) (int, error) { return s.Conn.Write(p) } func (s *SOCKS5PacketConn) LocalAddr() net.Addr { return s.Conn.LocalAddr() } func (s *SOCKS5PacketConn) SetDeadline(t time.Time) error { return s.Conn.SetDeadline(t) } func (s *SOCKS5PacketConn) SetReadBuffer(bytes int) error { if udpConn, ok := s.Conn.(interface{ SetReadBuffer(int) error }); ok { return udpConn.SetReadBuffer(bytes) } return nil } func (s *SOCKS5PacketConn) SetWriteBuffer(bytes int) error { if udpConn, ok := s.Conn.(interface{ SetReadBuffer(int) error }); ok { return udpConn.SetReadBuffer(bytes) } return nil } func HTTP3viaProxy(proxyUsername, proxyPassword, proxyHost, target, payload string) error { socks5Client, err := socks5.NewClient(proxyHost, proxyUsername, proxyPassword, 5, 5) if err != nil { return err } closeChan := make(chan struct{}) defer func() { closeChan <- struct{}{} }() client := http.Client{ Transport: &http3.Transport{ Dial: proxyDialer(closeChan, socks5Client), TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, }, } req, err := http.NewRequest(http.MethodGet, "https://"+target, bytes.NewReader([]byte(payload))) if err != nil { return err } resp, err := client.Do(req) if err != nil { return err } defer resp.Body.Close() res, err := io.ReadAll(resp.Body) if err != nil { return err } fmt.Println("Status: ", resp.StatusCode) fmt.Println("Protocol: ", resp.Proto) fmt.Printf("Response: \n%s", string(res)) return nil } func proxyDialer(closeChan <-chan struct{}, socks5client *socks5.Client) func(ctx context.Context, addr string, tlsCfg *tls.Config, cfg *quic.Config) (*quic.Conn, error) { return func(ctx context.Context, addr string, tlsCfg *tls.Config, cfg *quic.Config) (*quic.Conn, error) { proxyConn, err := socks5client.Dial("udp", addr) if err != nil { return nil, err } go func() { <-closeChan if proxyConn != nil { if err := proxyConn.Close(); err != nil { slog.Error("Failed to close proxy connection", "error", err) } } }() remoteAddr, err := net.ResolveUDPAddr("udp", addr) if err != nil { return nil, err } socks5PacketConn := &SOCKS5PacketConn{Conn: proxyConn, targetAddr: remoteAddr} deadline := time.Now().Add(40 * time.Second) if err = proxyConn.SetReadDeadline(deadline); err != nil { return nil, err } if err = proxyConn.SetWriteDeadline(deadline); err != nil { return nil, err } earlyConn, err := quic.DialEarly(ctx, socks5PacketConn, remoteAddr, tlsCfg, cfg) if err != nil { return nil, err } return earlyConn, nil } } func main() { flag.Parse() start := time.Now() if err := HTTP3viaProxy(*proxyUsername, *proxyPassword, *proxyHost, *remoteHost, *payload); err != nil { slog.Error("failed to perform HTTP3 request via proxy", "error", err) } fmt.Printf("Request took: %d ms\n", time.Since(start).Milliseconds()) } EOF go mod init http3-test go get github.com/quic-go/quic-go github.com/quic-go/quic-go/http3 github.com/txthinking/socks5 go run main.go ``` ## MASQUE `MASQUE` is a protocol (RFC 9298) that tunnels UDP traffic through one of the residential exit nodes. It's a different mechanism from the [HTTP/3](https://help.decodo.com/docs/residential-proxy-protocols#http/3) tunneling described above (which relays `HTTP/3` traffic through the `SOCKS5` endpoint) — `MASQUE` has its own dedicated gateway and carries any UDP payload you give it. Use the `masque-gate.decodo.com` endpoint on port `42000`. The connection runs over QUIC, so outbound UDP needs to be open on your side, and your proxy credentials go in a `Proxy-Authorization: Basic` header on the tunnel request rather than in the URL. Note that `cURL` doesn't support `CONNECT-UDP` (as of `cURL` 8.x), and browsers can't authenticate to this endpoint either — so a small client like the one below is the practical way to use `MASQUE` for now. Here's a script in `Go` that opens a tunnel and does a single request/response round trip. ```go Go expandable theme={null} package main import ( "context" "crypto/tls" "encoding/base64" "log" "net/http" "net/url" "time" "github.com/quic-go/quic-go" "github.com/quic-go/quic-go/http3" "github.com/quic-go/quic-go/quicvarint" ) const ( gatewayAddr = "masque-gate.decodo.com:42000" username = "user-USERNAME" password = "PASSWORD" targetHost = "stun.l.google.com" targetPort = "19302" ) func main() { ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second) defer cancel() reqURL, err := url.Parse("https://" + gatewayAddr + "/masque?h=" + targetHost + "&p=" + targetPort) if err != nil { log.Fatal(err) } qconn, err := quic.DialAddr(ctx, gatewayAddr, &tls.Config{NextProtos: []string{http3.NextProtoH3}}, &quic.Config{EnableDatagrams: true}, ) if err != nil { log.Fatal(err) } defer qconn.CloseWithError(0, "") conn := (&http3.Transport{EnableDatagrams: true}).NewClientConn(qconn) <-conn.ReceivedSettings() stream, err := conn.OpenRequestStream(ctx) if err != nil { log.Fatal(err) } creds := base64.StdEncoding.EncodeToString([]byte(username + ":" + password)) err = stream.SendRequestHeader(&http.Request{ Method: http.MethodConnect, Proto: "connect-udp", Host: reqURL.Host, URL: reqURL, Header: http.Header{ "Capsule-Protocol": {"?1"}, "Proxy-Authorization": {"Basic " + creds}, }, }) if err != nil { log.Fatal(err) } resp, err := stream.ReadResponse() if err != nil { log.Fatal(err) } if resp.StatusCode != http.StatusOK { log.Fatalf("proxy refused the tunnel: %d", resp.StatusCode) } // Minimal STUN binding request (RFC 5389): message type, length, // magic cookie, and a 12-byte transaction ID. stunRequest := []byte{ 0x00, 0x01, 0x00, 0x00, 0x21, 0x12, 0xa4, 0x42, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, } // A UDP payload is prefixed with a context ID (0 = raw data). payload := append(quicvarint.Append(nil, 0), stunRequest...) if err := stream.SendDatagram(payload); err != nil { log.Fatal(err) } raw, err := stream.ReceiveDatagram(ctx) if err != nil { log.Fatal(err) } _, n, err := quicvarint.Parse(raw) if err != nil { log.Fatal(err) } log.Printf("received %d bytes back: %x", len(raw)-n, raw[n:]) } ``` **Maximum** **datagram** size is **1500** **bytes** — anything larger is dropped. Your target's port needs to be **accessible** for your account the same way any non-default port does — see [Ports](https://help.decodo.com/docs/residential-proxy-protocols#ports) to request one unblocked. Since `MASQUE` relays UDP traffic, make sure to **specify** **UDP** (not TCP) when requesting the unblock. You can find the **response codes** received from the **proxy service** and their explanations [here](https://help.decodo.com/docs/residential-proxy-error-definitions). Beyond single request/response tests like the STUN example above, this same tunnel can carry a full website visit. Since the connection behaves like a regular network socket, you can hand it to any UDP-based client library — including one for `HTTP/3` — and that library will use it like normal, not realizing its traffic is going through the proxy tunnel. That means you can load an entire `HTTP/3` website through a residential IP, using the same tunnel and credentials as any other `MASQUE` target. *** # Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports, restrictions, and how to request a port to be unblocked. ### Accessible Ports With the **residential** and **mobile** proxies, the following ports are accessible by default: * `80` * `443` ### Restricted Ports Restricted ports include `SMTP`, `IMAP`, and other **mailing** and **messaging**-related ports. ### Port Unblocking Process To request a port unblock, contact us at [**compliance@decodo.com**](mailto:compliance@decodo.com) and provide the following information: * The **port** that needs to be unblocked. * Describe the **use case** with that port – **be as specific as possible**. * Provide the **target** that you’ll access using the mentioned port. For added security, particularly for requests involving sensitive or high-risk ports, we’ll require the user to provide **company details** or complete ID verification to complete the unblocking request. Please note that certain ports, such as those categorized as restricted, cannot be unblocked. Although the specific ports aren't mentioned in this article, your request to unblock them may be denied. *** # Quick Start Source: https://help.decodo.com/docs/residential-proxy-quick-start Set up Decodo residential proxies via gate.decodo.com:7000. Code examples in cURL, Python, Node.js, PHP, Go, and Java. Auth and location targeting included. ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from the Decodo IP pool. * [Residential proxies](https://decodo.com/proxies/residential-proxies) use the following endpoint and port for random requests: ```text theme={null} gate.decodo.com:7000 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U 'USERNAME:PASSWORD' -x gate.decodo.com:7000 https://ip.decodo.com/ ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'username' password = 'password' proxy = f"http://{username}:{password}@gate.decodo.com:7000" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@gate.decodo.com:7000'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ### Control Your Connection * You can make this more specific by changing the endpoints and ports or by adding parameters to control the IP selection. * Keep reading for a step-by-step walkthrough on specifying and generating more examples, or check out our [**Location**](https://help.decodo.com/docs/residential-proxy-endpoints-and-ports/) and [**Advanced Parameters**](https://help.decodo.com/docs/residential-proxy-advanced-parameters/) articles for an even more in-depth look. *** ## Authentication 1. First, navigate to the [**Residential → Proxy setup**](https://dashboard.decodo.com/residential-proxies/proxy-setup) page on your dashboard and look for the Authentication section. * You’ll see that your first proxy user and password are created automatically. 2. Next, select your proxy **authentication method**. * This can be either your **whitelisted IP** address or one of your **proxy users**. ### Additional Authentication Options 1. You may **copy** your password by clicking on it 2. To see the password, click the **eye** icon. 3. You can generate a new password by clicking on the **arrow icon** and choosing **Confirm**. 4. Here, you can also see the **used traffic** and **add a traffic limit** per proxy user, or check the used traffic sum of your whitelisted IPs. * You can further manage your credentials in the **Authentication** tab. For more details, check out the [**Authentication Methods**](https://help.decodo.com/docs/residential-proxy-authentication-methods) article. ## Proxy Setup In the Residential Proxy Setup section of your dashboard, selecting various parameters will generate examples you can easily copy into your applications, tools, or code. 1. On the [**Residential → Residential → Proxy setup**](https://dashboard.decodo.com/residential-proxies/proxy-setup) page, find the parameter selection section below your authentication methods. Group427323311 ### Location 2. First, select the [**Location**](https://help.decodo.com/docs/residential-proxy-endpoints-and-ports) of your proxy. ### `Zip Code` Targeting * Available only when the **`USA`** `country` is selected; `Continent`, `State` or `City` options are unsupported. ### `ASN` Targeting * You can specify the `ASN` once you select a **Country**. * You must choose between **city**, **state**, **continent**, or **`Zip Code`** targeting and **`ASN`** targeting, as they can’t be used simultaneously. * Find out more [**here**](https://help.decodo.com/docs/residential-proxy-user-pass-requests#asn-targeting). ### Session Type 3. Afterward, select your preferred [**Session Type**](https://help.decodo.com/docs/residential-proxy-session-types): **Rotating** or **Sticky**. ### Sticky Sessions * Using a sticky session, your IP will stay the same until the session expires. ⚠️ However, the longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. * Sessions of up to **24 hours** can be selected or specified from the drop-down menu in the dashboard for both **`user:pass`** and **`Whitelisted IP`** authentication methods. * However, the **Whitelisted IP** [**session control option**](https://help.decodo.com/docs/residential-proxy-whitelisted-ip-requests#sticky-session) is supported only by the `HTTPS` protocol. ### Protocol 4. Finally, choose the [**Protocol**](https://help.decodo.com/docs/residential-proxy-protocols) format. `Endpoint:port`, `HTTP`, `HTTPS`, and `SOCKS5` options are available. ### `SOCKS5` Country Endpoint and Tool Support * `SOCKS5` [**requires advanced parameters**](https://help.decodo.com/docs/residential-proxy-protocols#socks5) to target **specific locations**. * To get a sticky `SOCKS5` proxy in a **tool**, you must use a `session` parameter, otherwise, the proxy will always rotate even with a `sessionduration` parameter. ## Proxy List Examples Once you're done setting up in the Proxy Setup section, you will see a **proxy list** of generated endpoints and ports based on your selection. 1. Simply **copy** it to your clipboard, or **download** a `.csv` or `.txt` file of the created proxy list. 2. Alternatively, **copy** single elements of the generated parameters, such as the **Proxy Address**, **Port**, **Username**, and **Password**, or copy the entire example string. ### Endpoint List Control 1. You can set the **number** of generated endpoints. 2. As well as how many of them you would like to display **per page** (`10`, `25`, `50`, or `100`). 3. Hide your password by clicking on the **eye** icon. This will not affect the copy & paste function. 4. Click **Switch view** at the top right under **Layout** to display the entire parameter string. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** generated based on your previous selection at the bottom of your Proxy Setup dashboard allow you to quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. You can select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or`GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use a dedicated Decodo tool — the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) and [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware,** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track residential proxy usage, navigate to the [**Residential → Residential → Usage statistics**](https://dashboard.decodo.com/residential-proxies/statistics) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by **Location**, **User**, **Target**, **Protocol**, and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. ### Top Targets, Countries, and Users * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: Target, Traffic, Download, Upload, Requests, Spend (The total cost associated with the traffic). * **Top Countries**: Country, Traffic, Download, Upload, Requests, Spend. * **Top Users**: User, Traffic, Download, Upload, Requests, Spend. [**Here**](https://help.decodo.com/docs/residential-proxy-statistics) you can find a more comprehensive look at the **Residential Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7.** *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Restricted Targets Source: https://help.decodo.com/docs/residential-proxy-restricted-targets Residential Proxy Restricted Targets ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These categories can be unblocked after ID verification with rotating [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ### Learn More About ID Verification for Residential Proxies Read our [**Accessing Target Groups After ID Verification**](https://help.decodo.com/docs/accessing-target-groups-after-id-verification) article. ### Unblocking process If you have issues accessing a specific target, first check if it falls into one of the categories mentioned in the article above. If the target doesn't belong in the categories marked with `*`, you can submit a request to unblock it. Otherwise, you can simply proceed with the ID verification to unblock the websites belonging to the `*` categories. To submit a request to unblock a target website, contact our customer support team at [**support@decodo.com**](mailto:support@decodo.com) or via LiveChat and provide the following information: * The website **URL** that you wish to unblock. * Describe the **use case** with that website – **be as specific as possible**. * Approximate the **traffic** (in GB) that will be consumed on the target website with the proxies. * Share any of your **company** information. In some cases, ID verification may be required to grant access to specific targets. Once a ticket is registered for your request, our compliance team will review it, and you'll receive an email confirming whether your access request has been approved or declined. Google targets are accessible with [rotating residential proxies](https://decodo.com/proxies/residential-proxies) with 3GB, 10GB, 25GB, 50GB, 100GB plans and Pay As You Go, and [mobile proxies](https://decodo.com/proxies/mobile) with 2GB, 8GB, 25GB, 50GB, 100GB plans and Pay As You Go. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Types Source: https://help.decodo.com/docs/residential-proxy-session-types Decodo residential proxy sticky and rotating sessions explained. Sticky sessions hold an IP for a set duration; rotating sessions assign a new IP per request. ## Sticky Port To select a sticky **Session type**, navigate to the [**Proxy setup**](https://dashboard.decodo.com/residential-proxies/proxy-setup) section and use the drop-down menu. Once you establish the first connection with a sticky port, the IP address will remain the same for the specified duration, regardless of the number of requests made. The **residential** endpoint has four options in the dashboard drop-down menu: **1**, **10**, **30**, or **60** minutes. You can also manually specify a custom duration of up to **24 hours**. * You can change the **port** or the **session ID** to rotate the IP prematurely. ### Custom Sticky Session You can manually set a custom sticky session duration with any **integer** value between **1** and **1440** by using the `sessionduration` parameter. You can find out more on the [**Custom Sticky Sessions**](https://help.decodo.com/docs/residential-proxy-custom-sticky-sessions#/) page. ### Premature Rotation The longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. *** ## Rotating Port To select a rotating **Session type**, navigate to the [**Proxy Setup**](https://dashboard.decodo.com/residential-proxies/proxy-setup) section and use the drop-down menu. If you select the **Rotating** port, the endpoint will rotate the IP on every proxy request. * A new proxy IP is assigned every time you load the same page or a different one. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/residential-proxy-statistics Residential Proxy Traffic Usage Statistics Residential proxy traffic usage details can be found on your dashboard statistics page. Simply navigate to the Residential proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/residential-proxies/statistics?) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by **Location**, Proxy **User**, **Target**, or **Protocol**. 2. You can also group the data by **hour**, **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`. The next two columns describe the number of **Requests** and **Spend**. **Spend** is the cost in USD that's equivalent to the traffic used. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are three additional data tables: **Top targets**, **Top countries**, and **Top users**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, **Requests**, and **Spend** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, **Requests**, and **Spend** columns as well. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the data to your clipboard. At the moment, statistics data based on other proxy parameters, such as the city, US state, ASN, and ZIP code is not available with Residential proxies. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, **Requests**, and **Spend** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`,.`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## API You can also retrieve the proxy traffic and usage details for free via the [**API**](https://help.decodo.com/api-reference/public-api-key-authentication). ### Get traffic The following `POST` endpoint will allow you to receive used traffic information: `https://api.decodo.com/api/v2/statistics/traffic` You can adjust the request parameters based on the traffic you desire to receive. To find the list of all request parameters, head over to the [**Get traffic**](https://help.decodo.com/api-reference/traffic/get-traffic) API documentation page. In the linked API documentation page, there are also request examples in various programming languages. To add, you can test the request by entering your API key in the **Authorization** field to the right after adjusting the **Body Params** section. Here is an example of a `cURL` request via the **Get traffic** endpoint. If you wish to try the request, make sure to replace `` in line 3. ```shellscript cURL theme={null} curl --request POST \ --url https://api.decodo.com/api/v2/statistics/traffic \ --header 'Authorization: ' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "proxyType": "residential_proxies", "startDate": "2026-01-01 00:00:00", "endDate": "2026-01-03 00:00:00", "groupBy": "day", "limit": 500, "page": 1, "sortBy": "grouping_key", "sortOrder": "asc" } ' ``` Here is the output from the previous request. ```json Response expandable theme={null} { "metadata": { "total_items": 12, "total_pages": 1, "current_page": 1, "sort_by": "grouping_key", "sort_order": "asc", "totals": { "total_rx": 156807236, "total_tx": 43852368, "total_rx_tx": 200659604, "requests": 2363, "unsuccessful_requests": 0, "response_time": 0, "success_rate": 0 }, "limit": 100 }, "data": [ { "key": "2026-01-01 00:00:00", "rx_bytes": 8063533, "tx_bytes": 246389, "rx_tx_bytes": 8309922, "requests": 80 }, { "key": "2026-01-02 00:00:00", "rx_bytes": 144899450, "tx_bytes": 43572701, "rx_tx_bytes": 188472151, "requests": 2279 }, { "key": "2026-01-03 00:00:00", "rx_bytes": 3844253, "tx_bytes": 33278, "rx_tx_bytes": 3877531, "requests": 4 } ] } ``` ### Get targets The following `POST` endpoint will allow you to receive a list of target websites you've accessed with the proxies: `https://api.decodo.com/api/v2/statistics/targets` You can adjust the request parameters based on the targets you desire to receive. To find the list of all request parameters, head over to the [**Get targets**](https://help.decodo.com/api-reference/targets/get-targets) API documentation page. In the linked API documentation page, there are also request examples in various programming languages. To add, you can test the request by entering your API key in the **Authorization** field to the right after adjusting the **Body Params** section. Here is an example of a `cURL` request via the **Get targets** endpoint. If you wish to try the request, make sure to replace `` in line 3. ```shellscript cURL theme={null} curl --request POST \ --url https://api.decodo.com/api/v2/statistics/targets \ --header 'Authorization: ' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --data ' { "startDate": "2026-01-01 00:00:00", "endDate": "2026-01-26 00:00:00", "proxyType": "residential_proxies" } ' ``` Here is the output from the previous request. ```json Response expandable theme={null} { "metadata": { "total_items": 5, "total_pages": 1, "current_page": 1, "totals": { "total_rx": 0, "total_tx": 0, "total_rx_tx": 0, "requests": 0, "unsuccessful_requests": 0, "response_time": 0, "success_rate": 0 }, "limit": 0 }, "data": { "targets": [ "ads.mozilla.org", "detectportal.firefox.com", "filebin.net", "incoming.telemetry.mozilla.org", "ip.decodo.com" ] } } ``` *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/residential-proxy-user-pass-requests Residential Proxy Advanced Parameter Usage via User:Pass Authentication When using **backconnect**, make sure to always use the following endpoint: * Proxy server: `gate.decodo.com` * Proxy port: `7000` The `cURL` code will be shown in the examples below. You may try them out on your machine. *** ## `Username:Password` ### Username And Password Parameter To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return you an IP address from a random location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` **Rotating** IPs from Italy: ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` Example of a **rotating proxy** that returns IPs from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` While most cities use their full name (e.g. `city-new_york`). In some exceptional cases, the accepted value may be an abbreviated form. If a city target returns a 400 HTTP error code, reach out to our support team to confirm the correct value. *** ## State Targeting Adding the `state-us_xxxxx` to your username will allow for state targeting. Only US states are currently supported. An example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_new_york:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` **Rotating** IPs from California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-us_california:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## Continent Targeting Adding the `continent` parameter to your username will allow you to target IPs from a specific continent. An example of a **rotating proxy** that returns IPs from Europe: ```shellscript cURL theme={null} curl -U "user-username-continent-eu:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Continent Codes * Asia – `as` * Africa – `af` * Europe – `eu` * North America – `na` * Oceania – `oc` * South America – `sa` *** ## ASN Targeting Adding the `asn` parameter will allow you to target IPs from a specific carrier. * You must choose between `city` targeting and `asn `targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent`, `state` and `country` parameters. * An example of a proxy with the **AT\&T Mobility LLC** `asn` number with a rotating session: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` ### Carrier Numbers You can look up carrier numbers by searching online, for example [**here**](https://asnlookup.com/) . *** ## ZIP Targeting Adding the `zip` parameter will allow you to target IPs within a specific ZIP code area. * ZIP-level targeting is **only** possible with the **USA** country level, and it must be specified in order to use the `zip` parameter. * A maximum of 5 symbols is allowed with the `zip` parameter. * An example of a rotating proxy with a `zip` code located in **New York City**: ```shellscript cURL theme={null} curl -U "user-username-country-us-zip-10001:password" -x "gate.decodo.com:7000" "https://ip.decodo.com/json" ``` *** ## Sticky Session The examples above have been performed using a rotating session, so you'll get a new IP address with each request. Adding the `session` variable to the username will allow the IP address to persist for multiple requests. An example of a **Sticky** session that returns IP addresses from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us-session-randomstring123:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` Since this proxy is **Sticky**, the same IP address will be returned if you run the command again, as there is still an active session with that IP address. The **default** session duration is **10 minutes**. The IP address will automatically rotate after that. There must be a way to differentiate between each session that is assigned to the user since it's possible to have multiple active sticky sessions at once. ### Session Values The value – `randomstring123` is used in the example above. Any alphanumeric text/string could be used, depending on your preference. All of these would be viable: `session-random123`, `session-1`, `session-abcdef`, `session-2`, etc. Different session parameter values are used to differentiate between active sessions and behave just like the different **sticky proxy** ports with our country endpoints. For example, if you run the command above with the session variable `randomstring123`, you will see that the same proxy IP persists even if you adjust other parameters, such as the country, city, etc. That means if you require changing the location or rotating the proxy IP sooner, the session parameter must be changed as well. Otherwise, the IP address will not rotate. ### Maintaining Sessions With Ports Alternatively, you can use ports instead of the `session` parameter. E.g.: * `user-username-country-us-sessionduration-60:[email protected]:10001`; * `user-username-country-us-sessionduration-60:[email protected]:10002`; * `user-username-country-us-sessionduration-60:[email protected]:10003`. The available port range is `10001`-`49999`. *** ## Session Duration Adding `sessionduration-x` to the username will allow the session to persist for up to **24 hours**. ### Session Length Any integer between **1** and **1440** is accepted. For example: `sessionduration-1` `sessionduration-10` `sessionduration-600` ### Premature Rotation The longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. An example of the proxy with a **sticky** IP from Chicago that will persist for up to 90 minutes: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-chicago-session-example1-sessionduration-90:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` An example of the proxy with a **sticky** IP from Casablanca that will persist for up to 1 minute: ```shellscript cURL theme={null} curl -U "user-username-country-ma-city-casablanca-session-example2-sessionduration-1:password" -x "gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Note We cannot guarantee IP availability when using **backconnect**, especially if smaller countries or cities are targeted. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Whitelisted IP Requests Source: https://help.decodo.com/docs/residential-proxy-whitelisted-ip-requests Residential Proxy Advanced Parameter Usage via Whitelisted IP Authentication To authenticate your proxy connection, you can use a Whitelisted IP instead of a username and password. To do this, you'll need to specify all of the proxy parameters directly in the **endpoint**. Learn how to add a Whitelisted IP [**here**](https://help.decodo.com/docs/residential-proxy-authentication-methods#whitelisted-ip-authentication). ### Whitelisted IP Authentication Limitations * **Whitelisted IP** authentication only supports `HTTPS` requests. * `IPv6` IP addresses are currently unsupported for Whitelisted IP authentication. Please use IPs that are in `IPv4` format (`xx.xx.xx.xx`). *** ## Country Targeting If IPs from a specific country are needed, then modify the **endpoint** to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -x "https://country-us.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` **Rotating** IPs from Italy: ```shellscript cURL theme={null} curl -x "https://country-it.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` *** ## City Targeting Add a `city-xxxx` parameter to the endpoint to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -x "https://country-us-city-new_york.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` Example of a **rotating proxy** that returns IPs from Rome: ```shellscript cURL theme={null} curl -x "https://country-it-city-rome.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` *** ## State Targeting Adding the `state-us_xxxxx` to your endpoint will allow for state targeting. Only US states are currently supported. An example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -x "https://country-us-state-us_new_york.gate.decodo.com:7000" "ip.decodo.com/json" ``` **Rotating** IPs from California: ```shellscript cURL theme={null} curl -x "https://country-us-state-us_california.gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## Continent Targeting Adding the `continent` parameter to your endpoint will allow you to target IPs from a specific continent. An example of a **rotating proxy** that returns IPs from Europe: ```shellscript cURL theme={null} curl -x "https://continent-eu.gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Continent Codes * Asia – `as` * Africa – `af` * Europe – `eu` * North America – `na` * Oceania – `oc` * South America – `sa` *** ## ASN Targeting Adding the `asn` parameter will allow you to target IPs from a specific carrier. * You must choose between `city` targeting and `asn` targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent`, `state` and `country` parameters. * An example of a proxy with the **AT\&T Mobility LLC** `asn` number with a rotating session: ```shellscript cURL theme={null} curl -x "https://asn-20057.gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Carrier Numbers You can look up carrier numbers by searching online, for example [**here**](https://asnlookup.com/) . *** ## ZIP Targeting Adding the `zip` parameter will allow you to target IPs within a specific ZIP code area. * ZIP-level targeting is **only** possible with the **USA** country level, and it must be specified in order to use the `zip` parameter. * A maximum of 5 symbols is allowed with the `zip` parameter. * An example of a rotating proxy with a `zip` code located in **New York City**: ```shellscript cURL theme={null} curl -U "https://country-us-zip-10001.gate.decodo.com:7000" "ip.decodo.com/json" ``` *** ## Sticky Session The examples above have been performed using a rotating session, so you'll get a new IP address with each request. Adding the `session` variable to the endpoint will allow the IP address to persist for multiple requests. An example of a **Sticky** session that returns IP addresses from the US: ```shellscript cURL theme={null} curl -x "https://country-us-session-randomstring123.gate.decodo.com:7000" "https://ip.decodo.com/json" ``` Since this proxy is **Sticky**, the same IP address will be returned if you run the command again, as there is still an active session with that IP address. The **default** session duration is **10 minutes**. The IP address will automatically rotate after that. There must be a way to differentiate between each session that is assigned to the user, since it's possible to have multiple active sticky sessions at once. ### Session Values The value – `randomstring123` is used in the example above. Any alphanumeric text/string could be used, depending on your preference. All of these would be viable: `session-random123`, `session-1`, `session-abcdef`, `session-2`, etc. Different session parameter values are used to differentiate between active sessions and behave just like the different **sticky proxy** ports with our country endpoints. For example, if you run the command above with the session variable `randomstring123`, you will see that the same proxy IP persists even if you adjust other parameters, such as the country, city, etc. That means if you require changing the location or rotating the proxy IP sooner, the session parameter must be changed as well. Otherwise, the IP address will not rotate. ### Maintaining Sessions With Ports Alternatively, you can use ports instead of the `session` parameter. E.g.: * `country-us-sessionduration-60.gate.decodo.com:10001`; * `country-us-sessionduration-60.gate.decodo.com:10002`; * `country-us-sessionduration-60.gate.decodo.com:10003`. The available port range is `10001`-`49999`. *** ## Session Duration Adding `sessionduration-x` to the endpoint will allow the session to persist for up to **24 hours**. ### Session Length Any integer between **1** and **1440** is accepted. For example: `sessionduration-1` `sessionduration-10` `sessionduration-600` ### Premature Rotation The longer the session you have, the more chances there are that **the IP will rotate before** your specified time due to the residential device at the end going offline. *** An example of a **sticky** IP from Chicago that will persist for up to 90 minutes: ```shellscript cURL theme={null} curl -x "https://country-us-city-chicago-session-example1-sessionduration-90.gate.decodo.com:7000" "ip.decodo.com/json" ``` An example of a **sticky** IP from Casablanca that will persist for up to 1 minute: ```shellscript cURL theme={null} curl -x "https://country-ma-city-casablanca-session-example2-sessionduration-1.gate.decodo.com:7000" "ip.decodo.com/json" ``` ### Note We cannot guarantee IP availability when using **backconnect**, especially if smaller countries or cities are targeted. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/dedicated-datacenter-advanced-parameters Dedicated Datacenter Proxy Advanced Parameter Specification to Control Your Connection Decodo offers customizable proxy access through a single backconnect endpoint and port: `dc.decodo.com:10000`. To specify all proxy parameters in your request, you can use one method: [**Username and password**](https://help.decodo.com/docs/dedicated-datacenter-user-pass-requests). Backconnect parameters **are not** supported by **Dedicated Datacenter** proxies when authenticating via the **whitelisted IP** method. *** ## Available Parameters | Parameter | Example Value | Description | | --------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ip` | - | IP address. You can target an IP address from your purchased proxy IP list. | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. You can check most ISO country codes [**here**](https://www.iban.com/country-codes). | | `city` | `london` | City name. Adding this parameter allows you to specify the city of the IP address you want to use. Please use this parameter together with the `country` parameter. | | `state` | `california` | US state. Supports the **USA** location when you pick `us` as the country parameter. It will allow you to specify the US state of the IP you want to use. | | `asn` | `21769` | Target the ASN number of a specific carrier. You can look up carrier numbers by searching online, for example, [**here**](https://asnlookup.com/). | *** ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/dedicated-datacenter-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### ## Application support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication section. In the `password` field, you only need to enter the proxy user's password. More info is available in our [**User:pass Requests**](https://help.decodo.com/docs/isp-pay-per-gb-proxy-user-pass-requests) section. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the US) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, Italy) with a rotating session ```shellscript cURL theme={null} curl -U "user-username-country-it:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the London) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-gb-city-london:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get a specific IP (in this example, the IP remains unspecified) with a static session ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` When using any backconnect parameter, your username is also considered one of the parameters, therefore you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Fair Usage Policy Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-fair-usage-policy The Fair Usage Policy affects Dedicated Datacenter Proxies to maintain service consistency. Multiple threads represent the number of sessions available at the same time. * Each time you send a request through a proxy, it creates a session. * If you send multiple requests at the same time, you are running multiple concurrent sessions. Browsing webpages may generate multiple threads even with a single session to load various resources. ## Default Thread Limitations Your concurrent thread limit scales with the number of IPs on your subscription: * **Default limit**: `100` concurrent threads per IP, until the Fair Usage Policy (FUP) is reached. * **After FUP is reached**: `1` concurrent thread per IP, for the remainder of the subscription period. For example, a `200` IP subscription gets `20000` concurrent threads by default. Once FUP is triggered, that drops to `200` threads (`1` per IP) until the next subscription period starts. ### Thread Limits per Proxy User The amount of limited threads is distributed equally among all proxy users you have. For example, if you have `200` IPs (giving you `20000` concurrent threads) and have `4` proxy users – each proxy user will have a limit of `5000` concurrent threads. ## Fair Usage Policy Triggers To ensure fair use of services and maintain optimal performance for all customers, we apply the Fair Usage Policy (FUP) for Dedicated Datacenter proxies when **both** of the following conditions are met: 1. Traffic **per individual IP** exceeds **`100GB`**, AND 2. Total traffic usage for a subscription period exceeds **`10TB`**. ### How FUP Limitations Work Once your usage exceeds the traffic limits described above, we take measures to ensure fair usage across all users and reduce the number of concurrent sessions available for the remaining subscription period. **The dynamic threshold is calculated as`100GB` for every IP**. For example: 1. If you have purchased `200` IPs, the FUP threshold will be `20TB` (`100GB` times `200`). Once this limit of `20TB` is reached and the fair usage policy applied, concurrent sessions will be reduced from `20000` threads (`100` threads per IP) to `200` threads ( `1` thread per IP). 2. However, If you have purchased `10` IPs, the FUP limitations will only take affect if you exceed `10TB` of data usage. * The FUP limitations are reset after a new subscription period is started. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Accessing Your Dedicated Datacenter IP List Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-ip-list-management Dedicated Datacenter My IP List Management ### IP configuration options * If you'd like to understand how to replace your IP list, follow the **IP Replacement** article [**here**](https://help.decodo.com/docs/dedicated-datacenter-proxy-ip-replacement). * If you want to learn about your **IP retention** during subscription changes, go to the article [**here**](https://help.decodo.com/docs/dedicated-datacenter-proxy-ip-retention). ## My IP List By default, the dashboard shows the proxy endpoints list. That means you would have to **navigate** to the **My IP list** section on the dashboard to view your purchased IP list. 1. Via the dashboard left panel, click on **Datacenter** → [**Dedicated Datacenter**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup?tab=ips). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My IP list** section. In the **My IP list** section, you will find a list of your purchased IPs. 1. There are 3 columns: the **IP** address, the IP's **country** of origin, and its **ASN**. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the list of IPs to your clipboard. Keep in mind that some IPs listed may not have an associated ASN. ## My subnet list Similarly to the [**My IP list**](https://help.decodo.com/docs/dedicated-datacenter-proxy-ip-list-management#my-ip-list) access, you would have to **navigate** to the **My subnet list** section on the dashboard to view your purchased IP subnets list. 1. Via the dashboard left panel, click on **Datacenter** -> [**Dedicated Datacenter**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup?tab=subnets). 2. Now, you are in the **Proxy setup** page. Above the endpoint generator section, click on the **My subnet list** section. In the **My subnet list** section, you will find a list of subnets that your purchased IPs are part of. 1. There are 3 columns: the **subnet**, the **count** of your purchased IPs that belong in that subnet, and the subnet's **country** of origin. 2. You can filter the IP list by its **country** or search via **keywords**. 3. You can **copy** each of the table's values to your clipboard by clicking on them. 4. You can **export** the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the list of subnets to your clipboard. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Replacement Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-ip-replacement Dedicated Datacenter Self Service IP Replacement ## Replacing IPs You can repurchase **specific IPs** by navigating to the [**Datacenter → Dedicated Datacenter → Proxy setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup) page on your dashboard and looking for the **My IP list** tab. 1. Select the IPs you want to replace and click **Replace IPs**. 2. Select how you want to replace your IPs: * **Random** – select this option to change your IPs to different ones within the **same country**. * **Advanced** – allows you to specify the **Country** and the **ASN** for the replacement, if available. ### IP Replacement Conditions for Dedicated Datacenter Proxies ✅ IP Replacement is available with **active** and **recurring** subscriptions. * IP replacement costs `0.7 USD` per each IP. * The minimum number of IPs you can replace is `1`. * The maximum number of IPs you can replace at once is `1000`. ⚠️ Subscriptions purchased with **cryptocurrencies** do not support selective IP Replacement. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # IP Retention Logic Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-ip-retention Understand Your IP Retention Logic During Subscription Changes If you renew, upgrade, or downgrade your subscription, **your existing proxy IPs will remain the same**. ## On Renewal When you manually or automatically renew your subscription, your proxy IPs will remain the same, unless you've changed the location settings. ### Examples Before renewing, you can adjust the number of IPs or the location on the dashboard pricing page. These changes affect whether your IPs are retained. | Before renewal | Adjusted on pricing page | After renewal | | :-------------- | :----------------------------------------------------- | :------------------------------------ | | 100 US IPs | No changes made to IP quantity or location | Same 100 US IPs retained | | 50 `Random` IPs | No changes made to IP quantity or location | Same `Random` IPs retained | | 80 DE IPs | Changed location to US, no changes made to IP quantity | 80 DE IPs replaced with new 80 US IPs | ## On Upgrade When you upgrade your subscription, you will keep the old proxy IPs, and additional IPs will be added to your list, unless you change the location of your old IPs. ### Examples | Before upgrade | Upgrade to | Adjusted on pricing page | After upgrade | | :--------------------- | :--------- | :------------------------------------------------------------- | :------------------------------------------------------- | | 100 US IPs | 200 IPs | Kept 100 IPs in US slot, added 100 to DE slot | Same 100 US IPs + 100 new DE IPs | | 50 `Random` IPs | 100 IPs | Increased `Random` slot to 100 IPs | Same 50 `Random` IPs + 50 new `Random` IPs | | 15 IPs (10 US + 5 AU) | 20 IPs | Increased US slot to 12, AU slot to 8 IPs | Same 10 US + same 5 AU IPs + 2 new US IPs + 3 new AU IPs | | 80 IPs (50 US + 30 DE) | 100 IPs | Changed all locations: 60 IPs to GB slot and 40 IPs to AU slot | All old IPs replaced with 60 new GB IPs + 40 new AU IPs | ## On Downgrade When you downgrade your subscription, IPs are removed from the end of the list. That means the earliest-assigned IPs will be retained, unless you change the location of your old IPs. ### Examples | Before downgrade | Downgrade to | Adjusted on pricing page | After downgrade | | :--------------------- | :----------- | :------------------------------------------------------------------------- | :------------------------------------------------------------------------------ | | 100 US IPs | 50 IPs | Decreased US slot to 50 IPs | First 50 US IPs retained, last 50 US IPs removed | | 50 `Random` IPs | 10 IPs | Decreased `Random` slot to 10 IPs | First 10 `Random` IPs retained, last 40 `Random` IPs removed | | 20 IPs (10 US + 10 AU) | 5 IPs | Decreased US slot to 3, decreased AU slot to 0, and increased GB slot to 2 | First 3 US IPs retained + new 2 GB IPs, last 7 US IPs and all 10 AU IPs removed | | 60 IPs (40 GB + 20 DE) | 30 IPs | Changed all locations: 20 IPs to US slot and 10 IPs to AU slot | All old IPs replaced with 20 new US IPs + 10 new AU IPs | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Protocols Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-protocols Dedicated Datacenter Proxy Support for HTTP, HTTPS, and SOCKS5 Formats ## HTTP Here is a `cURL` example for the `HTTP` protocol: ```shellscript cURL theme={null} curl -x "http://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ## HTTPS Using this protocol will **encrypt** your connection. Here is a `cURL` example for the `HTTPS` protocol: ```shellscript cURL theme={null} curl -x "https://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` ## SOCKS5 Both `UDP` and `TCP` connections are supported via `SOCKS5` with the Dedicated ISP proxies. Here is a `cURL` example for the `SOCKS5` protocol: ```shellscript cURL theme={null} curl -x "socks5h://username:password@dc.decodo.com:10001" "https://ip.decodo.com/json" ``` The letter `h` in `socks5h://` means that the hostname will be resolved on the proxy side, and not locally. *** ## Ports Easily understand which ports you can access when using our proxies, including details on the default accessible ports and restrictions. ### Accessible Ports With the **Datacenter proxies**, only the following ports are accessible: * `80` * `443` * `563` * `8443` * `43` ### Restricted Ports Restricted ports include **`SMTP`**, **`IMAP`**, and other **mailing** and **messaging** related ports. Please note that currently, restricted ports and any others not mentioned in the Accessible Ports list cannot be unblocked for **Datacenter proxies**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Restricted Targets Source: https://help.decodo.com/docs/dedicated-datacenter-proxy-restricted-targets Dedicated Datacenter Proxy Restricted Targets ## Restricted website categories All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ##### Unblocking blocked websites is **not** possible with Dedicated Datacenter proxies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/dedicated-datacenter-statistics Dedicated Datacenter Proxy Traffic Usage Statistics Dedicated Datacenter proxy traffic usage details can be found on your dashboard statistics page. Simply navigate to the Dedicated Datacenter proxy page via the dashboard left panel and click on the [**Usage statistics**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/statistics?) section. If you're interested in learning how traffic is counted, head over to [**Traffic usage**](https://help.decodo.com/docs/proxy-traffic). *** ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by proxy **User** and **Target**. 2. You can also group the data by **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`, and **Requests**. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are four additional data tables: **Top targets**, **Top countries**, **Top users**, and **Top IPs**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **Country**, **Traffic**, and **Requests**. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top users In the **Top users** table, you can see the used traffic of your proxy users and whitelisted IPs, sorted from highest to lowest. The proxy traffic generated when **authenticating** via the **whitelisted IP** method is **aggregated**. That means sorting used traffic by different whitelisted IPs is not possible. 1. You can find the **User**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ### Top IPs In the **Top IPs** table, you can see the proxy IPs you have targeted, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **IP**, **Traffic** and **Requests** columns. 2. To view the full IP list, click on the **All IPs list** button located at the top right corner of the table. * There, you can search the entire list by keywords 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # User:pass Requests Source: https://help.decodo.com/docs/dedicated-datacenter-user-pass-requests Dedicated Datacenter Proxy Advanced Parameter Usage via User:Pass Authentication When using **backconnect**, the endpoint proxy **server** remains the same: `dc.decodo.com` For **static** connection sessions, the proxy **port** is any number within the following range: `10001`-`63000` If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs. For **rotating** connection sessions, the proxy **port** is: `10000` The `cURL` code will be shown in the examples below. You may try them out on your machine. ### City, State and ASN parameter * The client must have purchased certain country's IPs to be able to target its cities or ASN. * The user must choose between city targeting, state targeting and ASN targeting, as they can’t be used simultaneously. *** ## `Username:Password` ### Username And Password Parameter To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username. An example of a **rotating proxy** using a proxy username and password to return you an IP address from a random (with Dedicated DC proxies, the **only** available location is the **US**) location: ```shellscript cURL theme={null} curl -U "user-username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**. You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output. *** ## Direct IP Targeting It's possible to target specific IP addresses from the proxy IP list you've purchased. To find your proxy IPs, navigate to the [**Datacenter → Dedicated Datacenter → Proxy setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup) dashboard page. Then, click on the **My IP list** tab. In the table below, you will find the **IP addresses** you've purchased, their **country** of origin, and the **ASN**. Keep in mind, some IPs listed may not have an associated ASN. If you wish to generate an **endpoint list**, which you can then export, or a **request example** with a specific IP address, in the same **Proxy setup** page, click on the **Direct IP** field and in the dropdown menu, and check your preferred proxy IP address. There, you can select all IPs or use the search bar to find a specific IP. Example of a **static proxy** that returns a **specific IP address**. The proxy IP remains unspecified. ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## Country Targeting If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes). To find the countries of the IPs, head over to the [**Datacenter → Dedicated Datacenter→ Proxy setup**](https://dashboard.decodo.com/dedicated-dc-ip-proxies/proxy-setup) dashboard page. Click on the **Location** field, and in the dropdown menu, feel free to select the country. Example of a **rotating proxy** that returns IPs from the US: ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## City Targeting Add a `city-xxxx` parameter to the username to specify a city within a country. It's used in conjunction with the `country` parameter and is not standalone. If the city name consists of multiple words, then use underscores. Example of a **rotating proxy** that returns IPs from New York City: ```shellscript cURL theme={null} curl -U "user-username-country-us-city-new_york:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Example of a **rotating proxy** that returns IPs from Rome: ```shellscript cURL theme={null} curl -U "user-username-country-it-city-rome:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## State Targeting Adding the `state-xxxxx` to your username will allow for state targeting. Only US states are currently supported. An example of a **rotating proxy** that returns IPs from the state of New York: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-new_york:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` **Rotating** IPs from California: ```shellscript cURL theme={null} curl -U "user-username-country-us-state-california:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` *** ## ASN Targeting Adding the `asn` parameter will allow you to target IPs from a specific carrier. * You must choose between `city`, `state` targeting and `asn `targeting, as they can’t be used simultaneously. * The same logic would apply to the `continent` and `country` parameters. * An example of a proxy with the **AT\&T Mobility LLC** `asn` number with a rotating session: ```shellscript cURL theme={null} curl -U "user-username-asn-20057:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Advanced Parameters Source: https://help.decodo.com/docs/free-proxy-advanced-parameters Free Proxies Advanced Parameter Specification to Control Your Connection The simplest way to control your connection is by **port**: each of your 10 IPs has a dedicated port, `dc.decodo.com:10001` through `10010`. Connect to a port to use that IP. For request-level control, Decodo also offers a backconnect endpoint that accepts parameters passed in the username field. To specify proxy parameters in your request, use the **Username and password** authentication method. *** ## Available Parameters | Parameter | Example Value | Description | | --------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | | `ip` | - | IP address. You can target an IP address from your free proxy IP list. | | `country` | `us` | Country code. Please provide it in a two-symbol ISO format. Free Proxy IPs are located in the **USA**, so `us` is the only available value. | *** ## Application Support ### User:pass method The backconnect entry node can also be used in various applications. In such a case, you will need to pass every parameter for your session alongside the username in the **username** field like this: `user-username-country-country_code` In the example above, `username` represents your proxy username, which you would need to get from the authentication field. In the `password` field, you only need to enter the proxy user’s password. *** ## cURL Examples To use these commands, just replace `username` and `password` with your proxy user credentials and run them in your Terminal or Command Prompt. ##### Get an IP from a random location (with Free Proxies, the **only** available location is the **US**) with a rotating session ```shellscript cURL theme={null} curl -U "username:password" -x "dc.decodo.com:10000" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get an IP from a specific location (in this example, the US) with a static session ```shellscript cURL theme={null} curl -U "user-username-country-us:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ##### Get a specific IP (in this example, the IP remains unspecified) with a static session ```shellscript cURL theme={null} curl -U "user-username-ip-x.x.x.x:password" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` When using any backconnect parameter, your username is also considered one of the parameters, therefore you need to add `user-` prefix before specifying your username, just like with all other parameters. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Authentication Methods Source: https://help.decodo.com/docs/free-proxy-authentication-methods Free Proxies Authentication We support Free Proxies authentication via username and password. IP-based whitelisting is not supported. ## User:pass Authentication ### Your Proxy User * Free Proxies come with a **single** proxy user that is created automatically on activation. * You **cannot** purchase and add proxy users or set per-user traffic limits. Group 427323702 (1) ### Password Generation * Change your proxy user's password by clicking the **arrow** (**Generate password**) icon and choosing **Confirm**. * Click the **eye** icon to reveal or hide the password. * Copy the username and password by clicking on them. Group 427323703 ### Traffic Limit * Your plan has a fixed **1 GB per month** traffic limit that applies to your proxy user. * You **cannot** add, edit, or purchase extra traffic. Group 427323707 ### 407 Error / Proxy Authentication Required If you cannot authenticate with proxy user credentials, then try generating a new password ## Whitelisted IP Authentication IP-based whitelisting is **not supported** for Free Proxies. Authenticate using your `username:password` proxy credentials. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Limitations Source: https://help.decodo.com/docs/free-proxy-limitations Free Proxies Limitations Free Proxies are designed for testing and evaluating the Decodo proxy service. The plan is free of charge and comes with the following limits. *** ## Plan Limits | Feature | Limit | | -------------------------------- | -------------------------------------------------------- | | Price | \$0 | | Monthly traffic | **1 GB** (resets monthly) | | Validity | Indefinite (no expiration) | | IPs | **10 fixed IPs**, **US only** | | Proxy users | 1 | | Protocols | HTTP / HTTPS / SOCKS5 | | Authentication | User:pass **only**, IP whitelisting is **not** available | | Concurrent connections (threads) | **100** | | Powered by | Shared Datacenter infrastructure | *** ## Traffic Limit * Free Proxies include **1 GB of traffic per month**. * The limit **resets every month based on your activation date** - your renewal date depends on the day you activated the product. * You **cannot purchase extra traffic**. ### When the traffic limit is reached Requests return a `407 `**error**. You can no longer route traffic through your Free Proxies until the next monthly reset. To keep going without waiting, consider upgrading to one of our paid proxy products. *** ## Thread Limit Free Proxies allow up to **100 concurrent connections** (threads). ### When the thread limit is reached Requests return a **`429` error**. Reduce the number of simultaneous connections and retry. Browsing webpages may generate multiple threads even with a single session to load various resources. *** ## IP Limitations * Your plan provides a fixed list of **10 IP addresses**, located in the **US**. * These IPs **do not rotate** and remain assigned to you indefinitely. * IPs **cannot be replaced or refreshed**. *** ## Product Limitations With Free Proxies, the following actions are **not available**: * Adding, purchasing, or renaming proxy users. * Setting per-user traffic limits. * Whitelisting IPs. * Purchasing extra traffic. * Replacing or refreshing IPs. * Choosing a location (IPs are US-only). * Cancelling the subscription (Free Proxies remain available on your account indefinitely). **Free Proxies are fully separate from paid products and can co-exist with any paid subscription you have.** Ready for more? Explore our [**Datacenter**](https://dashboard.decodo.com/datacenter/pricing), [**Residential**](https://dashboard.decodo.com/residential-proxies/pricing), and other proxy products. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/free-proxy-quick-start Free Proxies Quick Start Free Proxies must be **activated** before you can use them. Activation requires a **registered** account with a **verified email address**. 1. Navigate to the [**Free Proxies**](https://dashboard.decodo.com/free-proxies/proxy-setup) section on your dashboard. Group 427323701 2. Click **Try free proxies**. Group 427323708 Once activated, your free monthly subscription and proxy user are created automatically, and your **10 IP list** is assigned. ### Decodo Proxies Use Endpoints * Endpoints are like gateways to IP pools. * When you connect to an endpoint, your traffic is **automatically** routed through a random IP address from the Decodo IP pool. * Free Proxies use the following endpoint: ```text theme={null} dc.decodo.com:10001 ``` * Here are a few basic request examples in various programming languages: ```shellscript cURL theme={null} curl -U "USERNAME:PASSWORD" -x "dc.decodo.com:10001" "https://ip.decodo.com/json?provider=IPinfo" ``` ```python Python theme={null} import requests url = 'https://ip.decodo.com/json' username = 'USERNAME' password = 'PASSWORD' proxy = f"http://{username}:{password}@dc.decodo.com:10001" result = requests.get(url, proxies = { 'http': proxy, 'https': proxy }) print(result.text) ``` ```javascript Node theme={null} const axios = require('axios'); const { HttpsProxyAgent } = require('https-proxy-agent'); const url = 'https://ip.decodo.com/json'; const proxyAgent = new HttpsProxyAgent( 'http://username:password@dc.decodo.com:10001'); axios .get(url, { httpsAgent: proxyAgent, }) .then((response) => { console.log(response.data); }); ``` ```php PHP theme={null} ``` ```go Go theme={null} package main import ( "log" "net/http" "net/url" ) func main() { proxyUrl, err := url.Parse("http://username:password@dc.decodo.com:10001") if err != nil { log.Fatalln(err) } client := &http.Client{ Transport: &http.Transport{Proxy: http.ProxyURL(proxyUrl)}, } req, err := http.NewRequest("GET", "https://ip.decodo.com/json", nil) if err != nil { log.Println(err) } res, err := client.Do(req) log.Println(res) if err != nil { log.Println(err) } } ``` ```java Java theme={null} import java.net.*; import java.io.*; import java.util.Scanner; public class ProxyTest { public static void main(String[] args) throws Exception { InetSocketAddress proxyAddress = new InetSocketAddress("dc.decodo.com", 10001); // Set proxy IP/port. Proxy proxy = new Proxy(Proxy.Type.HTTP, proxyAddress); URL url = new URI("https://ip.decodo.com/").toURL(); //enter target URL Authenticator authenticator = new Authenticator() { public PasswordAuthentication getPasswordAuthentication() { return (new PasswordAuthentication("username","password".toCharArray())); //enter credentials } }; Authenticator.setDefault(authenticator); URLConnection urlConnection = url.openConnection(proxy); //Scanner to view output Scanner scanner = new Scanner(urlConnection.getInputStream()); System.out.println(scanner.nextLine()); scanner.close(); } } ``` ### Control Your Connection * Each IP has its own port, so switching IPs is as simple as switching ports. * You can also make requests more specific by adding a `country` parameter. Free Proxy IPs are located in the **USA**. * Keep reading for a step-by-step walkthrough, or check out the [**Advanced Parameters**](https://help.decodo.com/docs/free-proxy-advanced-parameters) article for an in-depth look. ## Authentication Free Proxies support **username and password** authentication **only**. IP whitelisting is not available. 1. Navigate to the [**Free Proxies → Proxy setup**](https://dashboard.decodo.com/free-proxies/proxy-setup) page on your dashboard and look for the proxy authentication and password fields. * You’ll see that your proxy user and password are created automatically. Group 427323702 ### Additional Authentication Options 1. You may **copy** your password by clicking on it. 2. To see the password, click the **eye** icon. 3. You can generate a new password by clicking the **arrow icon** and choosing **Confirm**. 4. Here, you can also see your **used traffic** against your monthly limit. * For more details, check out the [Authentication Methods](https://help.decodo.com/docs/free-proxy-authentication-methods) article. Group 427323703 ## Proxy setup Everything for Free Proxies lives on a single dashboard page. Below your authentication details, you'll find your ready-to-use **proxy list**: your 10 assigned IPs, each with its host, port, username, and password. **Datacenter proxies (Pay per IP) power your Free Proxies**, which means you get the same reliable infrastructure as our paid Datacenter product on a free plan. 1. **Copy** any single element - **IP address**, **Proxy address**, **Port**, **Username**, or **Password** - by clicking it, or copy the whole row. 2. **Download** the full list as a `.csv` or `.txt` file using the download icon below the table. Group 427323704 ### Location * Free Proxy IPs are located in the **USA** only, so there is **no location selector**. * If you pass the `country` parameter in your request, it is honored - Free Proxy IPs resolve to `us`. See the [**Advanced Parameters**](https://help.decodo.com/docs/free-proxy-advanced-parameters) article for backconnect proxy examples. ### IPs & Ports * Your plan provides **10 fixed IPs** that **do not rotate**. The same 10 IPs remain assigned to you indefinitely. * Each IP is reachable on its own dedicated port, `10001` through `10010`. To target a specific IP, connect to its port. * If you prefer to rotate on every request within the 10 IP list, use the rotating port `10000`. ### Protocol * Free Proxies work over **HTTP** by default. * **HTTPS** and **SOCKS5** also work at the request level, though you would have to specify the protocol explicitly in the tool you're using to connect with the proxies. ## Code Examples It's important to confirm your proxy is operational before using it in your projects. The **code examples** at the bottom of your Proxy Setup dashboard let you quickly test whether your proxy is connecting correctly and displaying your new IP address. 1. Select any of the available languages: `cURL`, `Python`, `NodeJS`, `PHP`, or `GO`. 2. Copy the pre-configured code example by clicking **Copy** in the bottom right corner. 3. Paste and run the code in your environment. 4. The response will show the proxy IP address and location information, confirming your proxy is working properly. * If you see the proxy's IP address (not your actual IP) in the response, congratulations! Your proxy is successfully configured and ready to use. Group 427323705 (1) ## Integration Guides Once you generate the endpoints and ports, you can apply them to any application or tool to start using proxies instantly. ### Decodo Tools * Alternatively, you can use a dedicated Decodo tool — the **Decodo Extension** for [**Chrome**](https://help.decodo.com/docs/decodo-chrome-extension#/) and [**Firefox**](https://help.decodo.com/docs/decodo-firefox-extension#/). ### Integration Guides * Check out the most popular 3rd party tool guides in the [**Integrations overview**](https://help.decodo.com/docs/proxy-integrations-overview) section. ### GitHub * For any **advanced code samples** and **middleware,** please visit our [**GitHub**](https://github.com/decodo/decodo) page. ## Statistics To track Free Proxies usage, navigate to the [**Free Proxies → Usage statistics**](https://dashboard.decodo.com/free-proxies/statistics?) section. 1. Here, you can view a **Graph** of **traffic** or **request** usage sorted by **Target** and choose the **time period**. 2. Export **raw** or **table data** in `.CSV`, `.TXT`, or `.JSON` formats. * All dates are in `UTC`. Traffic history is limited to `180` days maximum. Group 427323706 (1) ### **Top Targets, Countries, Users, and IPs** * Below, you can see even more detailed information in dedicated sections: * **Top Targets**: No., Target, Traffic, Requests. * **Top Countries**: Country, Traffic, Requests. * **Top Users**: User, Traffic, Requests. * **Top IPs**: No., IP, Traffic, Requests. [**Here**](https://help.decodo.com/docs/free-proxy-statistics) you can find a more comprehensive look at the **Free Proxies Usage statistics** page. ## Troubleshooting If you are experiencing any issues, please refer to our [**troubleshooting**](https://help.decodo.com/docs/proxy-troubleshooting#/) section or contact our support team directly, which is available **24/7**. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Restricted Targets Source: https://help.decodo.com/docs/free-proxy-restricted-targets Free Proxies Restricted Targets All of our proxy types come with a default list of restricted websites that we apply to all our customers. ### Learn More About Restricted Sites Check out our [**Do you have any blocked sites?**](https://decodo.com/faq/general/do-you-have-any-blocked-sites) page. These restricted websites are: * Banking and other financial activities (anything related to financial institutions and cryptocurrency financing) * Government sites * Entertainment (e.g., Netflix) * Apple/Google stores * Ticketing * Gaming * Mailing `*` * Streaming `*` * Business `*` * Telecommunications `*`These Categories can be unblocked after ID verification **only** with [**Residential Proxy**](https://dashboard.decodo.com/residential-proxies/pricing) subscriptions. ##### Unblocking blocked websites is **not** possible with Free Proxies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/free-proxy-statistics Free Proxies Traffic Usage Statistics ## Statistics data line graph You will see a line graph, which displays your total **Traffic** or **Requests** sent with the proxies. Usage data is updated every 10 to 15 minutes. Statistics are provided in the UTC time zone. * In the **Traffic** line graph, the vertical axis shows the used traffic in `MB` and/or `GB`, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. * In the **Requests** line graph, the vertical axis shows the count of requests sent with the proxies, whereas the horizontal axis shows the time you grouped by. * You can hover over the data points in the line graph to see detailed usage for the selected time. 1. You can choose to sort the data by **Target**. 2. You can also group the data by **day**, **week**, or **month**. Traffic history is limited to a maximum of 180 days. *** ## Statistics data table Below the line graph, you can view the data table that summarizes the traffic used with the proxies. 1. You can find the **Date**, **Traffic Usage**, **Download**, and **Upload** traffic in `MB` or `GB`, and **Requests**. 2. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. Below are four additional data tables: **Top targets**, **Top countries**, **Top users**, and **Top IPs**. ### Top targets In the **Top targets** table, you can see the target domains, which you have accessed with the proxies, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **Target**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All targets list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. ### Top countries In the **Top countries** table, you can see the countries you have targeted with the proxies, sorted by total traffic consumption in descending order. With Free Proxies, the only country available for targeting is the US, so you will only see the US in the table. 1. You can find the **Country**, **Traffic**, and **Requests**. 2. To view the full target list, click on the **All countries list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. ### Top users In the **Top users** table, you can see the used traffic of your proxy users, sorted from highest to lowest. With Free Proxies, only **one** proxy user is available at a time. 1. You can find the **User**, **Traffic**, and **Requests** columns as well. 2. To view the full target list, click on the **All users list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. ### Top IPs In the **Top IPs** table, you can see the proxy IPs you have targeted, sorted by total traffic consumption in descending order. 1. You can find the **No.**, **IP**, **Traffic** and **Requests** columns. 2. To view the full IP list, click on the **All IPs list** button located at the top right corner of the table. * There, you can search the entire list by keywords. 3. You can export the table's data directly or export the raw data in the following file formats: `.CSV`, .`TXT`, or `.JSON`. You can also copy the data to your clipboard. *** ## Unrecognized Usage in Statistics ### Unfamiliar Target Websites If you see an unfamiliar target on your statistics page, keep in mind that it may be a **subdomain** of the websites you are targeting. This means the target website uses subdomains to organize separate sections of content or services. The dashboard **tracks** these **subdomains** as well. ### Unexpected Traffic Consumption * If you notice a higher traffic usage with the proxies, note that the traffic may have been consumed by **applications** running and updating in the **background** while you're using the proxies. * Additionally, **target** **websites** could have **changed** and introduced new **content**, which would impact the proxy traffic. * Generally, it's advised to generate a new **password** for your **proxy users periodically**. * Don't forget to **turn off** the **tool** or **program** you are using to run the proxies after you're done using them. Look at [**High traffic usage**](https://help.decodo.com/docs/high-traffic-usage) for a more detailed understanding of traffic discrepancies. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Locale Source: https://help.decodo.com/docs/site-unblocker-amazon-locale Site Unblocker Amazon Locale Parameter Some Amazon targets accept a `locale` parameter. The `locale` parameter is paired with the `domain` parameter. The following combinations are valid: | Domain | Locale | Interface language | | --------- | ------- | ------------------------------ | | `.ae` | `en_AE` | English (United Arab Emirates) | | `.ae` | `ar_AE` | Arabic (United Arab Emirates) | | `.ca` | `fr_CA` | French (Canada) | | `.ca` | `en_CA` | English (Canada) | | `.co.jp` | `ja_JP` | Japanese | | `.co.jp` | `en_US` | English (United States) | | `.co.jp` | `zh_CN` | Chinese | | `.co.uk` | `en_GB` | English (United Kingdom) | | `.com` | `en_US` | English (United States) | | `.com` | `es_US` | Spanish (United States) | | `.com` | `ar_AE` | Arabic (United Arab Emirates) | | `.com` | `de_US` | German (United States) | | `.com` | `he_IL` | Hebrew | | `.com` | `ko_KR` | Korean | | `.com` | `pt_BR` | Portuguese (Brazil) | | `.com` | `zh_CN` | Chinese | | `.com` | `zh_TW` | Taiwanese | | `.com.au` | `en_AU` | English (Australia) | | `.com.be` | `fr_BE` | French (Belgium) | | `.com.be` | `nl_BE` | Dutch (Belgium) | | `.com.be` | `en_GB` | English (United Kingdom) | | `.com.br` | `pt_BR` | Portuguese (Brazil) | | `.com.mx` | `es_MX` | Spanish (Mexico) | | `.com.tr` | `tr_TR` | Turkish | | `.de` | `de_DK` | Danish | | `.de` | `de_DE` | German | | `.de` | `en_GB` | English (United Kingdom) | | `.de` | `cs_CZ` | Czech | | `.de` | `nl_NL` | Dutch (Netherlands) | | `.de` | `pl_PL` | Polish | | `.de` | `tr_TR` | Turkish | | `.eg` | `ar_AE` | Arabic (United Arab Emirates) | | `.eg` | `en_AE` | English (United Arab Emirates) | | `.es` | `es_ES` | Spanish | | `.es` | `pt_PT` | Portuguese (Portugal) | | `.es` | `en_GB` | English (United Kingdom) | | `.fr` | `en_GB` | English (United Kingdom) | | `.fr` | `fr_FR` | French | | `.in` | `en_IN` | English (India) | | `.in` | `hi_IN` | Hindi (India) | | `.in` | `ta_IN` | Tamil (India) | | `.in` | `te_IN` | Telugu (India) | | `.in` | `kn_IN` | Kannada (India) | | `.in` | `ml_IN` | Malayalam (India) | | `.in` | `bn_IN` | Bengali (India) | | `.in` | `mr_IN` | Marathi (India) | | `.it` | `en_GB` | English (United Kingdom) | | `.it` | `it_IT` | Italian | | `.nl` | `nl_NL` | Dutch (Netherlands) | | `.nl` | `en_GB` | English (United Kingdom) | | `.sa` | `ar_AE` | Arabic (United Arab Emirates) | | `.sa` | `en_AE` | English (United Arab Emirates) | | `.se` | `sv_SE` | Swedish | | `.se` | `en_GB` | English (United Kingdom) | | `.sg` | `sg_EN` | English (Singapore) | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Custom Status Codes Source: https://help.decodo.com/docs/site-unblocker-custom-status-codes Site Unblocker Custom Status Codes A request is considered to be successful if it returns a status code in the `2xx` or `4xx` range. However, there are cases where websites may provide the necessary content along with a non-standard `HTTPS` status code. If any of your targets exhibit this behavior, you have the option to specify which status codes are acceptable and relevant to your needs ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Status-Code: 503, 501" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Status-Code': '503, 501' } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Status-Code': '503, 501' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Geo-location Source: https://help.decodo.com/docs/site-unblocker-geo-location Site Unblocker Geo-location You may specify your geolocation when making request to a particular website. The accepted geolocation values can be country, state, city or coordinates, and radius, but vary depending on your target URL. ## Google ### Country Pass the full country name just like with the [**Web Scraping API Geo Parameter Locations**](https://help.decodo.com/docs/web-scraping-api-localisation#geo-parameter-locations). ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Geo: Germany" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Geo': 'Germany' } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Geo': 'Germany' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ### City Pass `City, State, Country` or `State, Country` format (depending on the location) to the "X-SU-Geo" header, for example: `"X-SU-Geo: New York,New York,United States"`or `"X-SU-Geo: Berlin, Germany"` ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Geo: Berlin, Germany" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Geo': 'Berlin, Germany' } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Geo': 'Berlin, Germany' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ### State Pass `State, Country` format to the `"X-SU-Geo"` header, for example: `"X-SU-Geo: Arizona, United States"` ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Geo: Arizona, United States" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Geo': 'Arizona, United States' } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Geo': 'Arizona, United States' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ### Coordinates & Radius Pass latitude, longitude, and radius to the `"X-SU-Geo"` header, for example: `"X-SU-Geo: lat: 40.8448, lng: -73.8654, rad: 20000"`. The following example uses coordinates for The Bronx, New York City, USA ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Geo: lat: 40.8448, lng: -73.8654, rad: 20000" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Geo': 'lat: 40.8448, lng: -73.8654, rad: 20000' } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Geo': 'lat: 40.8448, lng: -73.8654, rad: 20000' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ## Amazon For most Amazon URLs, you can either send a zip/postcode or ISO-2 country code. The same rules and exceptions apply as with [**WEB Scraping API Amazon Geo Parameter**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter). ### Zip/postcode Localize results within the native country of the target marketplace, for example, when targeting `amazon.com` marketplace, you can pass a zipcode to the `"X-SU-Geo"` header, for example: `"X-SU-Geo: 10001"` header will have geolocation in New York ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://www.amazon.com/s?k=pikachu" \ -H "X-SU-Geo: 10001" ``` ```typescript Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Geo': '10001' } response = requests.request( 'GET', 'https://www.amazon.com/s?k=pikachu', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Geo': '10001' } const response = await fetch('https://www.amazon.com/s?k=pikachu', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ### ISO-2 country code To localize results to a place outside the native country of the target marketplace, you can use the ISO-2 country code, for example, to get geolocation - France, you could pass this value to the header: `"X-SU-Geo: FR"`. The same exceptions apply as with [**WEB Scraping API Amazon Geo Parameter**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter). When scraping Amazon targets from the `.com` domain, the success rate may be low when using a geolocation that's identical to the one associated with the domain. For instance, when targeting `amazon.com` and using `X-SU-Geo: US`, you will likely get errors. In order to work around this, use localized ZIP codes that are used within the target country, eg.: `X-SU-Geo: 10001`, which would target New York, US. The same suggestion applies for the following domains: `.ca`, `.co.uk`, `.com.mx`, `.de`, `.fr`, `.it`, `.es`, `.com.br`, `.in`, `.co.jp`, `.nl`, `.com.au`. ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://www.amazon.com/s?k=pikachu" \ -H "X-SU-Geo: FR" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Geo': 'FR' } response = requests.request( 'GET', 'https://www.amazon.com/s?k=pikachu', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Geo': 'FR' } const response = await fetch('https://www.amazon.com/s?k=pikachu', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ## All Other URLs ### Country Pass the full country name just like with the [**Web Scraping API Geo Parameter Locations**](https://help.decodo.com/docs/web-scraping-api-localisation#/geo-parameter-locations). ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Geo: Germany" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Geo': 'Germany' } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Geo:' 'Germany' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ## Header Parameter Geolocations can also be set through the authentication username. The following example sets a geolocation of `Germany`: ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "username-geo-Germany:password" "https://ip.decodo.com/" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Headers Source: https://help.decodo.com/docs/site-unblocker-headers Site Unblocker Headers ## Passing Headers Headers sent through Site Unblocker will be passed directly to the target website. ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.79 Safari/537.36" -H "X-Foo: Bar" \ ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'User-Agent':'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.79 Safari/537.36' 'X-Foo': 'Bar', } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.79 Safari/537.36' 'X-Foo': 'Bar', } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ### Exceptions The following headers are intercepted by Site Unblocker and are not forwarded to the target website by default: * `host` * `accept` * `connection` * `cache-control` If you wish to pass any of these headers to the target website, prefix the key of your header with `X-SU-Custom-`: ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H `X-SU-Custom-Host: spoofed.website.com:8080` -H "X-Foo: Bar" \ ``` ## Cookies The `Cookie` header does not require any prefix and can be passed directly: ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "Cookie: abc=4206969; def=1234567" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'Cookie': 'abc=4206969; def=1234567', 'X-SU-Force-Cookies: 1', } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'Cookie': 'abc=4206969; def=1234567', 'X-SU-Force-Cookies: 1', } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` # Forcing headers Site Unblocker uses predefined header and cookie combinations to achieve the most efficient success rates for targeted websites. This means that, sometimes, we may need to drop customer provided headers in order to improve success rates. This behaviour, however, can be overridden by forcing headers or cookies. When forcing headers or cookies, the request will always be charged from your subscription, even if the request fails. | Header | Valid values | Description | | -------------------- | ------------ | ------------------------------------------------ | | `X-SU-Force-Headers` | `1` | Force all headers to be forwarded to the target. | | `X-SU-Force-Cookies` | `1` | Force `Cookie` to be forwarded to the target | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # JavaScript Rendering Source: https://help.decodo.com/docs/site-unblocker-javascript-rendering Site Unblocker JavaScript Rendering If the page you intend to scrape necessitates the execution of JavaScript in order to dynamically load all the necessary data, you may enable JavaScript rendering without the need to use a headless browser. #### Receive rendered page content in HTML ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Headless: html" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { "X-SU-Headless": "html" } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Headless': 'html' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` #### Receive rendered page content as PNG The response will contain raw bytes of an image that can be saved in PNG format ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Headless: png" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { "X-SU-Headless": "png" } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Headless': 'png' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Locale Source: https://help.decodo.com/docs/site-unblocker-locale Site Unblocker Locale Header The **locale** parameter allows you to simulate requests from a specific geographic location or language. By setting the `X-SU-Locale header`, you can adjust regional settings, such as the [**`Accept-Language`**](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-Language) header and browser language preferences, based on your chosen language and region code. The header follows a language-region format, where: * The first part is a [**language code**](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) (like `en` for English or `ja` for Japanese). * The second part is a [**region code**](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) (like `US` for the United States, or `JP` for Japan). For example, the `en-GB` header will set the language to English as it's used in the United Kingdom. This is useful for accessing geo-targeted content, testing internationalized sites, or scraping pages that serve different content based on user language or location settings. *** | Parameter | Header Name | Example | | ------------ | ------------- | ------------------------- | | **`locale`** | `X-SU-Locale` | `en-GB`, `en-US`, `ja-JP` | ## `cURL` Example ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Locale: en-GB" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Markdown Source: https://help.decodo.com/docs/site-unblocker-markdown Site Unblocker Markdown Site Unblocker supports automatically transforming HTML output into Markdown. This is useful if you plan on feeding scraping results into large language models, which usually have a limited token context. Transforming to Markdown is only available in the Web Advanced and Site Unblocker plans. Example using Site Unblocker: ```shellscript cURL theme={null} curl -k -x https://unblock.decodo.com:60000 'https://www.example.com/' \ -H 'X-SU-Markdown: 1' \ -U 'your_username:your_password' ``` Example output: ```text theme={null} # Example Domain This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission. [More information...](https://www.iana.org/domains/example) ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # POST Requests Source: https://help.decodo.com/docs/site-unblocker-post-requests Site Unblocker POST Requests In addition to facilitating GET requests, Site Unblocker also enables you to utilize POST requests to a web endpoint of your preference. This functionality allows you to send data to a specific website, resulting in a modified response from the target. When sending a body with a POST request, the correct `Content-Type` header should be provided. ```shellscript cURL theme={null} curl -X POST -k -v -x unblock.decodo.com:60000 'http://httpbin.org/post' \ -U 'USERNAME:PASSWORD' \ -H 'Content-Type: application/json' -d '{"foo": "bar"}' ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } data = { "Your POST data": "data" } response = requests.request( 'POST', 'http://httpbin.org/post', verify=False, proxies=proxies, data=data ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'Content-Type': 'application/json' } const body = { 'Your POST data': 'data' }; const response = await fetch('http://httpbin.org/post', { method: 'get', body: JSON.stringify(body), headers: headers, agent: agent }); console.log(await response.text()); ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/site-unblocker-quick-start Set up Decodo Site Unblocker - a proxy solution with automatic anti-bot handling. Covers endpoint config, geo-targeting, JS rendering, and sessions. Decodo **Site Unblocker** is a proxy-like solution that allows users to extract valuable web data from the most challenging targets without building a web scraper or using a headless browser. To start using Site Unblocker, go to the Decodo Dashboard and select **Site Unblocker**. You can choose between **Pay per GB** and **Pay per Request** plans. The setup is the same for both subscriptions. *** * The Site Unblocker solution uses the following **endpoint** for requests: ```text theme={null} unblock.decodo.com:60000 ``` * Here are some **examples**: ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, ) print(response.text) ``` ```javascript Node theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'USERNAME'; const password = 'PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const response = await fetch('https://ip.decodo.com/', { method: 'get', agent: agent, }); console.log(await response.text()); ``` In order to use Site Unblocker via `cURL`: `-k` or the equivalent `--insecure` flag is required. Note that you can still target websites that use `HTTPS`. ## Authentication Once you have an active **Site Unblocker** subscription, you will be able to view your automatically generated proxy **Username** and **Password** at the top of the **API Playground tab**. 1. You may **copy** your username or password by clicking on it 2. To see the password click the **eye** icon. 3. You can generate a new password by clicking on the arrow icon and choosing **Confirm**. ## API Playground Here, you can try sending a request to your chosen target right from your dashboard: ### URL 1. First, enter the **URL** of the site you wish to target. ### `JavaScript` Rendering 2. Then, choose to enable or disable **`JavaScript`** rendering. * Enabled **JS rendering** allows you to target dynamic pages without using a headless browser. * Learn more [**here**](https://help.decodo.com/docs/site-unblocker-javascript-rendering/). * You can send the request right away by clicking **Send Request** or specify the parameters further: ### Location 3. Choose the **location** from which you'd like to access the website. * Depending on your desired location, Site Unblocker will add proxies from the Decodo IP pool. * Learn more about **`geo`** parameters [**here**](https://help.decodo.com/docs/site-unblocker-geo-location/). ### Language 4. Specify the **Locale**. * The **`locale`** parameter allows you to simulate requests from a specific geographic location or language. * This changes the web page interface language, not the language of the results. * Learn more [**here**](https://help.decodo.com/docs/site-unblocker-locale/). ### Headers 5. Specify the **header** along with their **values**. * Some headers are pre-set by default in order to increase the success rate. Enable the option below to force your own headers, however, note that the success rate may drop. Failed requests with forced headers are always charged, even if scraping fails. * Learn more about headers [**here**](https://help.decodo.com/docs/site-unblocker-headers/). ### Session 6. If you want to, name your **session**. * The **`session_id`** parameter allows you to use the same proxy connection for yo to **10 minutes** for multiple requests. * Learn more [**here**](https://help.decodo.com/docs/site-unblocker-session/). ### HTTP Method 7. Then, you can choose the **`HTTP`method**. `GET` is the default one; however, you can select `POST` if you want to pass a payload with your request. * Learn more about `POST` requests [**here**](https://help.decodo.com/docs/site-unblocker-post-requests/). ### Custom Status Codes 8. You can also specify **custom status codes**. * Sometimes, websites return the required content together with a non-standard `HTTPS` status code. * If one of your targets does that, you can indicate which status codes are acceptable and valuable to you: `501, 502`, `503` and etc. * Learn more [**here**](https://help.decodo.com/docs/site-unblocker-custom-status-codes/). ### Custom Cookies 9. Specify **custom cookies**. * You can also **force cookies**. But note that when forcing headers or cookies, the request will always be charged to your subscription, even if the request fails. * Learn more [**here**](https://help.decodo.com/docs/site-unblocker-headers#cookies). ### Request Body 10. Finally, specify the **Request Body** values. * `POST` request body, example: `{"key1": "value1", "key2": "value2"}`, `{"key3: "value3"}`. ### Markdown 11. Check the toggle to automatically parse `HTML` content into `Markdown`. * `Markdown` reduces token count compared to raw `html`. * Learn more [**here**](https://help.decodo.com/docs/site-unblocker-markdown/). ### Sending a Request 12. Once you're all set, press **Send Request**. After a few moments, you'll see the returned response and live preview. 1) If you select the **Request tab**, you may also copy the `cURL` command by clicking **Copy request**. 2) You can **copy** the response or **download** it in `HTML`. ## Usage Statistics To track your traffic usage, go to the **Usage Statistics** tab. ### Graph Here, you can see various statistics displayed in a graph: 1. The number of **requests** you've sent (total successful requests, failed requests, and success rate). 2. The **average response time**. 3. The **traffic used** 4. The number of **`JavaScript`renders** 5. Choose the **time period**. 6. **Filter** by target. 7. **Group** by hour, day, week, or month. 8. **Export** the table data in `.CSV`, `.TXT`, or `.JSON` formats. ### Top Targets At the bottom of the page, you can see more detailed information about each **target**: 1. The **target**. 2. The **number of requests**. 3. **Traffic** 4. **Success rate**. 5. **Average response time** 6. **Spend** in `$` (Amounts displayed are without **VAT**) *** ### Statistics Via Requests * Learn more about `URL` parameters for statistics [**here**](https://help.decodo.com/docs/site-unblocker-statistics/). ## Troubleshooting If you are having any issues, check out our [**troubleshooting**](https://help.decodo.com/docs/site-unblocker-troubleshooting/) section or reach out directly to our support team available 24/7. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Response Codes Source: https://help.decodo.com/docs/site-unblocker-response-codes Site Unblocker Response Codes | Code | Status | Description | | ------------------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `200` | Success | | | `400` | Bad request | Incorrect request structure. Possibly misspelled parameter or an invalid value. The response body will have a more specific error message | | `401` | Auth failed | The authorization header is missing, or your credentials are incorrect | | `403` | Forbidden | Your account does not have access to this resource on the target website | | `404` | Not found | The target website server understands the request but refuses to authorize it | | `408` | Timeout | The request took too long to respond | | `429` | Too many requests | You have exceeded the rate limit | | `500`, `502`, `503` | Internal Server Error | We're experiencing some issues on our side. Please try again a bit later. We're probably aware of the issues, but you can contact us via [**Live chat**](https://direct.lc.chat/12092754/1). | | `550` | Faulted After Too Many Retries | Something went wrong, and we were unable to complete the job you submitted. You can try again at no extra cost, as we don't charge you for faulty jobs. If that doesn't work, please get in touch with us via [**Live chat**](https://direct.lc.chat/12092754/1). | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Response Headers Source: https://help.decodo.com/docs/site-unblocker-response-headers Site unblocker Response Headers All requests to Site Unblocker return the following headers: | Header name | Description | Sample value | | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------- | | `x-decodo-task-id` | Unique identifier for the created task. It can be used to retrieve the task results later. | `7123456789123456789` | | `x-decodo-plan-limit` | Your plan allowance:
  • If using Pay/GB, this is the amount of traffic, in bytes.
  • If using Pay/request, this is the number of requests.
|
  • Pay/GB: `2000000000` (2GB plan)
  • Pay/request: `15000` (15k requests plan)
| | `x-decodo-plan-remaining` | Remaining allowance:
  • If using Pay/GB, this is the amount of traffic left, in bytes.
  • If using Pay/request, this is the number of requests left.
|
  • Pay/GB: `1999999950`
  • Pay/request: `14995`
| *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Session Source: https://help.decodo.com/docs/site-unblocker-session Site Unblocker Session ## Header Parameter To utilize a single proxy for multiple requests, simply include the X-SU-Session-Id header with a randomly generated string as the session ID. This ID will be associated with a unique proxy, which will be used for all subsequent requests within a 10-minute timeframe. Once the 10 minutes have elapsed, a new IP will be assigned to that specific session ID. ```shellscript cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "USERNAME:PASSWORD" "https://ip.decodo.com/" \ -H "X-SU-Session-Id: random123" ``` ```python Python theme={null} import requests proxies = { 'http': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000', 'https': 'http://USERNAME:PASSWORD@unblock.decodo.com:60000' } headers= { 'X-SU-Session-Id': 'random123' } response = requests.request( 'GET', 'https://ip.decodo.com/', verify=False, proxies=proxies, headers=headers ) print(response.text) ``` ```javascript Node.js theme={null} import fetch from 'node-fetch'; import createHttpsProxyAgent from 'https-proxy-agent' const username = 'YOUR_USERNAME'; const password = 'YOUR_PASSWORD'; const agent = createHttpsProxyAgent( `http://${username}:${password}@unblock.decodo.com:60000` ); process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0; const headers = { 'X-SU-Session-Id': 'random123' } const response = await fetch('https://ip.decodo.com/', { method: 'get', headers: headers, agent: agent }); console.log(await response.text()); ``` ## Username Parameter Session IDs can also be set through the authentication username. The following request sets a session with value `session1`: ```bash cURL theme={null} curl -k -v -x unblock.decodo.com:60000 \ -U "username-session_id-session1:password" "https://ip.decodo.com/" ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Usage Statistics Source: https://help.decodo.com/docs/site-unblocker-statistics Site Unblocker Usage Statistics See the for how to extract Unblocker statistics. For the parameter: * Set `rtc_site_unblocker_proxies` for the Site Unblocker Pay/GB product. * Set `rtc_site_unblocker_req_proxies` for the Site Unblocker Pay/Req product. Sample statistic request: ```json JSON theme={null} POST https://api.decodo.com/api/v2/statistics/traffic { "proxy_type": "rtc_site_unblocker_proxies", "startDate": "2024-09-01 00:00:00", "endDate": "2025-10-01 00:00:00", "groupBy": "day" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Troubleshooting Source: https://help.decodo.com/docs/site-unblocker-troubleshooting # Amazon Bestsellers Source: https://help.decodo.com/docs/web-scraping-api-amazon-bestsellers Web Scraping API Amazon Bestsellers Template The `amazon_bestsellers` template is built to obtain Amazon Bestsellers pages. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Amazon Bestsellers target: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `amazon_sellers`. | | `query` | string | ✅ | Browse node ID or search query.
Multi-word queries must be hyphen-separated, use "-" instead of spaces. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the delivery location to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter#) | | `domain` | string | | Specify top-level domain. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `locale` | string | | Set the value to change your Amazon web page interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `currency` | string | | Set the currency. [**Read more**](https://help.decodo.com/docs/web-scraping-api-amazon-currency)**.** | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number.
Default value is `1`. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests.
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon_bestsellers", "query": "mobile-apps", "page_from": "1", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "amazon_bestsellers", "query": "mobile-apps", "page_from": "1", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "amazon_bestsellers", "query": "mobile-apps", "page_from": "1", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | ----------- | --------------------------------------------------------------- | | `url` | URL to the Amazon Bestseller page. | | `page` | The page number. | | `pages` | The count of pages. | | `query` | A query used in a request. | | `results` | A dictionary of search results with their detailed information. | #### Response Example ```json JSON expandable theme={null} { "results": { "url": "https://www.amazon.com/Best-Sellers/zgbs/x/mobile-apps/?pg=1&language=en_US", "page": 1, "pages": 2, "query": "mobile-apps", "results": [ { "pos": 1, "url": "/Mojang-Minecraft/dp/B00992CF6W/ref=zg_bs_g_mobile-apps_d_sccl_1/134-3202012-8028283?psc=1", "asin": "B00992CF6W", "price": 6.99, "title": "Minecraft", "rating": 4.4, "currency": "USD", "price_str": "$6.99", "price_upper": 0, "ratings_count": 153769 }, { "pos": 2, "url": "/RobTop-Games-Geometry-Dash/dp/B00EDTSKLU/ref=zg_bs_g_mobile-apps_d_sccl_2/134-3202012-8028283?psc=1", "asin": "B00EDTSKLU", "price": 2.99, "title": "Geometry Dash", "rating": 4.3, "currency": "USD", "price_str": "$2.99", "price_upper": 0, "ratings_count": 24323 }, { "pos": 3, "url": "/Naughty-Daddy-Family-Adventure-Games/dp/B0FBYDJW4J/ref=zg_bs_g_mobile-apps_d_sccl_3/134-3202012-8028283?psc=1", "asin": "B0FBYDJW4J", "price": 13.89, "title": "Naughty Baby & Daddy Fun Hide Seek Family Adventure Games", "rating": 2.2, "currency": "USD", "price_str": "$13.89", "price_upper": 0, "ratings_count": 10 }, { "pos": 4, "url": "/Chaos-Granny-Prank-Simulator-Games/dp/B0F5BWHKBW/ref=zg_bs_g_mobile-apps_d_sccl_4/134-3202012-8028283?psc=1", "asin": "B0F5BWHKBW", "price": 4.99, "title": "Cat Chaos Granny Hell Prank Simulator Games", "rating": 1.4, "currency": "USD", "price_str": "$4.99", "price_upper": 0, "ratings_count": 9 }, { "pos": 5, "url": "/Rope-Hero-Games-Spider-Fighter/dp/B0F9NR46YQ/ref=zg_bs_g_mobile-apps_d_sccl_5/134-3202012-8028283?psc=1", "asin": "B0F9NR46YQ", "price": 20.99, "title": "Rope Hero Games - Spider Fighter Game", "rating": 3, "currency": "USD", "price_str": "$20.99", "price_upper": 0, "ratings_count": 6 }, { "pos": 6, "url": "/Naughty-Baby-Simulator-Daddy-Daycare/dp/B0F5QDJ88X/ref=zg_bs_g_mobile-apps_d_sccl_6/134-3202012-8028283?psc=1", "asin": "B0F5QDJ88X", "price": 14.99, "title": "Naughty Baby Simulator: Daddy Daycare Fun Game", "rating": 2.2, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 7 }, { "pos": 7, "url": "/FereraWolrd-Games-Escape-Evil-Running/dp/B0DLHNV2VR/ref=zg_bs_g_mobile-apps_d_sccl_7/134-3202012-8028283?psc=1", "asin": "B0DLHNV2VR", "price": 14.99, "title": "Escape Evil Running Head", "rating": 2.6, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 21 }, { "pos": 8, "url": "/Prism-Pioneers-Rainbow-Friends-Playground/dp/B0C828D9K1/ref=zg_bs_g_mobile-apps_d_sccl_8/134-3202012-8028283?psc=1", "asin": "B0C828D9K1", "price": 4.99, "title": "Rainbow Friends Playground", "rating": 3.6, "currency": "USD", "price_str": "$4.99", "price_upper": 0, "ratings_count": 174 }, { "pos": 9, "url": "/Stickman-Prison-Police-Escape-Hide/dp/B0DHL9XNNW/ref=zg_bs_g_mobile-apps_d_sccl_9/134-3202012-8028283?psc=1", "asin": "B0DHL9XNNW", "price": 13.99, "title": "Stickman Prison Police Escape Hide and Seek Game", "rating": 2.8, "currency": "USD", "price_str": "$13.99", "price_upper": 0, "ratings_count": 16 }, { "pos": 10, "url": "/Makeup-Simulator-artistry-relaxation-virtual/dp/B0CHPGNM48/ref=zg_bs_g_mobile-apps_d_sccl_10/134-3202012-8028283?psc=1", "asin": "B0CHPGNM48", "price": 9.99, "title": "Makeup Slime Simulator ASMR makeup artistry with ASMR relaxation and virtual models' beauty", "rating": 3.5, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 214 }, { "pos": 11, "url": "/Dinosaur-Hunter-Games-Jurassic-Simulator/dp/B0F8PHRNFP/ref=zg_bs_g_mobile-apps_d_sccl_11/134-3202012-8028283?psc=1", "asin": "B0F8PHRNFP", "price": 11.99, "title": "Dinosaur Hunter Games : Jurassic Universe & Dinosaur Hunting Simulator 3D - Merge Monster Dinosaur VS Godzilla & Kong", "rating": 3.3, "currency": "USD", "price_str": "$11.99", "price_upper": 0, "ratings_count": 3 }, { "pos": 12, "url": "/Stickman-Hide-Strike-Police-Prison/dp/B0FGL9J2LP/ref=zg_bs_g_mobile-apps_d_sccl_12/134-3202012-8028283?psc=1", "asin": "B0FGL9J2LP", "price": 14.99, "title": "Stickman Hide and Strike – Police Prison Escape Fun 2025", "rating": 3, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 1 }, { "pos": 13, "url": "/Simulator-World-Animal-Attack-Games/dp/B0CMD3PTQ2/ref=zg_bs_g_mobile-apps_d_sccl_13/134-3202012-8028283?psc=1", "asin": "B0CMD3PTQ2", "price": 11.99, "title": "Real Wild Wolf Animal Simulator Clash Game - Open World Wolf Attack Games 2025", "rating": 4, "currency": "USD", "price_str": "$11.99", "price_upper": 0, "ratings_count": 1 }, { "pos": 14, "url": "/Hello-Kitty-Beauty-Salon-makeup/dp/B0F1TYWZ11/ref=zg_bs_g_mobile-apps_d_sccl_14/134-3202012-8028283?psc=1", "asin": "B0F1TYWZ11", "price": 9.99, "title": "Hello Kitty: Beauty Salon. Fun mini games for kids with hair salon, nail salon and makeup studio for girls", "rating": 4.1, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 30 }, { "pos": 15, "url": "/Real-Baby-Gangster-Crime-Fighting/dp/B0F21Z2SVY/ref=zg_bs_g_mobile-apps_d_sccl_15/134-3202012-8028283?psc=1", "asin": "B0F21Z2SVY", "price": 14.99, "title": "Real Baby Gangster Crime City Town Fighting 3D", "rating": 3.2, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 13 }, { "pos": 16, "url": "/CheeryPack-Battle-Royale-Shooter/dp/B0DR9X7M5K/ref=zg_bs_g_mobile-apps_d_sccl_16/134-3202012-8028283?psc=1", "asin": "B0DR9X7M5K", "price": 18, "title": "Battle Royale: Shooter", "rating": 0, "currency": "USD", "price_str": "$18.00", "price_upper": 0, "ratings_count": 0 }, { "pos": 17, "url": "/Lovely-CoCo-Cat-Call-Game/dp/B0DP541C8B/ref=zg_bs_g_mobile-apps_d_sccl_17/134-3202012-8028283?psc=1", "asin": "B0DP541C8B", "price": 9.98, "title": "Lovely CoCo Cat Call Game", "rating": 1.3, "currency": "USD", "price_str": "$9.98", "price_upper": 0, "ratings_count": 4 }, { "pos": 18, "url": "/Horror-Tung-Haunted-Escape-Run/dp/B0FP94DTBM/ref=zg_bs_g_mobile-apps_d_sccl_18/134-3202012-8028283?psc=1", "asin": "B0FP94DTBM", "price": 14.99, "title": "Horror Tung Tung Haunted Escape Run: Scary Ghost Survival 3D", "rating": 5, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 1 }, { "pos": 19, "url": "/Mine-Clicker-mining-simulator-Incremental/dp/B0C4F9X4SP/ref=zg_bs_g_mobile-apps_d_sccl_19/134-3202012-8028283?psc=1", "asin": "B0C4F9X4SP", "price": 14.99, "title": "Mine Clicker: Gold mining simulator & Incremental games", "rating": 3.4, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 266 }, { "pos": 20, "url": "/Monster-Truck-Stunts-Games-Extreme/dp/B0F8PNQYH1/ref=zg_bs_g_mobile-apps_d_sccl_20/134-3202012-8028283?psc=1", "asin": "B0F8PNQYH1", "price": 11.99, "title": "Monster Truck Stunts Games - Extreme Off road Ramp Racing 2025", "rating": 2.8, "currency": "USD", "price_str": "$11.99", "price_upper": 0, "ratings_count": 8 }, { "pos": 21, "url": "/Horror-Tung-Escape-Hunto-Sahur/dp/B0F9WZCMTK/ref=zg_bs_g_mobile-apps_d_sccl_21/134-3202012-8028283?psc=1", "asin": "B0F9WZCMTK", "price": 11.99, "title": "Horror Tung Tung Escape - 3D Hunto Sahur Game 2025", "rating": 2.7, "currency": "USD", "price_str": "$11.99", "price_upper": 0, "ratings_count": 22 }, { "pos": 22, "url": "/Lunar-Myth-Studios-Zombie-Survival/dp/B0FYY439ZJ/ref=zg_bs_g_mobile-apps_d_sccl_22/134-3202012-8028283?psc=1", "asin": "B0FYY439ZJ", "price": 18, "title": "TNT Zombie Zone Survival", "rating": 5, "currency": "USD", "price_str": "$18.00", "price_upper": 0, "ratings_count": 1 }, { "pos": 23, "url": "/Air-horn-Prank-Sound-Sounds/dp/B0FYRNYX92/ref=zg_bs_g_mobile-apps_d_sccl_23/134-3202012-8028283?psc=1", "asin": "B0FYRNYX92", "price": 4.99, "title": "Air horn Prank Sound - New Fart horn & Hair Cut Sounds", "rating": 0, "currency": "USD", "price_str": "$4.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 24, "url": "/Dalgona-Candy-Challenge-Honeycomb-Kitchen/dp/B09W88WVPJ/ref=zg_bs_g_mobile-apps_d_sccl_24/134-3202012-8028283?psc=1", "asin": "B09W88WVPJ", "price": 7.99, "title": "Dalgona Candy Challenge - Honeycomb Kids Kitchen & Maker Game!", "rating": 3.5, "currency": "USD", "price_str": "$7.99", "price_upper": 0, "ratings_count": 68 }, { "pos": 25, "url": "/Steal-It-Game-Run/dp/B0FQWL95FT/ref=zg_bs_g_mobile-apps_d_sccl_25/134-3202012-8028283?psc=1", "asin": "B0FQWL95FT", "price": 18.89, "title": "Steal It Game Steal Run", "rating": 2, "currency": "USD", "price_str": "$18.89", "price_upper": 0, "ratings_count": 1 }, { "pos": 26, "url": "/FireMirror-Pro-Mirroring-Receiver-Support/dp/B0FDT1D44G/ref=zg_bs_g_mobile-apps_d_sccl_26/134-3202012-8028283?psc=1", "asin": "B0FDT1D44G", "price": 8.99, "title": "FireMirror Pro: Screen Mirroring Receiver (Support AirPlay Only)", "rating": 3.9, "currency": "USD", "price_str": "$8.99", "price_upper": 0, "ratings_count": 117 }, { "pos": 27, "url": "/VISHNYDEVGAMES-LIMITED-Serpent-Clash-Arena/dp/B0FX4X1LQC/ref=zg_bs_g_mobile-apps_d_sccl_27/134-3202012-8028283?psc=1", "asin": "B0FX4X1LQC", "price": 13.99, "title": "Serpent Clash Arena - PLATINUM", "rating": 0, "currency": "USD", "price_str": "$13.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 28, "url": "/Hello-Kitty-Kids-Doctor-Hospital/dp/B0C8PG4M21/ref=zg_bs_g_mobile-apps_d_sccl_28/134-3202012-8028283?psc=1", "asin": "B0C8PG4M21", "price": 10, "title": "Hello Kitty: Kids Doctor in Hospital", "rating": 3.9, "currency": "USD", "price_str": "$10.00", "price_upper": 0, "ratings_count": 257 }, { "pos": 29, "url": "/MOONSUNDEV-LIMITED-Hugger-Dash-DIAMOND/dp/B0FX4L3338/ref=zg_bs_g_mobile-apps_d_sccl_29/134-3202012-8028283?psc=1", "asin": "B0FX4L3338", "price": 9.99, "title": "Hugger Dash - DIAMOND", "rating": 0, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 30, "url": "/ANOGA-GAMES-LIMITED-Simple-Toys/dp/B0FYQQSVJW/ref=zg_bs_g_mobile-apps_d_sccl_30/134-3202012-8028283?psc=1", "asin": "B0FYQQSVJW", "price": 14.99, "title": "Simple Toys - Gold", "rating": 0, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 31, "url": "/Dress-Makeup-Spray-Clothes-Designer/dp/B0FYRCVPNL/ref=zg_bs_g_mobile-apps_d_sccl_31/134-3202012-8028283?psc=1", "asin": "B0FYRCVPNL", "price": 14.99, "title": "Tie Dye Art New Dress Makeup 3D Spray Paint Clothes Designer Dress Games 2025", "rating": 0, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 32, "url": "/Frost-Clash-Snow-Brawl-PLATINUM/dp/B0FX4JCFR4/ref=zg_bs_g_mobile-apps_d_sccl_32/134-3202012-8028283?psc=1", "asin": "B0FX4JCFR4", "price": 9.99, "title": "Frost Clash: Snow Brawl - PLATINUM", "rating": 0, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 33, "url": "/Sketch-Clash-Battle-Draw-PLATINUM/dp/B0FX4JSBGL/ref=zg_bs_g_mobile-apps_d_sccl_33/134-3202012-8028283?psc=1", "asin": "B0FX4JSBGL", "price": 9.99, "title": "Sketch Clash: Battle Draw - PLATINUM", "rating": 0, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 34, "url": "/Nickelodeon-PAW-Patrol-Pups-Rescue/dp/B0141KIMPE/ref=zg_bs_g_mobile-apps_d_sccl_34/134-3202012-8028283?psc=1", "asin": "B0141KIMPE", "price": 1.99, "title": "PAW Patrol: Pups to the Rescue", "rating": 4.3, "currency": "USD", "price_str": "$1.99", "price_upper": 0, "ratings_count": 2150 }, { "pos": 35, "url": "/Dinosaur-Monster-Smasher-Rampage-Games/dp/B0DXLBFYGV/ref=zg_bs_g_mobile-apps_d_sccl_35/134-3202012-8028283?psc=1", "asin": "B0DXLBFYGV", "price": 19.99, "title": "Dinosaur Revolt Battle Wild Monster Smasher Rampage Animal Hunter Gorilla Dinosaur Games", "rating": 2.2, "currency": "USD", "price_str": "$19.99", "price_upper": 0, "ratings_count": 7 }, { "pos": 36, "url": "/MOONSUNDEV-LIMITED-Time-Warp-Runner/dp/B0FX4GTLFP/ref=zg_bs_g_mobile-apps_d_sccl_36/134-3202012-8028283?psc=1", "asin": "B0FX4GTLFP", "price": 9.99, "title": "Time Warp Runner - DIAMOND", "rating": 0, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 37, "url": "/Wheres-your-Naughty-Twins-Simulator/dp/B0CWVLT5GY/ref=zg_bs_g_mobile-apps_d_sccl_37/134-3202012-8028283?psc=1", "asin": "B0CWVLT5GY", "price": 14.99, "title": "Where's your Naughty Twins Baby 3D Simulator", "rating": 2.8, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 100 }, { "pos": 38, "url": "/Ultimate-Lawn-Mowing-Simulator-Master/dp/B07BVHXYQL/ref=zg_bs_g_mobile-apps_d_sccl_38/134-3202012-8028283?psc=1", "asin": "B07BVHXYQL", "price": 11.99, "title": "Ultimate Lawn Mowing Simulator 3D : Garden Mower Master - Grass Cutting Games 2025", "rating": 2.6, "currency": "USD", "price_str": "$11.99", "price_upper": 0, "ratings_count": 40 }, { "pos": 39, "url": "/Mind-Over-Matter-3D-PLATINUM/dp/B0FX4HYXYY/ref=zg_bs_g_mobile-apps_d_sccl_39/134-3202012-8028283?psc=1", "asin": "B0FX4HYXYY", "price": 13.99, "title": "Mind Over Matter 3D - PLATINUM", "rating": 0, "currency": "USD", "price_str": "$13.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 40, "url": "/Crime-City-Underworld-Wars-RUBY/dp/B0FX4JL86L/ref=zg_bs_g_mobile-apps_d_sccl_40/134-3202012-8028283?psc=1", "asin": "B0FX4JL86L", "price": 9.99, "title": "Crime City: Underworld Wars - RUBY", "rating": 0, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 41, "url": "/Fidget-Trading-Antistress-Master-ASMR/dp/B0FYTDQ2V2/ref=zg_bs_g_mobile-apps_d_sccl_41/134-3202012-8028283?psc=1", "asin": "B0FYTDQ2V2", "price": 14.99, "title": "Fidget Trading Pop it Antistress Trading Master 3D ASMR Toys 2025", "rating": 0, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 42, "url": "/Miss-World-Dress-Make-Girls/dp/B0G1KWC39M/ref=zg_bs_g_mobile-apps_d_sccl_42/134-3202012-8028283?psc=1", "asin": "B0G1KWC39M", "price": 23.99, "title": "Miss World Dress Up Make Up Girls Game", "rating": 1, "currency": "USD", "price_str": "$23.99", "price_upper": 0, "ratings_count": 1 }, { "pos": 43, "url": "/Car-Smash-Simulator-Driving-Demolition/dp/B0FD367QWN/ref=zg_bs_g_mobile-apps_d_sccl_43/134-3202012-8028283?psc=1", "asin": "B0FD367QWN", "price": 11.99, "title": "Car Smash Simulator - Driving Demolition Derby Games 2025", "rating": 2.2, "currency": "USD", "price_str": "$11.99", "price_upper": 0, "ratings_count": 6 }, { "pos": 44, "url": "/Draw-Save-Doge-Rescue-Attack/dp/B0FYTGZWZ9/ref=zg_bs_g_mobile-apps_d_sccl_44/134-3202012-8028283?psc=1", "asin": "B0FYTGZWZ9", "price": 14.99, "title": "Draw to Save The Doge - Rescue my pet from Bees Attack Games 2025", "rating": 5, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 1 }, { "pos": 45, "url": "/Sesame-Workshop-Street-Alphabet-Kitchen/dp/B07S76CXLZ/ref=zg_bs_g_mobile-apps_d_sccl_45/134-3202012-8028283?psc=1", "asin": "B07S76CXLZ", "price": 2.99, "title": "Sesame Street Alphabet Kitchen", "rating": 4.4, "currency": "USD", "price_str": "$2.99", "price_upper": 0, "ratings_count": 1831 }, { "pos": 46, "url": "/MOONSUNDEV-LIMITED-Magic-Wedding-Story/dp/B0FX4TCLG5/ref=zg_bs_g_mobile-apps_d_sccl_46/134-3202012-8028283?psc=1", "asin": "B0FX4TCLG5", "price": 14.99, "title": "Magic Wedding Story - DIAMOND", "rating": 0, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 47, "url": "/Splash-Racer-Water-Slide-World/dp/B0FX4JPZBX/ref=zg_bs_g_mobile-apps_d_sccl_47/134-3202012-8028283?psc=1", "asin": "B0FX4JPZBX", "price": 9.99, "title": "Splash Racer: Water Slide World - RUBY", "rating": 1, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 1 }, { "pos": 48, "url": "/Escape-from-Prison-Run-Hide/dp/B0DWLL7TXQ/ref=zg_bs_g_mobile-apps_d_sccl_48/134-3202012-8028283?psc=1", "asin": "B0DWLL7TXQ", "price": 12.99, "title": "Escape from Prison: Run & Hide", "rating": 3.9, "currency": "USD", "price_str": "$12.99", "price_upper": 0, "ratings_count": 5 }, { "pos": 49, "url": "/Hoop-Clash-Dunk-Challenge-RUBY/dp/B0FX349M65/ref=zg_bs_g_mobile-apps_d_sccl_49/134-3202012-8028283?psc=1", "asin": "B0FX349M65", "price": 9.99, "title": "Hoop Clash: Dunk Challenge - RUBY", "rating": 0, "currency": "USD", "price_str": "$9.99", "price_upper": 0, "ratings_count": 0 }, { "pos": 50, "url": "/Nail-Art-color-Simulator-Master/dp/B0FYX9BQSS/ref=zg_bs_g_mobile-apps_d_sccl_50/134-3202012-8028283?psc=1", "asin": "B0FYX9BQSS", "price": 14.99, "title": "Nail Art color Simulator - Tato Master 2025", "rating": 0, "currency": "USD", "price_str": "$14.99", "price_upper": 0, "ratings_count": 0 } ], "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7396917720794536961" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Currency Source: https://help.decodo.com/docs/web-scraping-api-amazon-currency Web Scraping API Amazon Currency Parameter Some Amazon targets accept a `currency` parameter. The `currency` parameter is paired with the `domain` parameter. The following combinations are valid: | Domain | Available currency | | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ae` | `AED` - Default, `BHD`, `CAD`, `EGP`, `EUR`, `GBP`, `INR`, `KWD`, `OMR`, `RUB`, `SAR`, `USD`, `JOD`, `PKR`, `QAR` | | `ca` | `CAD` - Default | | `co.jp` | `JPY` - Default, `AUD`, `CNY`, `EUR`, `GBP`, `HKD`, `KRW`, `NOK`, `NZD`, `SEK`,` SGD`, `THB`, `TWD`, `USD`, `ZAR` | | `co.uk` | `GBP` - Default, `EUR`, `USD`, `CNY`, `DKK`, `SEK`, `PLN`, `AED`, `ARS`, `AUD`, `AZN`, `BBD`, `BGN`, `BMD`, `BND`, `BRL`, `BSD`, `CHF`, `CLP`, `COP`, `CRC`, `CZK`, `DOP`, `EGP`, `GHS`, `GTQ`, `HKD`, `HUF`, `IDR`, `ILS`, `INR`, `JMD`, `JPY`, `KES`, `KRW`, `KYD`, `KZT`, `LBP`, `LKR`, `MAD`, `MUR`, `MXN`, `MYR`, `NAD`, `NGN`, `NOK`, `NZD`, `PAB`, `PEN`, `PHP`, `PKR`, `QAR`, `RON`, `RUB`, `SAR`, `SGD`, `THB`, `TRY`, `TTD`, `TWD`, `TZS` | | `com` | `USD` - Default, `AED`, `AMD`, `ARS`, `AUD`, `AWG`, `AZN`, `BGN`, `BND`, `BOB`, `BRL`, `BSD`, `BZD`, `CAD`, `CLP`, `CNY`, `COP`, `CRC`, `DOP`, `EGP`, `EUR`, `GBP`, `GHS`, `GTQ`, `HKD`, `HNL`, `HUF`, `IDR`, `ILS`, `INR`, `JMD`, `JPY`, `KES`, `KHR`, `KRW`, `KYD`, `KZT`, `LBP`, `MAD`, `MNT`, `MOP`, `MUR`, `MXN`, `MYR`, `NAD`, `NGN`, `NOK`, `NZD`, `PAB`, `PEN`, `PHP`, `PLN`, `PYG`, `QAR`, `RUB`, `SAR`, `SEK`, `SGD`, `THB`, `TRY`, `TTD`, `TWD`, `TZS`, `UYU`, `VND`, `XCD`, `ZAR` | | `com.au` | `AUD` - Default, `NZD` | | `com.be` | `EUR` - Default | | `com.br` | `BRL` - Default | | `com.mx` | `MXN` - Default | | `com.tr` | `TRY` - Default | | `de` | `EUR` - Default, `GBP`, `CHF`, `PLN`, `SEK`, `DKK`, `CZK`, `NOK`, `USD`, `AED`, `ARS`, `AUD`, `AZN`, `BBD`, `BGN`, `BMD`, `BND`, `BRL`, `BSD`, `CLP`, `CNY`, `COP`, `CRC`, `DOP`, `EGP`, `GHS`, `GTQ`, `HKD`, `HUF`, `IDR`, `ILS`, `INR`, `JMD`, `JPY`, `KES`, `KRW`, `KYD`, `KZT`, `LBP`, `LKR`, `MAD`, `MUR`, `MXN`, `MYR`, `NAD`, `NGN`, `NZD`, `PAB`, `PEN`, `PHP`, `PKR`, `QAR`, `RON`, `RUB`, `SAR`, `SGD`, `THB`, `TRY`, `TTD`, `TWD`, `TZS` | | `eg` | `EGP` - Default | | `es` | `EUR` - Default | | `fr` | `EUR` - Default | | `in` | `INR` - Default | | `it` | `EUR` - Default | | `nl` | `EUR` - Default | | `pl` | `PLN` - Default | | `sa` | `SAR` - Default | | `se` | `SEK` - Default | | `sg` | `SGD` - Default, `MYR` | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Geo Source: https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter Web Scraping API Amazon Geo Parameter For Amazon, you can choose from these geo parameter values: * Using a zip code, for example: *`99950`* ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request POST \ --url 'https://scraper-api.decodo.com/v2/scrape?amazon_search=' \ --header 'accept: application/json' \ --header 'authorization: Basic TOKEN VALUE' \ --header 'content-type: application/json' \ --data ' { "target": "amazon", "url": "https://www.amazon.com/dp/B09H74FXNW", "geo": "99950" } , ``` * Using an ISO-2 country code, for example: *`IT`* ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request POST \ --url 'https://scraper-api.decodo.com/v2/scrape?amazon_search=' \ --header 'accept: application/json' \ --header 'authorization: Basic TOKEN VALUE' \ --header 'content-type: application/json' \ --data ' { "target": "amazon", "url": "https://www.amazon.com/dp/B09H74FXNW", "geo": "IT" } , ``` ### There are some exceptions for Amazon to the above rules: * `.cn`, `.com.tr`, `.com.be` and `.nl` domains will not work properly as geo parameter value due to Amazon configuration. * `.com.au` domain only works for orders to Australia so you will need to use an Australian zip code in the geo parameter. * The `.ae` domain supports UAE city names, instead of postcodes, for example: `"geo": "Abu Dhabi"`. Note that if the **domain** parameter matches the **geo**, for example, .com with US, .co.jp with JP, you will have to use the zip code instead of the country's ISO code. #### Example of a **correct** request ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request POST \ --url 'https://scraper-api.decodo.com/v2/scrape?amazon_search=' \ --header 'accept: application/json' \ --header 'authorization: Basic TOKEN VALUE' \ --header 'content-type: application/json' \ --data ' { "target": "amazon_search", "query": "reverse uno card", "domain": "com", # American domain "geo": "00000" # American zip code } ' ``` #### Example of an **incorrect** request ```bash cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request POST \ --url 'https://scraper-api.decodo.com/v2/scrape?amazon_search=' \ --header 'accept: application/json' \ --header 'authorization: Basic TOKEN VALUE' \ --header 'content-type: application/json' \ --data ' { "target": "amazon_search", "query": "reverse uno card", "domain": "com", # American domain "geo": "US" # American ISO code } ' ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Locale Source: https://help.decodo.com/docs/web-scraping-api-amazon-locale Web Scraping API Amazon Locale Parameter Some Amazon targets accept a `locale` parameter. The `locale` parameter is paired with the `domain` parameter. The following combinations are valid: | Domain | Locale | Interface language | | --------- | ------- | ------------------------------ | | `.ae` | `en_AE` | English (United Arab Emirates) | | `.ae` | `ar_AE` | Arabic (United Arab Emirates) | | `.ca` | `fr_CA` | French (Canada) | | `.ca` | `en_CA` | English (Canada) | | `.co.jp` | `ja_JP` | Japanese | | `.co.jp` | `en_US` | English (United States) | | `.co.jp` | `zh_CN` | Chinese | | `.co.uk` | `en_GB` | English (United Kingdom) | | `.com` | `en_US` | English (United States) | | `.com` | `es_US` | Spanish (United States) | | `.com` | `ar_AE` | Arabic (United Arab Emirates) | | `.com` | `de_US` | German (United States) | | `.com` | `he_IL` | Hebrew | | `.com` | `ko_KR` | Korean | | `.com` | `pt_BR` | Portuguese (Brazil) | | `.com` | `zh_CN` | Chinese | | `.com` | `zh_TW` | Taiwanese | | `.com.au` | `en_AU` | English (Australia) | | `.com.be` | `fr_BE` | French (Belgium) | | `.com.be` | `nl_BE` | Dutch (Belgium) | | `.com.be` | `en_GB` | English (United Kingdom) | | `.com.br` | `pt_BR` | Portuguese (Brazil) | | `.com.mx` | `es_MX` | Spanish (Mexico) | | `.com.tr` | `tr_TR` | Turkish | | `.de` | `de_DK` | Danish | | `.de` | `de_DE` | German | | `.de` | `en_GB` | English (United Kingdom) | | `.de` | `cs_CZ` | Czech | | `.de` | `nl_NL` | Dutch (Netherlands) | | `.de` | `pl_PL` | Polish | | `.de` | `tr_TR` | Turkish | | `.eg` | `ar_AE` | Arabic (United Arab Emirates) | | `.eg` | `en_AE` | English (United Arab Emirates) | | `.es` | `es_ES` | Spanish | | `.es` | `pt_PT` | Portuguese (Portugal) | | `.es` | `en_GB` | English (United Kingdom) | | `.fr` | `en_GB` | English (United Kingdom) | | `.fr` | `fr_FR` | French | | `.in` | `en_IN` | English (India) | | `.in` | `hi_IN` | Hindi (India) | | `.in` | `ta_IN` | Tamil (India) | | `.in` | `te_IN` | Telugu (India) | | `.in` | `kn_IN` | Kannada (India) | | `.in` | `ml_IN` | Malayalam (India) | | `.in` | `bn_IN` | Bengali (India) | | `.in` | `mr_IN` | Marathi (India) | | `.it` | `en_GB` | English (United Kingdom) | | `.it` | `it_IT` | Italian | | `.nl` | `nl_NL` | Dutch (Netherlands) | | `.nl` | `en_GB` | English (United Kingdom) | | `.sa` | `ar_AE` | Arabic (United Arab Emirates) | | `.sa` | `en_AE` | English (United Arab Emirates) | | `.se` | `sv_SE` | Swedish | | `.se` | `en_GB` | English (United Kingdom) | | `.sg` | `sg_EN` | English (Singapore) | #### Example of a correct `locale` and `domain` combination ```shellscript cURL theme={null} curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic ==' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon_sellers", "query": "A1R0Z7FJGTKESH", "locale": "nl_BE", "domain": "com.be", "parse": true } ' ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Pricing Source: https://help.decodo.com/docs/web-scraping-api-amazon-pricing Web Scraping API Amazon Pricing Template The `amazon_pricing` template is built to obtain Amazon product offer listings. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for Amazon Pricing template: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `amazon_pricing`. | | `query` | string | ✅ | A 10-character Amazon Product ASIN code. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the delivery location to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter#/) | | `domain` | string | | Specify top-level domain. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `locale` | string | | Set the value to change your Amazon web page interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `currency` | string | | Set the currency. [**Read more**](https://help.decodo.com/docs/web-scraping-api-amazon-currency) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number.
Default value is `1`. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests.[**Read more.**](web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon_pricing", "query": "B0BS1QCFHX", "page_from": "1", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "amazon_pricing", "query": "B0BS1QCFHX", "page_from": "1", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "amazon_pricing", "query": "B0BS1QCFHX", "page_from": "1", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | -------------- | -------------------------------------------------------------------------------------------- | | `url` | URL to the Amazon Product page. | | `asin` | Amazon's unique identifier for products, known as the Amazon Standard Identification Number. | | `page` | The page number. | | `title` | The product's title. | | `pricing` | An array of pricing information. | | `asin_in_url` | Amazon Standard Identification Number (ASIN) from the product URL. | | `review_count` | The total number of reviews for the product. | #### Response Example ```json JSON expandable theme={null} { "results": { "url": "https://www.amazon.com/gp/product/ajax/aodAjaxMain/ref=dp_aod_unknown_mbc?asin=B0BS1QCFHX&pageno=1&language=en_US", "asin": "B0BS1QCFHX", "page": 1, "title": "Sony WH-CH720N Noise Canceling Wireless Headphones Bluetooth Over The Ear Headset with Microphone and Alexa Built-in, Black New", "pricing": [ { "price": 98, "seller": "Adorama", "currency": "USD", "delivery": "Ships from Adorama", "condition": "New", "seller_id": "A17MC6HOH9AVE6", "seller_link": "/gp/aag/main?ie=UTF8&seller=A17MC6HOH9AVE6&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_0", "rating_count": 581574, "price_shipping": 0, "delivery_options": [ { "date": { "by": "Tomorrow, November 20" }, "type": "FREE delivery" } ], "price_with_prime": 90 }, { "price": 74.14, "seller": "Amazon Resale", "currency": "USD", "delivery": "Ships from Amazon.com", "condition": "Used - Good", "seller_id": "", "seller_link": "https://www.amazon.com/Warehouse-Deals/b?ie=UTF8&node=10158976011", "rating_count": 0, "price_shipping": 0, "delivery_options": [ { "date": { "by": "Monday, November 24" }, "type": "FREE delivery" }, { "date": { "by": "Friday, November 21" }, "type": "Prime members FREE delivery" } ] }, { "price": 75, "seller": "Beach Camera Same Day Shipping", "currency": "USD", "delivery": "Ships from Beach Camera Same Day Shipping", "condition": "Used - Like New", "seller_id": "A13BNE3P7C8THK", "seller_link": "/gp/aag/main?ie=UTF8&seller=A13BNE3P7C8THK&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_2", "rating_count": 356045, "price_shipping": 0, "delivery_options": [ { "date": { "by": "Friday, November 21" }, "type": "FREE delivery" } ] }, { "price": 89.99, "seller": "MeimeiGo", "currency": "USD", "delivery": "Ships from MeimeiGo", "condition": "Used - Like New", "seller_id": "A24H8QAZNNLWWM", "seller_link": "/gp/aag/main?ie=UTF8&seller=A24H8QAZNNLWWM&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_3", "rating_count": 261, "price_shipping": 0, "delivery_options": [ { "date": { "by": "Wednesday, November 26" }, "type": "FREE delivery" }, { "date": { "by": "Tomorrow, November 20" }, "type": "fastest delivery" } ] }, { "price": 95, "seller": "JZXN Tech", "currency": "USD", "delivery": "Ships from JZXN Tech", "condition": "Used - Like New", "seller_id": "A3JWQJ9F8N82T1", "seller_link": "/gp/aag/main?ie=UTF8&seller=A3JWQJ9F8N82T1&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_4", "rating_count": 53, "price_shipping": 0, "delivery_options": [ { "date": { "by": "November 24 - 26" }, "type": "FREE delivery" }, { "date": { "by": "Friday, November 21" }, "type": "fastest delivery" } ] }, { "price": 95, "seller": "NewConcept1", "currency": "USD", "delivery": "Ships from NewConcept1", "condition": "Used - Like New", "seller_id": "AGHAKUO0VEBNZ", "seller_link": "/gp/aag/main?ie=UTF8&seller=AGHAKUO0VEBNZ&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_5", "rating_count": 8, "price_shipping": 0, "delivery_options": [ { "date": { "by": "Friday, November 28" }, "type": "FREE delivery" }, { "date": { "by": "Friday, November 21" }, "type": "fastest delivery" } ] }, { "price": 95.23, "seller": "NAMA Technology LLC", "currency": "USD", "delivery": "Ships from NAMA Technology LLC", "condition": "Used - Like New", "seller_id": "AQH6BLIXB790D", "seller_link": "/gp/aag/main?ie=UTF8&seller=AQH6BLIXB790D&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_6", "rating_count": 41, "price_shipping": 0, "delivery_options": [ { "date": { "by": "November 24 - 26" }, "type": "FREE delivery" }, { "date": { "by": "November 20 - 24" }, "type": "fastest delivery" } ] }, { "price": 95.23, "seller": "True Mart LLC", "currency": "USD", "delivery": "Ships from True Mart LLC", "condition": "Used - Like New", "seller_id": "A38NQ511PUC45R", "seller_link": "/gp/aag/main?ie=UTF8&seller=A38NQ511PUC45R&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_7", "rating_count": 322, "price_shipping": 0, "delivery_options": [ { "date": { "by": "November 25 - 28" }, "type": "FREE delivery" }, { "date": { "by": "November 21 - 25" }, "type": "fastest delivery" } ] }, { "price": 95.23, "seller": "Blue Sky Distribution", "currency": "USD", "delivery": "Ships from Blue Sky Distribution", "condition": "Used - Like New", "seller_id": "A3157HR2I6E5II", "seller_link": "/gp/aag/main?ie=UTF8&seller=A3157HR2I6E5II&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_8", "rating_count": 81, "price_shipping": 0, "delivery_options": [ { "date": { "by": "November 25 - 28" }, "type": "FREE delivery" }, { "date": { "by": "November 24 - 25" }, "type": "fastest delivery" } ] }, { "price": 95.23, "seller": "SmartShopper LLC", "currency": "USD", "delivery": "Ships from SmartShopper LLC", "condition": "Used - Like New", "seller_id": "AJ98EZ5BUNORU", "seller_link": "/gp/aag/main?ie=UTF8&seller=AJ98EZ5BUNORU&isAmazonFulfilled=0&asin=B0BS1QCFHX&ref_=olp_merch_name_9", "rating_count": 113, "price_shipping": 0, "delivery_options": [ { "date": { "by": "November 25 - 28" }, "type": "FREE delivery" }, { "date": { "by": "November 21 - 25" }, "type": "fastest delivery" } ] }, { "price": 0, "seller": "Video & Audio Center - Same Day Shipping", "currency": "USD", "delivery": "Ships from Amazon.com", "condition": "New", "seller_id": "A13ACIRM091OJE", "seller_link": "/gp/aag/main?ie=UTF8&seller=A13ACIRM091OJE&isAmazonFulfilled=1&asin=B0BS1QCFHX&ref_=olp_merch_name_10", "rating_count": 67096, "price_shipping": 0, "delivery_options": [ { "date": { "by": "Tuesday, November 25" }, "type": "FREE delivery" }, { "date": { "by": "Saturday, November 22" }, "type": "Prime members FREE delivery" } ] } ], "_warnings": [ "Could not parse rating count.", "Could not parse pricing price." ], "asin_in_url": "B0BS1QCFHX", "review_count": 12983, "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7396912499506832385" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Product Source: https://help.decodo.com/docs/web-scraping-api-amazon-product Web Scraping API Amazon Product Template The `amazon_product` template is built to obtain Amazon Product pages. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Amazon Product template: | Parameter | Type | Required | Description | | -------------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `amazon_product`. | | `query` | string | ✅ | A 10-character Amazon Product ASIN code. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the delivery location to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter#/) | | `domain` | string | | Specify top-level domain. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `locale` | string | | Set the value to change your Amazon web page interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `currency` | string | | Set the currency. [**Read more**](https://help.decodo.com/docs/web-scraping-api-amazon-currency) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `autoselect_variant` | boolean | | To get accurate buybox/pricing data, set this parameter to `true` (which will append th=1\&psc=1 to the URL) | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests.[**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon_product", "query": "B09H74FXNW", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "amazon_product", "query": "B09H74FXNW", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "amazon_product", "query": "B09H74FXNW", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed JSON `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | --------------------------- | ------------------------------------------------------------------------------------------------------------------------- | | `ads` | An array of sponsored results with their detailed information. | | `url` | URL to the Amazon Product page. | | `asin` | Amazon's unique identifier for products, known as the Amazon Standard Identification Number. | | `page` | The page number. | | `brand` | The product's brand. | | `price` | The product's price. | | `stock` | Specifies the stock. | | `title` | The product's title. | | `buybox` | An array of product's pricing with detailed information. | | `deal_type` | Specifies the type of promotional offer. | | `coupon` | Shows available digital discounts. | | `discount_end` | Specifies the final date a promotional discount for a product remains valid. | | `images` | An array of URLs representing the product images. | | `rating` | The product's rating. | | `reviews` | An array of reviews along with their detailed information. | | `category` | An array of details about the Amazon product category. | | `currency` | The currency used to represent the price. | | `delivery` | An object of available delivery options. | | `page_type` | The type of Amazon page. | | `price_sns` | Indicates whether the product is part of the 'Subscribe & Save' program. | | `store_url` | The URL linking to the seller's store page. | | `variation` | An array of details about the Amazon product variations. | | `has_videos` | Specifies whether the product includes any videos. | | `sales_rank` | An array of details about the ranking position of an Amazon product within its category, determined by sales performance. | | `asin_in_url` | Amazon Standard Identification Number (ASIN) from the product URL. | | `description` | The product description, extracted from the 'Product Description' section. | | `parent_asin` | The primary identifier assigned to a product family on Amazon, which connects related variations under a main listing. | | `price_upper` | The maximum price value. | | `pricing_str` | A string that contains the pricing details of a product. | | `pricing_url` | The URL used to fetch the offer listing. | | `manufacturer` | The manufacturer's name. | | `price_buybox` | The product price displayed in the buybox. | | `product_name` | The product's name. | | `bullet_points` | The bullet points extracted from the 'About This Product' section. | | `price_initial` | The product's original price before any discounts. | | `pricing_count` | The total number of offers available for the product. | | `reviews_count` | The total number of reviews for the product. | | `sns_discounts` | An array of discounts offered through the 'Subscribe & Save' program. | | `developer_info` | Details about the developer or manufacturer. | | `price_shipping` | The shipping cost. | | `product_details` | An object of details about the product. | | `featured_merchant` | An object of information about the primary seller or vendor featured for the Amazon product. | | `is_prime_eligible` | Indicates if the product qualifies for Amazon Prime. | | `review_ai_summary` | AI-generated summary for product. | | `answered_questions_count` | The total count of answered customer questions about the product. | | `rating_stars_distribution` | An array of product ratings with their detailed information. | | `is_addon_item` | Specifies if a product can only be purchased as part of orders that meet a minimum value requirement. | | `amazon_choice` | Specifies whether the product carries the Amazon's Choice badge. | #### Response Example ```json JSON expandable theme={null} { "results": { "ads": [ { "pos": 1, "asin": "B08T1GK3DL", "type": "organic_also_viewed", "price": 23.99, "title": "targeal Gaming Headset with Microphone - for PC, PS4, PS5, Switch, Xbox One, Xbox Series X|S - 3.5mm Jack Gamer Headphone wit", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "rating": 4.2, "location": "carousel", "price_upper": 23.99, "reviews_count": 42, "is_prime_eligible": true }, { "pos": 2, "asin": "B01H6GUCCQ", "type": "organic_also_viewed", "price": 19.99, "title": "BENGOO G9000 Stereo Gaming Headset for PS4 PC Xbox One PS5 Controller, Noise Cancelling Over Ear Headphones with Mic, LED Lig", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "rating": 4.3, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": true }, { "pos": 3, "asin": "B09FJK1JTQ", "type": "organic_also_viewed", "price": 19.99, "title": "Tatybo Gaming Headset for PS5 PS4 Xbox ONE Switch PC with Noise Cancelling Over-Ear Stereo Bass Surround Sound Gaming Headpho", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "rating": 4.3, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": true }, { "pos": 4, "asin": "B09FJK1JTQ", "type": "organic_also_viewed", "price": 19.99, "title": "Tatybo Gaming Headset for PS5 PS4 Xbox ONE Switch PC with Noise Cancelling Over-Ear Stereo Bass Surround Sound Gaming Headphone -Camo", "images": [ "https://images-na.ssl-images-amazon.com/images/I/61n8J+Fw+hL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 5, "asin": "B07VFGQ7BC", "type": "organic_also_viewed", "price": 17.99, "title": "PHOINIKAS Gaming Headset for PS4, Xbox One, PC, Laptop, Mac, Nintendo Switch, 3.5MM PS4 Stereo Headset Over Ear Headphones with Noise-Cancelling Mic, Bass Surround - Camo", "images": [ "https://images-na.ssl-images-amazon.com/images/I/617AAEmjdbL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 17.99, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 6, "asin": "B0B4RZNJG9", "type": "organic_also_viewed", "price": 20.99, "title": "Gaming Headset with Microphone, Gaming Headphones for PS4 PS5 Xbox One PC with LED Lights, PlayStation Headset with Noise Reduction 7.1 Surround Sound Over-Ear and Wired 3.5mm Jack (Green)", "images": [ "https://images-na.ssl-images-amazon.com/images/I/81S9hokCyuL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 20.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 7, "asin": "B0B1X2PJLV", "type": "organic_also_viewed", "price": 19.99, "title": "TIANHOO Wireless Controller Compatible with PS4/Pro/Slim, with Vibration Feedback, Motion Sensing, Touchpad, Light Bar, Share, Speaker, 3.5mm Headphone Jack (Graffiti)", "images": [ "https://images-na.ssl-images-amazon.com/images/I/8117BlFelDL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 8, "asin": "B01H6GUCCQ", "type": "organic_also_viewed", "price": 19.99, "title": "BENGOO G9000 Stereo Gaming Headset for PS4 PC Xbox One PS5 Controller, Noise Cancelling Over Ear Headphones with Mic, LED Light, 7.1 Surround Sound, Soft Memory Earmuffs for Nintendo Xbox Series X|S", "images": [ "https://images-na.ssl-images-amazon.com/images/I/61CGHv6kmWL._AC_UL165_SR165,165_.jpg", "https://m.media-amazon.com/images/I/01GK70BG4uL.svg", "https://m.media-amazon.com/images/I/019h+CPo68L.svg", "https://m.media-amazon.com/images/I/61sxI+4PZlL._SS180_.png", "https://m.media-amazon.com/images/I/61sxI+4PZlL._SS180_.png", "https://m.media-amazon.com/images/I/21AGu0JFvKL.svg" ], "rating": 0, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 9, "asin": "B08G84VLJY", "type": "organic_also_viewed", "price": 15.69, "title": "Kikc PS4 Gaming Headset with Mic for Xbox One, PS5, PC, Mobile Phone and Notebook, Controllable Volume Gaming Headphones with Soft Earmuffs for Kid", "images": [ "https://images-na.ssl-images-amazon.com/images/I/51xA9nyK9CL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 15.69, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 10, "asin": "B0CLYH2DRN", "type": "organic_also_viewed", "price": 28.49, "title": "acer Wireless Gaming Headset, PS5 Headset with 2.4GHz for Ps5, Ps4, PC, Switch, Bluetooth 5.3 + 100Hrs Gaming Headphones with Noise Canceling Mic for Laptop, Mobile, Mac, 50mm Drivers (Red)", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41PYVHnS8ZL._AC_SR100,100_QL65_.jpg" ], "rating": 4.2, "location": "carousel", "price_upper": 49.99, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 11, "asin": "B0B4B2HW2N", "type": "organic_also_viewed", "price": 33.99, "title": "Gtheos 2.4GHz Wireless Gaming Headset for PS5, PS4 Fortnite & Call of Duty/FPS Gamers, PC, Nintendo Switch, Bluetooth 5.3 Gaming Headphones with Noise Canceling Mic, Stereo Sound, 40+Hr Battery -White", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41ATFDVlDML._AC_SR100,100_QL65_.jpg" ], "rating": 4.2, "location": "carousel", "price_upper": 49.99, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 12, "asin": "B0DYWJJRDV", "type": "organic_also_viewed", "price": 39.99, "title": "Turtle Beach Recon 70 Wired Gaming Headset - Licensed for Nintendo Switch 2, Nintendo Switch/Lite/OLED Model, Flip-to-Mute Mic, Adjustable, Lightweight, On-Ear Controls, 40mm Drivers, Black and White", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/31eKlnu1voL._AC_SR100,100_QL65_.jpg" ], "rating": 4.4, "location": "carousel", "price_upper": 39.99, "reviews_count": 44, "is_prime_eligible": false }, { "pos": 13, "asin": "B0C4ND25FT", "type": "organic_also_viewed", "price": 34.19, "title": "FIFINE Wired Gaming Headset, USB Headphone with 7.1 Surround Sound, Detachable Microphone, Control Box, 3.5mm Headphones Jack, Over-Ear Headset for PC/PS5/Xbox/Switch, Black-AmpliGame H9", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41TSn76LbZL._AC_SR100,100_QL65_.jpg" ], "rating": 4.3, "location": "carousel", "price_upper": 37.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 14, "asin": "B01H6GUCCQ", "type": "organic_also_viewed", "price": 19.99, "title": "BENGOO G9000 Stereo Gaming Headset for PS4 PC Xbox One PS5 Controller, Noise Cancelling Over Ear Headphones with Mic, LED Light, 7.1 Surround Sound, Soft Memory Earmuffs for Nintendo Xbox Series X|S", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/51q0meZK6WL._AC_SR100,100_QL65_.jpg" ], "rating": 4.3, "location": "carousel", "price_upper": 29.99, "reviews_count": 43, "is_prime_eligible": false } ], "url": "https://www.amazon.com/dp/B09H74FXNW?language=en_US", "asin": "B09H74FXNW", "page": 1, "brand": "FEIYING", "price": 0, "stock": "Currently unavailable. We don't know when or if this item will be back in stock.", "title": "FEIYING Gaming Headset with Microphone, Gaming Headphones Stereo 7.1 Surround Sound PS4 Headset 50mm Drivers, 3.5mm Audio Jack Over Ear Headphones Wired for PC Switch PlayStation Xbox PS5 Laptop", "buybox": [ { "price": -1, "stock": "Currently unavailable. We don't know when or if this item will be back in stock. Delivering to Atlanta 30301 - Update location Add to List Added to Unable to add item to List. Please try again. Sorry, there was a problem. There was an error retrieving your Wish Lists. Please try again. Sorry, there was a problem. List unavailable." } ], "coupon": "", "images": [ "https://m.media-amazon.com/images/I/71+jTaVbHxL._AC_SL1450_.jpg", "https://m.media-amazon.com/images/I/717j7kvOdKL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71NeARy+VbL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71SdCRi6X7L._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/715HzbVlalL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71AYCkPs1eL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71ObD+hKa8L._AC_SL1500_.jpg" ], "rating": 4.2, "reviews": [ { "id": "R10HQLONMXNE7F", "title": "5.0 out of 5 stars Great starter headset !!", "author": "Kenzie Davis", "rating": 5, "content": "I’ve had for over a year and they still work! Was my first headset and they were super easy to figure out everything you can adjust everything to your liking even the volume and how loud u want to hear your friends over the game. Now they are a little bulky so be warned! But definitely recommend", "timestamp": "Reviewed in the United States October 1, 2025", "profile_id": "AGMDTAWJNDT3CRLKG6ZSMTNCDM4A", "is_verified": true, "review_from": "Top reviews from the United States" }, { "id": "R1ZW7DI6FWP46D", "title": "5.0 out of 5 stars Great quality all the way around!", "author": "Jodi Fissel", "rating": 5, "content": "For the price of this I was worried how well it would really work. To my surprise it’s like a top of the line product. Works better than I expected it to. The cord is longer than some but that’s what I needed for my set up. They also give a cord to hook it up to your pc if you are a pc gamer rather than a console gamer so it’s a win win for everyone. The ear pieces are bigger than I expected but I like this as it actually slows the noise cancellation to actually work. You can’t hear someone screaming at you for a long period of time. The sound quality is amazing considering this isn’t one of the best known brands out there. Usually you have to pay more money to get good quality. This however is not the case. Been extremely satisfied since receiving this and has been used on a daily basis for about a month now with no issues. The mouthpiece to talk into you can adjust it more than you think it’s made of this bendy rubber material that allows you to bend it inwards or outwards to make your voice clearer on the receiving end. Most models do not offer this so this is a real welcomed bonus! I highly recommend this product. You can wear the headset for an extended period of time like a few hours and it not give you a headache or earache. Look no further this is the best headset out of at least a dozen that I’ve bought and used.", "timestamp": "Reviewed in the United States August 2, 2022", "profile_id": "AGJZZYTRBVK2ZVXBEMHIXXB3MMIA", "is_verified": true, "review_from": "Top reviews from the United States", "helpful_count": 4 }, { "id": "R3Q5N9DFQOYO8V", "title": "5.0 out of 5 stars Very Nice Gaming Headset with Microphone", "author": "Zane", "rating": 5, "content": "Don't want to pay more than $100 to buy a expensive headset since I have lots of headset already. I am really happy to choose this camo style gaming headsets with microphonePROS:1. The headset provides good sound for gaming purposes and are comfortable to wear. Don't worry the fybric earcup because they are compartable than you think. The mic boom seems to be solid and rotates up and down well.2. There's a lot going on here with a long 3.5mm audio cable, a usb cable to power the lights and a plastic housing to control volume. Mic switch and headphone volume controls are cord mounted a convenient length down from the headset.3.People used to complain that I sounded like I was in a tin can and they could hear the HVAC blower with my laptop mic, now all they hear is me! I tested it with a voice recorder app, and I sound like me again rather than me on a crappy speakerphone on a freight train. The bass response of the headphones is great too, makes music and games alike come alive4. This headset is the most comfortable I’ve ever had. I work 10-12 hours a day and it’s hard finding comfortable headsets to last that long. My ears usually ache by the end of the day but not with these, I can’t even tell I’ve had them on.5. Finally the Camo style is really speical and cool. I like the understated elegance6. A Y-style spliiter adapter is included to split a plug to one voice jack and one mic jack.7. The cord is super long, very convenient for me.CONS:1. As the product page said, the USB plug is only for light, note it.Pretty gaming headset for me. Recommanded to buy it.", "timestamp": "Reviewed in the United States January 15, 2022", "profile_id": "AGL4NMNM7VTI7HSDO4QBS56HD6JQ", "is_verified": true, "review_from": "Top reviews from the United States", "helpful_count": 24 }, { "id": "R11Q07JV1F53GZ", "title": "4.0 out of 5 stars Great price, decent headset", "author": "Ryan Mihelich", "rating": 4, "content": "Found this headset browsing and after reading many of the reviews i thought i’d give thema try, for $20 seriously why not. They are replacing my astros A10’s which were fantastic for well over a year the mic was just going out. Sound quality from these compared to the A10’s is not even close and you can definitely tell they are lower quality in that sense but again $20 take it or leave it. Mic sounds great according to my gaming buds, plugged directly into xbox controller and worked immediately, usb has to be plugged in for lights to work which isn’t a big deal to me. Over all feel and look compared to the astro A10’s is very bulky, they don’t feel cheap though, the adjuster is firm and ear pads are pretty comfy after a few hours of use, mic boom is stiff to pull down or push up which is nice it keeps its place, volume control wheel is a little hard to use and get use to but overall all decent, mic mute switch right next to volume wheel is easy to use and nice having as the astro a10’s you have to flip mic up to mute and the reason why i think the mic went out on mine, noise cancellation isn’t the best i can hear a small fan that’s about 6’ away over gaming sounds with headset on, comes with dual splitter for whatever type of audio controller or system you use. Over all if you’re looking for high quality sound and the best material this obviously isn’t it, for $20 you honestly would be joking to expect that BUT for $20 this head set is very decent, for kids, beginners, or someone just on a budget i’d definitely recommend this headset any day of the week. They definitely surpassed my expectations", "timestamp": "Reviewed in the United States July 10, 2022", "profile_id": "AFCU565PFDNBOHCHGXVCNYPIGXMQ", "is_verified": true, "review_from": "Top reviews from the United States", "helpful_count": 16 }, { "id": "R1Q3KM1HTP09XT", "title": "5.0 out of 5 stars Gaming headset", "author": "marva graham", "rating": 5, "content": "When these were first delivered I was so excited to give them to my 10 yr old grandson. He love playing video games and when I would be over he would play and others he played with would complain they couldn’t hear him. So when I found something I could afford and make my grandson happy. That was awesome. They came the end of May and today I was visiting and seen his headphones weren’t on him. He told me that they quit working. That he has had to tape up the plug area every since he had gotten them.I was looking to see how long the warranty was and it was 30 days. BOO!! This is not the way to get repeat customers. My grandson is the youngest and needs his headset to be able to play his games. Home life isn’t the best since my 14 yr old grandson had been diagnosed in December with a rare cancer. So the days are pretty much just doing what is needed for his older brother.It would be nice to hear from the company or even a new pair!", "timestamp": "Reviewed in the United States July 30, 2022", "profile_id": "AHSRLW3RA5G5544KHO4KLPF26CDQ", "is_verified": true, "review_from": "Top reviews from the United States" }, { "id": "R2GMTM2I0GODZT", "title": "Present", "author": "Shar", "rating": 5, "content": "Nephew loves them, I got aunty bonus points 🤣👍", "timestamp": "Reviewed in the United Kingdom January 5, 2025", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R2OYMWMQHETMQ0", "title": "Impecable quality", "author": "Zarand", "rating": 5, "content": "Great quality heat set for the price. USB and 3.5mm jack. Great for Gaming, phone calls and music.", "timestamp": "Reviewed in Australia September 3, 2024", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R34D9CYMAD7FIR", "title": "Good quality", "author": "Mr. Khan", "rating": 5, "content": "\"FEIYING Gaming Headset delivers exceptional sound quality, clear microphone communication, and comfort for extended gaming sessions. Its durable construction ensures longevity, making it a worthwhile investment for gamers of all levels. Highly recommended for an immersive gaming experience.\"", "timestamp": "Reviewed in Canada March 16, 2024", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R4JBE0LIHD5NQ", "title": "Good headphones, nice sound quality, comfortable, few small personal issues", "author": "Matt & Mel", "rating": 5, "content": "I like these headphones alot, they are comfortable to wear and not heavy, the sound quality is Awesome!Sure they don't sound as good as $200 headphones but they also cost 1/8 that price! These things Bang for the price, sound good, clear, good bass, no complaints at all, and when ya plug the USB in they even light up!", "timestamp": "Reviewed in Canada November 4, 2023", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R1KR6A6F97OQXI", "title": "Arrived when they said.", "author": "Jennifer", "rating": 4, "content": "This was a gift which was greated by my granddaughter with the word cool. She loved it.", "timestamp": "Reviewed in the United Kingdom January 4, 2024", "is_verified": true, "review_from": "Top reviews from other countries" } ], "category": [ { "ladder": [ { "url": "/computer-video-games-hardware-accessories/b/ref=dp_bc_1?ie=UTF8&node=468642", "name": "Video Games" }, { "url": "/Mac-Games/b/ref=dp_bc_2?ie=UTF8&node=229647", "name": "Mac" }, { "url": "/Mac-Accessories/b/ref=dp_bc_3?ie=UTF8&node=318812011", "name": "Accessories" }, { "url": "/Mac-Game-Headsets/b/ref=dp_bc_4?ie=UTF8&node=405593011", "name": "Headsets" } ] } ], "currency": "USD", "delivery": [], "page_type": "Product", "price_sns": 0, "store_url": "/stores/BettergamesBetterlife/page/C0B04C10-3070-410C-B43F-2BEEAEA03328?lp_asin=B09H74FXNW&ref_=ast_bln", "variation": [], "has_videos": true, "sales_rank": [ { "rank": 19290, "ladder": [ { "url": "/gp/bestsellers/videogames/ref=pd_zg_ts_videogames", "name": "Video Games" } ] }, { "rank": 62, "ladder": [ { "url": "/gp/bestsellers/videogames/405593011/ref=pd_zg_hrsr_videogames", "name": "Mac Game Headsets" } ] }, { "rank": 3519, "ladder": [ { "url": "/gp/bestsellers/videogames/318813011/ref=pd_zg_hrsr_videogames", "name": "PC Accessories" } ] } ], "asin_in_url": "B09H74FXNW", "description": "Firstly, please check the interface is plugged in devices solidly. Second, if it is still not working, please contact with us.\nPlease do check with the same procedure as the aboveabove question.\nAll headset with 3.5mm interface in the market cannot directly be used for Xbox one. You need an adapter for normal use on Xbox one.", "parent_asin": "B0DF2CGBCY", "price_upper": 0, "pricing_str": "", "pricing_url": "https://www.amazon.com/gp/offer-listing/B09H74FXNW?startIndex=0", "manufacturer": "BettergamesBetterlife", "price_buybox": -1, "product_name": "FEIYING Gaming Headset with Microphone, Gaming Headphones Stereo 7.1 Surround Sound PS4 Headset 50mm Drivers, 3.5mm Audio Jack Over Ear Headphones Wired for PC Switch PlayStation Xbox PS5 Laptop", "bullet_points": "Immersive Stereo - Gaming headset with microphone is 7.1 Surround Sound from our professional gaming headsets, outfitted with 50mm neodymium magnet driver, gives vivid and clear sound field, deep bass. Accurate positional audio across any game environment, our gaming headphones with microphone help you get better performance in game, .ps4 games, ps5 games, xbox one games, wii games, etc.\nAll-day Comfort - Extremely light design for all-day wearing, gaming headset are padded with breathable and durable protein soft memory foam cushions, preventing overheating and pressure build-up and pc gaming headset is built with adjustable headband. A must-have PC headsets, xbox headset, ps4 headset, every gamer will enjoy with this wired headphones.\n360° Noise Cancelling Mic - 160° retractable, 360° omnidirectionally rotatable sensitive microphone, premium noise cancellation, sound localisation, this gaming headset pc helps pick up sound quickly, eliminate unwanted noise from environment, deliver messages clearly during gameplay. Adjustable microphone can be swivelled to the right position at any time.\nIn-line Audio Controls - This PC game headsets have an volume control wheel and mic mute switch on the gaming headset ps4 with microphone for quick and convenient adjustments. High tensile strength, anti-entanglement braided USB cable prevents the ps4 headset with mic cable from chaos, and help easily control the volume or one-key microphone mute.\nUniversally Compatible - xbox headphones wired Support PlayStation 4, New Xbox One, PC, Nintendo 3DS, Laptop, PSP, Tablet, iPad, Computer, Mobile Phone. Please note you need an extra Microsoft Adapter (Not Included) when this xbox one headset connect with an old version Xbox One controller, Sega Genesis.\nNote 1: An additional adapter is required for use with xbox one, which is not included.\nNote 2: Please check your mic switch is on before use it.", "price_initial": 0, "pricing_count": 1, "reviews_count": 4732, "sns_discounts": [], "developer_info": [], "price_shipping": 0, "product_details": { "asin": "B09H74FXNW", "material": "Leather", "model_name": "K5MC", "unit_count": "1 Count", "item_weight": "1.15 pounds", "control_type": "Volume Control", "manufacturer": "FEIYING", "cable_feature": "USB Port for RGB light; Audio/Mic Splitter Adapter for speaking and listening", "noise_control": "Sound Isolation", "control_method": "Remote", "earpiece_shape": "Over Ear", "headphones_jack": "3.5 mm Jack", "number_of_items": "1", "special_feature": "Android, Lightweight, Microphone Included, Noise Cancellation, Retractable cord, Volume Control, iOS", "customer_reviews": "4.2 4.2 out of 5 stars 4,732 ratings 4.2 out of 5 stars", "audio_driver_size": "5E+1 Millimeters", "audio_driver_type": "Dynamic Driver", "best_sellers_rank": "#19,290 in Video Games (See Top 100 in Video Games) #62 in Mac Game Headsets #3,519 in PC Accessories", "item_model_number": "K5MC", "compatible_devices": "Gaming Consoles", "package_dimensions": "9.45 x 7.52 x 4.72 inches", "included_components": "Cable, Gaming headset, Operating instructions", "date_first_available": "August 25, 2021", "age_range_description": "all ages", "input_device_interface": "Audio jack", "connectivity_technology": "Wired", "specific_uses_for_product": "Movies and Gaming", "wireless_communication_technology": "Wired" }, "featured_merchant": [], "is_prime_eligible": true, "parse_status_code": 12000, "review_ai_summary": "Customers find this gaming headset to be of good quality, comfortable with sound isolating pads, and effective for both PS and PC gaming. The noise cancellation works well, and they consider it good value for money, particularly noting its 7.1 surround sound capabilities. The microphone receives mixed reviews - while some find it crystal clear, others report it failing.", "answered_questions_count": 0, "rating_stars_distribution": [ { "rating": 5, "percentage": 66 }, { "rating": 4, "percentage": 14 }, { "rating": 3, "percentage": 8 }, { "rating": 2, "percentage": 4 }, { "rating": 1, "percentage": 8 } ] }, "errors": [], "status_code": 12000, "task_id": "7396909339061028865" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Search Source: https://help.decodo.com/docs/web-scraping-api-amazon-search Web Scraping API Amazon Search Template The `amazon_search` template is built to obtain Amazon Search results. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Amazon Search template: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `amazon_search`. | | `query` | string | ✅ | Search query. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the delivery location to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter#/) | | `domain` | string | | Specify top-level domain. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `sort_by` | string | | Sets the sorting type of the search results, using available options: `most_recent`, `price_low_to_high`, `price_high_to_low`, `featured`, `average_review`, `bestsellers` | | `locale` | string | | Set the value to change your Amazon web page interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `currency` | string | | Set the currency. [**Read more**](https://help.decodo.com/docs/web-scraping-api-amazon-currency) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number.
Default value is `1`. | | `category` | string | | Retrieve items within a specific Amazon node or product category. | | `merchant` | string | | Retrieve items offered by a specific seller. | | `sort_by` | string | | Defines the sorting method for the search results page, using available options: `most_recent`, `price_low_to_high` , `price_high_to_low` , `featured` , `average_review` or `bestsellers` | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon_search", "query": "laptop", "page_from": "1", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "amazon_search", "query": "laptop", "page_from": "1", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "amazon_search", "query": "laptop", "page_from": "1", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | ----------------- | ------------------------------------------------------------------------------ | | `paid` | An array of sponsored results with their detailed information. | | `organic` | An array of organic listings with their detailed information. | | `suggested` | An array of suggested listings with their detailed information. | | `amazons_choices` | An array of Amazon's choices with their detailed information. | | `refinements` | An array of filters and refinements available with their detailed information. | #### Response Example ```json JSON expandable theme={null} { "results": { "url": "https://www.amazon.com/s?k=laptop&page=1&language=en_US", "page": 1, "query": "laptop", "results": { "paid": [ { "url": "https://aax-us-east-retail-direct.amazon.com/x/c/JMgqM47SfFwZbi7Hg4nt6tsAAAGanHpAgQEAAAH2AQBvbm9fdHhuX2JpZDQgICBvbm9fdHhuX2ltcDEgICCHaZCk/clv1_CEuOPUxokZA0iHrVf993m375RHIkSeQnqpkl1CHM_cpP139k_HbTPP018nHz9hvWjq0yzpNb3XTPsunPs2EceVlIMDOTCuijI2sJe2VqRnegEd1l5yAOLZEdHEepooamXJOUI0W78tANGk5hgFv_ak5TLFFOGshzBElqUqEnHhGU36Ta0Ek8SAz5MJbld7QzBH9acdHMzpkFUDVhJ9oQXuEFlsWsnsI6KjDhFKorgxcWp4FvlLz2S1sKgEji6npOAE_zFP7W4zho-hUrANRvXRGwenKzslPpBOrh0qfSF6wVMBiD4byFyCnOZALHHJaq9-sczsxsTvDakJrUM9-qBMBvjdp0XggLqr5A5vRPFKBz7GtdVWS14hWR5rIBU0KHcCRtq0SmgkUwjWzRNLjQf0tURbP6r8pDZfIZM3hCrgUANL9bkxVaLztUwaVWXQoMHaeUao3xp-WQHS8cbA2SvJ4yBG-io1a6UxNtQYpRv-6TMit65IyG_WTyaXgbMNKPkN1KwzpnRZUegR2wuFTAxzjxdS5BQE8kKTSGVWbqP7_EUx6VCwkn8VE8V2TxW33iEcUlgPRYbwXA3KpZl5oMJgvYOzBhuSZf0u8VkoKGnnxQgpyrna4MbFT47TeoTvCKIkEibO4XMT9y_PpjGLpLiQkq_IPxHUxaRlNciul2ib46DEoEUC2yp208vwHyYblp_Tt78WRTnPo40v0FIFXvN0AXp5HxOqDE8oCcAHE6GjPvphPVRfxw5RVlsP8XVdm2rLxtEmnYsUPe8wTRHmC5EAJH-ibgKHRkhOB5StAoci7Jx0kYY9BMgwVPv6TuTUyXceujTQh40CvMo9xzXO1Jm7uAn3EppvW9PviJusC_jXPq8XnBx18I9laXoVOgmSnIt6YmmuA5lAbEAcEeTMMxCtqHx_iR3A1VMyI2AjiVqCHxrilGIEM5aRBWRxrI9mWCmhqjUsnh_r6cjOfQwga_UYJ2Le7lRqnwxlybdi14buMYegRadkMFbob3lCjuGGcsCAWFxK0NwD8JfL819rii_DFB2Sp6JvG_jVwg6pREpAV2b12bRanyERn7aLF7J9Z-VCu-d46TSAMsN-OdZsHbuv32UALawZhOWvYaCwJBJorCNnSpXbtpmnlhHpX3g8XjueAaR9fmhDkDAOpto3MbRXo1V-rBAmfRPbceu4jWtLCgx0Gb5lCu5YlcjhpEQckXJUuzJ1XG4VOyeSIyjXyDNfbF9uZwoKxBoDqo1JlyKVfMIlcGIn-SyFfg1i5xF6PzfpI5ovqMb1jEVadSYYsFm1I517t6qYKy4SCpn3S4JNaoIPJnZ_uHz_kepRmu9JsdObQ-Tx-nlEjNpMAhUmo50ovKstF8539QfJBXD9tCvLE6tjunLXCzttLmMUDLYbZFPQDRZ16WICzBfB4gD62xT4GNjzmuCUlIxpck-6TDhV18dCFD3LMZM8MxLz6mFRqSznNaDHbAprPcwDzlFDD7bVzc3wy1eegLlrIR_u8Y7kgOtVDDNX6zPHRc2LI_pdeJ1UT7ZytRdvJXJoPuT843JDPigfDmDlyzYE6GJv8-qMuRy_GguoaRaa1xIucyivVfVuahO1LOm6fGX__OJ0MPbCpxttXj8YURhI3P-QnhxP2UaEjMGxSoohN8uW9WfZWNWQmdLUrr0YwXDieFqBhMxrxXWSHvJ04qAYwpg_IZS_uCOdgV4LX0TCd03fWXnu21_MJreYbAsyptmmqRpM4JHxjq1ipwjja5k6FUOTShxlKpseflxeUhVasEzlrND9YCs65Lxw6S-IZAIq5bRrtJ_FAvDOze01jyfKSnEw7ovKbBOMK304IQ7swvZ8-YleVykCwnac5CKqcagqbpGiCVKbXOs6JQUM2TH_1LWi9VmhZplfPeMIWpnHk_JY2D5oI-h_yNUy57t_eS1SR2SyLdLfWwyxFs3sE8a-XNlKUZq3sTDBRN4I_ia5cb_iSaEx15j73McSAROfGNk8a5Zf-0KXLxlclwBneNdbMULAbzIdjjJz0_dNCJZqPxryTCgVwCIPpRai9od7MpiRVbi_SGjczXydduVoacRPp2QZ52XoItq4dHEwNTbcIa2H8LJ6qc_HVcXmRaV_Gia32BOQWiPkMLXKWl_9LiF6N28nYqEfGDMP1DfRWAe5tuk-pKKMJhHUG6HcfbraYbHI01uNdNFQPBr35BFpBDWSTYfP5RWfN_d9-1VoWIV60EeydcSyFz4K2sEK3kpZjA0eNVdrJ-y-6C4tEVmwEho_z2MVQZhL8WYJoEOivknZbxc-aqysQtO0mieba5onPv1DVENY1bYZHAca_huTpSSL-KCrZgFmf_ytBkOOEReoaN_NK5KMobzzTb0sIZ6XX10GzPGer7F_cv6flItwfKCPVREqcwVE0feXl-Q5NoWboGHYgGBWxgiILDq8ffv7N66Xc2NEsDcW0YgcPvmS8OG3p0tPx5UfMI5Tb1RfiObLviyQ/https://www.amazon.com/MALLRACE-17-3-Inch-Core-12th-Traditional-Computer/dp/B0FX2LRT2L/ref=sxin_18_sbv_search_btf?content-id=amzn1.sym.c8b39f81-ded8-4d75-80c2-6dfa03cbb699:amzn1.sym.c8b39f81-ded8-4d75-80c2-6dfa03cbb699&cv_ct_cx=laptop&keywords=laptop&pd_rd_i=B0FX2LRT2L&pd_rd_r=0fb6ef73-b7ed-406c-844d-1687c6b24239&pd_rd_w=gWwCr&pd_rd_wg=KTOkl&pf_rd_p=c8b39f81-ded8-4d75-80c2-6dfa03cbb699&pf_rd_r=55N9BSSAP22CA1WT0G2F&qid=1763561848&sbo=RZvfv//HxDF+O5021pAnSA==&sr=1-1-5190daf0-67e3-427c-bea6-c72c1df98776", "asin": "B0FX2LRT2L", "price": 395.99, "title": "2025 New Laptop,17.3-Inch FHD Display Laptop with Quad Core-12th Alder Lake N95(Up to 3.4GHz), 16GB RAM 512GB ROM Traditional Laptop Computer, 6000Mah Battery,Silver", "rating": 0, "rel_pos": 1, "currency": "USD", "is_video": true, "url_image": "https://aax-us-east-retail-direct.amazon.com/e/is/D8A8F2B64B75DAA625F6833085AA5FF3/impb?b=JMgqM47SfFwZbi7Hg4nt6tsAAAGanHpAgQEAAAH2AQBvbm9fdHhuX2JpZDQgICBvbm9fdHhuX2ltcDEgICCHaZCk&w=0&bi=w7lcxDH6ZkluFCeoRhSUjKDndMYCqlrp8CszaDsW7P3SipAlWfA1vjFI18B8KFNnZS29DJWOzLRgATl8JHtANPFH0Q64WTHQsjrHlgC6QmJXm9QoLJ7lVMNL6REH1c736Udh3TyGz8WohUB0fSgHoEsgDEyicdsEYQoyKP.qevStb6iHdOcEWjDRjaGi2gNhHzLtCiUFv9v.cVFR.2pbER5SKbZ.hc9EJUtoyJcCiDh-JP6FQF.xDa1uV3D3Ct3li8M76UIbQeK4eqKhEPKE1gQSkvgywLWVLCo8s5SSae0y0gYCy1oIa.0k7HZwbNSu3KIJp.A7KRWZZUmhhlEygTqWFHxazoNvhHaulCNzT5pqVYTSoFm3L3TbiBvfJ7c-mLulz5bGcpoA59jy96hf2sI.ejiVgrHbjuKGv5ENWKcmLdveqXLZcpabbBr0Auh7v5azzep56OFS4GnzW5QT0ToO0sYOAsmDLZoZXjaamJQ_", "best_seller": false, "price_upper": 395.99, "is_sponsored": true, "manufacturer": "", "sales_volume": "New on Amazon in past month", "pricing_count": 1, "reviews_count": 0, "is_amazons_choice": false }, { "url": "https://aax-us-east-retail-direct.amazon.com/x/c/JJKQFCUWnl5QHRlxG3J55NYAAAGanHpAqgEAAAH2AQBvbm9fdHhuX2JpZDYgICBvbm9fdHhuX2ltcDIgICDyooep/clv1_CEuOPUxokZA0iHrVVccM2hrXUS0gXZ4yvZkJ1jOWrdorx392_HbTPP018nHz9hvWjq0yzpNb3XTPsunPumEceUt7HhyzLMP-I0Ukam5BZlGqGoB_5DAOLZEdHEeprYamXJOUI0W78tANGk5hgFv_ak5TLFFOGshzBElqUqEnHhGU36Ta0Ek8SAz5MJbld7QzBH9acdHMzpkFUDVhJ9oQXuEFlsWsnsI6KjDhFKorgxcWp4FvlLz2S1sKgEji6npOAE_zFP7W4zho-hUrANRvXRGwenKzslPpBOrh0qfSF6wVMBiD4byFyCnOZALHHJaq9-sczsxsTvDakJrQVdOeN_hv7tBJYAg4goAa4I1pPqtZznJyC1K03BWR5rIBU0KHcCRtq0SmgkUgp2jRNIKYf2VQRbHUmcpDZfIZM3hCrgUANL9bkxVaLztUwaVWXQoMHaeUao3xp-WQHS8cbA2SvJ4yA2-io1a6UxNtQYpRv-6TMit65IyG_WTyaXgbMNKPkN1KwzpnRZQkgR2wuFTAxzjxdS5BQE8kKTSGVWbqP7_EUx6VCwkn8VE8V2TxW33iEcUlgPRYbwXA3KpZl5oMJgvYOzBhuSZf0u8VkoKGnnxQgpyrna4MbFT47TeoTvCKIkEibO4XMT9y_PpjGLpLiQkq_IPxHUxaRlNciul2ib46DEoEUC2yp208vwHyYblp_Tt78WRTnPo40v0FIFXvN0AXp5HxOqDE8oCcAHE6GjPvphPVRfxw5RVlsP8XVdm2rLxtEmnYsUPe8wTRHmC5EAJH-ibgKHRkhOB5StAoci7Jx0kYY9BMgwVPv6TuTUyXceujTQh40CvMo9xzXOlTnbuAjGIYhP6WFcGIlN6KjEuP03jzs08Bzwn0kG7LvzPbiuMvttoYqRvuAcEEXPodMKqExPrg-g5vCTYbAjjygiHj3Wh-C1cuQklvSjLk4j-Btii_ReT-v7yHjL_r0hK_UYdINtWUWebuxUeBcT1ebuMIQE5YdmFIbJTJzDyYF2AXDAmfx8gJ_TwYZ7gY95m-6TZJ3ChUALa8jX4i6YR2qgZbRkmfUqKwBxrKdYolHchLRW2hXLPjDRUVHaaIdr-YlercXyjamIVIW-4PMF0-IIW2ImeqOMBunV9hBpX2h_Li5pMTavrlhRcFNvB6ingealcfWMDBW3rXP9APvKDGvYCw7QGQ5kzy3ps71CRUIpIQEFfvH23j20WAajsnjU3WMdu_7vNunal41BCz7qNqLmDcDEo7VRDUyFifnxsVH6PIU5F_otCcf3KccLlTdbkVmFZww6tAi4Sy0iy3nRCOBOLCW-RbYuCE4f0wpRmpzdg1N4k_RhD6yUmRleMMUUQsw6X78u1_1mVobd5UGeBNubMuymupOHS8ndenBFyXRLNtFhvSZ0z5RhXVe0QsfamEUoe3qiHyZk5Jxq0B_cH1qUdDfARY9_0JHtIQMzjSGVqpzn8fDW3b4ImtvxL9K3XdcQfq3w2bfd8Tz4wj5dc962d7kGr9Km74AmpYhIkkuo2wi1DrTXN0aPNDFInXLfQtD2zqgv_2ClCIC16GEP4-oc3O5dao5JrXUrx-CPIEiuRjQvrkB1nOxaTNbffjeG0eVRJt9tXj9ZMY9byR13nXxP2TXVfZbzXxm09NunpiWIa2KAnfEWTNwI8pB2GHtwBW_o0wRCbBL08sZLpqlfIZDfiSeMEAhLXoTSc0mc3jieON_dZkQI28rRBylnGQs60SJSa3ySwF7X-vk9oSA2up4GKCtdHr7cAXX71313fsPd0vmrYVwTa4o4RUD61FRaxZ7XkKAvjw8QrYI9OmLSforaukOIuMtoZu1NMdfczykdhKkR0kfPFseJkKganoEVvVOoya8Yl5XJGrH-ENUCAygRd-sI_ZJJW3sUQCe4uH6vc9z_PxSxN_m_P37y9sZgjaLvTnxg9Q4-o2Z72UkYwj8Fc2G0xhzbW9e6QfyjylMgN5oZz6biMVU_Ow5Y2LZYyPKXLxg_twdUy7dZ0aKznjQNDdFQ8gT_KJZqPxryTCgVwCIPpRXRFkW4QXhWpsjdrpusvbiuBuWsWEQOkycaQkQ6o2s598KUoOXM0WwXkhN5GaxFcYZV1GDsXYA2GqFxnSADAUXr7-9_rqfbMM93QtFvWTW4pjIldD9Tok-TTrK7NLhxVAS4HPiKPCQF8atqwBQURLf5LDoDAr3hOCQ9APBOh7asOwWYbYDLIbIXAGSzAvr6jYR6n3s4rJubZRZediwPPZ5MZUmF98o-_hMlwEw-FLd5QTY3OmktbRQcrUnpR-H3rVZJKchznIqD5kEapbZqfxcbX5yTpjfvGzFIZW8CODOKRARl9UTmHz8InwDMEo-hegrOE33nvhrB6mbOrGJcAXtb94uDTcOPpiMrQKWjoWemldSbsfb7oGHYgGBWxgt4HllMTPgI958EsTG3cmmhVY7rxm5GuxFEaWLuF1XFt3za7W/https://www.amazon.com/HP-Students-Business-Storage-Quad-Core/dp/B0FHHSFD3P/ref=sxbs_sbv_search_btf?content-id=amzn1.sym.37132d36-da68-4ed0-8d23-842f0825e4d6:amzn1.sym.37132d36-da68-4ed0-8d23-842f0825e4d6&cv_ct_cx=laptop&keywords=laptop&pd_rd_i=B0FHHSFD3P&pd_rd_r=b6fffa42-a56d-4ade-bcaa-044697a7b1b2&pd_rd_w=mDexg&pd_rd_wg=QB9R7&pf_rd_p=37132d36-da68-4ed0-8d23-842f0825e4d6&pf_rd_r=55N9BSSAP22CA1WT0G2F&qid=1763561848&sbo=RZvfv//HxDF+O5021pAnSA==&sr=1-1-a61ee601-6e56-4862-a8a2-1d3da5a5406f", "asin": "B0FHHSFD3P", "price": 259.99, "title": "HP Ultra Slim Laptop for Students and Business | 1 Year Office 365 | 1.1TB Storage (1TB Cloud and 64GB Hard Drive) | Intel Quad-Core, 8GB RAM | Windows 11 Home w/o Earbuds", "rating": 4.4, "rel_pos": 2, "currency": "USD", "is_video": true, "url_image": "https://aax-us-east-retail-direct.amazon.com/e/is/D8A8F2B64B75DAA625F6833085AA5FF3/impb?b=JJKQFCUWnl5QHRlxG3J55NYAAAGanHpAqgEAAAH2AQBvbm9fdHhuX2JpZDYgICBvbm9fdHhuX2ltcDIgICDyooep&w=0&bi=J2ZqNgk3b5TSoLCkcks5-qzEA5RqujMQEL-Ez0nsMfc8qN5FBoQx79CnUs92NGRo2QsYWsuMilBoJ9JJuoDNTtNs75RyrXSvOrMeFHZcMPyPI2SFhp6lSTWXixROTK7khxEnGrs1.docijA0yrqM9UNPSGGWnoGTgGe9E6OPUEySO-NB849GluuWMwKSTIXVwSCjVGg3hQbcv4iszOTi8TEHJskJGf10sE73eni5KzOdcykVFWmHbysUmzO8UUlfymOpM01Oxk9jomLcsYM6wRNFA-yNamglXSWEbDqLm7lKcsEquprhQwDn.GCJ2G0mr.qoKJCWRVFBn7W9ZlDs4C4jh1l2LAWyFdEBdIbBZhcU4TwjXD4XJuvYE1WKsJ.pVCOIKLkTxhKJDvR.3.oIN14Ls1UAoDhBxehObK200kjkUbO4L3kdrGSq2eOJOKCi2tiIf-Nq6KTVsXu5zKYXCRZwnJ6YwFEtWE49Dc.JJ9s_", "best_seller": false, "price_upper": 259.99, "is_sponsored": true, "manufacturer": "", "sales_volume": "1K+ bought in past month", "pricing_count": 1, "reviews_count": 120, "is_amazons_choice": false, "price_strikethrough": 349.99 } ], "organic": [ { "pos": 1, "url": "/Apple-2025-MacBook-13-inch-Laptop/dp/B0DZD9S5GC/ref=sr_1_1?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-1", "asin": "B0DZD9S5GC", "price": 749, "title": "Apple 2025 MacBook Air 13-inch Laptop with M4 chip: Built for Apple Intelligence, 13.6-inch Liquid Retina Display, 16GB Unified Memory, 256GB SSD Storage, 12MP Center Stage Camera, Touch ID; Midnight", "rating": 4.8, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71cWZUr9SVL._AC_UY218_.jpg", "best_seller": true, "price_upper": 749, "is_sponsored": false, "manufacturer": "", "pricing_count": 1, "reviews_count": 3900, "is_amazons_choice": false, "price_strikethrough": 999, "shipping_information": "FREE delivery Mon, Nov 24" }, { "pos": 2, "url": "/HP-Touchscreen-Display-Graphics-fc0099nr/dp/B0DZQCTH92/ref=sr_1_2?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-2", "asin": "B0DZQCTH92", "price": 356.28, "title": "HP 15.6 inch Laptop, HD Touchscreen Display, AMD Ryzen 3 7320U, 8 GB RAM, 128 GB SSD, AMD Radeon Graphics, Windows 11 Home in S Mode, Natural Silver, 15- fc0099nr", "rating": 4.4, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71UCaAbu4fL._AC_UY218_.jpg", "best_seller": false, "price_upper": 356.28, "is_sponsored": false, "manufacturer": "", "sales_volume": "4K+ bought in past month", "pricing_count": 1, "reviews_count": 333, "is_amazons_choice": true, "price_strikethrough": 409.99, "shipping_information": "FREE delivery Mon, Nov 24" }, { "pos": 3, "url": "/Lenovo-Business-Laptop-Processor-Ethernet/dp/B0FWFWXZ2J/ref=sr_1_3?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-3", "asin": "B0FWFWXZ2J", "price": 379.99, "title": "Lenovo V15 Business Laptop | 2025/2026 Edition | Intel Pentium 4-Core Series Processor | 15.6 FHD Screen (1920 x 1080) | 16GB RAM | 512GB PCIe SSD | WiFi-6 | Ethernet RJ-45 | Windows 11 Pro", "rating": 4.7, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71MFerxE5WL._AC_UY218_.jpg", "best_seller": false, "price_upper": 379.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "500+ bought in past month", "pricing_count": 1, "reviews_count": 10, "is_amazons_choice": false, "price_strikethrough": 699.99, "shipping_information": "FREE delivery Dec 1 - 3Or fastest delivery Tomorrow, Nov 20" }, { "pos": 4, "url": "/HP-Micro-edge-Microsoft-14-dq0040nr-Snowflake/dp/B0947BJ67M/ref=sr_1_4?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-4", "asin": "B0947BJ67M", "price": 170.23, "title": "HP 14 Laptop, Intel Celeron N4020, 4 GB RAM, 64 GB Storage, 14-inch Micro-edge HD Display, Windows 11 Home, Thin & Portable, 4K Graphics, One Year of Microsoft 365 (14-dq0040nr, Snowflake White)", "rating": 4.1, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/815uX7wkOZS._AC_UY218_.jpg", "best_seller": false, "price_upper": 170.23, "is_sponsored": false, "manufacturer": "", "sales_volume": "5K+ bought in past month", "pricing_count": 1, "reviews_count": 4400, "is_amazons_choice": false, "price_strikethrough": 229.99, "shipping_information": "FREE delivery Dec 10 - 16Or fastest delivery Dec 10 - 15" }, { "pos": 5, "url": "/HP-Chromebook-Graphics-Keyboard-14a-na0226nr/dp/B09SVSBVP1/ref=sr_1_5?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-5", "asin": "B09SVSBVP1", "price": 164.86, "title": "HP Chromebook 14 Laptop, Intel Celeron N4120, 4 GB RAM, 64 GB eMMC, 14\" HD Display, Chrome OS, Thin Design, 4K Graphics, Long Battery Life, Ash Gray Keyboard (14a-na0226nr, 2022, Mineral Silver)", "rating": 4.3, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71tXLOE7wIL._AC_UY218_.jpg", "best_seller": false, "price_upper": 164.86, "is_sponsored": false, "manufacturer": "", "sales_volume": "5K+ bought in past month", "pricing_count": 1, "reviews_count": 2400, "is_amazons_choice": false, "shipping_information": "FREE delivery Mon, Nov 24" }, { "pos": 6, "url": "/HP-Touchscreen-Computer-Processor-Bluetooth/dp/B0FT4CBGW8/ref=sr_1_6?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-6", "asin": "B0FT4CBGW8", "price": 599.99, "title": "HP 15.6\" Touchscreen FHD Laptop Computer for Student Home and Business, 16GB DDR4 RAM, 1TB PCIe SSD, Intel i3-N305 Processor 8-Core, WiFi 6, Bluetooth 5.4, Webcam, Type-C", "rating": 4.7, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71lfNrIZe-L._AC_UY218_.jpg", "best_seller": false, "price_upper": 599.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "100+ bought in past month", "pricing_count": 1, "reviews_count": 1500, "is_amazons_choice": false, "shipping_information": "FREE delivery Fri, Nov 21Or fastest delivery Tomorrow, Nov 20" }, { "pos": 7, "url": "/Dell-Latitude-3190-Touchscreen-Professional/dp/B0DNLDKY3S/ref=sr_1_7?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-7", "asin": "B0DNLDKY3S", "price": 124.99, "title": "Dell Latitude 3190 11.6\" HD 2-in-1 Touchscreen Laptop Intel N5030 1.1Ghz 4GB Ram 128GB SSD Windows 11 Professional (Renewed)", "rating": 4.1, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/51bDy5c3eJL._AC_UY218_.jpg", "best_seller": true, "price_upper": 124.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "3K+ bought in past month", "pricing_count": 1, "reviews_count": 292, "is_amazons_choice": false, "price_strikethrough": 159.99, "shipping_information": "FREE delivery Tomorrow, Nov 20" }, { "pos": 8, "url": "/HP-Ultrabook-Copilot-Storage-OneDrive/dp/B0FM5KF2F5/ref=sr_1_8?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-8", "asin": "B0FM5KF2F5", "price": 269.99, "title": "HP Ultrabook Laptop with Copilot AI & Office 365 • Intel 4-Core CPU • 1.1TB Storage (1TB OneDrive and 128GB SSD) • 8GB RAM • Windows 11 w/o Earbuds", "rating": 5, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71KLbSPDOsL._AC_UY218_.jpg", "best_seller": false, "price_upper": 269.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "100+ bought in past month", "pricing_count": 1, "reviews_count": 7, "is_amazons_choice": false, "price_strikethrough": 409.99, "shipping_information": "FREE delivery Tomorrow, Nov 20" }, { "pos": 9, "url": "/HP-Business-Powerful-Processor-i7-1355U/dp/B0FWGB91SR/ref=sr_1_9?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-9", "asin": "B0FWGB91SR", "price": 499.99, "title": "HP 17.3\" FHD Business Laptop 2025/2026 Edition, Powerful AMD Ryzen 5 7000 Series Processor (Beats Intel i7-1355U), 16GB RAM, 512GB SSD, USB-C, HDMI, Wi-Fi 6, Windows 11 + Copilot, w/WOWPC USB", "rating": 4.5, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/61bQMfOQ42L._AC_UY218_.jpg", "best_seller": false, "price_upper": 499.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "200+ bought in past month", "pricing_count": 1, "reviews_count": 13, "is_amazons_choice": false, "price_strikethrough": 849.99, "shipping_information": "FREE delivery Fri, Nov 28Or fastest delivery Tomorrow, Nov 20" }, { "pos": 10, "url": "/NIMO-Light-Gaming-Laptop-i7-1360P-Computer-Fingerprint/dp/B0FPR91V6L/ref=sr_1_10?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-10", "asin": "B0FPR91V6L", "price": 599.97, "title": "NIMO 15.6\" Light-Gaming-Laptop, 8 Cores AMD Ryzen 7 Pro 6850U 32GB LPDDR5 RAM 1TB SSD (Beat i7-1360P Up to 4.7GHz) AMD Radeon 680M GPU IPS FHD Computer with 100W Type-C Backlit Keyboard Fingerprint", "rating": 4.8, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71U6gwVtvZL._AC_UY218_.jpg", "best_seller": false, "price_upper": 599.97, "is_sponsored": false, "manufacturer": "", "sales_volume": "500+ bought in past month", "pricing_count": 1, "reviews_count": 56, "is_amazons_choice": false, "price_strikethrough": 999.99, "shipping_information": "FREE delivery Tue, Nov 25Or fastest delivery Tomorrow, Nov 20" }, { "pos": 11, "url": "/HP-Students-Business-Storage-Quad-Core/dp/B0FHHSFD3P/ref=sr_1_11?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-11", "asin": "B0FHHSFD3P", "price": 259.99, "title": "HP Ultra Slim Laptop for Students and Business | 1 Year Office 365 | 1.1TB Storage (1TB Cloud and 64GB Hard Drive) | Intel Quad-Core, 8GB RAM | Windows 11 Home w/o Earbuds", "rating": 4.4, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/7156U9adB3L._AC_UY218_.jpg", "best_seller": false, "price_upper": 259.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "1K+ bought in past month", "pricing_count": 1, "reviews_count": 120, "is_amazons_choice": false, "price_strikethrough": 349.99, "shipping_information": "FREE delivery Fri, Nov 21Or fastest delivery Tomorrow, Nov 20" }, { "pos": 12, "url": "/HP-Ultrabook-Storage-OneDrive-Windows/dp/B0FB38NSP7/ref=sr_1_12?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-12", "asin": "B0FB38NSP7", "price": 279.97, "title": "HP Rose Gold Ultrabook 14 Laptop with Office 365, Intel 4-Core CPU, 1.1TB Storage (1TB OneDrive and 128GB Emmc), 8GB RAM, Windows 11, No Mouse", "rating": 4.4, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/718DajU1jVL._AC_UY218_.jpg", "best_seller": false, "price_upper": 279.97, "is_sponsored": false, "manufacturer": "", "sales_volume": "500+ bought in past month", "pricing_count": 1, "reviews_count": 103, "is_amazons_choice": false, "price_strikethrough": 349.99, "shipping_information": "FREE delivery Fri, Nov 21Or fastest delivery Tomorrow, Nov 20" }, { "pos": 13, "url": "/HP-Computer-High-Performance-Ultra-Quiet-Microsoft/dp/B0FVG6K8KF/ref=sr_1_13?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-13", "asin": "B0FVG6K8KF", "price": 399.99, "title": "HP New 15.6 inch Laptop Computer, 2025/2026 Edition, Intel High-Performance 4 cores N100 CPU, 16GB RAM, 1TB SSD, Long Battery Life, Ultra-Quiet Design, Windows 11 Pro with Microsoft Office", "rating": 4.4, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/61H4Jg4ZLUL._AC_UY218_.jpg", "best_seller": false, "price_upper": 399.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "400+ bought in past month", "pricing_count": 1, "reviews_count": 202, "is_amazons_choice": false, "shipping_information": "FREE delivery Tomorrow, Nov 20" }, { "pos": 14, "url": "/HP-Touchscreen-Display-Graphics-14-em0499nr/dp/B0DWQ1VGJB/ref=sr_1_14?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-14", "asin": "B0DWQ1VGJB", "price": 410.39, "title": "HP 14 inch Laptop, HD Touchscreen Display, AMD Ryzen 5 7520U, 8 GB RAM, 512 GB SSD, AMD Radeon Graphics, Windows 11 Home, Natural Silver, 14-em0499nr", "rating": 4.3, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71Iofo+c41L._AC_UY218_.jpg", "best_seller": false, "price_upper": 410.39, "is_sponsored": false, "manufacturer": "", "sales_volume": "500+ bought in past month", "pricing_count": 1, "reviews_count": 63, "is_amazons_choice": false, "shipping_information": "FREE delivery Mon, Nov 24" }, { "pos": 15, "url": "/Apple-MacBook-Laptop-14‑core-20‑core/dp/B0DLHGVQ7J/ref=sr_1_15?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-15", "asin": "B0DLHGVQ7J", "price": 2535.07, "title": "Apple 2024 MacBook Pro Laptop with M4 Pro, 14‑core CPU, 20‑core GPU: Built for Apple Intelligence, 16.2-inch Liquid Retina XDR Display, 48GB Unified Memory, 512GB SSD Storage; Silver", "rating": 4.8, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/61RBRmppCjL._AC_UY218_.jpg", "best_seller": false, "price_upper": 2535.07, "is_sponsored": false, "manufacturer": "", "sales_volume": "50+ bought in past month", "pricing_count": 1, "reviews_count": 503, "is_amazons_choice": false, "price_strikethrough": 2899, "shipping_information": "FREE delivery Mon, Nov 24" }, { "pos": 16, "url": "/HP-Touchscreen-Display-Graphics-15-fc0399nr/dp/B0DWMLHYJ5/ref=sr_1_16?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-16", "asin": "B0DWMLHYJ5", "price": 329.99, "title": "HP 15.6 inch Laptop, HD Touchscreen Display, AMD Ryzen 3 7320U, 8 GB RAM, 256 GB SSD, AMD Radeon Graphics, Windows 11 Home, Natural Silver, 15-fc0399nr", "rating": 4.5, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71XTCkgshfL._AC_UY218_.jpg", "best_seller": false, "price_upper": 329.99, "is_sponsored": false, "manufacturer": "", "sales_volume": "2K+ bought in past month", "pricing_count": 1, "reviews_count": 321, "is_amazons_choice": false, "price_strikethrough": 439.99, "shipping_information": "FREE delivery Mon, Nov 24" } ], "suggested": [], "amazons_choices": [ { "pos": 2, "url": "/HP-Touchscreen-Display-Graphics-fc0099nr/dp/B0DZQCTH92/ref=sr_1_2?dib=eyJ2IjoiMSJ9.HQntUDl3-aPkMjwfefcVP72bnxcv3W1lEYeqrxA2ZNptOUJm1MOWCS2QFmChSCGdG7WaLzmOo1oX4dG950QsKvsQv6gF8Gx_IaaqaN0V6y0LB76-XCIAixXGlA_0oWWc1zlBiIaU-N6CBio26rA6mlSVqa86DFs7Voxtu0CdwcL1OJoOQq_RQu8wY1bgLOYj6yRtoBm2QMswaKsTCz-or_YYJ6fQyOy0p6CHhcqyjAc.fd6dxS9TMtnI9Wecm4KwHgXzm6MJdAWkqrvEGb6xBD4&dib_tag=se&keywords=laptop&qid=1763561848&sr=8-2", "asin": "B0DZQCTH92", "price": 356.28, "title": "HP 15.6 inch Laptop, HD Touchscreen Display, AMD Ryzen 3 7320U, 8 GB RAM, 128 GB SSD, AMD Radeon Graphics, Windows 11 Home in S Mode, Natural Silver, 15- fc0099nr", "rating": 4.4, "currency": "USD", "is_prime": false, "url_image": "https://m.media-amazon.com/images/I/71UCaAbu4fL._AC_UY218_.jpg", "best_seller": false, "price_upper": 356.28, "is_sponsored": false, "manufacturer": "", "sales_volume": "4K+ bought in past month", "pricing_count": 1, "reviews_count": 333, "is_amazons_choice": true, "price_strikethrough": 409.99, "shipping_information": "FREE delivery Mon, Nov 24" } ] }, "refinements": { "input": [ { "link": "/s?k=laptop&rh=p_n_g-1002980457111%3A23936568011&dc&language=en_US&qid=1763561848&rnid=23611390011&ref=sr_nr_p_n_g-1002980457111_1&ds=v1%3AKrxB94x0Q%2FYFT7%2FM5PMm2EnakhebbgPHxCd3Vl3oN%2Bo", "name": "Touch Bar", "value": "p_n_g-1002980457111/23936568011", "refinement_display_name": "Input" }, { "link": "/s?k=laptop&rh=p_n_g-1002980457111%3A120120115011&dc&language=en_US&qid=1763561848&rnid=23611390011&ref=sr_nr_p_n_g-1002980457111_2&ds=v1%3A3XEayEN5r3hBqaf8oY4akvZvLcTqKC%2FH%2Fig8KTA7hCM", "name": "Touch Pad", "value": "p_n_g-1002980457111/120120115011", "refinement_display_name": "Input" }, { "link": "/s?k=laptop&rh=p_n_g-1002980457111%3A23611396011&dc&language=en_US&qid=1763561848&rnid=23611390011&ref=sr_nr_p_n_g-1002980457111_3&ds=v1%3A7KCSvv1AAuVHQaykZWgUJs0REt3gkgojCsk7x7mQp8Y", "name": "Touchscreen", "value": "p_n_g-1002980457111/23611396011", "refinement_display_name": "Input" }, { "link": "/s?k=laptop&rh=p_n_g-1002980457111%3A23611397011&dc&language=en_US&qid=1763561848&rnid=23611390011&ref=sr_nr_p_n_g-1002980457111_4&ds=v1%3AHbMKj7OBOu2h8eICCRDZQbibXhRFIvy4mE5NgGw%2BKn4", "name": "Touchscreen with Stylus Support", "value": "p_n_g-1002980457111/23611397011", "refinement_display_name": "Input" } ], "brands": [ { "link": "/s?k=laptop&rh=p_123%3A308445&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_1&ds=v1%3Aj%2BjrSQaF9PCBSRApv2CRLOoEesu8WyFDZiZ6lnkycqU", "name": "HP", "value": "p_123/308445", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A391242&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_2&ds=v1%3ApMtx37cz96m3W0EVWDfhwbMufdRXu9GQXRaDZqAMwk4", "name": "Lenovo", "value": "p_123/391242", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A241862&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_3&ds=v1%3AKwJ7uKbwQ5j1fKTAj2M%2B2ndAfZoYSxXgXQWbyIwNKac", "name": "Dell", "value": "p_123/241862", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A110955&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_4&ds=v1%3AF8rMjP26IYtTwTQhwUEZDC8NL%2BiiZeES0TjEkZlY%2Baw", "name": "Apple", "value": "p_123/110955", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A219979&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_5&ds=v1%3ARcpXZEpPWYEtqqGJNilhql8voLBdDbZ6d0iep%2BqGwPE", "name": "ASUS", "value": "p_123/219979", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A247341&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_6&ds=v1%3A5uublBQZKEDvzz1CYXhrETTVXKdcvSf3ZfQNAmmQZvY", "name": "acer", "value": "p_123/247341", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A42439&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_7&ds=v1%3AZ3CVg9uzyLypvQ259ygrQDtczWAZ%2BWGU4MPi37EuNUI", "name": "Microsoft", "value": "p_123/42439", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A46655&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_8&ds=v1%3AtdKsZoekLKEBbKzSAi6mwI8%2B180ejOfe%2BOgT8eNXGxI", "name": "Samsung", "value": "p_123/46655", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A378555&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_9&ds=v1%3AeGYhOOLV%2Fv0b4kzubdLEHLfkYgGbIZRs%2BFpYQGn5TTQ", "name": "msi", "value": "p_123/378555", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A245123&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_10&ds=v1%3AHGZpv9JArrvZO5TG9QWmxXaf6gVSKAIhWe0ASwhrvg0", "name": "Alienware", "value": "p_123/245123", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A220854&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_11&ds=v1%3AIkYWD%2Bpz0o5HYjmb7Pzg717VO3UBeiY%2BOrisZTOJo0s", "name": "Razer", "value": "p_123/220854", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A46658&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_12&ds=v1%3AJ9dXYnjqyuVbd3YieCYx098z701jaAwf8ubERU77zbs", "name": "LG", "value": "p_123/46658", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A249156&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_13&ds=v1%3AmvyMN0CFno%2BjU4YPw7EbQchBeLLGAVa2TMkh8aWE3iM", "name": "GIGABYTE", "value": "p_123/249156", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A331399&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_14&ds=v1%3A4G8y2iDVz3En6N%2BqXxIrCCjWECqpFl79f7MuexUI7kw", "name": "TOSHIBA", "value": "p_123/331399", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A237204&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_15&ds=v1%3AWFMGB2QJiuxx3CdIcRGdSDSqeDlUKsVFDDJFv3ktykk", "name": "Sony", "value": "p_123/237204", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A254407&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_16&ds=v1%3A5nVCIU8aiVlMvMSOiDf8x6opddFk%2BVKmbntSdiDi580", "name": "Panasonic", "value": "p_123/254407", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A370584&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_17&ds=v1%3AiSo9wpYiV%2FEzzsqz3rf6g5nS4oqlxMNH0cL%2B2GENegs", "name": "Google", "value": "p_123/370584", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A402779&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_18&ds=v1%3An75LJTWhyy0yvAuh%2BB0lDlznEV%2FJkMtMoE9RFMLHFzU", "name": "Gateway", "value": "p_123/402779", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A134356&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_19&ds=v1%3Aggc0%2Bijw97ChM0mnx4VO%2FdMKMn9WhgdmI2R2cl02VTU", "name": "CHUWI", "value": "p_123/134356", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A254596&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_20&ds=v1%3Ay0NvkmnUB07NNx71rjZYFRyHquHugd4seBfOvAZdqP4", "name": "Fujitsu", "value": "p_123/254596", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A370934&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_21&ds=v1%3Ay2P9e4IrY4C6YR2HiHzjRT54FLHRLFoYqw7wsVyuTgk", "name": "Toughbook", "value": "p_123/370934", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A4951349&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_22&ds=v1%3AzU%2Bh5Ib9tFrkFS%2BvCJQiayZ9q1tvU4G5eL7srb27HUk", "name": "ACEMAGIC", "value": "p_123/4951349", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A323125&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_23&ds=v1%3AzJ%2BNm5PrcegVejGbCAkL4%2FPFmwFGyW41Sv9UEB8vbWM", "name": "Amazon", "value": "p_123/323125", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A213704&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_24&ds=v1%3AoEvze1NZ8QVX0jtFplSmsVjsNqZ9%2FaFhvK9NaUgBgFA", "name": "Logitech", "value": "p_123/213704", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A341127&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_25&ds=v1%3AQXVIYSmnDTffGKvkQVH8nk6qBiMJFBY%2BykDeWLqO8kc", "name": "AMD", "value": "p_123/341127", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A368902&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_26&ds=v1%3A6%2BirG%2FM8WacwT7n2vfQvOKBFLRR9LF2OLpuHyma8LL0", "name": "Intel", "value": "p_123/368902", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A3017039&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_27&ds=v1%3AvLElCqC%2B0QWSMVz4mCZv%2BFFndJfxv%2FFdXjj8m8ZZNUc", "name": "GPD", "value": "p_123/3017039", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A2036&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_28&ds=v1%3AXl9rBpDFX%2F0hS7XqxgVjs7%2FfFYXkehBaeBfJdc4FfOU", "name": "Samsonite", "value": "p_123/2036", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A250015&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_29&ds=v1%3AkwMZE7kN0oGQ8bW7eD6Mtw8%2F6QuQp0LHxaApaqzBVMY", "name": "ASURION", "value": "p_123/250015", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A3271&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_30&ds=v1%3AOEcW6dbbyWsYAgReOlxIEOLZo3o72DwpVfu8yLuSMBY", "name": "Anker", "value": "p_123/3271", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A240114&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_31&ds=v1%3AsUw2vYS9MChf7QHfE55m0qRsGGHDYmEwPmP1qmRz6os", "name": "JanSport", "value": "p_123/240114", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A196635&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_32&ds=v1%3AXui6iOvQ86F3mX3DwP%2F4eBkpJBfMA0vwLuMfqSTSudQ", "name": "The North Face", "value": "p_123/196635", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A7922009&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_33&ds=v1%3AkiQVn%2FHdwSHPz4SNLnNDVDUL0HXVGAVs0K21Sy%2BU7dY", "name": "NIMO", "value": "p_123/7922009", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A245217&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_34&ds=v1%3AYyImDhdR93wE8pSXQv5DoIjizcghx1dSN9pGLAjl87M", "name": "LOVEVOOK", "value": "p_123/245217", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A248671&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_35&ds=v1%3At1XVsL0sC69W4o%2F%2FbY6OKFvmODfQYY5Nl%2FyNzPpIScA", "name": "Corsair", "value": "p_123/248671", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A234478&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_36&ds=v1%3AqgqzErCwwfqHGFQ9DdCLTnl%2FeSr%2BCVWHYvl%2FLT7s5o4", "name": "Amazon Basics", "value": "p_123/234478", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A258138&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_37&ds=v1%3AFUJbjyzldl3tPB4dWgXsDMRRtV6O8YazBo76spbev3c", "name": "SwissGear", "value": "p_123/258138", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A236681&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_38&ds=v1%3AWFHOcY0O%2BpyP1GfsA5v3DDzlhoS%2Fa6juZkIkzYlxIZs", "name": "Thule", "value": "p_123/236681", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A18437&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_39&ds=v1%3AcxAD373QseWlQPSKbn5ciOJpm8C4XFg478R0R6Q9V74", "name": "Oakley", "value": "p_123/18437", "refinement_display_name": "Brands" }, { "link": "/s?k=laptop&rh=p_123%3A253265&dc&language=en_US&qid=1763561848&rnid=85457740011&ref=sr_nr_p_123_40&ds=v1%3AtQTWroqEHFuyU3L7Ex1%2FLMD%2FPhVek1NiRt%2BATk7yO4o", "name": "Beelink", "value": "p_123/253265", "refinement_display_name": "Brands" } ], "seller": [ { "link": "/s?k=laptop&rh=p_6%3AA159YX9LB4D00Q&dc&language=en_US&qid=1763561848&rnid=303116011&ref=sr_nr_p_6_1&ds=v1%3A2EduIzCcL6W5qNPnhnRaytY3XH%2BHWN3Pb8RNKDTbijE", "name": "Power4Laptops UK", "value": "p_6/A159YX9LB4D00Q", "refinement_display_name": "Seller" }, { "link": "/s?k=laptop&rh=p_6%3AATVPDKIKX0DER&dc&language=en_US&qid=1763561848&rnid=303116011&ref=sr_nr_p_6_2&ds=v1%3AueNYh0l0sycuTmZhdTy3Uuctq4B2hEdxU7Gf%2BEYtD4U", "name": "Amazon.com", "value": "p_6/ATVPDKIKX0DER", "refinement_display_name": "Seller" }, { "link": "/s?k=laptop&rh=p_6%3AA2L77EE7U53NWQ&dc&language=en_US&qid=1763561848&rnid=303116011&ref=sr_nr_p_6_3&ds=v1%3AX6G3iAKrBYBsMlQIuduAtLS7HW%2FSmoPMxY8L9%2B2J08o", "name": "Amazon Resale", "value": "p_6/A2L77EE7U53NWQ", "refinement_display_name": "Seller" }, { "link": "/s?k=laptop&rh=p_6%3AA29PHU0KPCGV8S&dc&language=en_US&qid=1763561848&rnid=303116011&ref=sr_nr_p_6_4&ds=v1%3AM2QPeVp%2FtYR0iW6R6Ag7qPSoOmJBQ9KiFyzZRP7ls78", "name": "The Factory Depot", "value": "p_6/A29PHU0KPCGV8S", "refinement_display_name": "Seller" }, { "link": "/s?k=laptop&rh=p_6%3AAAZRLVTNON75Z&dc&language=en_US&qid=1763561848&rnid=303116011&ref=sr_nr_p_6_5&ds=v1%3AG4MrwYOhWQ9I%2FRGxk6msnbqk8jqqMN1veONTxbwFPiE", "name": "Triplenet Pricing INC", "value": "p_6/AAZRLVTNON75Z", "refinement_display_name": "Seller" }, { "link": "/s?k=laptop&rh=p_6%3AA1XBPHGHAXLHDG&dc&language=en_US&qid=1763561848&rnid=303116011&ref=sr_nr_p_6_6&ds=v1%3AG4bOgvRVSNevktf%2Fb1KglR0cIiooCzOp14AKlEBXoEc", "name": "SpaceBound", "value": "p_6/A1XBPHGHAXLHDG", "refinement_display_name": "Seller" }, { "link": "/s?k=laptop&rh=p_6%3AA284PRV19Y1MTF&dc&language=en_US&qid=1763561848&rnid=303116011&ref=sr_nr_p_6_7&ds=v1%3A%2F00Jm35NIgj%2BG%2BjLQMYbJ2XhhjA9kd%2FnfnPFHjWMpOo", "name": "IPC-STORE✅", "value": "p_6/A284PRV19Y1MTF", "refinement_display_name": "Seller" } ], "weight": [ { "link": "/s?k=laptop&rh=p_n_g-1004196842091%3A9521903011&dc&language=en_US&qid=1763561848&rnid=9521902011&ref=sr_nr_p_n_g-1004196842091_1&ds=v1%3AdMP1U1puMt7CCk88FSjaFz3WmF1r7vRFr3BDObr4zrk", "name": "Up to 3 Pounds", "value": "p_n_g-1004196842091/9521903011", "refinement_display_name": "Weight" }, { "link": "/s?k=laptop&rh=p_n_g-1004196842091%3A13580795011&dc&language=en_US&qid=1763561848&rnid=9521902011&ref=sr_nr_p_n_g-1004196842091_2&ds=v1%3AgedUKtVZ2VS%2BYkaoHCqH8%2BT3aMBq385dMRpKVOxs9Hc", "name": "3 to 3.9 Pounds", "value": "p_n_g-1004196842091/13580795011", "refinement_display_name": "Weight" }, { "link": "/s?k=laptop&rh=p_n_g-1004196842091%3A13580796011&dc&language=en_US&qid=1763561848&rnid=9521902011&ref=sr_nr_p_n_g-1004196842091_3&ds=v1%3AknVy7xt0UiJXAZ7T9es7yhG1SWowR5oaYXzlu1whoC0", "name": "4 to 4.9 Pounds", "value": "p_n_g-1004196842091/13580796011", "refinement_display_name": "Weight" }, { "link": "/s?k=laptop&rh=p_n_g-1004196842091%3A13580797011&dc&language=en_US&qid=1763561848&rnid=9521902011&ref=sr_nr_p_n_g-1004196842091_4&ds=v1%3Ac7o3BJWq1e%2FdgnKMnkNa69XSKYxGf1us7A6QmugUCTg", "name": "5 to 5.9 Pounds", "value": "p_n_g-1004196842091/13580797011", "refinement_display_name": "Weight" }, { "link": "/s?k=laptop&rh=p_n_g-1004196842091%3A13580798011&dc&language=en_US&qid=1763561848&rnid=9521902011&ref=sr_nr_p_n_g-1004196842091_5&ds=v1%3AgdQ7ae5CwJ9IdF7AKoO2WjX9s4zrcrZudaGRHeEj%2FpE", "name": "6 to 6.9 Pounds", "value": "p_n_g-1004196842091/13580798011", "refinement_display_name": "Weight" }, { "link": "/s?k=laptop&rh=p_n_g-1004196842091%3A13580799011&dc&language=en_US&qid=1763561848&rnid=9521902011&ref=sr_nr_p_n_g-1004196842091_6&ds=v1%3AscMz5nmeg7lEfj0gkWwFxy0eFZh64Rzrrbwr7jh%2BzaY", "name": "7 to 7.9 Pounds", "value": "p_n_g-1004196842091/13580799011", "refinement_display_name": "Weight" }, { "link": "/s?k=laptop&rh=p_n_g-1004196842091%3A9521906011&dc&language=en_US&qid=1763561848&rnid=9521902011&ref=sr_nr_p_n_g-1004196842091_7&ds=v1%3A%2FiuD2kYkB38XSA2%2B5BjtPhFN4LBzdMWiXHOV2xhutnc", "name": "8 Pounds & Above", "value": "p_n_g-1004196842091/9521906011", "refinement_display_name": "Weight" } ], "voltage": [ { "link": "/s?k=laptop&rh=p_n_g-101015495677111%3A122272129011&dc&language=en_US&qid=1763561848&rnid=122272100011&ref=sr_nr_p_n_g-101015495677111_1&ds=v1%3A%2B%2Bt8RJQDO7zkeBAQn4sRZnPCDCH0AR8Lwp%2F6CDHtTGI", "name": "Up to 4 V", "value": "p_n_g-101015495677111/122272129011", "refinement_display_name": "Voltage" }, { "link": "/s?k=laptop&rh=p_n_g-101015495677111%3A122272126011&dc&language=en_US&qid=1763561848&rnid=122272100011&ref=sr_nr_p_n_g-101015495677111_2&ds=v1%3A%2BO22E%2FuBSW7OzN5R6EL3LXWPmDrMwiN%2Bs5gHuiVwkcc", "name": "5 to 14 V", "value": "p_n_g-101015495677111/122272126011", "refinement_display_name": "Voltage" }, { "link": "/s?k=laptop&rh=p_n_g-101015495677111%3A122272127011&dc&language=en_US&qid=1763561848&rnid=122272100011&ref=sr_nr_p_n_g-101015495677111_3&ds=v1%3AssBiGRd3H64LLaui70dblAj3efXFXz2Ai3dOuTEKD24", "name": "15 to 19 V", "value": "p_n_g-101015495677111/122272127011", "refinement_display_name": "Voltage" }, { "link": "/s?k=laptop&rh=p_n_g-101015495677111%3A122272128011&dc&language=en_US&qid=1763561848&rnid=122272100011&ref=sr_nr_p_n_g-101015495677111_4&ds=v1%3Ai3g6CZu4qvkRkeKghjXN7c3b95O9D2unTHMOaNjgOaE", "name": "20 V & above", "value": "p_n_g-101015495677111/122272128011", "refinement_display_name": "Voltage" } ], "ram_size": [ { "link": "/s?k=laptop&rh=p_n_g-1003119721111%3A122309459011&dc&language=en_US&qid=1763561848&rnid=23720416011&ref=sr_nr_p_n_g-1003119721111_1&ds=v1%3AexlMRsmLSMFsZZpnKVuQil7YE9egRYc0hSt5wRjHG2Q", "name": "128 GB", "value": "p_n_g-1003119721111/122309459011", "refinement_display_name": "RAM Size" }, { "link": "/s?k=laptop&rh=p_n_g-1003119721111%3A23720421011&dc&language=en_US&qid=1763561848&rnid=23720416011&ref=sr_nr_p_n_g-1003119721111_2&ds=v1%3AmSiykhRjrMshUE92IObN72xqTvp7CuFW45M72L03xE4", "name": "64 GB", "value": "p_n_g-1003119721111/23720421011", "refinement_display_name": "RAM Size" }, { "link": "/s?k=laptop&rh=p_n_g-1003119721111%3A23720422011&dc&language=en_US&qid=1763561848&rnid=23720416011&ref=sr_nr_p_n_g-1003119721111_3&ds=v1%3ASKjy05kRMUQHOj1HGsd2cPfIKyGIo1H3KNAepNR%2BSpY", "name": "32 GB", "value": "p_n_g-1003119721111/23720422011", "refinement_display_name": "RAM Size" }, { "link": "/s?k=laptop&rh=p_n_g-1003119721111%3A23720418011&dc&language=en_US&qid=1763561848&rnid=23720416011&ref=sr_nr_p_n_g-1003119721111_4&ds=v1%3AN5sB0%2Bu4hBIknmM%2Flowhff0bA%2B4wsvyf3BOiN%2BE7ngA", "name": "16 GB", "value": "p_n_g-1003119721111/23720418011", "refinement_display_name": "RAM Size" }, { "link": "/s?k=laptop&rh=p_n_g-1003119721111%3A23720419011&dc&language=en_US&qid=1763561848&rnid=23720416011&ref=sr_nr_p_n_g-1003119721111_5&ds=v1%3Aie3ylI1qQmm4rE0Y0isqJrTjeHYFbBukQu2AyTdSiTA", "name": "8 GB", "value": "p_n_g-1003119721111/23720419011", "refinement_display_name": "RAM Size" }, { "link": "/s?k=laptop&rh=p_n_g-1003119721111%3A23720420011&dc&language=en_US&qid=1763561848&rnid=23720416011&ref=sr_nr_p_n_g-1003119721111_6&ds=v1%3A%2Fid27GBI7lF4usJ6fuWK%2B0JdekJzeYQ7p1%2FVIbC%2FHY8", "name": "4 GB", "value": "p_n_g-1003119721111/23720420011", "refinement_display_name": "RAM Size" }, { "link": "/s?k=laptop&rh=p_n_g-1003119721111%3A23720417011&dc&language=en_US&qid=1763561848&rnid=23720416011&ref=sr_nr_p_n_g-1003119721111_7&ds=v1%3A5sOjQS%2BpNdtyCQHOKk0cVCskPi3w9UKypP%2B%2FPNYCU7o", "name": "2 GB", "value": "p_n_g-1003119721111/23720417011", "refinement_display_name": "RAM Size" } ], "ram_type": [ { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268341011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_1&ds=v1%3AYgfoqt%2FcjPW9EUSuuCj%2BxeiPw1UgHsNhbtvuGmhwR7M", "name": "DDR DRAM", "value": "p_n_g-101015495447111/122268341011", "refinement_display_name": "RAM Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268343011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_2&ds=v1%3APrbi6x%2BarABpxVs0UxgfvyUj69I5Lv8jscNh8h9jFlo", "name": "DDR SDRAM", "value": "p_n_g-101015495447111/122268343011", "refinement_display_name": "RAM Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268347011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_3&ds=v1%3AKpefqGgo9r7kqcv%2BuJdFuatA1npLXidIzMGefUxP%2BoQ", "name": "DDR2 SDRAM", "value": "p_n_g-101015495447111/122268347011", "refinement_display_name": "RAM Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268345011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_4&ds=v1%3AE8PUaZtW05xvbtjTRtkSglmG1KNQkS2VnyNAskrBWrQ", "name": "DDR3 SDRAM", "value": "p_n_g-101015495447111/122268345011", "refinement_display_name": "RAM Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268344011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_5&ds=v1%3AuQUjHfLb%2B2%2FBcthtkHxmMxajXIS1E37yYM%2Bl1a3QJP4", "name": "DDR4 SDRAM", "value": "p_n_g-101015495447111/122268344011", "refinement_display_name": "RAM Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268346011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_6&ds=v1%3AiCvOqJIu4iTiEWFyOpAjowvUYH0L242RXTezdI5bevs", "name": "DDR5 RAM", "value": "p_n_g-101015495447111/122268346011", "refinement_display_name": "RAM Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268340011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_7&ds=v1%3A469RulQmBkyymPXx32OMPFcBNb0M6CF3Vl9bWw1uUYI", "name": "SDRAM", "value": "p_n_g-101015495447111/122268340011", "refinement_display_name": "RAM Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015495447111%3A122268339011&dc&language=en_US&qid=1763561848&rnid=122268192011&ref=sr_nr_p_n_g-101015495447111_8&ds=v1%3AHaq7x8R4GvFVlqkyEfi71NdZuwYiQNYOnFEW4Z5uyNA", "name": "SODIMM", "value": "p_n_g-101015495447111/122268339011", "refinement_display_name": "RAM Type" } ], "condition": [ { "link": "/s?k=laptop&rh=p_n_condition-type%3A2224371011&dc&language=en_US&qid=1763561848&rnid=2224369011&ref=sr_nr_p_n_condition-type_1&ds=v1%3ASxTHw27SYlEJk675JO7ZXqF61I%2F4e7GYD1lNaBmKFNM", "name": "New", "value": "p_n_condition-type/2224371011", "refinement_display_name": "Condition" }, { "link": "/s?k=laptop&rh=p_n_condition-type%3A16907720011&dc&language=en_US&qid=1763561848&rnid=2224369011&ref=sr_nr_p_n_condition-type_2&ds=v1%3AUrubPefw%2BWM7U6UrKkaQQCr8PZfthPX5sWqnHVq4XgU", "name": "Renewed", "value": "p_n_condition-type/16907720011", "refinement_display_name": "Condition" }, { "link": "/s?k=laptop&rh=p_n_condition-type%3A2224373011&dc&language=en_US&qid=1763561848&rnid=2224369011&ref=sr_nr_p_n_condition-type_3&ds=v1%3AoC%2FM95SgWiWg6wgHtFL8P9nI%2FMZN9KK7sKWOMTTxw%2F4", "name": "Used", "value": "p_n_condition-type/2224373011", "refinement_display_name": "Condition" } ], "department": [ { "link": "/s?k=laptop&rh=n%3A13896617011&dc&language=en_US&qid=1763561848&rnid=2941120011&ref=sr_nr_n_1&ds=v1%3AlI1xtTLdwo3j0btgoQn5BplF7s1cF%2F5rVbpUH2QLBpI", "name": "Computers & Tablets", "value": "n:13896617011", "refinement_display_name": "Department" }, { "link": "/s?k=laptop&rh=n%3A13896617011%2Cn%3A13896615011&dc&language=en_US&qid=1763561848&rnid=2941120011&ref=sr_nr_n_2&ds=v1%3AnkYKCaUl7vyMzmEuzEAYcm6yXgrgxsdi0ylg8PUgaNE", "name": "Traditional Laptop Computers", "value": "n:13896617011,n:13896615011", "refinement_display_name": "Department" }, { "link": "/s?k=laptop&rh=n%3A13896617011%2Cn%3A13896609011&dc&language=en_US&qid=1763561848&rnid=2941120011&ref=sr_nr_n_3&ds=v1%3ABsq0KJyl%2FTS1tNBMIsOlY1Qb319cTVfPwdc6nC6pXPQ", "name": "2 in 1 Laptop Computers", "value": "n:13896617011,n:13896609011", "refinement_display_name": "Department" }, { "link": "/s?k=laptop&rh=n%3A13896617011%2Cn%3A1232597011&dc&language=en_US&qid=1763561848&rnid=2941120011&ref=sr_nr_n_4&ds=v1%3AfTHCagTbdkfSWKVKG5qPMkilFoK%2BwiWPHdjvafXpcCg", "name": "Computer Tablets", "value": "n:13896617011,n:1232597011", "refinement_display_name": "Department" } ], "model_year": [ { "link": "/s?k=laptop&rh=p_n_g-101015496666111%3A122268386011&dc&language=en_US&qid=1763561848&rnid=122268195011&ref=sr_nr_p_n_g-101015496666111_1&ds=v1%3ADp2kXgpb500EIH4W%2FMQHv2eI7gWfl%2Bh%2BYt1ezIjGQto", "name": "Up to 2020", "value": "p_n_g-101015496666111/122268386011", "refinement_display_name": "Model Year" }, { "link": "/s?k=laptop&rh=p_n_g-101015496666111%3A122268385011&dc&language=en_US&qid=1763561848&rnid=122268195011&ref=sr_nr_p_n_g-101015496666111_2&ds=v1%3AVU6GX%2F%2FMlnA82bNuE6eCk7FJEBlpmSKOfuzrEfDXMYA", "name": "2021", "value": "p_n_g-101015496666111/122268385011", "refinement_display_name": "Model Year" }, { "link": "/s?k=laptop&rh=p_n_g-101015496666111%3A122268389011&dc&language=en_US&qid=1763561848&rnid=122268195011&ref=sr_nr_p_n_g-101015496666111_3&ds=v1%3APcA6oqov1ngkl%2BJA823Ex2Zsx6ckW%2BuxHEf7VixU0X0", "name": "2022", "value": "p_n_g-101015496666111/122268389011", "refinement_display_name": "Model Year" }, { "link": "/s?k=laptop&rh=p_n_g-101015496666111%3A122268388011&dc&language=en_US&qid=1763561848&rnid=122268195011&ref=sr_nr_p_n_g-101015496666111_4&ds=v1%3AMuQfSDRKH%2BzbLLYpqlP6Dn596FaQy8kCwrq8uaESbiU", "name": "2023", "value": "p_n_g-101015496666111/122268388011", "refinement_display_name": "Model Year" }, { "link": "/s?k=laptop&rh=p_n_g-101015496666111%3A122268387011&dc&language=en_US&qid=1763561848&rnid=122268195011&ref=sr_nr_p_n_g-101015496666111_5&ds=v1%3Adekar%2BEb2rpPMyEICUdS04gK2sCSFZBuZGE6cHu5hHM", "name": "2024", "value": "p_n_g-101015496666111/122268387011", "refinement_display_name": "Model Year" } ], "screen_size": [ { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A7817234011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_1&ds=v1%3ARVA5XHXERqL9T0NtKnbHGj2q%2B2TByXIxgE6hIb1aiwc", "name": "17 Inches & Above", "value": "p_n_g-1004162270091/7817234011", "refinement_display_name": "Screen Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A2242801011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_2&ds=v1%3APma%2FcYaSI2mcyo3Cwq9MbkQiun3b3YZ9caW7dKA%2FeFw", "name": "16 to 16.9 Inches", "value": "p_n_g-1004162270091/2242801011", "refinement_display_name": "Screen Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A2423841011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_3&ds=v1%3As1J28zltIqTD21HAIn1LOVnnLbFQS69KhlDuYXcq5KQ", "name": "15 to 15.9 Inches", "value": "p_n_g-1004162270091/2423841011", "refinement_display_name": "Screen Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A2423840011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_4&ds=v1%3Aig%2BXYrUIf5hWirodvgbkvnVWjFFu4iFnboXkDqVYUw4", "name": "14 to 14.9 Inches", "value": "p_n_g-1004162270091/2423840011", "refinement_display_name": "Screen Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A3545275011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_5&ds=v1%3Al%2FtB4N6NETYe8mJfoauZ6R0i7qs3Hv7BGwkgHPdOYxo", "name": "13 to 13.9 Inches", "value": "p_n_g-1004162270091/3545275011", "refinement_display_name": "Screen Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A13580784011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_6&ds=v1%3Az9l%2FNrdQYs7EgLAl9Lai%2BUWg4F9Qav8J%2B2Je615H460", "name": "12 to 12.9 Inches", "value": "p_n_g-1004162270091/13580784011", "refinement_display_name": "Screen Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A13580785011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_7&ds=v1%3AdwRkhqudoQ%2FR%2BOORLbwoahqTAM1bSvQNa1DtWwBglG8", "name": "11 to 11.9 Inches", "value": "p_n_g-1004162270091/13580785011", "refinement_display_name": "Screen Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004162270091%3A13580786011&dc&language=en_US&qid=1763561848&rnid=2242797011&ref=sr_nr_p_n_g-1004162270091_8&ds=v1%3AM3ENvBpzGAwyCZqxXQWb%2F52mjN8PLn7zwZO91q5WHZA", "name": "11 Inches & Under", "value": "p_n_g-1004162270091/13580786011", "refinement_display_name": "Screen Size" } ], "battery_life": [ { "link": "/s?k=laptop&rh=p_n_g-1004196837091%3A23551517011&dc&language=en_US&qid=1763561848&rnid=23551513011&ref=sr_nr_p_n_g-1004196837091_1&ds=v1%3AHeM5ZEMiASzkBb3o6NJ3IRaThWzUzs9zfDKNDHDEMjo", "name": "11 Hours & Up", "value": "p_n_g-1004196837091/23551517011", "refinement_display_name": "Battery Life" }, { "link": "/s?k=laptop&rh=p_n_g-1004196837091%3A23551516011&dc&language=en_US&qid=1763561848&rnid=23551513011&ref=sr_nr_p_n_g-1004196837091_2&ds=v1%3AqBhOqA4yl7r%2FWgLpHY1Hu2%2B8Y%2Bfzr8q%2B2L9FNPLXi1k", "name": "8 to 10 Hours", "value": "p_n_g-1004196837091/23551516011", "refinement_display_name": "Battery Life" }, { "link": "/s?k=laptop&rh=p_n_g-1004196837091%3A23551518011&dc&language=en_US&qid=1763561848&rnid=23551513011&ref=sr_nr_p_n_g-1004196837091_3&ds=v1%3A7LHZ47%2BYJJmr4aDnkGD7idT%2FlaYYZHMuzS214dgIV6k", "name": "5 to 7 Hours", "value": "p_n_g-1004196837091/23551518011", "refinement_display_name": "Battery Life" }, { "link": "/s?k=laptop&rh=p_n_g-1004196837091%3A23551515011&dc&language=en_US&qid=1763561848&rnid=23551513011&ref=sr_nr_p_n_g-1004196837091_4&ds=v1%3ANpwEgjhbXBqfBdFwqfKsaeSse76drhljPBiPF21LsOo", "name": "Up to 4 Hours", "value": "p_n_g-1004196837091/23551515011", "refinement_display_name": "Battery Life" } ], "connectivity": [ { "link": "/s?k=laptop&rh=p_n_g-1003127918111%3A55631113011&dc&language=en_US&qid=1763561848&rnid=23716455011&ref=sr_nr_p_n_g-1003127918111_1&ds=v1%3AbSk9FE9TJg8%2FUjWqVN2ofZOxUDeb58upUm6OiX0%2B9EU", "name": "Wi-Fi", "value": "p_n_g-1003127918111/55631113011", "refinement_display_name": "Connectivity" }, { "link": "/s?k=laptop&rh=p_n_g-1003127918111%3A23716458011&dc&language=en_US&qid=1763561848&rnid=23716455011&ref=sr_nr_p_n_g-1003127918111_2&ds=v1%3AjsxKEo2V3WwT9BxMs2JCFyBpVhr9%2BlV8BaGnEys7Tm8", "name": "USB", "value": "p_n_g-1003127918111/23716458011", "refinement_display_name": "Connectivity" }, { "link": "/s?k=laptop&rh=p_n_g-1003127918111%3A43216684011&dc&language=en_US&qid=1763561848&rnid=23716455011&ref=sr_nr_p_n_g-1003127918111_3&ds=v1%3AEMNydi2v6c0bBzqi8KLIFoE%2BNdtIvJDhB6LLDbJCJZc", "name": "Bluetooth", "value": "p_n_g-1003127918111/43216684011", "refinement_display_name": "Connectivity" }, { "link": "/s?k=laptop&rh=p_n_g-1003127918111%3A23716456011&dc&language=en_US&qid=1763561848&rnid=23716455011&ref=sr_nr_p_n_g-1003127918111_4&ds=v1%3Al%2Bf3%2BM6UUq4d0nUqbAIICq6k3gh4QJ7GDvqKQ5NysHE", "name": "Ethernet", "value": "p_n_g-1003127918111/23716456011", "refinement_display_name": "Connectivity" }, { "link": "/s?k=laptop&rh=p_n_g-1003127918111%3A23716457011&dc&language=en_US&qid=1763561848&rnid=23716455011&ref=sr_nr_p_n_g-1003127918111_5&ds=v1%3AwQQ%2F4ePpfmII65WTIE3dbfMTFnMG3zqCoYcDJ9pf%2FTE", "name": "HDMI", "value": "p_n_g-1003127918111/23716457011", "refinement_display_name": "Connectivity" } ], "delivery_day": [ { "link": "/s?k=laptop&rh=p_90%3A8308921011&dc&language=en_US&qid=1763561848&rnid=8308919011&ref=sr_nr_p_90_1&ds=v1%3AdGWR%2FQCreqpN5Mh7gwPoXs4o%2Bal4tnXwinwfqwp46Bw", "name": "Get It by Tomorrow", "value": "p_90/8308921011", "refinement_display_name": "Delivery Day" } ], "display_type": [ { "link": "/s?k=laptop&rh=p_n_g-1003210526111%3A23760602011&dc&language=en_US&qid=1763561848&rnid=23760600011&ref=sr_nr_p_n_g-1003210526111_1&ds=v1%3AjkaPeVMH4eA7lbdalrxbRZGlnTt1WNoXVfibsJ1cx9E", "name": "AMOLED", "value": "p_n_g-1003210526111/23760602011", "refinement_display_name": "Display Type" }, { "link": "/s?k=laptop&rh=p_n_g-1003210526111%3A23760603011&dc&language=en_US&qid=1763561848&rnid=23760600011&ref=sr_nr_p_n_g-1003210526111_2&ds=v1%3Aq6z33dAs0kLwgQP4m23Bm%2Bv3oTc8Spc6JvOVHWHTysg", "name": "LCD", "value": "p_n_g-1003210526111/23760603011", "refinement_display_name": "Display Type" }, { "link": "/s?k=laptop&rh=p_n_g-1003210526111%3A23760605011&dc&language=en_US&qid=1763561848&rnid=23760600011&ref=sr_nr_p_n_g-1003210526111_3&ds=v1%3AzCiHdds2x8%2FYDK5mbYwup2dYRuMJ%2BZ80ffApxZUo%2B5w", "name": "LED", "value": "p_n_g-1003210526111/23760605011", "refinement_display_name": "Display Type" }, { "link": "/s?k=laptop&rh=p_n_g-1003210526111%3A23760604011&dc&language=en_US&qid=1763561848&rnid=23760600011&ref=sr_nr_p_n_g-1003210526111_4&ds=v1%3A9FPhoSPdUXgNgt9Ilmp4luMm1R2Zh8cJKcD5nYrr63s", "name": "OLED", "value": "p_n_g-1003210526111/23760604011", "refinement_display_name": "Display Type" } ], "memory_slots": [ { "link": "/s?k=laptop&rh=p_n_g-101015496484111%3A122269945011&dc&language=en_US&qid=1763561848&rnid=122269798011&ref=sr_nr_p_n_g-101015496484111_1&ds=v1%3AQPwYPjeiIWdKWlQ%2FfZtjnAxmg1KF3kt65NpBREkecIg", "name": "1", "value": "p_n_g-101015496484111/122269945011", "refinement_display_name": "Memory Slots" }, { "link": "/s?k=laptop&rh=p_n_g-101015496484111%3A122269935011&dc&language=en_US&qid=1763561848&rnid=122269798011&ref=sr_nr_p_n_g-101015496484111_2&ds=v1%3Ax1VrKSu4gZfKFaMkE4Ny%2FEtD9ONrgP7Y8XhHNqFdaVg", "name": "2", "value": "p_n_g-101015496484111/122269935011", "refinement_display_name": "Memory Slots" }, { "link": "/s?k=laptop&rh=p_n_g-101015496484111%3A122269949011&dc&language=en_US&qid=1763561848&rnid=122269798011&ref=sr_nr_p_n_g-101015496484111_3&ds=v1%3AoSKyA%2F5vU4gzG42vPybkjsU74CKgNw7xKyvswFlD%2FO0", "name": "4", "value": "p_n_g-101015496484111/122269949011", "refinement_display_name": "Memory Slots" } ], "video_output": [ { "link": "/s?k=laptop&rh=p_n_g-1001662314111%3A9521936011&dc&language=en_US&qid=1763561848&rnid=9521930011&ref=sr_nr_p_n_g-1001662314111_1&ds=v1%3ATV0y4Af3DXCkmK%2FTXFBn7ftZBeJeOeH0PMFuHtmKWlE", "name": "HDMI", "value": "p_n_g-1001662314111/9521936011", "refinement_display_name": "Video Output" }, { "link": "/s?k=laptop&rh=p_n_g-1001662314111%3A9521937011&dc&language=en_US&qid=1763561848&rnid=9521930011&ref=sr_nr_p_n_g-1001662314111_2&ds=v1%3A7uKPsFzrtyaMQ%2F6tMKnhDBbcmMhRNY%2BFwwU3Z9qDyKQ", "name": "DisplayPort", "value": "p_n_g-1001662314111/9521937011", "refinement_display_name": "Video Output" }, { "link": "/s?k=laptop&rh=p_n_g-1001662314111%3A9521931011&dc&language=en_US&qid=1763561848&rnid=9521930011&ref=sr_nr_p_n_g-1001662314111_3&ds=v1%3AKwZZW0uDWoVJoGWQ7nP1SR2Ii1QDcaJwAGkHOxU2Oa0", "name": "VGA", "value": "p_n_g-1001662314111/9521931011", "refinement_display_name": "Video Output" } ], "keyboard_type": [ { "link": "/s?k=laptop&rh=p_n_g-101015496308111%3A122269930011&dc&language=en_US&qid=1763561848&rnid=122269797011&ref=sr_nr_p_n_g-101015496308111_1&ds=v1%3A2QQWWCva34hUTH0DZUa5ps7daNzpYjIvOE05NJk5qhA", "name": "Backlit", "value": "p_n_g-101015496308111/122269930011", "refinement_display_name": "Keyboard Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015496308111%3A122269932011&dc&language=en_US&qid=1763561848&rnid=122269797011&ref=sr_nr_p_n_g-101015496308111_2&ds=v1%3Aye4y3xYo6H6zDZ%2B%2FV26giYuRsqRGMJDTQ7hjooj0xoA", "name": "Chiclet", "value": "p_n_g-101015496308111/122269932011", "refinement_display_name": "Keyboard Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015496308111%3A122269931011&dc&language=en_US&qid=1763561848&rnid=122269797011&ref=sr_nr_p_n_g-101015496308111_3&ds=v1%3A6ch8sCSXvFzZifLB%2B4qzA0L4B1H%2B6gw81eu3CfL53Uo", "name": "Ergonomic", "value": "p_n_g-101015496308111/122269931011", "refinement_display_name": "Keyboard Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015496308111%3A122269929011&dc&language=en_US&qid=1763561848&rnid=122269797011&ref=sr_nr_p_n_g-101015496308111_4&ds=v1%3AQPiOf2oJUyuQqG%2B9K4BiXCpnsG9CZEAUMG%2B4yGWeTMM", "name": "Gaming", "value": "p_n_g-101015496308111/122269929011", "refinement_display_name": "Keyboard Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015496308111%3A122269933011&dc&language=en_US&qid=1763561848&rnid=122269797011&ref=sr_nr_p_n_g-101015496308111_5&ds=v1%3ACWpuAaWvcBVFxUjWJ8AW07gR%2B1JE1TmTHMi%2BY0x6y5o", "name": "Mechanical", "value": "p_n_g-101015496308111/122269933011", "refinement_display_name": "Keyboard Type" } ], "usb_3_0_ports": [ { "link": "/s?k=laptop&rh=p_n_g-1001662272111%3A9521917011&dc&language=en_US&qid=1763561848&rnid=9521911011&ref=sr_nr_p_n_g-1001662272111_1&ds=v1%3Afp30BFYVo22lLyknLMYC%2Freb%2FG3PN0NWXJmIyBzfWyk", "name": "5 or More", "value": "p_n_g-1001662272111/9521917011", "refinement_display_name": "USB 3.0 Ports" }, { "link": "/s?k=laptop&rh=p_n_g-1001662272111%3A9521916011&dc&language=en_US&qid=1763561848&rnid=9521911011&ref=sr_nr_p_n_g-1001662272111_2&ds=v1%3ASBdQsu7Af6jWnOuBD4IUkbu3gDkpEMm%2FyYUXlG6X8%2B0", "name": "4", "value": "p_n_g-1001662272111/9521916011", "refinement_display_name": "USB 3.0 Ports" }, { "link": "/s?k=laptop&rh=p_n_g-1001662272111%3A9521915011&dc&language=en_US&qid=1763561848&rnid=9521911011&ref=sr_nr_p_n_g-1001662272111_3&ds=v1%3AOGZdetxRqox8BlDMGKeuXHglLN9YX9Tg1Bn67wrYbGI", "name": "3", "value": "p_n_g-1001662272111/9521915011", "refinement_display_name": "USB 3.0 Ports" }, { "link": "/s?k=laptop&rh=p_n_g-1001662272111%3A9521914011&dc&language=en_US&qid=1763561848&rnid=9521911011&ref=sr_nr_p_n_g-1001662272111_4&ds=v1%3Au3a7UwLhFIZ34JpMTklriY33nhigrHl%2FQw0hGjb5MEQ", "name": "2", "value": "p_n_g-1001662272111/9521914011", "refinement_display_name": "USB 3.0 Ports" }, { "link": "/s?k=laptop&rh=p_n_g-1001662272111%3A9521913011&dc&language=en_US&qid=1763561848&rnid=9521911011&ref=sr_nr_p_n_g-1001662272111_5&ds=v1%3ASOFG4RP1t0J16C55yjrFMZRaSMYIR9fN6ygjSQLpTUU", "name": "1", "value": "p_n_g-1001662272111/9521913011", "refinement_display_name": "USB 3.0 Ports" }, { "link": "/s?k=laptop&rh=p_n_g-1001662272111%3A9521912011&dc&language=en_US&qid=1763561848&rnid=9521911011&ref=sr_nr_p_n_g-1001662272111_6&ds=v1%3AIno9cT7OWIjmovELQ533CsheZY1MokteJN22k59kgBI", "name": "None", "value": "p_n_g-1001662272111/9521912011", "refinement_display_name": "USB 3.0 Ports" } ], "wireless_type": [ { "link": "/s?k=laptop&rh=p_n_g-1001273177111%3A23447648011&dc&language=en_US&qid=1763561848&rnid=23447637011&ref=sr_nr_p_n_g-1001273177111_1&ds=v1%3AjTGxnN4Ivurmt9j64ZSABcZ8xtkrF9zXLUOfViPXbgw", "name": "Bluetooth", "value": "p_n_g-1001273177111/23447648011", "refinement_display_name": "Wireless Type" }, { "link": "/s?k=laptop&rh=p_n_g-1001273177111%3A23490147011&dc&language=en_US&qid=1763561848&rnid=23447637011&ref=sr_nr_p_n_g-1001273177111_2&ds=v1%3ATLGwPtL1ek%2FLhS%2Fj3kqgcNkaHZwh3vBo73QrV8mMcxc", "name": "NFC", "value": "p_n_g-1001273177111/23490147011", "refinement_display_name": "Wireless Type" }, { "link": "/s?k=laptop&rh=p_n_g-1001273177111%3A23447647011&dc&language=en_US&qid=1763561848&rnid=23447637011&ref=sr_nr_p_n_g-1001273177111_3&ds=v1%3AJ9KoVAMeLNnAIyh3xlgbNlTZ7sKcx15fblZrZMHXuDk", "name": "Wi-Fi", "value": "p_n_g-1001273177111/23447647011", "refinement_display_name": "Wireless Type" } ], "all_top_brands": [ { "link": "/s?k=laptop&rh=p_n_g-101014971069111%3A119653281011&dc&language=en_US&qid=1763561848&rnid=119653280011&ref=sr_nr_p_n_g-101014971069111_1&ds=v1%3A0CoC2atZ35IGejzYeMioGQp3G1%2FOHbKvI2AJfmnLXpw", "name": "Top Brands", "value": "p_n_g-101014971069111/119653281011", "refinement_display_name": "All Top Brands" } ], "hard_disk_size": [ { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A5446816011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_1&ds=v1%3AmC9tYZx37bFjZh8GrKjogv0pH21eL5dq4zGEkrdVivo", "name": "4 TB & Above", "value": "p_n_g-1004209391091/5446816011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A5446815011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_2&ds=v1%3AEOpju4Q%2FhKYs5FoE8zmjHK%2FboYtk71jh5ahTIsKqO5s", "name": "3 TB", "value": "p_n_g-1004209391091/5446815011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A7817230011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_3&ds=v1%3Anlq1P9uUrKbkL1HADDBF%2FLx5UZCPWn4BnEEL3Xf8fr0", "name": "2 TB", "value": "p_n_g-1004209391091/7817230011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A5446813011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_4&ds=v1%3ANhEqqUpXmCufqjqF18qM4pzFB%2F0ehm%2B%2FXTXGNPSaNDU", "name": "1.5 TB", "value": "p_n_g-1004209391091/5446813011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A5446812011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_5&ds=v1%3AFCs4PjgRYjJBrYx13fvU5t559AAivQs1Q%2FWVWcyhaJ4", "name": "1 TB", "value": "p_n_g-1004209391091/5446812011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A562241011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_6&ds=v1%3ALMkobkx7T4N6NIm8ySr0klEO9aIwL%2BB46fojgtI3reA", "name": "501 to 999 GB", "value": "p_n_g-1004209391091/562241011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A562240011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_7&ds=v1%3AnHtXXDo8%2BP9S1NFyPIfQYXl%2F1fRgLOyps6O%2FKdKXImw", "name": "321 to 500 GB", "value": "p_n_g-1004209391091/562240011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A610553011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_8&ds=v1%3Afnn9f3b725LiugsqTxdaoxC89aLgl8gjZks6eHp%2BcZY", "name": "121 to 320 GB", "value": "p_n_g-1004209391091/610553011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A562237011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_9&ds=v1%3AnzIe1mASDhv6PROooC4ZUx%2BNncDa%2FN%2FsPRtFPGbpmyM", "name": "81 to 120 GB", "value": "p_n_g-1004209391091/562237011", "refinement_display_name": "Hard Disk Size" }, { "link": "/s?k=laptop&rh=p_n_g-1004209391091%3A610552011&dc&language=en_US&qid=1763561848&rnid=562234011&ref=sr_nr_p_n_g-1004209391091_10&ds=v1%3AaYIj%2FDpELC4%2BTt5d0XDKZMSABD2AKnXF29k0a55oolg", "name": "Up to 80 GB", "value": "p_n_g-1004209391091/610552011", "refinement_display_name": "Hard Disk Size" } ], "max_resolution": [ { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179987011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_1&ds=v1%3AdAZGVBuVZ75tpOy5%2FALc%2F6kbhQ8x0BtiJFBfraMvOOw", "name": "1024x768", "value": "p_n_g-101015423266111/122179987011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179955011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_2&ds=v1%3AW%2FVZq1qVs4SNshTnMgzsHb6lQIV9wX0ogGftBNoyr6U", "name": "1280x720", "value": "p_n_g-101015423266111/122179955011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179973011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_3&ds=v1%3AK1H8%2F9VZjMRKWeB1wGcTdY8Hz7hBWY0JUHNN7n24CeU", "name": "1280x800", "value": "p_n_g-101015423266111/122179973011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179980011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_4&ds=v1%3AbAIjeC7whOu5do4eJxM4jrVSHgTBjBaJsfhTdYiltZI", "name": "1366x768", "value": "p_n_g-101015423266111/122179980011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179963011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_5&ds=v1%3A4xLD344C08jM4Ig%2B12Mv33JLGVAXTQ0gsJSBsF8qv6s", "name": "1440x900", "value": "p_n_g-101015423266111/122179963011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179988011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_6&ds=v1%3ArgmmazLPoTnpWLJmQOUwqoDuGwTY7Bljire7SPAZrOA", "name": "1536x1024", "value": "p_n_g-101015423266111/122179988011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179979011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_7&ds=v1%3AmRQ7HSRBs%2FIEmMOYFMr1NnleONhcHrek93xo18Yho5A", "name": "1600x900", "value": "p_n_g-101015423266111/122179979011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179958011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_8&ds=v1%3A8v4zxE4B0Hn21DpG9hW5mj9ROwuYYAKqCGKr7eecs%2Bc", "name": "1900x1200", "value": "p_n_g-101015423266111/122179958011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179975011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_9&ds=v1%3APW9iXIUWQIFj%2BE%2FvPMq6ixc88uO2ZL4T2kUeTXHGf94", "name": "1920x1080", "value": "p_n_g-101015423266111/122179975011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179960011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_10&ds=v1%3AB9NANnm6LNIaIw64uujnuUmPws%2B8aXQNlB4P9UdrNHA", "name": "1920x1200", "value": "p_n_g-101015423266111/122179960011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179984011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_11&ds=v1%3AAezQZuh2wEOkYREc6SjO7x9THkYhYVp5y0Z9kmJkPec", "name": "1920x1280", "value": "p_n_g-101015423266111/122179984011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179969011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_12&ds=v1%3ApTjNhZrRDhYX09XtMOFm6s%2Bdbz05Dz9VjiMiXHFVNSk", "name": "2240x1400", "value": "p_n_g-101015423266111/122179969011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179971011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_13&ds=v1%3AwGFxMf%2Bpw%2FF%2BnysnCnjP7Qaz9t%2FagajMyHe9gUCUnSs", "name": "2256x1504", "value": "p_n_g-101015423266111/122179971011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179986011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_14&ds=v1%3AYcCx73J6nqnfmPMmN8Bk0fSI1Yyf3yzMnMvfQmSVKKs", "name": "2496x1664", "value": "p_n_g-101015423266111/122179986011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179976011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_15&ds=v1%3A42HN%2FCbY27qrL01OXEWEUb5lGoW4aaAUVnUFjLNIB68", "name": "2560x1440", "value": "p_n_g-101015423266111/122179976011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179970011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_16&ds=v1%3A8y50wRjkiwQnTLI%2Bgu5u1feU6vNkpbX33x6ge79SHwE", "name": "2560x1600", "value": "p_n_g-101015423266111/122179970011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179961011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_17&ds=v1%3AwZothv6S844Osk8n7Jm66WhFCxqVdy4gtjcSMTvqvmc", "name": "2736x1824", "value": "p_n_g-101015423266111/122179961011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179968011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_18&ds=v1%3AndUnRm%2F2ATBJDUe92b7jp%2FZaR3FANq4GLphc32XEShI", "name": "2880x1800", "value": "p_n_g-101015423266111/122179968011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179981011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_19&ds=v1%3A16pQ7XRogrHAepC6%2BYpBYm9NSZczWFmZub04H2nwLl0", "name": "2880x1920", "value": "p_n_g-101015423266111/122179981011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179977011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_20&ds=v1%3AgVlnZvx80M6Dga5m5hvExznAcTyB36TmjMAzp%2FSQ8P0", "name": "3000x2000", "value": "p_n_g-101015423266111/122179977011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179966011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_21&ds=v1%3AX6LayND1yqdZTaytAQ4SpzrRuu%2F3SRnm4SeK1KTV95s", "name": "3024x1964", "value": "p_n_g-101015423266111/122179966011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179962011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_22&ds=v1%3AhRCBDNQtC3OTNp%2BqQtR86HI7Yed1pd8jd1NML8ArTA0", "name": "3072x1920", "value": "p_n_g-101015423266111/122179962011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179982011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_23&ds=v1%3A%2B6BtiTDMHF4wpEvJQQ%2F6bRyrEmjBH24ZqZ20ZHQOAj4", "name": "3456x2160", "value": "p_n_g-101015423266111/122179982011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179957011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_24&ds=v1%3AX6%2FADQpjLDbc42h6wjkePN1wx979LerjjHMlaeYbUIg", "name": "3456x2234", "value": "p_n_g-101015423266111/122179957011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179972011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_25&ds=v1%3AjyWxMQ%2BNJ5VTk%2BAZA0kb900CnNuNEGkxM5GAMBGAwCs", "name": "3840x2160", "value": "p_n_g-101015423266111/122179972011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179983011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_26&ds=v1%3A4OvLedtCrW6%2BnVOf4jvca8kZiGfAz8D9WppOM3rFWKI", "name": "3840x2400", "value": "p_n_g-101015423266111/122179983011", "refinement_display_name": "Max Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015423266111%3A122179985011&dc&language=en_US&qid=1763561848&rnid=122179883011&ref=sr_nr_p_n_g-101015423266111_27&ds=v1%3Al15f2%2F%2FZL65Ys7SxVRl4Bki5uSujTTU%2FMkOttToVzxw", "name": "4096x2304", "value": "p_n_g-101015423266111/122179985011", "refinement_display_name": "Max Resolution" } ], "premium_brands": [ { "link": "/s?k=laptop&rh=p_n_feature_keywords_browse-bin%3A204376014011&dc&language=en_US&qid=1763561848&rnid=204376013011&ref=sr_nr_p_n_feature_keywords_browse-bin_1&ds=v1%3A9ohDm8nl9kc1gHMqwhZCwZgeZLc1fsD2jBkN9hJ6TDU", "name": "Premium Brands", "value": "p_n_feature_keywords_browse-bin/204376014011", "refinement_display_name": "Premium Brands" } ], "ram_technology": [ { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23703232011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_1&ds=v1%3AYWhJWpwW5pFUdvXpyomq%2FP3aUtLBqLy2V6%2FJjeEJ4hY", "name": "DDR2", "value": "p_n_g-1003099804111/23703232011", "refinement_display_name": "RAM Technology" }, { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23703227011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_2&ds=v1%3Ava25NAGwTSVW7iW7f0MmzyCBG%2BiECoFiC4TTYQeN1Hg", "name": "DDR3", "value": "p_n_g-1003099804111/23703227011", "refinement_display_name": "RAM Technology" }, { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23703230011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_3&ds=v1%3A%2B%2F9a22fggF%2BClykE2cRZwluXhSLcBoRSOmlfSdbE4M4", "name": "DDR4", "value": "p_n_g-1003099804111/23703230011", "refinement_display_name": "RAM Technology" }, { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23703231011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_4&ds=v1%3ApTehNY%2FeGp4pr%2FPfC87q%2FjQ9HWWRGnYqPjjFR3xLssU", "name": "DDR5", "value": "p_n_g-1003099804111/23703231011", "refinement_display_name": "RAM Technology" }, { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23703229011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_5&ds=v1%3AoiqRmsWVlD%2B6FhT5A6qiVE2zvlPuPiiP%2FC5ewqr0FGU", "name": "LPDDR3", "value": "p_n_g-1003099804111/23703229011", "refinement_display_name": "RAM Technology" }, { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23703228011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_6&ds=v1%3AXAlVhtnBz8nOfCrjaetBHxihlte2HxVUh59Tgf4qwHE", "name": "LPDDR4", "value": "p_n_g-1003099804111/23703228011", "refinement_display_name": "RAM Technology" }, { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23703226011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_7&ds=v1%3APu%2B%2FWCrtITvo2w8F7G%2FjrgHaEuChW4laCIv%2FO4cq0I8", "name": "LPDDR4X", "value": "p_n_g-1003099804111/23703226011", "refinement_display_name": "RAM Technology" }, { "link": "/s?k=laptop&rh=p_n_g-1003099804111%3A23936569011&dc&language=en_US&qid=1763561848&rnid=23703215011&ref=sr_nr_p_n_g-1003099804111_8&ds=v1%3AVzRvsdMf82y0Nx6mTymavvSxqYY7ysxKuU%2BzJy8kbmw", "name": "LPDDR5", "value": "p_n_g-1003099804111/23936569011", "refinement_display_name": "RAM Technology" } ], "deals_discounts": [ { "link": "/s?k=laptop&rh=p_n_deal_type%3A23566065011&dc&language=en_US&qid=1763561848&rnid=23566063011&ref=sr_nr_p_n_deal_type_1&ds=v1%3A4gJZuzNZH2CVBdA2fXCMP4A5jiBWyeGuYFC4D3cgJMw", "name": "All Discounts", "value": "p_n_deal_type/23566065011", "refinement_display_name": "Deals & Discounts" }, { "link": "/s?k=laptop&rh=p_n_deal_type%3A23566064011&dc&language=en_US&qid=1763561848&rnid=23566063011&ref=sr_nr_p_n_deal_type_2&ds=v1%3ArzHkj908W0GPFCramGbSkXzF1%2B9YvewBaEpmTSmZTGU", "name": "Today's Deals", "value": "p_n_deal_type/23566064011", "refinement_display_name": "Deals & Discounts" } ], "from_our_brands": [ { "link": "/s?k=laptop&rh=p_n_g-1001321510111%3A24677333011&dc&language=en_US&qid=1763561848&rnid=21180941011&ref=sr_nr_p_n_g-1001321510111_1&ds=v1%3A%2B80vsz6uTcnvogeHrcEhIlBUYNHc2fIt46qm3KkdOp4", "name": "Amazon Brands", "value": "p_n_g-1001321510111/24677333011", "refinement_display_name": "From Our Brands" } ], "graphics_memory": [ { "link": "/s?k=laptop&rh=p_n_g-1003119464111%3A23716054011&dc&language=en_US&qid=1763561848&rnid=23716049011&ref=sr_nr_p_n_g-1003119464111_1&ds=v1%3A4Qxi8PmVlJhVcz70jcbThcrOKmcGKvT0Ej4hP8AIHpA", "name": "8 GB & Above", "value": "p_n_g-1003119464111/23716054011", "refinement_display_name": "Graphics Memory" }, { "link": "/s?k=laptop&rh=p_n_g-1003119464111%3A23716055011&dc&language=en_US&qid=1763561848&rnid=23716049011&ref=sr_nr_p_n_g-1003119464111_2&ds=v1%3Az7cvqbiNDLaIjgmJmU8c8yxuHa3nhT2DeeYwmpKN8%2FI", "name": "6 to 7 GB", "value": "p_n_g-1003119464111/23716055011", "refinement_display_name": "Graphics Memory" }, { "link": "/s?k=laptop&rh=p_n_g-1003119464111%3A23716053011&dc&language=en_US&qid=1763561848&rnid=23716049011&ref=sr_nr_p_n_g-1003119464111_3&ds=v1%3AAldmHLgOy1zqn%2BvpGSsqs4ZGS7ZD5278UcqaXmteTJ0", "name": "4 to 5 GB", "value": "p_n_g-1003119464111/23716053011", "refinement_display_name": "Graphics Memory" }, { "link": "/s?k=laptop&rh=p_n_g-1003119464111%3A23716052011&dc&language=en_US&qid=1763561848&rnid=23716049011&ref=sr_nr_p_n_g-1003119464111_4&ds=v1%3AK1iEQvES2uC1djDLKhqftUDqWzwDZdpKU2%2BIL7LhYu8", "name": "2 to 3 GB", "value": "p_n_g-1003119464111/23716052011", "refinement_display_name": "Graphics Memory" }, { "link": "/s?k=laptop&rh=p_n_g-1003119464111%3A23716051011&dc&language=en_US&qid=1763561848&rnid=23716049011&ref=sr_nr_p_n_g-1003119464111_5&ds=v1%3A9qbIjyb7ER%2B%2BUPvuaAjG2JzmMeyAiZ762gkE%2BcEv6eg", "name": "Up to 1 GB", "value": "p_n_g-1003119464111/23716051011", "refinement_display_name": "Graphics Memory" } ], "hard_drive_type": [ { "link": "/s?k=laptop&rh=p_n_g-101014849667111%3A117987657011&dc&language=en_US&qid=1763561848&rnid=117987475011&ref=sr_nr_p_n_g-101014849667111_1&ds=v1%3AmaTRrGzvg%2BkmwsvIbPA10cZhItvU%2FUH2xVGWvY8NLUw", "name": "Emmc", "value": "p_n_g-101014849667111/117987657011", "refinement_display_name": "Hard Drive Type" }, { "link": "/s?k=laptop&rh=p_n_g-101014849667111%3A117987658011&dc&language=en_US&qid=1763561848&rnid=117987475011&ref=sr_nr_p_n_g-101014849667111_2&ds=v1%3AEgpMB4v38FrB92QpbMQKfZAF3gGCOaQKHhEzOMoAC64", "name": "HDD", "value": "p_n_g-101014849667111/117987658011", "refinement_display_name": "Hard Drive Type" }, { "link": "/s?k=laptop&rh=p_n_g-101014849667111%3A117987656011&dc&language=en_US&qid=1763561848&rnid=117987475011&ref=sr_nr_p_n_g-101014849667111_3&ds=v1%3AHdJouJ5L1TXWs4q19V%2BUlyaHwWYFd1gkGg2J4I9Vd30", "name": "SSD", "value": "p_n_g-101014849667111/117987656011", "refinement_display_name": "Hard Drive Type" } ], "number_of_cells": [ { "link": "/s?k=laptop&rh=p_n_g-101015496726111%3A122269873011&dc&language=en_US&qid=1763561848&rnid=122269795011&ref=sr_nr_p_n_g-101015496726111_1&ds=v1%3AnA8APANUDHyGe6Prb6fNaVIwKATT2zFsI8oMtH8ygOk", "name": "1", "value": "p_n_g-101015496726111/122269873011", "refinement_display_name": "Number of Cells" }, { "link": "/s?k=laptop&rh=p_n_g-101015496726111%3A122269874011&dc&language=en_US&qid=1763561848&rnid=122269795011&ref=sr_nr_p_n_g-101015496726111_2&ds=v1%3Alp4RARlb79m9Y1jwLDkT%2Bxh07mxcbkTjTA1Zkl6JkXo", "name": "2", "value": "p_n_g-101015496726111/122269874011", "refinement_display_name": "Number of Cells" }, { "link": "/s?k=laptop&rh=p_n_g-101015496726111%3A122269875011&dc&language=en_US&qid=1763561848&rnid=122269795011&ref=sr_nr_p_n_g-101015496726111_3&ds=v1%3ANP7QygF6EWyA7cvbV5WcX8sgGM5JWfv37ahMFr1nCmg", "name": "3", "value": "p_n_g-101015496726111/122269875011", "refinement_display_name": "Number of Cells" }, { "link": "/s?k=laptop&rh=p_n_g-101015496726111%3A122269876011&dc&language=en_US&qid=1763561848&rnid=122269795011&ref=sr_nr_p_n_g-101015496726111_4&ds=v1%3AwI9VOsLKbLohPWaudh5qay0cgQCp2pu2%2B%2F62egl45Zs", "name": "4 & above", "value": "p_n_g-101015496726111/122269876011", "refinement_display_name": "Number of Cells" } ], "processor_count": [ { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913654011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_1&ds=v1%3ACrE%2FXY8%2BOblbm%2BUbCQKpRWiV7j59bqjGcMFIk%2Bo8Aak", "name": "28", "value": "p_n_g-1003513532111/35913654011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913659011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_2&ds=v1%3A2zaUHiEHAqGLrMeqa7lCEjSTEWtikzGKn0WKy2EEW4k", "name": "24", "value": "p_n_g-1003513532111/35913659011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913664011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_3&ds=v1%3AuiZRue1ACPE6tQOAH%2FJ25ETqwRHE5nIISTEM%2BjB4G%2Bw", "name": "20", "value": "p_n_g-1003513532111/35913664011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913665011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_4&ds=v1%3A%2BC8uyRovQSRWzypX8wVj5gsRBoxzVCK8jzaHNdnsnq4", "name": "16", "value": "p_n_g-1003513532111/35913665011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913662011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_5&ds=v1%3AG19ZF7xMcWiorkWx00WVUIYDVEjtkpxPMgNvC1bgYMI", "name": "14", "value": "p_n_g-1003513532111/35913662011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913653011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_6&ds=v1%3A%2B%2F3Dp0xQIrx7NSb%2BgdZgQz8NGto8c93KOmSpLIRLvX4", "name": "12", "value": "p_n_g-1003513532111/35913653011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913655011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_7&ds=v1%3Aw8ecyqMZ8kV84qGKZvou9B%2FfGcYY8DZkp5%2BzC54XnX0", "name": "10", "value": "p_n_g-1003513532111/35913655011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913656011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_8&ds=v1%3AJevWWldCBVJEO27U2culMe%2BuKbLzBOEm%2BAKyJeqVQx0", "name": "8", "value": "p_n_g-1003513532111/35913656011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913663011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_9&ds=v1%3AwFyk6hE3ra6n3rrFSw90TZxpsJJ6CntrqglX4plIsOI", "name": "6", "value": "p_n_g-1003513532111/35913663011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913667011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_10&ds=v1%3Afye%2FidVGyM7C34sKqaYvCYns%2Bm%2Bf8E9LdIIrqqRYdIM", "name": "5", "value": "p_n_g-1003513532111/35913667011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913669011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_11&ds=v1%3AB1N5gxhmJsnJkjDN8EADygVx%2FDRpdKHFkJk6%2BEpFKqw", "name": "4", "value": "p_n_g-1003513532111/35913669011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913668011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_12&ds=v1%3A8komEVyxNw5uGuCXFJWfuothxhwUs5efhwa27kQLbiM", "name": "2", "value": "p_n_g-1003513532111/35913668011", "refinement_display_name": "Processor Count" }, { "link": "/s?k=laptop&rh=p_n_g-1003513532111%3A35913657011&dc&language=en_US&qid=1763561848&rnid=35913650011&ref=sr_nr_p_n_g-1003513532111_13&ds=v1%3Aj1xT5vHlJBbjeOkNdYSTuOW8KG43ZL8F5R4B4d9%2FZpY", "name": "1", "value": "p_n_g-1003513532111/35913657011", "refinement_display_name": "Processor Count" } ], "processor_speed": [ { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A2057523011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_1&ds=v1%3AyxT7Qk9I8HAI%2FHpQFMRq%2B%2BuMjod4up5OcLqgAyVvGB8", "name": "1 to 1.59 GHz", "value": "p_n_g-1001660211111/2057523011", "refinement_display_name": "Processor Speed" }, { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A2057524011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_2&ds=v1%3AmUvW3%2BKaADfAsnq5MfQnHkUHlihBiSEADqdh6EvfhY8", "name": "1.60 to 1.79 GHz", "value": "p_n_g-1001660211111/2057524011", "refinement_display_name": "Processor Speed" }, { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A2057525011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_3&ds=v1%3AMMezMbzuMw0JGJU%2B8o4%2BpTOp5GzbM4Utvn5E7kd94wg", "name": "1.80 to 1.99 GHz", "value": "p_n_g-1001660211111/2057525011", "refinement_display_name": "Processor Speed" }, { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A2057526011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_4&ds=v1%3AfPgc90LgwrFeWQnNZ1FDRkCZ92di%2FjEQiTAbXb0yDoI", "name": "2.00 to 2.49 GHz", "value": "p_n_g-1001660211111/2057526011", "refinement_display_name": "Processor Speed" }, { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A2057527011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_5&ds=v1%3AcXLnNxJMMoercbU9vSZwfHBx6sOC05hwfbL2kpVZQrE", "name": "2.50 to 2.99 GHz", "value": "p_n_g-1001660211111/2057527011", "refinement_display_name": "Processor Speed" }, { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A2057528011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_6&ds=v1%3AW8Ra075YxlgZztGDpnMmFijuhdEOQGBwuMGJ3Tin9cM", "name": "3.00 to 3.49 GHz", "value": "p_n_g-1001660211111/2057528011", "refinement_display_name": "Processor Speed" }, { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A3492020011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_7&ds=v1%3AO4oFSi5lLGZwKhzDHoLvCSHxjbvY1W38AkDTOuLNb6E", "name": "3.50 to 3.99 GHz", "value": "p_n_g-1001660211111/3492020011", "refinement_display_name": "Processor Speed" }, { "link": "/s?k=laptop&rh=p_n_g-1001660211111%3A3492021011&dc&language=en_US&qid=1763561848&rnid=2057413011&ref=sr_nr_p_n_g-1001660211111_8&ds=v1%3AQzhe73lNNCY37QP%2Fg%2FU5D0XXGFrb4F1kPoxXA7rYksM", "name": "4.0 GHz & Above", "value": "p_n_g-1001660211111/3492021011", "refinement_display_name": "Processor Speed" } ], "amazon_certified": [ { "link": "/s?k=laptop&rh=p_n_amazon_certified%3A16741513011&dc&language=en_US&qid=1763561848&rnid=16741512011&ref=sr_nr_p_n_amazon_certified_1&ds=v1%3AaKi33y32ntI9843V1sjt2JvmlF9%2FXXuS7QlvwH1tAYY", "name": "Works with Alexa", "value": "p_n_amazon_certified/16741513011", "refinement_display_name": "Amazon Certified" } ], "cell_composition": [ { "link": "/s?k=laptop&rh=p_n_g-101015499352111%3A122268378011&dc&language=en_US&qid=1763561848&rnid=122268193011&ref=sr_nr_p_n_g-101015499352111_1&ds=v1%3AFcGXvHlFnzXDeCxepha7ET%2F%2BAaLxMhTE48yPvfZqMsU", "name": "Lithium Ion", "value": "p_n_g-101015499352111/122268378011", "refinement_display_name": "Cell Composition" }, { "link": "/s?k=laptop&rh=p_n_g-101015499352111%3A122268368011&dc&language=en_US&qid=1763561848&rnid=122268193011&ref=sr_nr_p_n_g-101015499352111_2&ds=v1%3A4erSGV8fXTZrRqSK5aAgu5%2FNrB4k%2B1cc3QerYHCSM%2F8", "name": "Lithium Polymer", "value": "p_n_g-101015499352111/122268368011", "refinement_display_name": "Cell Composition" }, { "link": "/s?k=laptop&rh=p_n_g-101015499352111%3A122268369011&dc&language=en_US&qid=1763561848&rnid=122268193011&ref=sr_nr_p_n_g-101015499352111_3&ds=v1%3AP1NvXK6saQ2mNN8DTK6cu7cgtZPFTcVC4rxT5mFuCIk", "name": "Lithium Metal", "value": "p_n_g-101015499352111/122268369011", "refinement_display_name": "Cell Composition" } ], "cpu_manufacturer": [ { "link": "/s?k=laptop&rh=p_n_g-1003123814111%3A23716057011&dc&language=en_US&qid=1763561848&rnid=23716050011&ref=sr_nr_p_n_g-1003123814111_1&ds=v1%3Alg1%2F%2FU7eeWrrxQiYAjnW41GlKgCq7T4O87RzqcVPCYY", "name": "AMD", "value": "p_n_g-1003123814111/23716057011", "refinement_display_name": "CPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-1003123814111%3A23716058011&dc&language=en_US&qid=1763561848&rnid=23716050011&ref=sr_nr_p_n_g-1003123814111_2&ds=v1%3A2l%2FL8iuPbJ8FjFsuZjWaef4LqBWOL82fd2GFNLSaGY8", "name": "Apple", "value": "p_n_g-1003123814111/23716058011", "refinement_display_name": "CPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-1003123814111%3A23716060011&dc&language=en_US&qid=1763561848&rnid=23716050011&ref=sr_nr_p_n_g-1003123814111_3&ds=v1%3ATSOhIleRROM6e1mcCuvwETazG%2BL79suWoBLbcJ1XpJ4", "name": "ARM", "value": "p_n_g-1003123814111/23716060011", "refinement_display_name": "CPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-1003123814111%3A23716064011&dc&language=en_US&qid=1763561848&rnid=23716050011&ref=sr_nr_p_n_g-1003123814111_4&ds=v1%3AVcFeZfO%2Ba408Z9BV0D98UW7qebhsTQhlWU58RqVvhvc", "name": "Intel", "value": "p_n_g-1003123814111/23716064011", "refinement_display_name": "CPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-1003123814111%3A23716061011&dc&language=en_US&qid=1763561848&rnid=23716050011&ref=sr_nr_p_n_g-1003123814111_5&ds=v1%3AgFMUa59%2Bp9V0JmHQHlvzppNZghu5Ym9jz%2F1%2BEwBfGtQ", "name": "MediaTek", "value": "p_n_g-1003123814111/23716061011", "refinement_display_name": "CPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-1003123814111%3A23716059011&dc&language=en_US&qid=1763561848&rnid=23716050011&ref=sr_nr_p_n_g-1003123814111_6&ds=v1%3ARQvztvTD0hb6W%2FIb2uPHan59eK0oUogLbtANx62Rvo8", "name": "NVIDIA", "value": "p_n_g-1003123814111/23716059011", "refinement_display_name": "CPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-1003123814111%3A23716062011&dc&language=en_US&qid=1763561848&rnid=23716050011&ref=sr_nr_p_n_g-1003123814111_7&ds=v1%3AJ5lcERH46VJwRX2cWD0Hs%2FRZbPoiS%2FUflESpcxi2Y4M", "name": "Qualcomm", "value": "p_n_g-1003123814111/23716062011", "refinement_display_name": "CPU Manufacturer" } ], "customer_reviews": [ { "link": "/s?k=laptop&rh=p_72%3A1248879011&dc&language=en_US&qid=1763561848&rnid=1248877011&ref=sr_nr_p_72_1&ds=v1%3AfSHWb3fHr5Jy6PMNhXD%2FCMqdQCsen%2FWgJ%2BXTMlsGwoU", "name": "4 Stars", "value": "p_72/1248879011", "refinement_display_name": "Customer Reviews" } ], "gpu_manufacturer": [ { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269952011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_1&ds=v1%3AmQD2Q8A6P6rYLRevkINahw7zRdhpLo8Pu8A54lNhmKE", "name": "AMD", "value": "p_n_g-101015495581111/122269952011", "refinement_display_name": "GPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269954011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_2&ds=v1%3AhFBVodZTgb%2F4JUPxggwrGDEkaeqxFs2esvNdvJqg%2BLw", "name": "Apple", "value": "p_n_g-101015495581111/122269954011", "refinement_display_name": "GPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269956011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_3&ds=v1%3ADW9uEIYgEHQoVdh8h5yBliGqAJ46iOh2ZBdy9b8PV7Y", "name": "ARM", "value": "p_n_g-101015495581111/122269956011", "refinement_display_name": "GPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269957011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_4&ds=v1%3Av%2FM7uGQXTu%2FDDRuvAP0W4cslDDYkEI0Dm0iE25S6VSs", "name": "Intel", "value": "p_n_g-101015495581111/122269957011", "refinement_display_name": "GPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269953011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_5&ds=v1%3AN4mWe%2Ba%2ByWDP3L5EFB6Mvg77RKAopp03rRLZ9QOXOA8", "name": "MediaTek", "value": "p_n_g-101015495581111/122269953011", "refinement_display_name": "GPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269950011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_6&ds=v1%3AgzOSfmF2QPia2WOGJdyWhgehY7Q%2FP7PFP7qdhDPR5bk", "name": "NVIDIA", "value": "p_n_g-101015495581111/122269950011", "refinement_display_name": "GPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269958011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_7&ds=v1%3Aget44l4hnJOtLFDZ96PLwe389v%2BcoHjc0SKTifDy24M", "name": "PowerVR", "value": "p_n_g-101015495581111/122269958011", "refinement_display_name": "GPU Manufacturer" }, { "link": "/s?k=laptop&rh=p_n_g-101015495581111%3A122269951011&dc&language=en_US&qid=1763561848&rnid=122269799011&ref=sr_nr_p_n_g-101015495581111_8&ds=v1%3A8m6KnySMOoOY0XI9zP6ErJ0gXIeNTjpkPBv9B7GYhdE", "name": "Qualcomm", "value": "p_n_g-101015495581111/122269951011", "refinement_display_name": "GPU Manufacturer" } ], "operating_system": [ { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A23724789011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_1&ds=v1%3AXYPgt1%2BJzYRbte6NsZ%2BdGm2w5iMGbhWNG6Uthga48ys", "name": "Windows 11 Pro", "value": "p_n_g-1004198069091/23724789011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A23724790011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_2&ds=v1%3A%2Fm6COCjx%2BZx0KWBmC3os8eoXOBSi0e%2BS%2FolVsmoT%2F%2FA", "name": "Windows 11 Home", "value": "p_n_g-1004198069091/23724790011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A23724785011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_3&ds=v1%3AZVDFROR6vCPuJF13ht3uo13dEb9eKKIwIgfa6op80mk", "name": "Windows Legacy System", "value": "p_n_g-1004198069091/23724785011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A23724793011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_4&ds=v1%3An7u0j8pzC6LgQQRdlqzMVHWNtO3cdHWabGoX%2FCn4Qo4", "name": "Windows 11 in S mode", "value": "p_n_g-1004198069091/23724793011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A23724797011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_5&ds=v1%3Ar4XbLGpIgP%2BprRG0OT4IUSkwelNiQiskrNbdxmp4cvU", "name": "Windows 10 Home", "value": "p_n_g-1004198069091/23724797011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A23724787011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_6&ds=v1%3Aw3FnOfj1hF9KYxPa4f9LPWVseSjU1G2iKgmkAi5lErA", "name": "Windows 10 Pro", "value": "p_n_g-1004198069091/23724787011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A23724786011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_7&ds=v1%3ANlJQRcKuN5L%2Bb0IgA1nEgUxjTZmNo%2By9URcsDf%2BkmDs", "name": "Windows 10 in S mode", "value": "p_n_g-1004198069091/23724786011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A7529233011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_8&ds=v1%3APtuTA7i82bXY2vomAoLiZFDGeqaJsnHeg93c2cqi6bg", "name": "Mac OS", "value": "p_n_g-1004198069091/7529233011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A6401981011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_9&ds=v1%3AWKX9enXf5IxkISTm90csC7sobJw%2FHaZp20DxEw36zEE", "name": "Chrome OS", "value": "p_n_g-1004198069091/6401981011", "refinement_display_name": "Operating System" }, { "link": "/s?k=laptop&rh=p_n_g-1004198069091%3A7817221011&dc&language=en_US&qid=1763561848&rnid=562215011&ref=sr_nr_p_n_g-1004198069091_10&ds=v1%3AWLUWsgnc1kaV6oUsn%2FsyAgZHuoyjCUGxhYiwqouTLYc", "name": "Linux", "value": "p_n_g-1004198069091/7817221011", "refinement_display_name": "Operating System" } ], "special_features": [ { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487178011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_1&ds=v1%3Acv1%2FEvITPsm27X930tA3VeXWqEF2mYy92xia34%2B54JU", "name": "HD Audio", "value": "p_n_g-101013586527111/75487178011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487182011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_2&ds=v1%3AC0IfY%2Funosb26yzqyclV6abtQYV8Rhsg3JRiW3V72Cw", "name": "Numeric Keypad", "value": "p_n_g-101013586527111/75487182011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487180011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_3&ds=v1%3ARlz%2Fi2z0%2FLzxZ9k%2BTYgGoUuRoB27SQgGDzIZJZlQ6bo", "name": "Backlit Keyboard", "value": "p_n_g-101013586527111/75487180011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487169011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_4&ds=v1%3ATvzG61x%2F%2Fp7zxEQZCBXtyaxvWuqQBVAjQs575%2FXUfYo", "name": "Anti Glare Coating", "value": "p_n_g-101013586527111/75487169011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487170011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_5&ds=v1%3AP75GUgaUOTbSvkvkGfWcEFlqoZJ4Xsf7toDMNOYWLO0", "name": "Fingerprint Reader", "value": "p_n_g-101013586527111/75487170011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487172011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_6&ds=v1%3AVJMX2tLDmIG1RIlBWkbs6UUIU%2BmKXoT09y7CQswl6rQ", "name": "Memory Card Slot", "value": "p_n_g-101013586527111/75487172011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487174011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_7&ds=v1%3AkEG0HWDnenYEFv6dqmMS101od5OfSBtZ5XliNQe64dA", "name": "Spill resistant", "value": "p_n_g-101013586527111/75487174011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487184011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_8&ds=v1%3Ao0q4pL8rFCfYQnR%2BmApOqD41OLYfm2C%2FX8Yfg8Mg6Dk", "name": "Support Stylus", "value": "p_n_g-101013586527111/75487184011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A122179953011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_9&ds=v1%3ArqS1VvctvbtHr9y0hci1fesK89pzjV%2Bc0Dgku1HCfGQ", "name": "Lightweight", "value": "p_n_g-101013586527111/122179953011", "refinement_display_name": "Special Features" }, { "link": "/s?k=laptop&rh=p_n_g-101013586527111%3A75487176011&dc&language=en_US&qid=1763561848&rnid=75487167011&ref=sr_nr_p_n_g-101013586527111_10&ds=v1%3A8IvC7JqrQFUmIhWjFJhOe4VJ4q4yVeKr0gfXPH6Y1j8", "name": "TrackPoint", "value": "p_n_g-101013586527111/75487176011", "refinement_display_name": "Special Features" } ], "wi_fi_generation": [ { "link": "/s?k=laptop&rh=p_n_g-101014910595111%3A118961523011&dc&language=en_US&qid=1763561848&rnid=118961516011&ref=sr_nr_p_n_g-101014910595111_1&ds=v1%3A1q6FRIigKTkd4p9ewikSKBEZofeOU%2FxXE7F5OUw%2BKIk", "name": "Wi-Fi 6", "value": "p_n_g-101014910595111/118961523011", "refinement_display_name": "Wi-Fi Generation" }, { "link": "/s?k=laptop&rh=p_n_g-101014910595111%3A118961520011&dc&language=en_US&qid=1763561848&rnid=118961516011&ref=sr_nr_p_n_g-101014910595111_2&ds=v1%3Av6fipvwZS53r2Rems9xPFAMSDU4t2btphW53kqBpgcE", "name": "Wi-Fi 6E", "value": "p_n_g-101014910595111/118961520011", "refinement_display_name": "Wi-Fi Generation" }, { "link": "/s?k=laptop&rh=p_n_g-101014910595111%3A118961522011&dc&language=en_US&qid=1763561848&rnid=118961516011&ref=sr_nr_p_n_g-101014910595111_3&ds=v1%3AMNSrEhXiwKdcGGJRmhNKLwlV5fAjODOTV8CXGv%2BxBRs", "name": "Wi-Fi 5", "value": "p_n_g-101014910595111/118961522011", "refinement_display_name": "Wi-Fi Generation" }, { "link": "/s?k=laptop&rh=p_n_g-101014910595111%3A118961517011&dc&language=en_US&qid=1763561848&rnid=118961516011&ref=sr_nr_p_n_g-101014910595111_4&ds=v1%3AZER3I7qGak7VVE2cIwiKyJU1fHRwU4t4iHpQ2Hfcrbo", "name": "Wi-Fi 4", "value": "p_n_g-101014910595111/118961517011", "refinement_display_name": "Wi-Fi Generation" }, { "link": "/s?k=laptop&rh=p_n_g-101014910595111%3A118961519011&dc&language=en_US&qid=1763561848&rnid=118961516011&ref=sr_nr_p_n_g-101014910595111_5&ds=v1%3Atvm2ivS40gL47WltmLrX3FPSfKzRkSD78RA8sqvYuyw", "name": "Wi-Fi 7", "value": "p_n_g-101014910595111/118961519011", "refinement_display_name": "Wi-Fi Generation" } ], "audio_output_type": [ { "link": "/s?k=laptop&rh=p_n_g-101015499305111%3A122268391011&dc&language=en_US&qid=1763561848&rnid=122268196011&ref=sr_nr_p_n_g-101015499305111_1&ds=v1%3AMeeLu71bKyjUWWi57zdl2mlRvNDXicjgoR0SAIrrgII", "name": "Headphones", "value": "p_n_g-101015499305111/122268391011", "refinement_display_name": "Audio Output Type" }, { "link": "/s?k=laptop&rh=p_n_g-101015499305111%3A122268390011&dc&language=en_US&qid=1763561848&rnid=122268196011&ref=sr_nr_p_n_g-101015499305111_2&ds=v1%3AgJHxu9Bt%2B1HBhl3%2FMCXnYxXDy5RxF%2BuiezXthfjiEbo", "name": "Speakers", "value": "p_n_g-101015499305111/122268390011", "refinement_display_name": "Audio Output Type" } ], "price_0_38_500_go": [ { "link": "/s?k=laptop&rh=p_36%3A-3000&dc&language=en_US&qid=1763561848&rnid=2421885011&ref=sr_nr_p_36_1&ds=v1%3A0Db7KeuL0fU%2B0lN4qwzEFkrPtw54L7jg2fcDNzjPNhQ", "name": "Up to $30", "value": "p_36/dynamic-picker-0", "refinement_display_name": "Price\n \n \n\n \n \n \n \n\n\n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n $0\n\n\n –\n\n\n $38,500+\n\n\n \n\n \n \n\n\n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n\n\n \n\n \n \n Go" }, { "link": "/s?k=laptop&rh=p_36%3A3000-7000&dc&language=en_US&qid=1763561848&rnid=2421885011&ref=sr_nr_p_36_2&ds=v1%3AsWbLIgFuvtcFAEGxe%2F7UTitrDaJ7d9T4JsdqnVV4EFw", "name": "$30 to $70", "value": "p_36/dynamic-picker-1", "refinement_display_name": "Price\n \n \n\n \n \n \n \n\n\n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n $0\n\n\n –\n\n\n $38,500+\n\n\n \n\n \n \n\n\n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n\n\n \n\n \n \n Go" }, { "link": "/s?k=laptop&rh=p_36%3A7000-9000&dc&language=en_US&qid=1763561848&rnid=2421885011&ref=sr_nr_p_36_3&ds=v1%3ADBgD5UKDVQ3dxSuh3P2R207QvrObG6LWEN9bCd0NOzs", "name": "$70 to $90", "value": "p_36/dynamic-picker-2", "refinement_display_name": "Price\n \n \n\n \n \n \n \n\n\n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n $0\n\n\n –\n\n\n $38,500+\n\n\n \n\n \n \n\n\n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n\n\n \n\n \n \n Go" }, { "link": "/s?k=laptop&rh=p_36%3A9000-&dc&language=en_US&qid=1763561848&rnid=2421885011&ref=sr_nr_p_36_4&ds=v1%3AbH0IVCcVm1lVyTiBvNUr84lFEruguYn2NHTcHvEgayM", "name": "$90 & above", "value": "p_36/dynamic-picker-3", "refinement_display_name": "Price\n \n \n\n \n \n \n \n\n\n\n\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n $0\n\n\n –\n\n\n $38,500+\n\n\n \n\n \n \n\n\n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n \n \n \n \n \n \n\n\n\n\n \n\n \n \n Go" } ], "display_resolution": [ { "link": "/s?k=laptop&rh=p_n_g-1003409261111%3A24044950011&dc&language=en_US&qid=1763561848&rnid=24044690011&ref=sr_nr_p_n_g-1003409261111_1&ds=v1%3AukLsRFnt1qasezj2NbKOfyaqjHgl3LYesLODZXf2zuU", "name": "1080p", "value": "p_n_g-1003409261111/24044950011", "refinement_display_name": "Display Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-1003409261111%3A24044944011&dc&language=en_US&qid=1763561848&rnid=24044690011&ref=sr_nr_p_n_g-1003409261111_2&ds=v1%3AjJooWVvomjHFeJZXLfPnUN%2FRIPwcq38ZH%2F5VF6MQrtE", "name": "4K", "value": "p_n_g-1003409261111/24044944011", "refinement_display_name": "Display Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-1003409261111%3A24044946011&dc&language=en_US&qid=1763561848&rnid=24044690011&ref=sr_nr_p_n_g-1003409261111_3&ds=v1%3A%2FywKa5F4cSUAGOSwaxsYagbX%2Fyy6r1BAn9ftpGPMNhM", "name": "720i", "value": "p_n_g-1003409261111/24044946011", "refinement_display_name": "Display Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-1003409261111%3A24044945011&dc&language=en_US&qid=1763561848&rnid=24044690011&ref=sr_nr_p_n_g-1003409261111_4&ds=v1%3ArNtx3q6gRwVe1EoLpI01JJQm47NZiH2h%2Fcbl50HM8ew", "name": "720p", "value": "p_n_g-1003409261111/24044945011", "refinement_display_name": "Display Resolution" } ], "graphics_card_type": [ { "link": "/s?k=laptop&rh=p_n_g-1004235078091%3A14292273011&dc&language=en_US&qid=1763561848&rnid=14292272011&ref=sr_nr_p_n_g-1004235078091_1&ds=v1%3AOx02fBmTwHyQUrJQoszTsuNelFz911BGTFtLw3hepco", "name": "Dedicated", "value": "p_n_g-1004235078091/14292273011", "refinement_display_name": "Graphics Card Type" }, { "link": "/s?k=laptop&rh=p_n_g-1004235078091%3A14292274011&dc&language=en_US&qid=1763561848&rnid=14292272011&ref=sr_nr_p_n_g-1004235078091_2&ds=v1%3A0BuRTt6BO9t0sNXcOrMMEdz9%2FK%2FvS3GAXjZeNMDXtlM", "name": "Integrated", "value": "p_n_g-1004235078091/14292274011", "refinement_display_name": "Graphics Card Type" } ], "memory_clock_speed": [ { "link": "/s?k=laptop&rh=p_n_g-101015496428111%3A122268330011&dc&language=en_US&qid=1763561848&rnid=122268190011&ref=sr_nr_p_n_g-101015496428111_1&ds=v1%3Ab0B7r8bDAa97JSFwiYh5fGSRzCJKYvruMLxbnojGPgY", "name": "Up to 2.9 GHz", "value": "p_n_g-101015496428111/122268330011", "refinement_display_name": "Memory Clock Speed" }, { "link": "/s?k=laptop&rh=p_n_g-101015496428111%3A122268331011&dc&language=en_US&qid=1763561848&rnid=122268190011&ref=sr_nr_p_n_g-101015496428111_2&ds=v1%3ATE5O5kuDsJ8dLL4eYejC9zMxf1liSYsMMVNcKfnZBpA", "name": "3 to 3.9 GHz", "value": "p_n_g-101015496428111/122268331011", "refinement_display_name": "Memory Clock Speed" }, { "link": "/s?k=laptop&rh=p_n_g-101015496428111%3A122268333011&dc&language=en_US&qid=1763561848&rnid=122268190011&ref=sr_nr_p_n_g-101015496428111_3&ds=v1%3A0TwDjvhBoYL%2BIuzUIpyd43w93Q%2BiOD0MvOYfLwsSC08", "name": "4 to 4.9 GHz", "value": "p_n_g-101015496428111/122268333011", "refinement_display_name": "Memory Clock Speed" }, { "link": "/s?k=laptop&rh=p_n_g-101015496428111%3A122268332011&dc&language=en_US&qid=1763561848&rnid=122268190011&ref=sr_nr_p_n_g-101015496428111_4&ds=v1%3AvlU1%2BpNZWxNzw1lxN9%2FGYXiGj19K8r7zaHcxzJ9DyVQ", "name": "5 GHz & above", "value": "p_n_g-101015496428111/122268332011", "refinement_display_name": "Memory Clock Speed" } ], "cellular_technology": [ { "link": "/s?k=laptop&rh=p_n_g-101016791036111%3A210917527011&dc&language=en_US&qid=1763561848&rnid=210917523011&ref=sr_nr_p_n_g-101016791036111_1&ds=v1%3APjymEh0mdMRaHdScMAT51ghF4JAWatCnvGhJAzOlSf8", "name": "4G", "value": "p_n_g-101016791036111/210917527011", "refinement_display_name": "Cellular Technology" }, { "link": "/s?k=laptop&rh=p_n_g-101016791036111%3A210917525011&dc&language=en_US&qid=1763561848&rnid=210917523011&ref=sr_nr_p_n_g-101016791036111_2&ds=v1%3AosJO2GVRt1%2B9N0kQMMbSsN5d948kcEvf2O2RldmBKlU", "name": "5G", "value": "p_n_g-101016791036111/210917525011", "refinement_display_name": "Cellular Technology" } ], "hard_disk_interface": [ { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269913011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_1&ds=v1%3AZO9fAEPaph4EBnriFYj4h2vk3gHqBlHQP1F6DZEsRpg", "name": "Solid State", "value": "p_n_g-101015495806111/122269913011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269903011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_2&ds=v1%3A%2FlxaYUAtidEpnf3UplFbKzrZkyuF2A1jJEjBZEqz8TE", "name": "PCIE x 4", "value": "p_n_g-101015495806111/122269903011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269909011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_3&ds=v1%3A1niR%2FJ0RTc51d6f1lOM%2FxGDRl1%2BGGfTC4Pous4n20vg", "name": "Serial ATA", "value": "p_n_g-101015495806111/122269909011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269891011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_4&ds=v1%3AWDl543iW0pZa3N%2FcansxsX1bWPsYk32NV1UABCzb9so", "name": "ATA-4", "value": "p_n_g-101015495806111/122269891011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269920011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_5&ds=v1%3AEw6Gb2Omh%2Bj49CUZnutXdQ8xE1Q5j6c3qaqk0A0jJGY", "name": "ATA100", "value": "p_n_g-101015495806111/122269920011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269894011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_6&ds=v1%3AJlONyIJSqumcyLhabGi3EjrQ5gSUF06ZgwDLf4Es%2FAQ", "name": "eSATA", "value": "p_n_g-101015495806111/122269894011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269922011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_7&ds=v1%3AYat2e2ey4KD49Cxh%2FxjOzQ3anKHWsD99jeVtNUyHXnE", "name": "Ethernet", "value": "p_n_g-101015495806111/122269922011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269898011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_8&ds=v1%3AGuBx7SIb4X%2BBk3%2BEeQDSNcKv2pMqQaKM3kkBhZMks%2Bk", "name": "Ethernet 100Base-T", "value": "p_n_g-101015495806111/122269898011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269915011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_9&ds=v1%3AtKEevFbJ4MlN2ne6FjcTRVmdhHxDHFYIcrE%2BRVy8D8g", "name": "Gigabit Ethernet", "value": "p_n_g-101015495806111/122269915011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269896011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_10&ds=v1%3AYsMqCBOJSvtTXEGAhZxabFGGMBxItJfSnq8cY99u80M", "name": "PC Card", "value": "p_n_g-101015495806111/122269896011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269921011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_11&ds=v1%3AO2ogZkOwMQPoAKPnl91b6iPTp8gfNZ5l9DGYlCDEMUs", "name": "PCIE x 16", "value": "p_n_g-101015495806111/122269921011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269925011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_12&ds=v1%3AyZEUwg7NJlRwLFZqp61mTvxwZmkNCbhIFczEnvL63JM", "name": "PCIE x 2", "value": "p_n_g-101015495806111/122269925011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269897011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_13&ds=v1%3AyDy44%2FHCeM%2FCez70ZF9f5AGLG8331B1rAy077aynPE8", "name": "PCIE x 8", "value": "p_n_g-101015495806111/122269897011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269908011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_14&ds=v1%3Arq%2FCkBFSIbCu0eGyzrMvZF02DcGZXFD6RVpnHjTp17k", "name": "Raid", "value": "p_n_g-101015495806111/122269908011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269882011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_15&ds=v1%3A%2Bq8UFP7kE10YuQEjXhvZhFIbfXaprTuNwTyHRyPogxc", "name": "Serial ATA-150", "value": "p_n_g-101015495806111/122269882011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269905011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_16&ds=v1%3AdSzgeDWjfi8C3%2BbvfH6sfwx6CUPAVFwzFzjJi042U8g", "name": "Serial ATA-300", "value": "p_n_g-101015495806111/122269905011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269914011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_17&ds=v1%3AxN5oj18CgRDTuEf8wJexn9aRc17dBrX1uU%2BCFGiBq8Q", "name": "Serial ATA-600", "value": "p_n_g-101015495806111/122269914011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269892011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_18&ds=v1%3AKTPK2sxKscNKhQeZxMUHZodD23eA7onkG6MlyfLlqpw", "name": "Thunderbolt", "value": "p_n_g-101015495806111/122269892011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269880011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_19&ds=v1%3A%2B1iFPadFdHeN1Cc%2F0IC0GZ98rZwOYELSz8gH1fFjiWI", "name": "USB 2.0", "value": "p_n_g-101015495806111/122269880011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269907011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_20&ds=v1%3AwCf5GHfHsqYaHYbAw4kizkRCGjPIiNIlIIrepWg%2Fccg", "name": "USB 2.0/3.0", "value": "p_n_g-101015495806111/122269907011", "refinement_display_name": "Hard Disk Interface" }, { "link": "/s?k=laptop&rh=p_n_g-101015495806111%3A122269926011&dc&language=en_US&qid=1763561848&rnid=122269796011&ref=sr_nr_p_n_g-101015495806111_21&ds=v1%3AGJcmrBL2hK2jCcWj913ld%2BaTY9SB65x%2B4FclhfDtSX0", "name": "USB 3.0", "value": "p_n_g-101015495806111/122269926011", "refinement_display_name": "Hard Disk Interface" } ], "display_refresh_rate": [ { "link": "/s?k=laptop&rh=p_n_g-1003477733111%3A28963989011&dc&language=en_US&qid=1763561848&rnid=28963984011&ref=sr_nr_p_n_g-1003477733111_1&ds=v1%3ATIKxLJHPQFQC5jPeHwsweTD6n05EFE6plR5d597ewQU", "name": "121 Hz & above", "value": "p_n_g-1003477733111/28963989011", "refinement_display_name": "Display Refresh Rate" }, { "link": "/s?k=laptop&rh=p_n_g-1003477733111%3A28963991011&dc&language=en_US&qid=1763561848&rnid=28963984011&ref=sr_nr_p_n_g-1003477733111_2&ds=v1%3AhUUmbo%2FP%2BpqntQ7yz1mbhvo9LbGVh51ellpwXXEAz0k", "name": "90 to 120.9 Hz", "value": "p_n_g-1003477733111/28963991011", "refinement_display_name": "Display Refresh Rate" }, { "link": "/s?k=laptop&rh=p_n_g-1003477733111%3A28963990011&dc&language=en_US&qid=1763561848&rnid=28963984011&ref=sr_nr_p_n_g-1003477733111_3&ds=v1%3Ar4N4EOvYJdL%2BbBT6STRqUfuXgAikzOnkT%2FjW6uiW98w", "name": "59 to 89.9 Hz", "value": "p_n_g-1003477733111/28963990011", "refinement_display_name": "Display Refresh Rate" } ], "graphics_coprocessor": [ { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501162011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_1&ds=v1%3Adt%2F6CF2Cwoe%2BDQQlvUjO3heiMLLjpZERX7UhhJR4oys", "name": "Intel UHD Graphics", "value": "p_n_g-101013577755111/76501162011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501181011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_2&ds=v1%3AmobEvayq7f7d80bp5axkDg%2F4963TC2SxNpf5jcdBybE", "name": "Intel Iris Xe Graphics", "value": "p_n_g-101013577755111/76501181011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501068011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_3&ds=v1%3ArefKyRLtDibA2NwcRa4%2FQybYde3mKmHp7tpvQpwmT2M", "name": "Intel UHD Graphics 600", "value": "p_n_g-101013577755111/76501068011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501098011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_4&ds=v1%3A5GGvwVTqSAk7HsXdV9bHc1bOfjHcB2BEnWNeZ4ePAg0", "name": "NVIDIA GeForce GTX 1650", "value": "p_n_g-101013577755111/76501098011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501064011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_5&ds=v1%3AxMd%2B33VFTSJkPfLNOfU0dlOosMIZjFGyRSR5gHul7dU", "name": "NVIDIA GeForce GTX 1660Ti", "value": "p_n_g-101013577755111/76501064011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501072011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_6&ds=v1%3AT6bv9wFL8pl5zJse58tA%2FmGDXGxkicASSE8FYKrtJpY", "name": "NVIDIA GeForce RTX 2060", "value": "p_n_g-101013577755111/76501072011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501089011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_7&ds=v1%3A9IFCu7PeMeoDSDYAXf11S8%2BpIaIxUg8Eh5Usnfq8a2o", "name": "NVIDIA GeForce RTX 3050", "value": "p_n_g-101013577755111/76501089011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501125011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_8&ds=v1%3AB0eiXlz4FPiRuS2D4u4L2%2B3CmQj8wVYNtuCIC8lQ%2BXg", "name": "NVIDIA GeForce RTX 3060", "value": "p_n_g-101013577755111/76501125011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501028011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_9&ds=v1%3AIJ3PiS%2BH4GM89q2fF%2Bl6%2FsrLzaefBZTDOJucFPsfr7o", "name": "NVIDIA GeForce RTX 3070 Ti", "value": "p_n_g-101013577755111/76501028011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501092011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_10&ds=v1%3AAGD0rn7rj0XEnW6dItgCHwrwvm%2BNcF4DB709DEHmQnE", "name": "NVIDIA GeForce RTX 3080", "value": "p_n_g-101013577755111/76501092011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501095011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_11&ds=v1%3AesIh8YeaFba%2B5pW8mU%2BPdDAvnbvjiIr5dqYYhqhcjV4", "name": "NVIDIA GeForce RTX 3080 Ti", "value": "p_n_g-101013577755111/76501095011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501096011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_12&ds=v1%3A3IRWnJNDlkH9bjKFNHktYRa74lLMsQi3QCIAcu8MEeE", "name": "AMD Radeon 680M", "value": "p_n_g-101013577755111/76501096011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501083011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_13&ds=v1%3Adm42cWu616lA1eVMmfWKyii4o5oAU7aM9syMqBmvmTk", "name": "AMD Radeon Pro 450", "value": "p_n_g-101013577755111/76501083011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501007011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_14&ds=v1%3Ab9CbV9%2B2Ef0WwU644sHlYKKsuM5SwZJtcWSj%2FHggJlw", "name": "AMD Radeon Pro 555X", "value": "p_n_g-101013577755111/76501007011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501048011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_15&ds=v1%3AXT1kl4SwX4uzfSECNIQblvtPB0nW910oFoDkJv67L%2BI", "name": "AMD Radeon R4", "value": "p_n_g-101013577755111/76501048011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501137011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_16&ds=v1%3AanjDznMiN5N59kwV1pe4dWgZ%2BBbAq0ZLWZv10khMhMk", "name": "AMD Radeon R5", "value": "p_n_g-101013577755111/76501137011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501065011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_17&ds=v1%3AL%2FrnckYn9mgnganu1t2S5GWIl4Uz4vCOqtGuhQNDZOY", "name": "AMD Radeon RX 540", "value": "p_n_g-101013577755111/76501065011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501147011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_18&ds=v1%3AQeiOg9aAGLtmaic97GwQkhF57Z1LFKXi3hBvgkGOfV8", "name": "AMD Radeon RX Vega 8", "value": "p_n_g-101013577755111/76501147011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501051011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_19&ds=v1%3AYPQ8p7K%2Bw78kQSKLxQgGfLPsuA1fIlCFAS5FthTqOSU", "name": "Apple Integrated Graphics", "value": "p_n_g-101013577755111/76501051011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501079011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_20&ds=v1%3AfFtPsknOavX9HbxsZiGmhhacwxqhU4YfoipjEi7rnd4", "name": "Intel GMA X3100", "value": "p_n_g-101013577755111/76501079011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501088011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_21&ds=v1%3Aa%2F0Wa7eG5XJm9PySVNiPssmM4CcUFgMPiCz9qj7p3jw", "name": "Intel HD Graphics 400", "value": "p_n_g-101013577755111/76501088011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501069011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_22&ds=v1%3Ap5iZHJFDO5pak5CsT9XBhv9dW5B4q8zBOMkUkisRSR0", "name": "Intel HD Graphics 4400", "value": "p_n_g-101013577755111/76501069011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501053011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_23&ds=v1%3AlimO3onET5fNZ5cGig4EpplcdE4K%2FyNdSBhQqxDbLQk", "name": "Intel HD Graphics 5000", "value": "p_n_g-101013577755111/76501053011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501084011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_24&ds=v1%3A1P4gMq8ZkVtpCKRNhblnt6yGUv0gSroEJkge7T44NBY", "name": "Intel HD Graphics 510", "value": "p_n_g-101013577755111/76501084011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501164011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_25&ds=v1%3A0d9z8lm0mwC2w7lLhRBASSmHF7WljGaGl4IRS%2BZ5%2Fus", "name": "Intel HD Graphics 520", "value": "p_n_g-101013577755111/76501164011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501102011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_26&ds=v1%3AvlS8vA8PD69hQ0m47wh943Nw3UfO6i%2BbUBIO%2BDvenUc", "name": "Intel HD Graphics 6000", "value": "p_n_g-101013577755111/76501102011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501080011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_27&ds=v1%3All6wQNKXqgGrZH%2B%2BgBvAgUj8UQx7ziBw%2FV%2B3PfHkpD4", "name": "Intel HD Graphics 620", "value": "p_n_g-101013577755111/76501080011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501049011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_28&ds=v1%3AC3DCAu1Nd4hAPDOddBRoZAYB1Bwk81rTvpxrzrkFA6M", "name": "Intel Iris Graphics 550", "value": "p_n_g-101013577755111/76501049011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501077011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_29&ds=v1%3ApIxwiPZh4J%2BD56lC%2Fu%2F1xIgf8l7nz%2B697r%2BngxPd3Ko", "name": "Intel Iris Graphics 6100", "value": "p_n_g-101013577755111/76501077011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501100011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_30&ds=v1%3As7ohznrKu5dtYQ5N8kODB6vrBw30WUd0KxGVQjKE%2FTg", "name": "Intel Iris Plus", "value": "p_n_g-101013577755111/76501100011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501060011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_31&ds=v1%3ALf5Uy0yLk6D5t2lhwKqrOGuHAbPNscePCvPiJdB2uVw", "name": "Intel Iris Plus Graphics 655", "value": "p_n_g-101013577755111/76501060011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501152011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_32&ds=v1%3AGLwOxu3B7S%2FlELJB4T10w8gELQ3VS5wvH%2BzEZe790kg", "name": "Intel UHD Graphics 605", "value": "p_n_g-101013577755111/76501152011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501016011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_33&ds=v1%3AMIVQWqz%2F7D13gw%2Bb8wcwcj34tLSTrqlYVDvH8%2FFr%2Bgo", "name": "Intel UHD Graphics 617", "value": "p_n_g-101013577755111/76501016011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501052011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_34&ds=v1%3A2x3O9CvAokmqZWqZoC%2BAniya55coHUfwXjivtVqaUWk", "name": "Intel UHD Graphics 620", "value": "p_n_g-101013577755111/76501052011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501018011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_35&ds=v1%3AB4AjE09BsfPjSQt%2BjDVEwDF06fAq1ICobxi6KrJPqwc", "name": "NVIDIA GeForce GTX 1060", "value": "p_n_g-101013577755111/76501018011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501062011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_36&ds=v1%3AUYfipAhBPbqFoEijuYy0KNtTToNQZ%2BpBUh%2FRARQoNVc", "name": "NVIDIA GeForce MX150", "value": "p_n_g-101013577755111/76501062011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501116011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_37&ds=v1%3Apjf5aoOkwH8bYKPfCpPiXszDubuQdei1n6EhMvcxklc", "name": "NVIDIA GeForce RTX 2050", "value": "p_n_g-101013577755111/76501116011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501031011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_38&ds=v1%3AvFmNG7AtQu3fRIQVTTRpIXLOYpBfORARC%2FbZTGuJ33I", "name": "NVIDIA Quadro P3200", "value": "p_n_g-101013577755111/76501031011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501087011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_39&ds=v1%3A3hJUo9L%2BsGzSiC1UzHRJu03gJ6M7Fu37fXcDtVsIJ0A", "name": "NVIDIA Quadro T1000", "value": "p_n_g-101013577755111/76501087011", "refinement_display_name": "Graphics Coprocessor" }, { "link": "/s?k=laptop&rh=p_n_g-101013577755111%3A76501029011&dc&language=en_US&qid=1763561848&rnid=76501006011&ref=sr_nr_p_n_g-101013577755111_40&ds=v1%3A%2BumHMa5nqf4F%2BdzdoyjeWSYgh6NTy9YExpMTVHVfmOo", "name": "PowerVR GX6250", "value": "p_n_g-101013577755111/76501029011", "refinement_display_name": "Graphics Coprocessor" } ], "front_camera_resolution": [ { "link": "/s?k=laptop&rh=p_n_g-101015495452111%3A122268336011&dc&language=en_US&qid=1763561848&rnid=122268191011&ref=sr_nr_p_n_g-101015495452111_1&ds=v1%3AnWf1NK8zKHhlJJM6OJfnngbzv5vBxeIb5lJSq6Zupmg", "name": "3 MP & above", "value": "p_n_g-101015495452111/122268336011", "refinement_display_name": "Front Camera Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015495452111%3A122268335011&dc&language=en_US&qid=1763561848&rnid=122268191011&ref=sr_nr_p_n_g-101015495452111_2&ds=v1%3Aoi%2BZ7tT2UFJt2aZpiyHqR%2B3jBai9vHibrVo%2FNhr67ms", "name": "2 to 2.9 MP", "value": "p_n_g-101015495452111/122268335011", "refinement_display_name": "Front Camera Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015495452111%3A122268337011&dc&language=en_US&qid=1763561848&rnid=122268191011&ref=sr_nr_p_n_g-101015495452111_3&ds=v1%3A8IxwvD5PFDiZ%2BvtNOkbpCW2YEIKC1VyJJkPeDHZW0Iw", "name": "1 to 1.9 MP", "value": "p_n_g-101015495452111/122268337011", "refinement_display_name": "Front Camera Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101015495452111%3A122268334011&dc&language=en_US&qid=1763561848&rnid=122268191011&ref=sr_nr_p_n_g-101015495452111_4&ds=v1%3A7npXgkgU764YPYQ8UW5q5YDRph5G%2BxzyILBXw8gh4sU", "name": "Up to 1 MP", "value": "p_n_g-101015495452111/122268334011", "refinement_display_name": "Front Camera Resolution" } ], "sustainability_features": [ { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A121136630011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_1&ds=v1%3AWRs4xsZfFgxnWolNygh3VQwqAdpuz%2BEbvSl2KoGERsk", "name": "Any Feature", "value": "p_n_cpf_labels/121136630011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845688011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_2&ds=v1%3AmDWA4EDeYXYaXsaRdMaTgCynkZ7s4cRq%2F56yagYh7co", "name": "Carbon Impact", "value": "p_n_cpf_labels/116845688011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845685011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_3&ds=v1%3AM33%2FDbdFqgUnADPuwjpAg%2FaVPAIaqsS8FFUgl8iomLc", "name": "Energy Efficiency", "value": "p_n_cpf_labels/116845685011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845687011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_4&ds=v1%3AkEhZk4z595Ks6uMPB1BLxdi4mPLkf4369lOfB9fipCs", "name": "Forestry Practices", "value": "p_n_cpf_labels/116845687011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845690011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_5&ds=v1%3AQmukYONwY9Ae10i%2FyLik%2BjhDe1y%2FlUVPSuP9imXAi8w", "name": "Manufacturing Practices", "value": "p_n_cpf_labels/116845690011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845682011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_6&ds=v1%3AEa0FGWLT7FcPj%2BoQ7wQIvgS3y7A4ymQOGyXGF30w30Q", "name": "Packaging Efficiency", "value": "p_n_cpf_labels/116845682011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845689011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_7&ds=v1%3AV%2BFoMo62aN751eDmCNs1sntrPHM38duJJnqbFxxfjc0", "name": "Recycled Materials", "value": "p_n_cpf_labels/116845689011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845683011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_8&ds=v1%3AykRLgJDBlfIFwmpjINxuPQumV1dL83%2FhYNaBN0BR1uY", "name": "Safer Chemicals", "value": "p_n_cpf_labels/116845683011", "refinement_display_name": "Sustainability Features" }, { "link": "/s?k=laptop&rh=p_n_cpf_labels%3A116845686011&dc&language=en_US&qid=1763561848&rnid=116845681011&ref=sr_nr_p_n_cpf_labels_9&ds=v1%3AlDU0X%2BTeQSKjtIzefuz7SKQfJjse7SFLorOStj%2Bj8kE", "name": "Worker Wellbeing", "value": "p_n_cpf_labels/116845686011", "refinement_display_name": "Sustainability Features" } ], "display_maximum_resolution": [ { "link": "/s?k=laptop&rh=p_n_g-101017122450111%3A213409780011&dc&language=en_US&qid=1763561848&rnid=213409776011&ref=sr_nr_p_n_g-101017122450111_1&ds=v1%3AWd6vSo8XqqRdK4M4PVoOaAfKB7PLxepQELwQM3l0R7I", "name": "1366 x 768", "value": "p_n_g-101017122450111/213409780011", "refinement_display_name": "Display Maximum Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101017122450111%3A213409777011&dc&language=en_US&qid=1763561848&rnid=213409776011&ref=sr_nr_p_n_g-101017122450111_2&ds=v1%3A4%2BE20N4Gj5PkJTzDi%2FkCzp7jXoUwHgTeh1CAfkfsHwk", "name": "1920 x 1080", "value": "p_n_g-101017122450111/213409777011", "refinement_display_name": "Display Maximum Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101017122450111%3A213409781011&dc&language=en_US&qid=1763561848&rnid=213409776011&ref=sr_nr_p_n_g-101017122450111_3&ds=v1%3AkLHmhAQg%2Bud3iGrRCTwMFBBCQSKFs%2BKhFytrvjo91Is", "name": "2560 x 1440", "value": "p_n_g-101017122450111/213409781011", "refinement_display_name": "Display Maximum Resolution" }, { "link": "/s?k=laptop&rh=p_n_g-101017122450111%3A213409779011&dc&language=en_US&qid=1763561848&rnid=213409776011&ref=sr_nr_p_n_g-101017122450111_4&ds=v1%3ALR8AUwNpiODuU9eXZKsttbcCW9oxE4xy4A%2FR%2FKcxd3M", "name": "2560 x 1600", "value": "p_n_g-101017122450111/213409779011", "refinement_display_name": "Display Maximum Resolution" } ], "eligible_for_free_shipping": [ { "link": "/s?k=laptop&rh=p_76%3A1249137011&dc&language=en_US&qid=1763561848&rnid=1249135011&ref=sr_nr_p_76_1&ds=v1%3A%2BK4ucocVH9Ik0zhvP6un8DlWq1JG1niMLN84b3%2BWxmI", "name": "Free Shipping by Amazon", "value": "p_76/1249137011", "refinement_display_name": "Eligible for Free Shipping" } ], "average_standby_battery_life": [ { "link": "/s?k=laptop&rh=p_n_g-101015499336111%3A122268382011&dc&language=en_US&qid=1763561848&rnid=122268194011&ref=sr_nr_p_n_g-101015499336111_1&ds=v1%3AzAB4HOBXWJ5wMNJFI9xdnA83GvevP%2BH4tTapXrAX%2BAo", "name": "11 h & above", "value": "p_n_g-101015499336111/122268382011", "refinement_display_name": "Average Standby Battery Life" }, { "link": "/s?k=laptop&rh=p_n_g-101015499336111%3A122268381011&dc&language=en_US&qid=1763561848&rnid=122268194011&ref=sr_nr_p_n_g-101015499336111_2&ds=v1%3AEipCQ3vN3XnIQn%2BxJurxXzGekAX5p7Y3GmKShe0QAaI", "name": "9 to 10.9 h", "value": "p_n_g-101015499336111/122268381011", "refinement_display_name": "Average Standby Battery Life" }, { "link": "/s?k=laptop&rh=p_n_g-101015499336111%3A122268383011&dc&language=en_US&qid=1763561848&rnid=122268194011&ref=sr_nr_p_n_g-101015499336111_3&ds=v1%3A06PA1MDp6n6vEWN0JsnsFzlwRJLFRid5hrAaqcFsS%2Bg", "name": "7 to 8.9 h", "value": "p_n_g-101015499336111/122268383011", "refinement_display_name": "Average Standby Battery Life" }, { "link": "/s?k=laptop&rh=p_n_g-101015499336111%3A122268384011&dc&language=en_US&qid=1763561848&rnid=122268194011&ref=sr_nr_p_n_g-101015499336111_4&ds=v1%3AXyBS%2Fmcr5S8mTr%2BimW02reYoUmiXpTVj2gkrLU4FsDM", "name": "Up to 6.9 h", "value": "p_n_g-101015499336111/122268384011", "refinement_display_name": "Average Standby Battery Life" } ], "laptop_flash_memory_capacity": [ { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A9659363011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_1&ds=v1%3AqzPQ%2FO%2FdTTHp5%2Fw19tHqQWA9RCMTqpw3cIw%2BeUXV2yA", "name": "500 GB & Above", "value": "p_n_g-1001660891111/9659363011", "refinement_display_name": "Laptop Flash Memory Capacity" }, { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A9659361011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_2&ds=v1%3AxmvltnUe0Nak8225vLxim205ky5%2F%2BcyMNPzKgyGxHMg", "name": "250 to 499 GB", "value": "p_n_g-1001660891111/9659361011", "refinement_display_name": "Laptop Flash Memory Capacity" }, { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A9659360011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_3&ds=v1%3AkQIms9CIPM%2FdS4c%2BndTBe1AdspR%2FyCWPIy5Fx7EzsYY", "name": "120 to 249 GB", "value": "p_n_g-1001660891111/9659360011", "refinement_display_name": "Laptop Flash Memory Capacity" }, { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A3071910011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_4&ds=v1%3ANHPHHgTvCwGryD9%2FxwrNj2w6LAPGSqwIbcgkR%2B%2FEgQI", "name": "64 to 119 GB", "value": "p_n_g-1001660891111/3071910011", "refinement_display_name": "Laptop Flash Memory Capacity" }, { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A3071909011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_5&ds=v1%3AxaHfX330WnvUNRKdM84KxrFpKtTumMmtLbTeUaOEpoc", "name": "32 to 63 GB", "value": "p_n_g-1001660891111/3071909011", "refinement_display_name": "Laptop Flash Memory Capacity" }, { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A3071908011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_6&ds=v1%3ATBOLyukQqdAMAwA9Mhg4yu1JlFOMEjIwZypXKLpFw38", "name": "17 to 31 GB", "value": "p_n_g-1001660891111/3071908011", "refinement_display_name": "Laptop Flash Memory Capacity" }, { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A3071912011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_7&ds=v1%3AGzlZpXZrsrAwcnEHPYTa3asfdfPfrN0w34nxeVDUEMM", "name": "8 to 16 GB", "value": "p_n_g-1001660891111/3071912011", "refinement_display_name": "Laptop Flash Memory Capacity" }, { "link": "/s?k=laptop&rh=p_n_g-1001660891111%3A3071911011&dc&language=en_US&qid=1763561848&rnid=3071907011&ref=sr_nr_p_n_g-1001660891111_8&ds=v1%3Ae2VE4r1DuKueEHzSgftMEPE9GCg72FrQAAAO9i1zuXc", "name": "7 GB & Under", "value": "p_n_g-1001660891111/3071911011", "refinement_display_name": "Laptop Flash Memory Capacity" } ], "notebook_computer_hardware_interface": [ { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A23721169011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_1&ds=v1%3AUWTt8CFA80Sc0BnNSStxVzXO4c2slK4tTGjHunudY0s", "name": "HDMI", "value": "p_n_g-1003119736111/23721169011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A23721164011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_2&ds=v1%3AofvLuLOMySeWKaWqRxQLTUeHXfp03Tofy98kGVR1AFI", "name": "USB", "value": "p_n_g-1003119736111/23721164011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089308011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_3&ds=v1%3ACe%2BcXJcow4jOFk1IspVOLCI1Qg9Eof2Cu6Vm5JnUlR4", "name": "Bluetooth", "value": "p_n_g-1003119736111/24089308011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089354011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_4&ds=v1%3AkjCz%2F1QZy7kqxuKiR%2BiPp71sGUw95DiK9C1tBjQ47qU", "name": "3.5mm Audio", "value": "p_n_g-1003119736111/24089354011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089309011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_5&ds=v1%3AaEuFRr4YK9q5lyvmULjaUjP2SCeP6Ibf%2Bq%2F%2F5MT05eo", "name": "802.11 ac/b/g/n", "value": "p_n_g-1003119736111/24089309011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089229011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_6&ds=v1%3AHq%2FF2L1PFSiOHh%2B%2FqvXzcxNeAFDSahl9IvRtNgkFwQ0", "name": "802.11 b/g", "value": "p_n_g-1003119736111/24089229011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089367011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_7&ds=v1%3AGuVw5qUoILkoTvHGZQvF2kMsFfXWk2W633%2Fbo8%2FnQpo", "name": "802.11 b/g/n", "value": "p_n_g-1003119736111/24089367011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089357011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_8&ds=v1%3AOvsL5ysKizMDsmhlAtczk5qJzyAehqeB0aJU7micWmA", "name": "Bluetooth 4.0", "value": "p_n_g-1003119736111/24089357011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089310011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_9&ds=v1%3AHJ%2BZvJrifFXB3IumZsIvrX9e8R%2BfkngSs%2ByO9OUet6A", "name": "Bluetooth 5", "value": "p_n_g-1003119736111/24089310011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089360011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_10&ds=v1%3AjFsbMhMBJvL7KU4gSxq2fU6bPa4MpaUz7EDUCF9jZww", "name": "DisplayPort", "value": "p_n_g-1003119736111/24089360011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089313011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_11&ds=v1%3AMKQwfUgh3wnHViejtHeHTwdPJA%2FPrI2Ism6pLMWgbsQ", "name": "DVD-RW", "value": "p_n_g-1003119736111/24089313011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A23721167011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_12&ds=v1%3AEn%2FWMRHOSXty5dk7PVNRJi1G5E7sHDkYfkh%2BqQ6agPQ", "name": "Ethernet", "value": "p_n_g-1003119736111/23721167011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089236011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_13&ds=v1%3AUzhNm7X6%2BiJPBoYcBlbHpoiQTnZRhwzvwH%2BCaMl78IQ", "name": "Express Card", "value": "p_n_g-1003119736111/24089236011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089227011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_14&ds=v1%3A49s4%2Fno5uJI79vuaOJjY9qAqNoRCk%2FhS9QmJt3hL0qI", "name": "Headphone", "value": "p_n_g-1003119736111/24089227011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089272011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_15&ds=v1%3Aot4tilyKH0tUDnetHV1gO%2BXF0PLrh9Y%2B6BXOM%2Bu%2B8Ws", "name": "Infrared", "value": "p_n_g-1003119736111/24089272011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089237011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_16&ds=v1%3AkZxN0rJygIKUjWZbv05M1NHtf%2Fms3D9MVvC9%2BIl5QnM", "name": "Lightning", "value": "p_n_g-1003119736111/24089237011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089370011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_17&ds=v1%3A9krnK8I5AooopjxSfl%2FkPd%2BFvgD1U%2BHtaM5a%2FajXZa4", "name": "Media Card", "value": "p_n_g-1003119736111/24089370011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089345011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_18&ds=v1%3Ab5UaJHAPQVn86oA55mGJxnH0WkZq0hBEtSOraUp28%2BI", "name": "Micro USB 2.0 Type B", "value": "p_n_g-1003119736111/24089345011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A23721165011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_19&ds=v1%3AKs7k5QLCngs24DHVZR8w6aSgkpYjwI2vlMx4JhiDA4s", "name": "MicroSD", "value": "p_n_g-1003119736111/23721165011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089346011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_20&ds=v1%3AI0wlSGGG6ZOMuf6cRSON3xeJ47p84ftlhRRBe6Up5Os", "name": "microSDXC", "value": "p_n_g-1003119736111/24089346011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089218011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_21&ds=v1%3Ab2fA5Mg7qPdiWzf3RIzoR%2BEXwmFyiB2cDcKikMaaUiE", "name": "mini HDMI", "value": "p_n_g-1003119736111/24089218011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089307011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_22&ds=v1%3AVevpu3WB0%2BNhk8sT46LWdzCCGpC2E3HnVA3xmkGoUTA", "name": "Mini-DisplayPort", "value": "p_n_g-1003119736111/24089307011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089249011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_23&ds=v1%3AtGSYxYHZ2OpZ96byDzWzMkZtOWEQoL3ibzAUniRQ0O8", "name": "PCI Express x4", "value": "p_n_g-1003119736111/24089249011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089277011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_24&ds=v1%3AHG2yOIYZPI67chver7Iw31N7ViDO3Ve2Hny4KQymLX4", "name": "SATA 6.0 Gb/s", "value": "p_n_g-1003119736111/24089277011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089262011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_25&ds=v1%3AbvtXwjbxc5Kvc147XIv6g3gndakX0xV7XJJvIg2JBd0", "name": "SDHC", "value": "p_n_g-1003119736111/24089262011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089365011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_26&ds=v1%3AnXf3EdddKiSyFlrcM6fH2VnpGyp79wMDgYpiBRMQAEM", "name": "SDXC", "value": "p_n_g-1003119736111/24089365011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089321011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_27&ds=v1%3A0ydyJHmrm1Og7lN9Z2aFeNRSiXshbrVDn3LpzQiiZ70", "name": "Secure Digital Card", "value": "p_n_g-1003119736111/24089321011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089335011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_28&ds=v1%3ARz6LLBRK%2FbfE0SiYZXdtG2fA%2B%2FHYqBlceXPPqjWfDvs", "name": "Sim Card", "value": "p_n_g-1003119736111/24089335011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089242011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_29&ds=v1%3AP61OqsauX2VfcwFUh%2FqKrOsHE%2F3JFWyOVBK5X7ZtZnE", "name": "Solid State Drive", "value": "p_n_g-1003119736111/24089242011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A23721168011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_30&ds=v1%3ACGtILIXBMFdd8GNML%2BDuVWJq5gG7kSNyIB%2FnML0ChZo", "name": "Thunderbolt", "value": "p_n_g-1003119736111/23721168011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089251011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_31&ds=v1%3AmsflDDogj%2Fyl5t9AqlvxaUTbJpIq8CkxTgoPqUQn5mk", "name": "Thunderbolt 4", "value": "p_n_g-1003119736111/24089251011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089306011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_32&ds=v1%3AnOXq%2F%2FvhB3BHxInGQ2%2Fe0D7zo57TEG%2FwxaSqrsUYzQQ", "name": "USB 2.0 Type A", "value": "p_n_g-1003119736111/24089306011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089215011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_33&ds=v1%3AaInBXCiwpullsW0NfraIKSwogTwnEL9W6MR4uwTYB18", "name": "USB 3.0 Type A", "value": "p_n_g-1003119736111/24089215011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089312011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_34&ds=v1%3Aug%2Fdslz0E3PGdvSOXiHL22JsvQvt9zyJ7NGwtT3dOoI", "name": "USB 3.0 Type C", "value": "p_n_g-1003119736111/24089312011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089298011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_35&ds=v1%3ADpOBnQ%2FxQ%2Baj5Qx4%2BRMaKvrZN4qhnxKSsA8o01NkXko", "name": "USB 3.1 Type A", "value": "p_n_g-1003119736111/24089298011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089383011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_36&ds=v1%3A52VPxJqiTaIVEfEv7rGbqdOrCpUXCDjxi3Y43EkzLJ8", "name": "USB 3.1 Type C", "value": "p_n_g-1003119736111/24089383011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089281011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_37&ds=v1%3AugjCTu4bSqRth5zy0w3VfGh51RNxtUgDRt%2Ft9oeoXqg", "name": "USB 3.2 Gen 1", "value": "p_n_g-1003119736111/24089281011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089368011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_38&ds=v1%3APC7vxglTELQNONdrknuOQIgRx3hS7h%2FMSMnMlFGR73c", "name": "USB 3.2 Gen 2", "value": "p_n_g-1003119736111/24089368011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A24089233011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_39&ds=v1%3Agss5zbya2SZ6gOqeUQUVhz0M4td0a4vf%2B4e9VltyZ7M", "name": "USB 3.2 Gen 2×2", "value": "p_n_g-1003119736111/24089233011", "refinement_display_name": "Notebook Computer Hardware Interface" }, { "link": "/s?k=laptop&rh=p_n_g-1003119736111%3A23721166011&dc&language=en_US&qid=1763561848&rnid=23721163011&ref=sr_nr_p_n_g-1003119736111_40&ds=v1%3AQVQRrv%2BgbOMHki4jSx4OOsksokC8c%2BC7bpjHqQ%2F1ETc", "name": "VGA", "value": "p_n_g-1003119736111/23721166011", "refinement_display_name": "Notebook Computer Hardware Interface" } ] }, "delivery_postcode": "98160", "last_visible_page": 20, "parse_status_code": 12000, "total_results_count": 100000 }, "errors": [], "status_code": 12000, "task_id": "7396914512709832705" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Sellers Source: https://help.decodo.com/docs/web-scraping-api-amazon-sellers Web Scraping API Amazon Sellers Template The `amazon_sellers` template is built to obtain Amazon Sellers pages. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Amazon Pricing template: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `amazon_sellers`. | | `query` | string | ✅ | A 14-character Amazon Seller ID code. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the delivery location to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter#/) | | `domain` | string | | Specify top-level domain. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `locale` | string | | Set the value to change your Amazon web page interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-locale) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon_sellers", "query": "A1R0Z7FJGTKESH", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "amazon_sellers", "query": "A1R0Z7FJGTKESH", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "amazon_sellers", "query": "A1R0Z7FJGTKESH", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | ------------------ | --------------------------------------------------------- | | `url` | URL to the Amazon Seller page. | | `query` | A 14-character Amazon Seller ID code used in the request. | | `page_type` | The type of Amazon page. | | `description` | A description of the seller. | | `seller_name` | The seller's name. | | `business_name` | The business's name. | | `business_address` | The business address. | | `rating` | The seller's rating. | #### Response Example ```python JSON expandable theme={null} { "results": { "url": "https://www.amazon.com/sp?seller=A1R0Z7FJGTKESH&language=en_US", "query": "A1R0Z7FJGTKESH", "page_type": "Seller", "description": "A1R0Z7FJGTKESH is committed to providing each customer with the highest standard of customer service.", "seller_name": "A1R0Z7FJGTKESH", "business_name": "A1R0Z7FJGTKESH", "business_address": "Söderbyvägen 13 ARLANDASTAD Sweden 19560 SE", "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7396916579893523457" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon Templates Source: https://help.decodo.com/docs/web-scraping-api-amazon-templates Web Scraping API Amazon Templates Amazon can be scraped using multiple different templates, including the **Amazon search**, **direct URL**, or more specific targets like **Amazon seller**, **Amazon product**, etc. In each respective Amazon template page, you will find: * Whether it can be parsed with `JSON`; * The required parameters; * Ready-to-use code examples for `cURL`, `Node`, and `Python`, where you only need to change the username and password for your Web Scraping API user for the code to work. All Amazon targets use the Premium Proxy Pool by default. Here is the list of available Amazon templates. You can find more details about each template on the page below. | Template (target) | Parser | Input | | -------------------------------------------------------------------------------------------- | ------------- | ------- | | [**Amazon Bestsellers**](https://help.decodo.com/docs/web-scraping-api-amazon-bestsellers#/) | ✅ | `query` | | [**Amazon Pricing**](https://help.decodo.com/docs/web-scraping-api-amazon-pricing#/) | ✅ | `query` | | [**Amazon Product**](https://help.decodo.com/docs/web-scraping-api-amazon-product#/) | ✅ | `query` | | [**Amazon Search**](https://help.decodo.com/docs/web-scraping-api-amazon-search#/) | ✅ | `query` | | [**Amazon Sellers**](https://help.decodo.com/docs/web-scraping-api-amazon-sellers#/) | ✅ | `query` | | [**Amazon URL**](https://help.decodo.com/docs/web-scraping-api-amazon-url#/) | Specific URLs | `url` | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Amazon URL Source: https://help.decodo.com/docs/web-scraping-api-amazon-url Web Scraping API Amazon Template The `amazon` template is built to obtain content directly from various Amazon URLs. Instead of passing multiple parameters, you can simply provide a direct URL to the desired Amazon page. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Amazon URL template: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `amazon`. | | `url` | string | ✅ | A URL of an Amazon page. Additional parameters can be specified in the URL itself. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`, but only applicable to specific page types that support a parser, [**read more**](https://help.decodo.com/docs/web-scraping-api-amazon-templates#/). | | `geo` | string | | Set the delivery location to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter#/) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon", "url": "https://www.amazon.com/dp/B09H74FXNW", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "amazon", "url": "https://www.amazon.com/dp/B09H74FXNW", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "amazon", "url": "https://www.amazon.com/dp/B09H74FXNW", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output The response structure will vary depending on the provided `url`. #### Response Example ```json JSON expandable theme={null} { "results": { "ads": [ { "pos": 1, "asin": "B08T1GK3DL", "type": "organic_also_viewed", "price": 23.99, "title": "targeal Gaming Headset with Microphone - for PC, PS4, PS5, Switch, Xbox One, Xbox Series X|S - 3.5mm Jack Gamer Headphone wit", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "rating": 4.2, "location": "carousel", "price_upper": 23.99, "reviews_count": 42, "is_prime_eligible": true }, { "pos": 2, "asin": "B01H6GUCCQ", "type": "organic_also_viewed", "price": 19.99, "title": "BENGOO G9000 Stereo Gaming Headset for PS4 PC Xbox One PS5 Controller, Noise Cancelling Over Ear Headphones with Mic, LED Lig", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "rating": 4.3, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": true }, { "pos": 3, "asin": "B09FJK1JTQ", "type": "organic_also_viewed", "price": 19.99, "title": "Tatybo Gaming Headset for PS5 PS4 Xbox ONE Switch PC with Noise Cancelling Over-Ear Stereo Bass Surround Sound Gaming Headpho", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "rating": 4.3, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": true }, { "pos": 4, "asin": "B09FJK1JTQ", "type": "organic_also_viewed", "price": 19.99, "title": "Tatybo Gaming Headset for PS5 PS4 Xbox ONE Switch PC with Noise Cancelling Over-Ear Stereo Bass Surround Sound Gaming Headphone -Camo", "images": [ "https://images-na.ssl-images-amazon.com/images/I/61n8J+Fw+hL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 5, "asin": "B07VFGQ7BC", "type": "organic_also_viewed", "price": 17.99, "title": "PHOINIKAS Gaming Headset for PS4, Xbox One, PC, Laptop, Mac, Nintendo Switch, 3.5MM PS4 Stereo Headset Over Ear Headphones with Noise-Cancelling Mic, Bass Surround - Camo", "images": [ "https://images-na.ssl-images-amazon.com/images/I/617AAEmjdbL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 17.99, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 6, "asin": "B0B4RZNJG9", "type": "organic_also_viewed", "price": 20.99, "title": "Gaming Headset with Microphone, Gaming Headphones for PS4 PS5 Xbox One PC with LED Lights, PlayStation Headset with Noise Reduction 7.1 Surround Sound Over-Ear and Wired 3.5mm Jack (Green)", "images": [ "https://images-na.ssl-images-amazon.com/images/I/81S9hokCyuL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 20.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 7, "asin": "B0B1X2PJLV", "type": "organic_also_viewed", "price": 19.99, "title": "TIANHOO Wireless Controller Compatible with PS4/Pro/Slim, with Vibration Feedback, Motion Sensing, Touchpad, Light Bar, Share, Speaker, 3.5mm Headphone Jack (Graffiti)", "images": [ "https://images-na.ssl-images-amazon.com/images/I/8117BlFelDL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 8, "asin": "B01H6GUCCQ", "type": "organic_also_viewed", "price": 19.99, "title": "BENGOO G9000 Stereo Gaming Headset for PS4 PC Xbox One PS5 Controller, Noise Cancelling Over Ear Headphones with Mic, LED Light, 7.1 Surround Sound, Soft Memory Earmuffs for Nintendo Xbox Series X|S", "images": [ "https://images-na.ssl-images-amazon.com/images/I/61CGHv6kmWL._AC_UL165_SR165,165_.jpg", "https://m.media-amazon.com/images/I/01GK70BG4uL.svg", "https://m.media-amazon.com/images/I/019h+CPo68L.svg", "https://m.media-amazon.com/images/I/61sxI+4PZlL._SS180_.png", "https://m.media-amazon.com/images/I/61sxI+4PZlL._SS180_.png", "https://m.media-amazon.com/images/I/21AGu0JFvKL.svg" ], "rating": 0, "location": "carousel", "price_upper": 19.99, "reviews_count": 43, "is_prime_eligible": false }, { "pos": 9, "asin": "B08G84VLJY", "type": "organic_also_viewed", "price": 15.69, "title": "Kikc PS4 Gaming Headset with Mic for Xbox One, PS5, PC, Mobile Phone and Notebook, Controllable Volume Gaming Headphones with Soft Earmuffs for Kid", "images": [ "https://images-na.ssl-images-amazon.com/images/I/51xA9nyK9CL._AC_UL165_SR165,165_.jpg" ], "rating": 0, "location": "carousel", "price_upper": 15.69, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 10, "asin": "B0CLYH2DRN", "type": "organic_also_viewed", "price": 28.49, "title": "acer Wireless Gaming Headset, PS5 Headset with 2.4GHz for Ps5, Ps4, PC, Switch, Bluetooth 5.3 + 100Hrs Gaming Headphones with Noise Canceling Mic for Laptop, Mobile, Mac, 50mm Drivers (Red)", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41PYVHnS8ZL._AC_SR100,100_QL65_.jpg" ], "rating": 4.2, "location": "carousel", "price_upper": 49.99, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 11, "asin": "B0B4B2HW2N", "type": "organic_also_viewed", "price": 33.99, "title": "Gtheos 2.4GHz Wireless Gaming Headset for PS5, PS4 Fortnite & Call of Duty/FPS Gamers, PC, Nintendo Switch, Bluetooth 5.3 Gaming Headphones with Noise Canceling Mic, Stereo Sound, 40+Hr Battery -White", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41ATFDVlDML._AC_SR100,100_QL65_.jpg" ], "rating": 4.2, "location": "carousel", "price_upper": 49.99, "reviews_count": 42, "is_prime_eligible": false }, { "pos": 12, "asin": "B0DYWJJRDV", "type": "organic_also_viewed", "price": 39.99, "title": "Turtle Beach Recon 70 Wired Gaming Headset - Licensed for Nintendo Switch 2, Nintendo Switch/Lite/OLED Model, Flip-to-Mute Mic, Adjustable, Lightweight, On-Ear Controls, 40mm Drivers, Black and White", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/31eKlnu1voL._AC_SR100,100_QL65_.jpg" ], "rating": 4.4, "location": "carousel", "price_upper": 39.99, "reviews_count": 44, "is_prime_eligible": false }, { "pos": 13, "asin": "B0C9HKYXSH", "type": "organic_also_viewed", "price": 25.48, "title": "WolfLawS Wireless Gaming Headset with Noise Canceling Microphone for PS5, PC, PS4, 2.4G/Bluetooth Gaming Headphones with USB and Type-c Connector, Wired Mode for Controller Gamecube", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41C+lO+GSCL._AC_SR100,100_QL65_.jpg" ], "rating": 4.4, "location": "carousel", "price_upper": 39.99, "reviews_count": 44, "is_prime_eligible": false }, { "pos": 14, "asin": "B0C4ND25FT", "type": "organic_also_viewed", "price": 34.19, "title": "FIFINE Wired Gaming Headset, USB Headphone with 7.1 Surround Sound, Detachable Microphone, Control Box, 3.5mm Headphones Jack, Over-Ear Headset for PC/PS5/Xbox/Switch, Black-AmpliGame H9", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41TSn76LbZL._AC_SR100,100_QL65_.jpg" ], "rating": 4.3, "location": "carousel", "price_upper": 37.99, "reviews_count": 43, "is_prime_eligible": false } ], "url": "https://www.amazon.com/dp/B09H74FXNW?language=en_US", "asin": "B09H74FXNW", "page": 1, "brand": "FEIYING", "price": 0, "stock": "Currently unavailable. We don't know when or if this item will be back in stock.", "title": "FEIYING Gaming Headset with Microphone, Gaming Headphones Stereo 7.1 Surround Sound PS4 Headset 50mm Drivers, 3.5mm Audio Jack Over Ear Headphones Wired for PC Switch PlayStation Xbox PS5 Laptop", "buybox": [ { "price": -1, "stock": "Currently unavailable. We don't know when or if this item will be back in stock. Delivering to Los Angeles 90060 - Update location Add to List Added to Unable to add item to List. Please try again. Sorry, there was a problem. There was an error retrieving your Wish Lists. Please try again. Sorry, there was a problem. List unavailable." } ], "coupon": "", "images": [ "https://m.media-amazon.com/images/I/71+jTaVbHxL._AC_SL1450_.jpg", "https://m.media-amazon.com/images/I/717j7kvOdKL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71NeARy+VbL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71SdCRi6X7L._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/715HzbVlalL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71AYCkPs1eL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71ObD+hKa8L._AC_SL1500_.jpg" ], "rating": 4.2, "reviews": [ { "id": "R10HQLONMXNE7F", "title": "5.0 out of 5 stars Great starter headset !!", "author": "Kenzie Davis", "rating": 5, "content": "I’ve had for over a year and they still work! Was my first headset and they were super easy to figure out everything you can adjust everything to your liking even the volume and how loud u want to hear your friends over the game. Now they are a little bulky so be warned! But definitely recommend", "timestamp": "Reviewed in the United States October 1, 2025", "profile_id": "AGMDTAWJNDT3CRLKG6ZSMTNCDM4A", "is_verified": true, "review_from": "Top reviews from the United States" }, { "id": "R1ZW7DI6FWP46D", "title": "5.0 out of 5 stars Great quality all the way around!", "author": "Jodi Fissel", "rating": 5, "content": "For the price of this I was worried how well it would really work. To my surprise it’s like a top of the line product. Works better than I expected it to. The cord is longer than some but that’s what I needed for my set up. They also give a cord to hook it up to your pc if you are a pc gamer rather than a console gamer so it’s a win win for everyone. The ear pieces are bigger than I expected but I like this as it actually slows the noise cancellation to actually work. You can’t hear someone screaming at you for a long period of time. The sound quality is amazing considering this isn’t one of the best known brands out there. Usually you have to pay more money to get good quality. This however is not the case. Been extremely satisfied since receiving this and has been used on a daily basis for about a month now with no issues. The mouthpiece to talk into you can adjust it more than you think it’s made of this bendy rubber material that allows you to bend it inwards or outwards to make your voice clearer on the receiving end. Most models do not offer this so this is a real welcomed bonus! I highly recommend this product. You can wear the headset for an extended period of time like a few hours and it not give you a headache or earache. Look no further this is the best headset out of at least a dozen that I’ve bought and used.", "timestamp": "Reviewed in the United States August 2, 2022", "profile_id": "AGJZZYTRBVK2ZVXBEMHIXXB3MMIA", "is_verified": true, "review_from": "Top reviews from the United States", "helpful_count": 4 }, { "id": "R3Q5N9DFQOYO8V", "title": "5.0 out of 5 stars Very Nice Gaming Headset with Microphone", "author": "Zane", "rating": 5, "content": "Don't want to pay more than $100 to buy a expensive headset since I have lots of headset already. I am really happy to choose this camo style gaming headsets with microphonePROS:1. The headset provides good sound for gaming purposes and are comfortable to wear. Don't worry the fybric earcup because they are compartable than you think. The mic boom seems to be solid and rotates up and down well.2. There's a lot going on here with a long 3.5mm audio cable, a usb cable to power the lights and a plastic housing to control volume. Mic switch and headphone volume controls are cord mounted a convenient length down from the headset.3.People used to complain that I sounded like I was in a tin can and they could hear the HVAC blower with my laptop mic, now all they hear is me! I tested it with a voice recorder app, and I sound like me again rather than me on a crappy speakerphone on a freight train. The bass response of the headphones is great too, makes music and games alike come alive4. This headset is the most comfortable I’ve ever had. I work 10-12 hours a day and it’s hard finding comfortable headsets to last that long. My ears usually ache by the end of the day but not with these, I can’t even tell I’ve had them on.5. Finally the Camo style is really speical and cool. I like the understated elegance6. A Y-style spliiter adapter is included to split a plug to one voice jack and one mic jack.7. The cord is super long, very convenient for me.CONS:1. As the product page said, the USB plug is only for light, note it.Pretty gaming headset for me. Recommanded to buy it.", "timestamp": "Reviewed in the United States January 15, 2022", "profile_id": "AGL4NMNM7VTI7HSDO4QBS56HD6JQ", "is_verified": true, "review_from": "Top reviews from the United States", "helpful_count": 24 }, { "id": "R11Q07JV1F53GZ", "title": "4.0 out of 5 stars Great price, decent headset", "author": "Ryan Mihelich", "rating": 4, "content": "Found this headset browsing and after reading many of the reviews i thought i’d give thema try, for $20 seriously why not. They are replacing my astros A10’s which were fantastic for well over a year the mic was just going out. Sound quality from these compared to the A10’s is not even close and you can definitely tell they are lower quality in that sense but again $20 take it or leave it. Mic sounds great according to my gaming buds, plugged directly into xbox controller and worked immediately, usb has to be plugged in for lights to work which isn’t a big deal to me. Over all feel and look compared to the astro A10’s is very bulky, they don’t feel cheap though, the adjuster is firm and ear pads are pretty comfy after a few hours of use, mic boom is stiff to pull down or push up which is nice it keeps its place, volume control wheel is a little hard to use and get use to but overall all decent, mic mute switch right next to volume wheel is easy to use and nice having as the astro a10’s you have to flip mic up to mute and the reason why i think the mic went out on mine, noise cancellation isn’t the best i can hear a small fan that’s about 6’ away over gaming sounds with headset on, comes with dual splitter for whatever type of audio controller or system you use. Over all if you’re looking for high quality sound and the best material this obviously isn’t it, for $20 you honestly would be joking to expect that BUT for $20 this head set is very decent, for kids, beginners, or someone just on a budget i’d definitely recommend this headset any day of the week. They definitely surpassed my expectations", "timestamp": "Reviewed in the United States July 10, 2022", "profile_id": "AFCU565PFDNBOHCHGXVCNYPIGXMQ", "is_verified": true, "review_from": "Top reviews from the United States", "helpful_count": 16 }, { "id": "R1Q3KM1HTP09XT", "title": "5.0 out of 5 stars Gaming headset", "author": "marva graham", "rating": 5, "content": "When these were first delivered I was so excited to give them to my 10 yr old grandson. He love playing video games and when I would be over he would play and others he played with would complain they couldn’t hear him. So when I found something I could afford and make my grandson happy. That was awesome. They came the end of May and today I was visiting and seen his headphones weren’t on him. He told me that they quit working. That he has had to tape up the plug area every since he had gotten them.I was looking to see how long the warranty was and it was 30 days. BOO!! This is not the way to get repeat customers. My grandson is the youngest and needs his headset to be able to play his games. Home life isn’t the best since my 14 yr old grandson had been diagnosed in December with a rare cancer. So the days are pretty much just doing what is needed for his older brother.It would be nice to hear from the company or even a new pair!", "timestamp": "Reviewed in the United States July 30, 2022", "profile_id": "AHSRLW3RA5G5544KHO4KLPF26CDQ", "is_verified": true, "review_from": "Top reviews from the United States" }, { "id": "R2GMTM2I0GODZT", "title": "Present", "author": "Shar", "rating": 5, "content": "Nephew loves them, I got aunty bonus points 🤣👍", "timestamp": "Reviewed in the United Kingdom January 5, 2025", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R2OYMWMQHETMQ0", "title": "Impecable quality", "author": "Zarand", "rating": 5, "content": "Great quality heat set for the price. USB and 3.5mm jack. Great for Gaming, phone calls and music.", "timestamp": "Reviewed in Australia September 3, 2024", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R34D9CYMAD7FIR", "title": "Good quality", "author": "Mr. Khan", "rating": 5, "content": "\"FEIYING Gaming Headset delivers exceptional sound quality, clear microphone communication, and comfort for extended gaming sessions. Its durable construction ensures longevity, making it a worthwhile investment for gamers of all levels. Highly recommended for an immersive gaming experience.\"", "timestamp": "Reviewed in Canada March 16, 2024", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R4JBE0LIHD5NQ", "title": "Good headphones, nice sound quality, comfortable, few small personal issues", "author": "Matt & Mel", "rating": 5, "content": "I like these headphones alot, they are comfortable to wear and not heavy, the sound quality is Awesome!Sure they don't sound as good as $200 headphones but they also cost 1/8 that price! These things Bang for the price, sound good, clear, good bass, no complaints at all, and when ya plug the USB in they even light up!", "timestamp": "Reviewed in Canada November 4, 2023", "is_verified": true, "review_from": "Top reviews from other countries" }, { "id": "R1KR6A6F97OQXI", "title": "Arrived when they said.", "author": "Jennifer", "rating": 4, "content": "This was a gift which was greated by my granddaughter with the word cool. She loved it.", "timestamp": "Reviewed in the United Kingdom January 4, 2024", "is_verified": true, "review_from": "Top reviews from other countries" } ], "category": [ { "ladder": [ { "url": "/computer-video-games-hardware-accessories/b/ref=dp_bc_1?ie=UTF8&node=468642", "name": "Video Games" }, { "url": "/Mac-Games/b/ref=dp_bc_2?ie=UTF8&node=229647", "name": "Mac" }, { "url": "/Mac-Accessories/b/ref=dp_bc_3?ie=UTF8&node=318812011", "name": "Accessories" }, { "url": "/Mac-Game-Headsets/b/ref=dp_bc_4?ie=UTF8&node=405593011", "name": "Headsets" } ] } ], "currency": "USD", "delivery": [], "page_type": "Product", "price_sns": 0, "store_url": "/stores/BettergamesBetterlife/page/C0B04C10-3070-410C-B43F-2BEEAEA03328?lp_asin=B09H74FXNW&ref_=ast_bln", "variation": [], "has_videos": true, "sales_rank": [ { "rank": 19290, "ladder": [ { "url": "/gp/bestsellers/videogames/ref=pd_zg_ts_videogames", "name": "Video Games" } ] }, { "rank": 62, "ladder": [ { "url": "/gp/bestsellers/videogames/405593011/ref=pd_zg_hrsr_videogames", "name": "Mac Game Headsets" } ] }, { "rank": 3519, "ladder": [ { "url": "/gp/bestsellers/videogames/318813011/ref=pd_zg_hrsr_videogames", "name": "PC Accessories" } ] } ], "asin_in_url": "B09H74FXNW", "description": "Firstly, please check the interface is plugged in devices solidly. Second, if it is still not working, please contact with us.\nPlease do check with the same procedure as the aboveabove question.\nAll headset with 3.5mm interface in the market cannot directly be used for Xbox one. You need an adapter for normal use on Xbox one.", "parent_asin": "B0DF2CGBCY", "price_upper": 0, "pricing_str": "", "pricing_url": "https://www.amazon.com/gp/offer-listing/B09H74FXNW?startIndex=0", "manufacturer": "BettergamesBetterlife", "price_buybox": -1, "product_name": "FEIYING Gaming Headset with Microphone, Gaming Headphones Stereo 7.1 Surround Sound PS4 Headset 50mm Drivers, 3.5mm Audio Jack Over Ear Headphones Wired for PC Switch PlayStation Xbox PS5 Laptop", "bullet_points": "Immersive Stereo - Gaming headset with microphone is 7.1 Surround Sound from our professional gaming headsets, outfitted with 50mm neodymium magnet driver, gives vivid and clear sound field, deep bass. Accurate positional audio across any game environment, our gaming headphones with microphone help you get better performance in game, .ps4 games, ps5 games, xbox one games, wii games, etc.\nAll-day Comfort - Extremely light design for all-day wearing, gaming headset are padded with breathable and durable protein soft memory foam cushions, preventing overheating and pressure build-up and pc gaming headset is built with adjustable headband. A must-have PC headsets, xbox headset, ps4 headset, every gamer will enjoy with this wired headphones.\n360° Noise Cancelling Mic - 160° retractable, 360° omnidirectionally rotatable sensitive microphone, premium noise cancellation, sound localisation, this gaming headset pc helps pick up sound quickly, eliminate unwanted noise from environment, deliver messages clearly during gameplay. Adjustable microphone can be swivelled to the right position at any time.\nIn-line Audio Controls - This PC game headsets have an volume control wheel and mic mute switch on the gaming headset ps4 with microphone for quick and convenient adjustments. High tensile strength, anti-entanglement braided USB cable prevents the ps4 headset with mic cable from chaos, and help easily control the volume or one-key microphone mute.\nUniversally Compatible - xbox headphones wired Support PlayStation 4, New Xbox One, PC, Nintendo 3DS, Laptop, PSP, Tablet, iPad, Computer, Mobile Phone. Please note you need an extra Microsoft Adapter (Not Included) when this xbox one headset connect with an old version Xbox One controller, Sega Genesis.\nNote 1: An additional adapter is required for use with xbox one, which is not included.\nNote 2: Please check your mic switch is on before use it.", "price_initial": 0, "pricing_count": 1, "reviews_count": 4732, "sns_discounts": [], "developer_info": [], "price_shipping": 0, "product_details": { "asin": "B09H74FXNW", "material": "Leather", "model_name": "K5MC", "unit_count": "1 Count", "item_weight": "1.15 pounds", "control_type": "Volume Control", "manufacturer": "FEIYING", "cable_feature": "USB Port for RGB light; Audio/Mic Splitter Adapter for speaking and listening", "noise_control": "Sound Isolation", "control_method": "Remote", "earpiece_shape": "Over Ear", "headphones_jack": "3.5 mm Jack", "number_of_items": "1", "special_feature": "Android, Lightweight, Microphone Included, Noise Cancellation, Retractable cord, Volume Control, iOS", "customer_reviews": "4.2 4.2 out of 5 stars 4,732 ratings 4.2 out of 5 stars", "audio_driver_size": "5E+1 Millimeters", "audio_driver_type": "Dynamic Driver", "best_sellers_rank": "#19,290 in Video Games (See Top 100 in Video Games) #62 in Mac Game Headsets #3,519 in PC Accessories", "item_model_number": "K5MC", "compatible_devices": "Gaming Consoles", "package_dimensions": "9.45 x 7.52 x 4.72 inches", "included_components": "Cable, Gaming headset, Operating instructions", "date_first_available": "August 25, 2021", "age_range_description": "all ages", "input_device_interface": "Audio jack", "connectivity_technology": "Wired", "specific_uses_for_product": "Movies and Gaming", "wireless_communication_technology": "Wired" }, "featured_merchant": [], "is_prime_eligible": true, "parse_status_code": 12000, "review_ai_summary": "Customers find this gaming headset to be of good quality, comfortable with sound isolating pads, and effective for both PS and PC gaming. The noise cancellation works well, and they consider it good value for money, particularly noting its 7.1 surround sound capabilities. The microphone receives mixed reviews - while some find it crystal clear, others report it failing.", "answered_questions_count": 0, "rating_stars_distribution": [ { "rating": 5, "percentage": 66 }, { "rating": 4, "percentage": 14 }, { "rating": 3, "percentage": 8 }, { "rating": 2, "percentage": 4 }, { "rating": 1, "percentage": 8 } ] }, "errors": [], "status_code": 12000, "task_id": "7396906434459348993" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Asynchronous Requests Source: https://help.decodo.com/docs/web-scraping-api-asynchronous-requests Submit and retrieve asynchronous scraping tasks with the Decodo Web Scraping API. Covers task queuing, batch submission, and result polling. Queue up multiple requests and receive the `task_id` instantly – after the task is completed, you can retrieve the results from your request using said `task_id`. ## Queue a Single Task ##### Single query or URL endpoint: `https://scraper-api.decodo.com/v3/task` Make a `POST` request to this endpoint with your preferred parameters to receive the `task_id` for retrieval once the task is done, along with the parameters used. ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v3/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://ip.decodo.com" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v3/task", { method: "POST", body: JSON.stringify({ "url": "https://ip.decodo.com" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v3/task" payload = { "url": "https://ip.decodo.com" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` #### Response Example: ```json JSON expandable theme={null} { "url": "https://ip.decodo.com", "page_from": 1, "limit": 10, "geo": null, "device_type": "desktop", "headless": null, "parse": false, "locale": null, "domain": "com", "output_schema": null, "created_at": "2026-03-04 11:51:04", "id": "7434928397127555073", "status": "pending", "content_encoding": "utf-8", "updated_at": "2026-03-04 11:51:04", "page_count": 1, "http_method": "get", "cookies": [], "force_headers": false, "force_cookies": false, "headers": [], "session_id": null, "successful_status_codes": [], "follow_redirect": null, "payload": null, "store_id": null, "headers_cookies_policy": false } ``` *** ## Retrieve result using task\_id ##### **Single query or URL endpoint:** `https://scraper-api.decodo.com/v3/task/{task_id}/results` Make a GET request to this endpoint, replacing `{task_id}` with the ID received from the previous POST request to retrieve the result. Results can be retrieved an unlimited number of times within 24 hours of the initial request ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'GET' \ --url 'https://scraper-api.decodo.com/v3/task/{task_id}/results' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v3/task/{task_id}/results", { method: "GET", headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests task_id = "TASK_ID" url = f"https://scraper-api.decodo.com/v3/task/{task_id}/results" headers = { "accept": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.get(url, headers=headers) ``` *** ## Get task status using task\_id Asynchronous task status can be checked manually: ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'GET' \ --url 'https://scraper-api.decodo.com/v3/task/{task_id}' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v3/task/{task_id}", { method: "GET", headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests task_id = "TASK_ID" url = f"https://scraper-api.decodo.com/v3/task/{task_id}" headers = { "accept": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.get(url, headers=headers) ``` Response will contain request information and task status. If task is in progress status will be set to `pending`: ```json JSON theme={null} { "status": "pending", "id": "7447868801825135617", "created_at": "2026-04-09 04:51:37", "updated_at": "2026-04-09 04:51:37", "target": "google_ai_mode", "query": "best health trackers under $200", "page_from": 1, "limit": 10, "device_type": "desktop", "headless": "html", "parse": true, "domain": "com", "page_count": 1, "force_headers": false, "force_cookies": false, "headers_cookies_policy": false } ``` When task has been completed successfully status will be changed to `done`: ```json JSON theme={null} { "status": "done", "id": "7447866391652228097", "created_at": "2026-04-09 04:42:02", "updated_at": "2026-04-09 04:42:16", "target": "google_ai_mode", "query": "best health trackers under $200", "page_from": 1, "limit": 10, "device_type": "desktop", "headless": "html", "parse": true, "domain": "com", "page_count": 1, "force_headers": false, "force_cookies": false, "headers_cookies_policy": false } ``` If task has failed, status will be set to `faulted`. *** ## Queue Multiple Tasks ##### **Batch query or URL endpoint:** `https://scraper-api.decodo.com/v3/task/batch` Make a POST request to this endpoint, providing multiple queries or URLs in JSON format. Batch requests are limited to 1 request per second. With a single batch, you can submit either multiple queries or URLs, but not both. Also, one batch must have only one `target`, like `google_search` shown in the example below. Number of URLs/queries you can submit depends on your subscription rate limit. ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v3/task/batch' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": [ "https://ip.decodo.com", "https://ip.decodo.com", "https://ip.decodo.com" ], } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v3/task/batch", { method: "POST", body: JSON.stringify({ "url": ["https://ip.decodo.com", "https://ip.decodo.com", "https://ip.decodo.com"] }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v3/task" payload = { "urls": [ "https://ip.decodo.com", "https://ip.decodo.com", "https://ip.decodo.com" ] } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers ``` *** ## Receive task status to your callback\_url #### This will work with any async endpoint by entering the `callback_url` as one of the parameters We will make a POST request to your provided URL with the `task_id` and parameters used once the task is done. You can use a [**website like this one**](https://webhook.site) to test receiving a response. ##### **Example using a single task endpoint:** ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v3/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://ip.decodo.com", "callback_url": "https://your.url" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v3/task", { method: "POST", headers: { "Accept": "application/json", "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, body: JSON.stringify({ url: "https://ip.decodo.com", callback_url: "https://your.url" }) }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v3/task" payload = { "url": "https://ip.decodo.com", "callback_url": "https://your.url" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ##### **Example of a response you will receive:** ```json JSON expandable theme={null} { "id": "7039164056019693569", "status": "done", "target": "universal", "query": "", "url": "https://ip.decodo.com", "domain": "com", "limit": 10, "locale": null, "geo": null, "device_type": "desktop", "page_from": 1, "parse": 0, "output_schema": null, "headless": null, "priority": 0, "persist": true, "content_encoding": "utf-8", "created_at": "2023-03-08 09:24:52", "updated_at": "2023-03-08 09:24:52" ``` You can then use the `id` to retrieve the result of your task using this endpoint: * `https://scraper-api.decodo.com/v3/task/{task_id}/results` For example, to retrieve the result from the above example, you would send a `GET` request to: * `https://scraper-api.decodo.com/v3/task/7039164056019693569/results` # Authenticating Callbacks To verify that a callback request is actually from Scraper API, include a note in the `passthrough` parameter. The parameter `passthrough` along with its contents will be present in the payload sent back to your endpoint. ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v3/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "amazon_pricing", "query": "B0BS1QCFHX", "parse": true, "callback_url": "https://your.callback.url", "passthrough": "your_note" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v3/task", { method: "POST", headers: { "Accept": "application/json", "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, body: JSON.stringify({ target: "amazon_pricing", query: "B0BS1QCFHX", parse: true, callback_url: "https://your.callback.url", passthrough: "your_note" }) }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v3/task" payload = { "target": "amazon_pricing", "query": "B0BS1QCFHX", "parse": True, "callback_url": "https://your.callback.url", "passthrough": "your_note" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Bing Search Source: https://help.decodo.com/docs/web-scraping-api-bing-search Web Scraping API Bing Search Template The `bing_search` template is built to obtain Bing Search results. ### Useful Links * Set the `headless` parameter to `html` to scrape AI-generated search results from Bing. * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for Bing Search target: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `target` | string | ✅ | Target type must be set to `bing_search` | | `query` | string | ✅ | Search query | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the query. | | `locale` | string | | Set the value to change your Bing search page web interface language. | | `domain` | string | | Specify top-level domain. | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number within the range of `1` to `100`.
Default value is `1`. | | `page_count` | integer | | Customize the desired page count number within the range of 1 to 10.
Each page provides 10 search results.
Default value is 1. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "bing_search", "query": "laptop", "page_from": "1", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "bing_search", "query": "pizza", "page_from": "1", "limit": "10", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "bing_search", "query": "pizza", "page_from": "1", "limit": "10", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | ----------- | -------------------------------------------------------------------------------- | | `url` | URL to the Bing Search page. | | `page` | The page number. | | `results` | A dictionary of paid and organic search results with their detailed information. | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "page": 1, "parse_status_code": 12000, "results": { "organic": [ { "desc": "Compre notebook com os melhores preços na Magazine Luiza! Encontre modelos Samsung, Acer e Dell. Aproveite as ofertas exclusivas!", "pos": 1, "pos_overall": 1, "title": "Notebook: Samsung, Acer, Dell, Macbook, Lenovo | Magalu", "url": "https://www.magazineluiza.com.br/notebook/informatica/s/in/note/", "url_shown": "https://www.magazineluiza.com.br ›notebook› informat…" }, { "desc": "Os notebooks Dell são sinônimo de resistência e performance. Equipados com processadores de última geração, eles são ideais para quem busca durabilidade sem abrir mão de potência. Com designs modernos e suporte técnico renomado, eles são perfeitos para qualquer ambiente, seja ele profissional ou acadêmico.See more on kabum.com.br", "pos": 2, "pos_overall": 2, "title": "KaBuM!: Notebooks em promoção", "url": "https://www.kabum.com.br/computadores/notebooks", "url_shown": "https://www.kabum.com.br › computadores › notebooks" } ], "paid": [ { "desc": "Laptop no Mercado Livre com Frete Grátis a partir de R$79. Veja Condições. Seu produto no Mercado Livre com Preços Incríveis e 12x Sem Juros. Aproveite!", "pos": 1, "pos_overall": 3, "title": "Laptop no Mercado Livre - Melhores Ofertas Mercado Livre", "url": "https://www.bing.com/aclick?ld=e8B6O3AJC25sGV1XGLxBPDLzVUCUza9fwoXap6shgs8VlwORnu1WvIDontPqX7hnzgch7S4_necKydst-aqPBghpRU47RKPZSGcWanQzmmzAcDdX7M7GQ7VwJ022I_hkJ7j8OrgFn0It3TKxQ5TqqoaMC__a3timxw-4BJobVv0O5ydQyKk17unPYA0MUJ5LxcQOtcmoJLOpPiYGWYe2vcd9AIH1c&u=aHR0cHMlM2ElMmYlMmZsaXN0YS5tZXJjYWRvbGl2cmUuY29tLmJyJTJmbGFwdG9wJTNmbWF0dF90b29sJTNkNzA1NTg5ODklMjZtYXR0X3dvcmQlM2RsYXB0b3AlMjZtYXR0X3NvdXJjZSUzZGJpbmclMjZtYXR0X2NhbXBhaWduX2lkJTNkNjM4NjE4OTA5JTI2bWF0dF9hZF9ncm91cF9pZCUzZDEzMjE2MTUzOTIzMDg5ODQlMjZtYXR0X21hdGNoX3R5cGUlM2RlJTI2bWF0dF9uZXR3b3JrJTNkbyUyNm1hdHRfZGV2aWNlJTNkYyUyNm1hdHRfY3JlYXRpdmUlM2QlMjZtYXR0X2tleXdvcmQlM2RsYXB0b3AlMjZtYXR0X2FkX3Bvc2l0aW9uJTNkJTI2bWF0dF9hZF90eXBlJTNkJTI2bWF0dF9tZXJjaGFudF9pZCUzZCUyNm1hdHRfcHJvZHVjdF9pZCUzZCUyNm1hdHRfcHJvZHVjdF9wYXJ0aXRpb25faWQlM2QlMjZtYXR0X3RhcmdldF9pZCUzZGt3ZC04MjYwMjUwNTE0NDI5NyUzYWxvYy0yMCUyNmNxX3NyYyUzZGdvb2dsZV9hZHMlMjZjcV9jbXAlM2Q2Mzg2MTg5MDklMjZjcV9uZXQlM2RvJTI2Y3FfcGx0JTNkZ3AlMjZjcV9tZWQlM2QlMjZtc2Nsa2lkJTNkNTJhZGJlNTVhMzVkMTVlM2U5N2VkN2Q0NjE3MDFmOTglMjZ1dG1fc291cmNlJTNkYmluZyUyNnV0bV9tZWRpdW0lM2RjcGMlMjZ1dG1fY2FtcGFpZ24lM2RNTEJfTUxfQklOR19BT19NTEIxNjQ4LUluZm9ybWF0aWNhX1hfU0VBUkNIX0FMTEJfVFhTX05FVy1Qb3J0YXRlaXMlMjUyMGUlMjUyMEFjZXNzb3Jpb3MlMjZ1dG1fdGVybSUzZGxhcHRvcCUyNnV0bV9jb250ZW50JTNkTDItUG9ydGF0ZWlzJTI1MjBlJTI1MjBBY2Vzc29yaW9zX0wzLU5vdGVib29rc19OQV9OQV9OQV9CUi1FWA&rlid=52adbe55a35d15e3e97ed7d461701f98", "url_shown": "www.mercadolivre.com.br › informatica › notebooks" }, { "desc": "Notebook Dell Com Intel® Core™ Ultra e Windows 11. Compre seu Novo Notebook Dell Agora. Compre Hoje com Descontos Exclusivos com Frete Grátis e até 12x Sem Juros", "pos": 2, "pos_overall": 4, "title": "Compre Laptop - Dell - Loja Oficial - Confira nossas Ofertas", "url": "https://www.bing.com/aclick?ld=e8VexcCT2YYQk7N-y_086c6DVUCUx5-iqESu5siAo8Ui13wZxlcBK8bm1DZK3rO6buh3aX3ohM6ABMHIhDy1ZSOsxVfcWnpysGVfc3l_LI9JwNX_nDo3gGhe4huk5yr10Gds2UW-WFHXCEaTHxJhlt4iEFtrUZqjzXUtMnZxqSqlDV_h6zB01oKkh7m7-mOeC4Mo7SJfVOlxo6soOeE9BNHCN57nM&u=aHR0cHMlM2ElMmYlMmZhZC5kb3VibGVjbGljay5uZXQlMmZzZWFyY2hhZHMlMmZsaW5rJTJmY2xpY2slM2ZsaWQlM2Q0MzcwMDA4MDEyMTI2MTk3MSUyNmRzX3Nfa3dnaWQlM2Q1ODcwMDAwODcxNTI0NTEyMiUyNmRzX2FfY2lkJTNkMTIwMTIxOTg5NiUyNmRzX2FfY2FpZCUzZDE5NzgyNTc0OTQzJTI2ZHNfYV9hZ2lkJTNkMTYwODQ4NDIwOTAzJTI2ZHNfYV9saWQlM2Rrd2QtMTExNTI1ODElMjYlMjZkc19lX2FkaWQlM2Q3NzU4NDUwOTQ0OTYzNyUyNmRzX2VfdGFyZ2V0X2lkJTNka3dkLTc3NTg0NjU5MjMwNDcwJTNhbG9jLTIwJTI2JTI2ZHNfZV9uZXR3b3JrJTNkbyUyNmRzX3VybF92JTNkMiUyNmRzX2Rlc3RfdXJsJTNkaHR0cHMlM2ElMmYlMmZkZWFscy5kZWxsLmNvbSUyZnB0LWJyJTNmZ2FjZCUzZDk2NTcxMDUtMTQwNzQtNTc2MzAxNy0zNjE2OTg5NjQtMCUyNmRnYyUzZFNUJTI2U0EzNjBDSUQlM2QxOTc4MjU3NDk0MyUyNmdjbGlkJTNkMjViNTBlNDBjYmI1MTk5ZGE4OTY2N2MxMDk5ODU0YTklMjZnY2xzcmMlM2QzcC5kcyUyNiUyNm1zY2xraWQlM2QyNWI1MGU0MGNiYjUxOTlkYTg5NjY3YzEwOTk4NTRhOSUyNnV0bV9zb3VyY2UlM2RiaW5nJTI2dXRtX21lZGl1bSUzZGNwYyUyNnV0bV9jYW1wYWlnbiUzZEFPX0FPX0JSX1BERUxMX0NWVF9TUkNIX0NTR19DU0ctUEFOLTM0NDQwNDMtUFJPLU1pY3Jvc29mdC1TVE5EJTI1MjBHTlJDLUJyb2FkLUNvbnN1bWVyLVN5c3RlbXMlMjZ1dG1fdGVybSUzZGxhcHRvcCUyNnV0bV9jb250ZW50JTNkQ29yZSUyNTIwTGFwdG9wcw&rlid=25b50e40cbb5199da89667c1099854a9", "url_shown": "www.dell.com" }, { "desc": "Use seu cartão e aproveite até 10x sem juros em produtos. KaBuM é o maior e-commerce de tecnologia do Brasil", "pos": 3, "pos_overall": 5, "title": "KaBuM - Loja Virtual - Com Ofertas Imperdíveis", "url": "https://www.bing.com/aclick?ld=e8lWxsDvNoQsPuXJQXPMCcajVUCUxCiipXXe59fVZX1KvDiPrLTuFvektmLNJWOT4_gcug7iELYmoTod8KFJuKC88uZ0E9q_QFmXcOiOAc8W3D34byGdug3CLhDpwezzDxtbOWP2YaS6DeJi997Wg0TD-HbdUZk0QVTdv1kTw6kdZnwPRXTc1HlEqAP4ZgHbL9s49k7Ft_-PNWsRIa-F7DkAgZmJA&u=aHR0cHMlM2ElMmYlMmZ3d3cua2FidW0uY29tLmJyJTJmY29tcHV0YWRvcmVzJTJmbm90ZWJvb2tzJTNmdXRtX2lkJTNkNjA1NzU1NDk0JTI2bXNjbGtpZCUzZGZjNzBlYzhhYThmYTEyNzE2MGRiODUwYjZhZDdhN2FkJTI2dXRtX3NvdXJjZSUzZGJpbmclMjZ1dG1fbWVkaXVtJTNkY3BjJTI2dXRtX2NhbXBhaWduJTNkYmluZ19zZWFyY2hfcGVyZm9ybWFuY2VfY29tcHV0YWRvcmVzXzFwJTI2dXRtX3Rlcm0lM2RsYXB0b3AlMjZ1dG1fY29udGVudCUzZG5vdGVib29rcw&rlid=fc70ec8aa8fa127160db850b6ad7a7ad", "url_shown": "www.kabum.com.br › notebooks" } ] }, "url": "https://www.bing.com/search?q=laptop" }, "errors": [], "status_code": 12000, "task_id": "7424385822159286273" }, "headers": {}, "status_code": 200, "query": "laptop", "task_id": "7424385822159286273", "created_at": "2026-02-03 09:38:38", "updated_at": "2026-02-03 09:38:54" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Bing Templates Source: https://help.decodo.com/docs/web-scraping-api-bing-templates Web Scraping API Bing Templates Bing can be scraped using a few different templates: **Bing Search** and **Bing URL**. In each respective template page, you will find: * Whether it can be parsed with `JSON`; * The required parameters; * Ready-to-use code examples for `cURL`, `Node`, and `Python`, where you only need to change the username and password for your Web Scraping API user for the code to work. All Bing templates use the Premium Proxy Pool by default. Here is the list of available Bing templates. You can find more details about each template on the page below. | Template (target) | Parser | Input | | ---------------------------------------------------------------------------- | ------------- | ------- | | [**Bing Search**](https://help.decodo.com/docs/web-scraping-api-bing-search) | ✅ | `query` | | [**Bing URL**](https://help.decodo.com/docs/web-scraping-api-bing-url#/) | Specific URLs | `url` | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Bing URL Source: https://help.decodo.com/docs/web-scraping-api-bing-url Web Scraping API Bing URL Template The `bing` template is built to obtain content directly from various Bing URLs. Instead of passing multiple parameters, you can simply provide a direct URL to the desired Bing page. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for Bing URL target: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `bing` | | `url` | string | ✅ | A URL of a Bing page. Additional parameters can be specified in the URL itself. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`, but only applicable to specific page types that support a parser, [**read more**](https://help.decodo.com/docs/web-scraping-api-bing-templates#/). | | `geo` | string | | Set the country to use when submitting the query. | | `locale` | string | | Set the value to change your Bing search page web interface language. | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "bing", "url": "https://www.bing.com/search?q=laptop&form=QBLH&sp=-1&ghc=1&lq=0&pq=pizza&sc=10-5&qs=n&sk=&cvid=1BA925DE7F3C4081A886A53452B5070D&ghsh=0&ghacc=0&ghpl=", "page_from": "1", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "bing", "url": "https://www.bing.com/search?q=pizza&form=QBLH&sp=-1&ghc=1&lq=0&pq=pizza&sc=10-5&qs=n&sk=&cvid=1BA925DE7F3C4081A886A53452B5070D&ghsh=0&ghacc=0&ghpl=", "page_from": "1", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "bing", "url": "https://www.bing.com/search?q=pizza&form=QBLH&sp=-1&ghc=1&lq=0&pq=pizza&sc=10-5&qs=n&sk=&cvid=1BA925DE7F3C4081A886A53452B5070D&ghsh=0&ghacc=0&ghpl=", "page_from": "1", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output The response structure will vary depending on the provided `url`. #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "page": 1, "parse_status_code": 12000, "results": { "organic": [ { "desc": "Os notebooks Dell são sinônimo de resistência e performance. Equipados com processadores de última geração, eles são ideais para quem busca durabilidade sem abrir mão de … Para os entusiastas dos jogos, nossos notebooks gamer são equipados com placas de vídeo dedicadas e sistemas de resfriamento avançados. Imagine-se imerso em seus … Os notebooks Lenovo combinam inovação com design sofisticado. Leves e versáteis, são perfeitos para quem está sempre em movimento. Com baterias de longa duração e telas …", "pos": 1, "pos_overall": 1, "title": "KaBuM!: Notebooks em promoção", "url": "https://www.kabum.com.br/computadores/notebooks", "url_shown": "https://www.kabum.com.br › computadores › notebooks" }, { "desc": "Compre notebook com os melhores preços na Magazine Luiza! Encontre modelos Samsung, Acer e Dell. Aproveite as ofertas exclusivas!", "pos": 2, "pos_overall": 2, "title": "Notebook: Samsung, Acer, Dell, Macbook, Lenovo | Magalu", "url": "https://www.magazineluiza.com.br/notebook/informatica/s/in/note/", "url_shown": "https://www.magazineluiza.com.br ›notebook› informat…" }, { "desc": "Notebook Lenovo Ideapad 1 Ryzen 5-7520u 8gb 256gb Linux 15,6 Cor …Notebook Acer Asp3 A315-510p-34xc I3 8gb 256gb Ssd 15.6 W11. por 2Eletro. …Notebook Lenovo Ideapad 1i Core I3 4gb 256gb 15.6'' W11. por VIKING. …Notebook Acer A315-24p-r611 R5 8gb 256gb Ssd 15.6'' W11h Cor Prateado. por …Notebook Dell Inspiron Intel Core I5-1135g7 8gb 256gb Ssd Tela 15.6 Fullhd …See full list on lista.mercadolivre.com.br Notebook Lenovo Ideapad 1 Ryzen 5-7520u 8gb 256gb Linux 15,6 Cor … Notebook Acer Asp3 A315-510p-34xc I3 8gb 256gb Ssd 15.6 W11. por 2Eletro. … Notebook Lenovo Ideapad 1i Core I3 4gb 256gb 15.6'' W11. por VIKING. … Notebook Acer A315-24p-r611 R5 8gb 256gb Ssd 15.6'' W11h Cor Prateado. por … Notebook Dell Inspiron Intel Core I5-1135g7 8gb 256gb Ssd Tela 15.6 Fullhd …", "pos": 3, "pos_overall": 3, "title": "Laptop - Mercado Livre", "url": "https://lista.mercadolivre.com.br/laptop", "url_shown": "https://lista.mercadolivre.com.br ›laptop" }, { "desc": "Compre os mais recentes notebooks e PCs 2 em 1 na Lenovo Brasil para escritório, gaming, entretenimento, estudantes e uso diário. Obtenha as melhores ofertas de notebooks, PCs e …", "pos": 4, "pos_overall": 4, "title": "Notebooks 2 em 1, Gaming, Ultrafinos e Ofertas - Lenovo", "url": "https://www.lenovo.com/br/pt/laptops/", "url_shown": "https://www.lenovo.com › br › pt ›laptops" }, { "desc": "Encontre notebooks das melhores marcas, ideais para trabalho, estudos e lazer. Aproveite as ofertas exclusivas no Saldão da Informática. Confira agora!", "pos": 5, "pos_overall": 5, "title": "Notebook: Dell, Lenovo, Acer, Positivo e mais | até 50% OFF!", "url": "https://www.saldaodainformatica.com.br/notebook", "url_shown": "https://www.saldaodainformatica.com.br › notebook" }, { "desc": "Compre laptop Lenovo, HP e mais com a melhor oferta no Buscapé! Compare preços e economize com cupom e cashback disponíveis!", "pos": 6, "pos_overall": 6, "title": "Laptop com menor preço é no Buscapé", "url": "https://www.buscape.com.br/busca/laptop", "url_shown": "https://www.buscape.com.br › busca ›laptop" }, { "desc": "Encontre notebooks com desconto na Casas Bahia, modelos para trabalho, estudo e jogos com Pix, Cartão Casas Bahia e Retira Rápido.", "pos": 7, "pos_overall": 7, "title": "Notebook | Casas Bahia Ofertas, 24x sem juros, Retira …", "url": "https://www.casasbahia.com.br/notebook/b", "url_shown": "https://www.casasbahia.com.br ›notebook" }, { "desc": "2 days ago · Whether you want a simple budget PC, a productivity workhorse, or a screamer of a gaming notebook, our experts have done the heavy lifting to help …", "pos": 8, "pos_overall": 8, "title": "The Best Laptops We've Tested (February 2026) | PCMag", "url": "https://www.pcmag.com/picks/the-best-laptops", "url_shown": "https://www.pcmag.com › picks › the-best-laptops" }, { "desc": "Adquira os melhores notebooks ASUS na Loja Oficial ASUS! Encontre os mais recentes modelos de notebooks com design inovador, performance incrível e recursos exclusivos.", "pos": 9, "pos_overall": 9, "title": "Notebook ASUS e acessórios na Loja ASUS Oficial", "url": "https://www.asus.com/br/store/laptops/", "url_shown": "https://www.asus.com › br › store ›laptops" }, { "desc": "Melhores portáteis do mercado A mais completa linha de laptops voltada para usuários que desejam extrema mobilidade, alta performance e desempenho …", "pos": 10, "pos_overall": 10, "title": "LaptopShop", "url": "https://www.laptopshop.com.br/", "url_shown": "https://www.laptopshop.com.br" } ], "paid": [ { "desc": "Acesse o Site Oficial da Dell e Compre Agora Notebooks e Computadores Com Frete Grátis. Notebook Dell Com Intel® Core™ Ultra e Windows 11. Compre seu Novo Notebook Dell Agora", "pos": 1, "pos_overall": 11, "title": "Compre Laptop - Notebooks Dell em Oferta", "url": "https://www.bing.com/aclick?ld=e8lbWdpmv6o8iVzfpqtD6IQTVUCUxvxYzx123AAp0U-KqOaXbTWqtdRMg4ebtDLqxM8thJS1RooRbYpBNT13OGWTLZggx3HswkmwtoDemoznLEcOL5ywV0x2WOz6erLGNJv931f0hLYcpiGhovCC9h1T8bn-ysWO9hI3wCPoQq_9DapvaxEu_2pGbsRffBc-d2JR4KLGRy2ZJQnRKCE4NCBAn9ljk&u=aHR0cHMlM2ElMmYlMmZhZC5kb3VibGVjbGljay5uZXQlMmZzZWFyY2hhZHMlMmZsaW5rJTJmY2xpY2slM2ZsaWQlM2Q0MzcwMDA4MDEyMTI2MTk3MSUyNmRzX3Nfa3dnaWQlM2Q1ODcwMDAwODcxNTI0NTEyMiUyNmRzX2FfY2lkJTNkMTIwMTIxOTg5NiUyNmRzX2FfY2FpZCUzZDE5NzgyNTc0OTQzJTI2ZHNfYV9hZ2lkJTNkMTYwODQ4NDIwOTAzJTI2ZHNfYV9saWQlM2Rrd2QtMTExNTI1ODElMjYlMjZkc19lX2FkaWQlM2Q3NzU4NDQ4NzQwMzM0MiUyNmRzX2VfdGFyZ2V0X2lkJTNka3dkLTc3NTg0NjU5MjMwNDcwJTNhbG9jLTIwJTI2JTI2ZHNfZV9uZXR3b3JrJTNkbyUyNmRzX3VybF92JTNkMiUyNmRzX2Rlc3RfdXJsJTNkaHR0cHMlM2ElMmYlMmZkZWFscy5kZWxsLmNvbSUyZnB0LWJyJTNmZ2FjZCUzZDk2NTcxMDUtMTQwNzQtNTc2MzAxNy0zNjE2OTg5NjQtMCUyNmRnYyUzZFNUJTI2U0EzNjBDSUQlM2QxOTc4MjU3NDk0MyUyNmdjbGlkJTNkOGEzOWUxNmU3MjcyMTVmNzAxNTA4OGVmYzcwZmJjNGMlMjZnY2xzcmMlM2QzcC5kcyUyNiUyNm1zY2xraWQlM2Q4YTM5ZTE2ZTcyNzIxNWY3MDE1MDg4ZWZjNzBmYmM0YyUyNnV0bV9zb3VyY2UlM2RiaW5nJTI2dXRtX21lZGl1bSUzZGNwYyUyNnV0bV9jYW1wYWlnbiUzZEFPX0FPX0JSX1BERUxMX0NWVF9TUkNIX0NTR19DU0ctUEFOLTM0NDQwNDMtUFJPLU1pY3Jvc29mdC1TVE5EJTI1MjBHTlJDLUJyb2FkLUNvbnN1bWVyLVN5c3RlbXMlMjZ1dG1fdGVybSUzZGxhcHRvcCUyNnV0bV9jb250ZW50JTNkQ29yZSUyNTIwTGFwdG9wcw&rlid=8a39e16e727215f7015088efc70fbc4c", "url_shown": "www.dell.com" }, { "desc": "Confira nossa loja de computadores e informática. Novas ofertas todos os dias. Encontre mais ofertas em diversas categorias na Amazon.com.br.", "pos": 2, "pos_overall": 12, "title": "Ofertas em laptop - Amazon.com.br - Confira milhões de produtos", "url": "https://www.bing.com/aclick?ld=e8anEUDxgPFFEvtGsT3YzSXzVUCUztT5sUcK23bHGuNzllKoTiUlNR5a53PrstrEZzeg5JSBOPM0jldWwvAQXyrIZLzwHjqVCyMEyGQEqLdVSRD3Yjkqy77EyAZftlBqrR3HtSw2_BiouseO4Rao9IZVDEIXjCyN-GmvDGNWmIzLhwiK7lBM7vybmpSXDlSEuQc72HnECOjzO-GjQIGZoKsFycT5Q&u=aHR0cHMlM2ElMmYlMmZ3d3cuYW1hem9uLmNvbS5iciUyZnMlMmYlM2ZpZSUzZFVURjglMjZrZXl3b3JkcyUzZGxhcHRvcCUyNmluZGV4JTNkYXBzJTI2dGFnJTNkbXNuZGVza3RvcHN0YS0yMCUyNnJlZiUzZHBkX3NsXzZwY3JnZDBhcmlfZSUyNmFkZ3JwaWQlM2QxMTUzMzg4NTgwODE0OTkxJTI2aHZhZGlkJTNkNzIwODY5NDE3NzU1OTElMjZodm5ldHclM2RvJTI2aHZxbXQlM2RlJTI2aHZibXQlM2RiZSUyNmh2ZGV2JTNkYyUyNmh2bG9jaW50JTNkJTI2aHZsb2NwaHklM2QxNDczMzclMjZodnRhcmdpZCUzZGt3ZC03MjA4NzQ0NTQ4NTk5NiUzYWxvYy0yMCUyNmh5ZGFkY3IlM2Q5NDI3XzEzNTc1NzE4JTI2bWNpZCUzZGJlOWI3Mjg1NzIyODNjNWU4NTA0NWJkZjdjMmM1NjY1&rlid=c051af12f42c14565a1fc69341513bd9", "url_shown": "https://www.amazon.com.br › Encontre › laptop" }, { "desc": "Milhões de produtos em um só lugar. Pague em 12x e conte com a Compra Garantida. Bora aproveitar? As melhores marcas estão com desconto imperdível. Só no Mercado Livre.", "pos": 3, "pos_overall": 13, "title": "Black Friday no Mercado Livre - Laptop Chega Amanhã", "url": "https://www.bing.com/aclick?ld=e853GdBrP7W7SMFank0jPKYjVUCUyIKMKbo3XcCulHVA9XRTP59z0vzXrBFhnWHdY90IOkBEgl5VAHhEvF73Nflg1k7c28maC5f52SQMxpaaJkakrTepd9pCyEIo5Kt3TtlaIKZqI_ew6xARqoTKT0M2B_KcCrY2it2X3Jb5AFhFYgN6-PKarkTSlBpZlhzz4hr1r7RK4rZEYZ8d8eTQ7wHM7hPbw&u=aHR0cHMlM2ElMmYlMmZsaXN0YS5tZXJjYWRvbGl2cmUuY29tLmJyJTJmbGFwdG9wJTNmbWF0dF90b29sJTNkNzA1NTg5ODklMjZtYXR0X3dvcmQlM2RsYXB0b3AlMjZtYXR0X3NvdXJjZSUzZGJpbmclMjZtYXR0X2NhbXBhaWduX2lkJTNkNjM4NjE4OTA5JTI2bWF0dF9hZF9ncm91cF9pZCUzZDEzMjE2MTUzOTIzMDg5ODQlMjZtYXR0X21hdGNoX3R5cGUlM2RlJTI2bWF0dF9uZXR3b3JrJTNkbyUyNm1hdHRfZGV2aWNlJTNkYyUyNm1hdHRfY3JlYXRpdmUlM2QlMjZtYXR0X2tleXdvcmQlM2RsYXB0b3AlMjZtYXR0X2FkX3Bvc2l0aW9uJTNkJTI2bWF0dF9hZF90eXBlJTNkJTI2bWF0dF9tZXJjaGFudF9pZCUzZCUyNm1hdHRfcHJvZHVjdF9pZCUzZCUyNm1hdHRfcHJvZHVjdF9wYXJ0aXRpb25faWQlM2QlMjZtYXR0X3RhcmdldF9pZCUzZGt3ZC04MjYwMjUwNTE0NDI5NyUzYWxvYy0yMCUyNmNxX3NyYyUzZGdvb2dsZV9hZHMlMjZjcV9jbXAlM2Q2Mzg2MTg5MDklMjZjcV9uZXQlM2RvJTI2Y3FfcGx0JTNkZ3AlMjZjcV9tZWQlM2QlMjZtc2Nsa2lkJTNkOWEyOWU4ODk0ZGI2MWIyZTM0NzQ4MTA4ZjhjYjQ0MjglMjZ1dG1fc291cmNlJTNkYmluZyUyNnV0bV9tZWRpdW0lM2RjcGMlMjZ1dG1fY2FtcGFpZ24lM2RNTEJfTUxfQklOR19BT19NTEIxNjQ4LUluZm9ybWF0aWNhX1hfU0VBUkNIX0FMTEJfVFhTX05FVy1Qb3J0YXRlaXMlMjUyMGUlMjUyMEFjZXNzb3Jpb3MlMjZ1dG1fdGVybSUzZGxhcHRvcCUyNnV0bV9jb250ZW50JTNkTDItUG9ydGF0ZWlzJTI1MjBlJTI1MjBBY2Vzc29yaW9zX0wzLU5vdGVib29rc19OQV9OQV9OQV9CUi1FWA&rlid=9a29e8894db61b2e34748108f8cb4428", "url_shown": "www.mercadolivre.com.br › BlackFriday › Notebooks" } ] }, "url": "https://www.bing.com/search?q=laptop&form=QBLH&sp=-1&ghc=1&lq=0&pq=pizza&sc=10-5&qs=n&sk=&cvid=1BA925DE7F3C4081A886A53452B5070D&ghsh=0&ghacc=0&ghpl=" }, "errors": [], "status_code": 12000, "task_id": "7424372026397191169" }, "headers": {}, "status_code": 200, "task_id": "7424372026397191169", "created_at": "2026-02-03 08:43:49", "updated_at": "2026-02-03 08:44:45" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Browser Actions Source: https://help.decodo.com/docs/web-scraping-api-browser-actions Automate in-page interactions before scraping: click, input, scroll, wait, wait_for_element, and fetch_resource with CSS, XPath, and text selectors. Scraper APIs support performing a number of browser actions before retrieving a desired result. ## Actions ### `click` | Name | Arguments | Description | | ------- | ------------------------------------------------------ | -------------------------------------------------------------------------------- | | `click` | Selectors: `type`:"xpath"/"css"/"text" `value`: string | Performs a click action on a specified element and waits a set count of seconds. | **Example:** ```json JSON theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "click", "selector": { "type": "xpath", "value": "//button" } } ] } ``` ### `input` | Name | Arguments | Description | | ------- | --------------------------------------------------------------------------- | -------------------------------------------------------- | | `input` | Selectors: \*`type`: "xpath"/"css"/"text" \*`value`: string `value`: string | Inserts text into a specified input element on the page. | **Example:** ```json JSON theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "input", "selector": { "type": "xpath", "value": "//input" }, "value": "Hello world" } ] } ``` ### `scroll` | Name | Arguments | Description | | -------- | ------------------------- | ------------------------------------------------------------- | | `scroll` | `x`: integer `y`: integer | Scrolls the content of a page a a specified number of pixels. | **Example:** ```json JSON theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "scroll", "x": "0", "y": "300" } ] } ``` ### `scroll_to_bottom` | Name | Arguments | Description | | ------------------ | -------------------- | -------------------------------------------------- | | `scroll_to_bottom` | `timeout_s`: integer | Scrolls down the page for a set amount of seconds. | **Example:** ```json JSON theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "scroll_to_bottom", "timeout_s": 5 } ] } ``` ### `wait` | Name | Arguments | Description | | ------ | ---------------------- | ----------------------------------------- | | `wait` | `wait_time_s`: integer | Pauses for a specified number of seconds. | **Example:** ```json JSON theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "wait", "wait_time_s": 5 } ] } ``` ### `wait_for_element` | Name | Arguments | Description | | ------------------ | -------------------------------------------------------------------------------- | --------------------------------------------------- | | `wait_for_element` | Selectors: \*`type`: "xpath"/"css"/"text" \*`value`: string `timeout_s`: integer | Waits for a specified duration for element to load. | **Example:** ```json JSON theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "wait_for_element", "selector": { "type": "css", "value": ".submit-button" }, "timeout_s": 5 } ] } ``` ### `fetch_resource` If used with other instructions `fetch_resource`should be last action. | Name | Arguments | Description | | ---------------- | ----------------------------------------- | ---------------------------------------------------------------------------- | | `fetch_resource` | `filter`: regex `on_error`:"error"/"skip" | Retrieves the first Fetch or XHR resource that matches the specified pattern | **Example:** ```json JSON theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "fetch_resource", "filter": "https://api.example.com/products/*", "on_error": "error" } ] } ``` ## General Arguments Arguments available for all actions above ### `type` | Name | Description | | ------ | --------------------------- | | `type` | Type of browser action used | ### `timeout_s` | Name | Description | | ----------- | ---------------------------------------------------------------------------------------- | | `timeout_s` | How much time in seconds to wait at max until the execution of the action is terminated. | ### `wait_time_s` | Name | Description | | ------------- | ----------------------------------------------------------------- | | `wait_time_s` | How much time in seconds to use explicitly to execute the action. | ### `on_error` | Name | Description | | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------- | | `on_error` | Indicates what to do with actions in case they fail: "error": Stops the execution of browser actions. "skip": Continues with the next action. | ## Fetching a Network Request If a website populates content by fetching a `JSON` object, you can scrape just the network request and thus avoid having to deal with `HTML` altogether. To do this, you can use the `fetch_resource` browser action, as shown below. `fetch_resource` cannot be combined with any other instructions and can only be used with separate requests. For example, when loading yahoo.com and opening the Network tab, we can see an `exp.json` file being loaded: If you wish to scrape just the contents of this request, you can use the `fetch_resource` browser action. Note that `filter` is a regular expression that matches the filename: ```json Payload theme={null} { "target": "universal", "url": "https://www.yahoo.com/", "browser_actions": [ { "type": "fetch_resource", "filter": "/ybar/exp" } ] } ``` Results: ```json Payload theme={null} { "results": [ { "content": "{\n \"expCount\":5,\n \"selection\":\"individual\",\n ... }", "status_code": 200, "url": "https://example.com/api/product/1", "task_id": "7131940420107377665", "created_at": "2023-11-19 09:46:41", "updated_at": "2023-11-19 09:47:08" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # ChatGPT Source: https://help.decodo.com/docs/web-scraping-api-chatgpt Web Scraping API ChatGPT Template The `chatgpt` template is built to obtain conversational responses from ChatGPT. ### Useful Links * The ChatGPT template uses the Premium Proxy Pool by default. * [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration method is recommended for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are supported. ## Input Parameters Request parameters available for the ChatGPT template: | Parameter | Type | Required | Description | | ---------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `chatgpt`. | | `prompt` | string | ✅ | The prompt sent to ChatGPT. Must be fewer than 4000 characters. | | `headless` | string | | By default, JavaScript rendering is forced, omit parameter in the request.
Set to `png` to receive screenshot response. more information [here](https://help.decodo.com/docs/web-scraping-api-screenshot-response). | | `search` | boolean | | Activates ChatGPT’s web search functionality for the prompt when set to `true`.
Default value is `false`. | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the prompt. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "chatgpt", "prompt": "What are the top tourist attractions in Paris?", "parse": true, "search": true, "geo": "United States" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "chatgpt", "prompt": "What are the top tourist attractions in Paris?", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "chatgpt", "prompt": "What are the top tourist attractions in Paris?", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic Token" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed JSON `content` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided prompt. | Content key | Description | | ---------------- | ------------------------------------------------------------------- | | `prompt` | The original query submitted in the request. | | `llm_model` | The ChatGPT model used (e.g., "gpt-4-o", etc.). | | `markdown_json` | The full response Markdown as a JSON. | | `markdown_text` | The full response Markdown as a text. | | `response_text` | The full response text. | | `citations` | A list of citation links, each with its URL and corresponding text. | | `search_queries` | An array of information on what searches were made. | | `links` | List of external references provided in the response. | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "citations": [ { "description": "October 3, 2025 — This comprehensive guide from Tom’s Guide, authored by a certified barista, reviews the best espresso machines of 2025 tailored to different user needs and skill levels. The guide categorizes machines into manual, automatic, and superautomatic types and offers detailed testing insights on usability, value, build quality, espresso performance, milk steaming, and grinder effectiveness. Top picks include the De’Longhi La Specialista Touch for most people, the Breville Bambino Plus for compact convenience, the manual De’Longhi Stilosa for budget-conscious users, and the KitchenAid KF8 for hands-off brewing. It also praises the Breville Oracle Dual Boiler for serious enthusiasts seeking high-end features.\n\nAdditional standout categories include best machine under $250 (Casabrews Ultra), best for steaming milk (KitchenAid Semi Automatic), and best stovetop (9Barista Mk.2). The guide emphasizes how machine automation can ease entry into espresso making, explains key factors affecting espresso quality, and addresses common machine types (thermoblock, boiler setups). There's also insight into grinder integration, pressure significance, portafilter and basket options, and recommendations for beginners or traveling users. The guide features machines rigorously tested by experienced baristas to ensure quality and usability.", "text": "Tom's Guide", "title": "Best espresso machine 2025: Top picks from a certified barista", "url": "https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com" }, { "description": "March 24, 2026 — HOW WE TESTED THE BEST ESPRESSO MACHINES To determine the most impressive espresso machines in 2025, we consulted coffee experts to get their insight into models designed for home use, researched top...", "section": "more", "text": "forbes.com", "title": "Best Espresso Machines 2026 | Tested - Forbes Vetted", "url": "https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com" }, { "description": "This expertly curated guide from TechRadar (dated September 22, 2025) reviews the best home espresso machines tested in 2025, dividing them into categories to suit diverse needs, budgets, and preferences. The top-rated machine overall is the Breville The Barista Touch Impress, praised for its user-friendly automated features, advanced controls, and consistent results. For budget-conscious users, the De'Longhi Dedica Duo stands out with its solid construction and cold-extraction option.\n\nManual enthusiasts are directed to the Seattle Coffee Gear Diletta Bello+, a U.S.-exclusive model that offers a premium barista-style experience. For ease and automation, the stylish Smeg BCC13 and the Siemens EQ900 Plus excel in fully automatic brewing and milk texturizing. The Breville Bambino Plus leads for compact kitchens, while the Gaggia Classic is hailed as the top beginner-friendly manual machine.\n\nOther highlights include the Jura J10 for flavored and cold coffee drinks, and the high-end Smeg Mini Pro, ideal for style-focused users who want both manual and auto functionality.\n\nThe article also provides guidance on choosing the right machine based on control level, milk preferences, size, and brewing needs, in addition to outlining rigorous testing processes evaluating flavor, crema, temperature, and ease of use.", "text": "TechRadar", "title": "The best espresso machine 2025: home coffee makers tested by experts", "url": "https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com" }, { "text": "Reddit", "title": "I Spent Way Too Long Researching the Best Home Espresso Machines in 2026", "url": "https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com" }, { "description": "November 16, 2025", "text": "Brewing", "title": "Best Home Espresso Machines 2025: Complete Buyer’s Guide – brewing.com", "url": "https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com" }, { "text": "YouTube", "title": "Best Espresso Machines 2025 [watch before you buy] - YouTube", "url": "https://www.youtube.com/watch?v=HrLC5VFjziY&utm_source=chatgpt.com" }, { "description": "October 17, 2025", "text": "ToolGenX", "title": "Best Home Espresso Machine 2025: Expert Reviews | ToolGenX", "url": "https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com" }, { "description": "January 27, 2026 — WE SPENT THREE WEEKS TASTING ESPRESSO TO FIND THE BEST MACHINES We've made over 50 cups of espresso to find the best machines. By Jamie UedaUpdated: Jan 28, 2026 Image: VerifiedReviewed by Nicole...", "section": "more", "text": "goodhousekeeping.com", "title": "9 Best Espresso Machines of 2025", "url": "https://www.goodhousekeeping.com/g29069348/best-espresso-machines/?utm_source=chatgpt.com" }, { "description": "November 24, 2025 — WE SPENT THREE WEEKS TASTING ESPRESSO TO FIND THE BEST MACHINES We've made over 50 cups of espresso to find the best machines. By Jamie UedaUpdated: Nov 25, 2025 Image: VerifiedReviewed by Nicole...", "section": "more", "text": "goodhousekeeping.com", "title": "9 Best Espresso Machines of 2025", "url": "https://www.goodhousekeeping.com/best-espresso-machines/?utm_source=chatgpt.com" }, { "description": "November 7, 2025 — Cuslr Team·Nov 8, 2025·24 views BEST ESPRESSO MACHINES 2025 BEST ESPRESSO MACHINES 2025 Image: Overview of tools and workflows for \"Best Espresso Machines 2025\" SUMMARY AT A GLANCE Use this gu...", "section": "more", "text": "cuslr.com", "title": "Best Espresso Machines 2025 - Cuslr Blog | Cuslr", "url": "https://cuslr.com/en/blog/best-espresso-machines-2025?utm_source=chatgpt.com" }, { "description": "November 5, 2025 — BEST ESPRESSO MACHINES UNDER $500 (2025 BUYER’S GUIDE) November 6, 2025November 6, 2025 by John Gillon Want barista-quality espresso without the $1,000 price tag? You’re in luck. In 2025, a wave of...", "section": "more", "text": "fueledbycoffee.com", "title": "Best Espresso Machines Under $500 (2025 Buyer’s Guide) - Fueled By Coffee", "url": "https://fueledbycoffee.com/best-espresso-machines-under-500-2025-buyers-guide/?utm_source=chatgpt.com" }, { "description": "September 14, 2025 — All products are independently selected and reviewed by CNN Underscored editors. When you buy through links on our site, we may earn a commission. Learn more THE BEST ESPRESSO MACHINES IN 2025, TRIE...", "section": "more", "text": "cnn.com", "title": "Best espresso machines in 2025, tried and tested | CNN Underscored", "url": "https://amp.cnn.com/cnn/cnn-underscored/reviews/best-espresso-machines?utm_source=chatgpt.com" }, { "description": "6 BEST ESPRESSO MACHINES OF 2025, TESTED AND REVIEWED The best espresso machines for home consistently deliver sweet shots of espresso with an even microfoam for lattes and cappuccinos Image: Molly...", "section": "more", "text": "consumerreports.org", "title": "6 Best Espresso Machines of 2025, Tested and Reviewed - Consumer Reports", "url": "https://www.consumerreports.org/appliances/coffee-makers/best-espresso-machines-a1118374614/?msockid=39f136e02a136d0922b520822b266c08&utm_source=chatgpt.com" }, { "description": "6 BEST ESPRESSO MACHINES OF 2025, TESTED AND REVIEWED The best espresso machines for home consistently deliver sweet shots of espresso with an even microfoam for lattes and cappuccinos Image: Molly...", "section": "more", "text": "consumerreports.org", "title": "6 Best Espresso Machines of 2025, Tested and Reviewed - Consumer Reports", "url": "https://www.consumerreports.org/appliances/coffee-makers/best-espresso-machines-a1118374614/?msockid=295b7ebfcfa665122e70680cce18647a&utm_source=chatgpt.com" }, { "description": "MOST RELIABLE HOME ESPRESSO MACHINE BRANDS | CLIVE COFFEE ☕ Quick Take LUCCA, Profitec, ECM, and Lelit are the most reliable home espresso machine brands, proven by real sales, service, and repair...", "section": "more", "text": "clivecoffee.com", "title": "Most Reliable Home Espresso Machine Brands | Clive Coffee", "url": "https://clivecoffee.com/blogs/faqs/most-reliable-home-espresso-machine-brands-clive-coffee?utm_source=chatgpt.com" } ], "llm_model": "gpt-5-5", "markdown_json": [ { "children": [ { "raw": "A reliable espresso machine should have good temperature stability, consistent shot quality, solid build quality, and a track record of long-term owner satisfaction. For most people, the sweet spot is a machine that balances reliability with ease of use rather than chasing café-level complexity. Independent reviews consistently highlight Breville, De'Longhi, and KitchenAid as strong performers in the home market. ", "type": "text" }, { "attrs": { "url": "https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com" }, "children": [ { "raw": "Tom's Guide", "type": "text" } ], "type": "link" } ], "type": "paragraph" }, { "type": "blank_line" }, { "attrs": { "level": 3 }, "children": [ { "raw": "Best overall", "type": "text" } ], "style": "atx", "type": "heading" }, { "type": "blank_line" }, { "attrs": { "level": 3 }, "children": [ { "raw": "Breville Bambino Plus Espresso Machine", "type": "text" } ], "style": "atx", "type": "heading" }, { "type": "blank_line" }, { "children": [ { "raw": "$499.95•Breville + others", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "4.4 (4.1K)", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "$499.95•Breville + others•", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "4.4 (4.1K)", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "The Bambino Plus is a great choice if you want excellent espresso without a steep learning curve. It heats up in seconds, produces quality milk foam, and has fewer moving parts than many all-in-one machines. It is frequently recommended for beginners and intermediate users. ", "type": "text" }, { "attrs": { "url": "https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com" }, "children": [ { "raw": "Tom's Guide, TechRadar", "type": "text" } ], "type": "link" } ], "type": "paragraph" }, { "type": "blank_line" }, { "attrs": { "level": 3 }, "children": [ { "raw": "Best value", "type": "text" } ], "style": "atx", "type": "heading" }, { "type": "blank_line" }, { "children": [ { "attrs": { "url": "https://images.openai.com/static-rsc-1/1hrbFGE_ztcGByWS9UwhbXuIiTsIht-IYTAucUO5FlpgebLVic-f4o8hBNayqY_lk1crUoY2cnvDeufg_QnNG48yeUsfro3aqXZTZuoFlWKBQoaEDayJ920HaueYUmekPGB58ay5RBjo50ztTN2EmL4fpBvJlke5IrpJ6VM9-28jMIJ_FNgf_ekYU46Ht-RMvkXy1m5BSByn7Kx4NZabzCdkb_bjJsWuposBBNdVx-bwcpW2kqI0m8AOhFcA2j0F" }, "children": [ { "raw": "", "type": "text" } ], "type": "image" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "A simpler version of the Bambino Plus that delivers strong espresso performance at a lower price.", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "If you don't need automatic milk frothing, this model offers much of the same brewing performance while costing less.", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "attrs": { "level": 3 }, "children": [ { "raw": "Best all-in-one with grinder", "type": "text" } ], "style": "atx", "type": "heading" }, { "type": "blank_line" }, { "children": [ { "attrs": { "url": "https://images.openai.com/static-rsc-1/qiWTx1k4oJBYbfv7jhKf6wSK5_z8MYANS-sED4PPvlkTvc4FMLGCy5S-98WT_G3EPgojSWGs3KC0C6fwCQRODraFx3ZnzTrEBQd-oOUxAysxei7DdA0PpVUnXDABzfgAJ3mUPLWT7pvxTdITwy1stB5sPHr2U3k8z8vEHYy7SVIU5E6kwR_UAzOocSsHp7FaWc1EIg9boEXs90hxz6XELRdk-Q8h7ceQxRZxUQLH2AVSjyAvCWDWlKGqBgA9vtOWsMd2mTvR2fFaglKE5nV9HA" }, "children": [ { "raw": "", "type": "text" } ], "type": "image" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "Built-in grinder and proven reliability make it a favorite all-in-one home espresso setup.", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "The integrated burr grinder reduces clutter and simplifies the workflow. It's one of the most widely owned enthusiast machines and remains a common recommendation from reviewers and coffee communities. ", "type": "text" }, { "attrs": { "url": "https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com" }, "children": [ { "raw": "Brewing", "type": "text" } ], "type": "link" } ], "type": "paragraph" }, { "type": "blank_line" }, { "attrs": { "level": 3 }, "children": [ { "raw": "Best for growing into the hobby", "type": "text" } ], "style": "atx", "type": "heading" }, { "type": "blank_line" }, { "children": [ { "attrs": { "url": "https://images.openai.com/static-rsc-1/pKjgKfNs2pGk1DxSLTKakpHJ8AeYb5iASaiY3ojNH573Iioa5kuWwl8Kz1bY0ONFomKm664LJvaeOSw2KQeAi8yo1aSiZWy9eQj3t3G1e0Sbdl_RWBwIoUQ0ie2Y8Qn5Qm6Z9_up0gPiHMJZjhw4vQKsRLmEvyk7y2-LmzdWSLsXs0RLAIohwCKZfKuMH5UH-h9JgVt2P4k9kS6zBEeaeZSU9mJtLsznSfJW7_TJ3OIYqDsPfj7CC9ZMDwv49Jni" }, "children": [ { "raw": "", "type": "text" } ], "type": "image" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "Adds assisted dosing and tamping to help new users make consistent espresso.", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "The Impress system helps reduce common beginner mistakes while still allowing room to learn manual espresso skills. ", "type": "text" }, { "attrs": { "url": "https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com" }, "children": [ { "raw": "ToolGenX", "type": "text" } ], "type": "link" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "| Attribute | Breville Bambino Plus Espresso Machine $499.95•Breville + others | Breville Bambino Espresso Machine $299.95•Breville + others | Breville Barista Express Espresso Machine $699.95•Breville + others | Breville Barista Express Impress Espresso Machine $799.95•Macy's + others |", "type": "text" }, { "type": "softbreak" }, { "raw": "| --- | --- | --- | --- | --- |", "type": "text" }, { "type": "softbreak" }, { "raw": "| Best for | Most people | Budget-conscious buyers | All-in-one setup | Learning espresso |", "type": "text" }, { "type": "softbreak" }, { "raw": "| Built-in grinder | No | No | Yes | Yes |", "type": "text" }, { "type": "softbreak" }, { "raw": "| Ease of use | Excellent | Very good | Good | Excellent |", "type": "text" }, { "type": "softbreak" }, { "raw": "| Counter space | Compact | Compact | Larger | Larger |", "type": "text" }, { "type": "softbreak" }, { "raw": "| Typical price | Mid-range | Entry-mid | Mid-high | High |", "type": "text" } ], "type": "paragraph" }, { "type": "blank_line" }, { "children": [ { "raw": "If you want one recommendation without overthinking it, I'd choose the ", "type": "text" }, { "children": [ { "raw": "Breville Bambino Plus", "type": "text" } ], "type": "strong" }, { "raw": ". If you want a built-in grinder and a more complete setup, the ", "type": "text" }, { "children": [ { "raw": "Barista Express", "type": "text" } ], "type": "strong" }, { "raw": " is the better long-term purchase.", "type": "text" } ], "type": "paragraph" } ], "markdown_text": "A reliable espresso machine should have good temperature stability, consistent shot quality, solid build quality, and a track record of long-term owner satisfaction. For most people, the sweet spot is a machine that balances reliability with ease of use rather than chasing café-level complexity. Independent reviews consistently highlight Breville, De'Longhi, and KitchenAid as strong performers in the home market. [Tom's Guide](https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com)\n\n### Best overall\n\n### Breville Bambino Plus Espresso Machine\n\n$499.95•Breville + others\n\n4.4 (4.1K)\n\n$499.95•Breville + others•\n\n4.4 (4.1K)\n\nThe Bambino Plus is a great choice if you want excellent espresso without a steep learning curve. It heats up in seconds, produces quality milk foam, and has fewer moving parts than many all-in-one machines. It is frequently recommended for beginners and intermediate users. [Tom's Guide, TechRadar](https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com)\n\n### Best value\n\n![](https://images.openai.com/static-rsc-1/1hrbFGE_ztcGByWS9UwhbXuIiTsIht-IYTAucUO5FlpgebLVic-f4o8hBNayqY_lk1crUoY2cnvDeufg_QnNG48yeUsfro3aqXZTZuoFlWKBQoaEDayJ920HaueYUmekPGB58ay5RBjo50ztTN2EmL4fpBvJlke5IrpJ6VM9-28jMIJ_FNgf_ekYU46Ht-RMvkXy1m5BSByn7Kx4NZabzCdkb_bjJsWuposBBNdVx-bwcpW2kqI0m8AOhFcA2j0F)\n\nA simpler version of the Bambino Plus that delivers strong espresso performance at a lower price.\n\nIf you don't need automatic milk frothing, this model offers much of the same brewing performance while costing less.\n\n### Best all-in-one with grinder\n\n![](https://images.openai.com/static-rsc-1/qiWTx1k4oJBYbfv7jhKf6wSK5_z8MYANS-sED4PPvlkTvc4FMLGCy5S-98WT_G3EPgojSWGs3KC0C6fwCQRODraFx3ZnzTrEBQd-oOUxAysxei7DdA0PpVUnXDABzfgAJ3mUPLWT7pvxTdITwy1stB5sPHr2U3k8z8vEHYy7SVIU5E6kwR_UAzOocSsHp7FaWc1EIg9boEXs90hxz6XELRdk-Q8h7ceQxRZxUQLH2AVSjyAvCWDWlKGqBgA9vtOWsMd2mTvR2fFaglKE5nV9HA)\n\nBuilt-in grinder and proven reliability make it a favorite all-in-one home espresso setup.\n\nThe integrated burr grinder reduces clutter and simplifies the workflow. It's one of the most widely owned enthusiast machines and remains a common recommendation from reviewers and coffee communities. [Brewing](https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com)\n\n### Best for growing into the hobby\n\n![](https://images.openai.com/static-rsc-1/pKjgKfNs2pGk1DxSLTKakpHJ8AeYb5iASaiY3ojNH573Iioa5kuWwl8Kz1bY0ONFomKm664LJvaeOSw2KQeAi8yo1aSiZWy9eQj3t3G1e0Sbdl_RWBwIoUQ0ie2Y8Qn5Qm6Z9_up0gPiHMJZjhw4vQKsRLmEvyk7y2-LmzdWSLsXs0RLAIohwCKZfKuMH5UH-h9JgVt2P4k9kS6zBEeaeZSU9mJtLsznSfJW7_TJ3OIYqDsPfj7CC9ZMDwv49Jni)\n\nAdds assisted dosing and tamping to help new users make consistent espresso.\n\nThe Impress system helps reduce common beginner mistakes while still allowing room to learn manual espresso skills. [ToolGenX](https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com)\n\n| Attribute | Breville Bambino Plus Espresso Machine $499.95•Breville + others | Breville Bambino Espresso Machine $299.95•Breville + others | Breville Barista Express Espresso Machine $699.95•Breville + others | Breville Barista Express Impress Espresso Machine $799.95•Macy's + others |\n| --- | --- | --- | --- | --- |\n| Best for | Most people | Budget-conscious buyers | All-in-one setup | Learning espresso |\n| Built-in grinder | No | No | Yes | Yes |\n| Ease of use | Excellent | Very good | Good | Excellent |\n| Counter space | Compact | Compact | Larger | Larger |\n| Typical price | Mid-range | Entry-mid | Mid-high | High |\n\nIf you want one recommendation without overthinking it, I'd choose the **Breville Bambino Plus**. If you want a built-in grinder and a more complete setup, the **Barista Express** is the better long-term purchase.", "parse_status_code": 12000, "prompt": "Recommend a reliable espresso machine", "raw_response": [ "event: delta_encoding", "data: \"v1\"", "", "data: {\"type\": \"resume_conversation_token\", \"kind\": \"topic\", \"token\": \"eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25kdWl0X3V1aWQiOiI4NDc5Y2ZmMDBhZGE0OWJjYWE1NzI4ZmMzZmU3NGM4NSIsImNvbmR1aXRfbG9jYXRpb24iOiIxMC4xMzAuMjIuNDA6ODMwOCIsImNsdXN0ZXIiOiJ1bmlmaWVkLTE2OSIsImlhdCI6MTc4MDQ2NzUyMSwiZXhwIjoxNzgwNDc0NzIxLCJ0dXJuX3RvcGljX2lkIjoiY29udmVyc2F0aW9uLXR1cm4tMmJjODk3NzQtZTM4NS00NWU5LTllZDUtNzI4MDVmOTAzYmJlIn0.OKorLTeA61JS_0zeFW9OIWU5QGeJUMa2xfJFw2rliNH45o4nUh3fKt8x0LosbbPN9Z4TV49wxaLd3GXl47Cg_g\", \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\"}", "", "event: delta", "data: {\"p\": \"\", \"o\": \"add\", \"v\": {\"message\": {\"id\": \"4f3a75d4-3569-4ffe-a224-a0633a2e4e3c\", \"author\": {\"role\": \"system\", \"name\": null, \"metadata\": {}}, \"create_time\": null, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"\"]}, \"status\": \"finished_successfully\", \"end_turn\": true, \"weight\": 0.0, \"metadata\": {\"model_switcher_deny\": [], \"is_visually_hidden_from_conversation\": true}, \"recipient\": \"all\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 0} ", "", "event: delta", "data: {\"v\": {\"message\": {\"id\": \"5b828c6e-f9b0-4186-af8a-5ecc6bdd8386\", \"author\": {\"role\": \"system\", \"name\": null, \"metadata\": {}}, \"create_time\": null, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"\"]}, \"status\": \"finished_successfully\", \"end_turn\": true, \"weight\": 0.0, \"metadata\": {\"rebase_developer_message\": true, \"model_switcher_deny\": [], \"is_visually_hidden_from_conversation\": true}, \"recipient\": \"all\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 1} ", "", "event: delta", "data: {\"v\": {\"message\": {\"id\": \"81af3769-09e9-401c-ad3c-b7da6d0298db\", \"author\": {\"role\": \"system\", \"name\": null, \"metadata\": {}}, \"create_time\": 1780467521.412074, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"\"]}, \"status\": \"finished_successfully\", \"end_turn\": null, \"weight\": 0.0, \"metadata\": {\"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_source\": \"instant-query\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"model_switcher_deny\": [], \"is_visually_hidden_from_conversation\": true}, \"recipient\": \"all\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 2} ", "", "event: delta", "data: {\"v\": {\"message\": {\"id\": \"94f46076-e004-49dd-84fb-3d90911880ed\", \"author\": {\"role\": \"user\", \"name\": null, \"metadata\": {}}, \"create_time\": 1780467516.913, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"Recommend a reliable espresso machine\"]}, \"status\": \"finished_successfully\", \"end_turn\": null, \"weight\": 1.0, \"metadata\": {\"system_hints\": [], \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_source\": \"instant-query\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"resolved_model_slug\": \"gpt-5-5\", \"model_switcher_deny\": []}, \"recipient\": \"all\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 3} ", "","data: {\"type\": \"input_message\", \"input_message\": {\"id\": \"81af3769-09e9-401c-ad3c-b7da6d0298db\", \"author\": {\"role\": \"developer\", \"name\": null, \"metadata\": {\"real_author\": \"sonic.genui_prefetcher\"}}, \"create_time\": 1780467521.412074, \"update_time\": null, \"content\": {\"content_type\": \"developer_content\", \"instructions\": [\"Here are some prefetched results from `genui_search` command inside of `web.run` tool:\\n\\n \\n \\n For the following Direct Mode widgets, you MUST NOT use the `genui_run` command inside of `web.run` tool. Instead run directly in the final response at the location you want to insert the widget. Run using a `genui` content reference. This MUST be of the form: \genui\{\\\"\\\": {}}\\\n \\n \\n \\n // ### Description:\\n // HIGH-PRIORITY learning math visualization widget. Use this widget only when the equation, formula, or function is central to the user's request and the widget adds more value than plain inline math. Prefer it for explicit solve, graph, derive, analyze, or compare requests on graphable functions and canonical formulas/theorems across math, physics, chemistry, and statistics. The `content` field MUST be LaTeX only. Do not pass prose, plain-English explanations, or non-LaTeX calculator syntax in `content`. For graphing, pass functions as LaTeX y = ... or f(x) = ... expressions. Learning block coverage is registry-driven and includes published learning block type ids only (60 total): \\\"ANGULAR_FREQUENCY_RELATION\\\", \\\"BAYES_THEOREM\\\", \\\"BEER_LAMBERT_LAW\\\", \\\"BINOMIAL_SQUARE\\\", \\\"CHARLES_LAW\\\", \\\"CIRCLE_AREA\\\", \\\"CIRCLE_CIRCUMFERENCE\\\", \\\"CIRCLE_EQUATION\\\", \\\"COMPOUND_INTEREST\\\", \\\"CONDITIONAL_PROBABILITY_DEFINITION\\\", \\\"CONE_SURFACE_AREA\\\", \\\"CONE_VOLUME\\\", \\\"COULOMBS_LAW\\\", \\\"CYLINDER_VOLUME\\\", \\\"DIFFERENCE_OF_SQUARES\\\", \\\"DISTANCE_FORMULA\\\", \\\"EXPONENTIAL_DECAY\\\", \\\"GDP_EXPENDITURE_IDENTITY\\\", \\\"GRAPHABLE_FUNCTION\\\", \\\"HOOKES_LAW\\\", \\\"INDEPENDENT_PROBABILITY_INTERSECTION\\\", \\\"KINETIC_ENERGY\\\", \\\"LENS_EQUATION\\\", \\\"MASS_DENSITY_VOLUME_RELATION\\\", \\\"MIDPOINT_FORMULA\\\", \\\"MIRROR_EQUATION\\\", \\\"MOMENTUM\\\", \\\"OHMS_LAW\\\", \\\"PERIOD_FREQUENCY_RELATION\\\", \\\"POLYGON_INTERIOR_ANGLE_SUM\\\", \\\"POTENTIAL_ENERGY\\\", \\\"PROBABILITY_INTERSECTION\\\", \\\"PV_NRT_EQUATION\\\", \\\"PYTHAGOREAN_THEOREM\\\", \\\"QUADRATIC_FORMULA\\\", \\\"RESISTORS_IN_PARALLEL_EQUIVALENT\\\", \\\"RESISTORS_IN_SERIES_EQUIVALENT\\\", \\\"SAMPLE_VARIANCE\\\", \\\"SLOPE_EQUATION\\\", \\\"SLOPE_INTERCEPT\\\", \\\"SPHERE_VOLUME\\\", \\\"STANDARD_SCORE_Z\\\", \\\"SURFACE_AREA_CUBE\\\", \\\"SURFACE_AREA_SPHERE\\\", \\\"SYSTEM_OF_EQUATIONS\\\", \\\"TAYLOR_SERIES_EXPANSION\\\", \\\"TRIANGLE_ANGLE_SUM\\\", \\\"TRIANGLE_AREA\\\", \\\"TRIG_ANGLE_SUM_IDENTITY\\\", \\\"TRIG_COMPONENT_X\\\", \\\"TRIG_COMPONENT_Y\\\", \\\"TRIG_IDENTITY_PYTHAGOREAN\\\", \\\"TRIG_RATIO\\\", \\\"TRIG_RATIO_TANGENT\\\", \\\"UNION_PROBABILITY_INCLUSION_EXCLUSION\\\", \\\"UNIT_CIRCLE\\\", \\\"VARIANCE\\\", \\\"VOLUME_CUBE\\\", \\\"WAVE_SPEED\\\", \\\"WEIGHT_FORCE\\\". Placement rule: place the widget inline exactly where that concept is being worked, not at the top by default. If the response covers multiple distinct formulas/functions and each one is central to the answer, insert multiple learning block widgets with one inline placement per concept/type. Do not use this widget for conceptual overviews, notes, reports, planning, image/document interpretation, or advice/strategy unless the user is explicitly asking to solve, graph, derive, or analyze that exact formula/function. If confidence is low that the content maps cleanly to a single useful learning block, do not use this widget. When a learning block is shown, it displays the exact equation/formula content passed to it, so avoid repeating that same equation/formula in the mainline response unless needed for clarity. NEVER use this widget for pure arithmetic calculator expressions, unit/currency/time conversions, or programming-language execution requests.\\n // ### Supported mode: Direct Mode only.\\n // ### Invocation:\\n // Insert directly:\\n \genui\{\\\"math_block_widget_always_prefetch_v2\\\": {...}}\\\n // This widget is not eligible for UUID Mode.\\n // ### Args schema:\\n type math_block_widget_always_prefetch_v2 = // MathBlockWidgetParameters\\n {\\n // Content\\n //\\n // LaTeX content to display in the math block. The content field must be LaTeX only. If graphing a function, provide a LaTeX y = ... or f(x) = ... expression. Graphing with symbolic constants is supported, for example: 'y=mx+b', 'y=ax^2', or 'y=58+3\\\\sin(\\\\frac{2\\\\pi}{12}(x-3))'. If presenting a canonical formula, provide that formula directly in LaTeX, for example: 'PV = nRT' or 'a^2 + b^2 = c^2'. Do not pass prose, plain-English explanations, or non-LaTeX calculator syntax here.\\n content: string,\\n }\\n \\n \\n \\n \\n You MUST obey each widget's invocation strategy from the results sections above.\\n\\n You MUST call `genui_search` command inside of `web.run` tool if you think there may be a different widget that is relevant.\\n \\n\"], \"settings\": null, \"function_namespaces\": null, \"response_formats\": null}, \"status\": \"finished_successfully\", \"end_turn\": null, \"weight\": 0.0, \"metadata\": {\"requires_genui\": true, \"exclude_from_autoswitcher_classification\": true, \"genui_prefetch\": {\"tool_names\": [\"math_block_widget_always_prefetch_v2\"], \"always_trigger_tool_names\": [\"math_block_widget_always_prefetch_v2\"], \"prefetch_groups\": []}, \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_source\": \"instant-query\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"turn_trace_id\": \"b26fab30-11fe-41a7-ba45-61d071039631\", \"parent_id\": \"5b828c6e-f9b0-4186-af8a-5ecc6bdd8386\"}, \"recipient\": \"all\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\"}", "", "data: {\"type\": \"input_message\", \"input_message\": {\"id\": \"94f46076-e004-49dd-84fb-3d90911880ed\", \"author\": {\"role\": \"user\", \"name\": null, \"metadata\": {}}, \"create_time\": 1780467516.913, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"Recommend a reliable espresso machine\"]}, \"status\": \"finished_successfully\", \"end_turn\": null, \"weight\": 1.0, \"metadata\": {\"system_hints\": [], \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_source\": \"instant-query\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"turn_trace_id\": \"b26fab30-11fe-41a7-ba45-61d071039631\", \"useragent\": {\"client_type\": \"web\", \"is_mobile\": false, \"is_mobile_app\": false, \"is_desktop_app\": false, \"is_native_app\": false, \"is_native_app_apple\": false, \"is_mobile_app_ios\": false, \"is_desktop_app_macos\": false, \"is_aura_app_macos\": false, \"is_aura_web\": false, \"is_sora_ios\": false, \"is_agora_ios\": false, \"is_agora_android\": false, \"is_desktop_app_windows\": false, \"is_electron_app\": false, \"is_mobile_app_android\": false, \"is_mobile_web\": false, \"is_mobile_web_ios\": false, \"is_mobile_web_android\": false, \"is_ios\": false, \"is_android\": false, \"is_macos\": false, \"is_windows\": false, \"is_linux\": true, \"is_chatgpt_client\": false, \"is_moshi_client\": false, \"is_sora_client\": false, \"is_agora_client\": false, \"is_browserbased_app\": true, \"is_chatgpt_api\": false, \"is_slack\": false, \"is_chatkit_web\": false, \"is_chatkit_synthetic\": false, \"is_kakao_talk\": false, \"is_codex_desktop\": false, \"is_offline_caching\": false, \"app_version\": null, \"build_number\": null, \"user_agent\": \"mozilla/5.0 (x11; linux x86_64) applewebkit/537.36 (khtml, like gecko) chrome/141.0.0.0 safari/537.36 vivaldi/7.0.0.0\", \"app_environment\": null, \"os_version\": null, \"device_model\": null, \"user_client_type\": \"desktop_web\"}, \"paragen_stream_type\": \"default\", \"resolved_model_slug\": \"gpt-5-5\", \"parent_id\": \"81af3769-09e9-401c-ad3c-b7da6d0298db\"}, \"recipient\": \"all\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\"}", "", "event: delta","data: {\"v\": {\"message\": {\"id\": \"68cdff98-03a0-4f98-9e87-c86afad9e07f\", \"author\": {\"role\": \"system\", \"name\": null, \"metadata\": {}}, \"create_time\": 1780467521.7487547, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"\"]}, \"status\": \"finished_successfully\", \"end_turn\": null, \"weight\": 1.0, \"metadata\": {\"is_visually_hidden_from_conversation\": true, \"citations\": [], \"content_references\": [{\"matched_text\": \"\entity\[\\\"\\\", \\\"\\\", \\\"\\\"]\\", \"prefix\": null, \"start_idx\": 3185, \"end_idx\": 3277, \"safe_urls\": [], \"refs\": [], \"alt\": \"\", \"prompt_text\": \"\", \"type\": \"entity\", \"name\": \"\", \"category\": \"\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": {\"disambiguation\": \"\"}, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"iy-knBu-62cG0Gbh\"}, {\"matched_text\": \"\entity\[\\\"\\\", \\\"\\\"]\\", \"prefix\": null, \"start_idx\": 3341, \"end_idx\": 3379, \"safe_urls\": [], \"refs\": [], \"alt\": \"\", \"prompt_text\": \"\", \"type\": \"entity\", \"name\": \"\", \"category\": \"\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"XyfNQqxzKvCRqhXN\"}, {\"matched_text\": \"\entity\[\\\"turnXproductY\\\",\\\"Display title\\\",1]\\", \"prefix\": null, \"start_idx\": 6887, \"end_idx\": 6931, \"safe_urls\": [], \"refs\": [], \"alt\": \"Display title\", \"prompt_text\": \"Display title\", \"type\": \"entity\", \"name\": \"Display title\", \"category\": \"turnXproductY\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"Mza_HceKvlJ3yRRM\"}, {\"matched_text\": \"\product\[\\\"turnXproductY\\\", \\\"Levi's Jeans 500\\\", {\\\"render_as\\\":\\\"hero\\\", \\\"description\\\":\\\"$single-sentence-product-description\\\"}]\\", \"prefix\": null, \"start_idx\": 6993, \"end_idx\": 7116, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}, {\"matched_text\": \"\product\[\\\"turnXproductY\\\", \\\"Product Name\\\", {\\\"render_as\\\":\\\"block\\\", \\\"description\\\":\\\"$single-sentence-product-description\\\"}]\\", \"prefix\": null, \"start_idx\": 7188, \"end_idx\": 7308, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}, {\"matched_text\": \"\products\{\\\"selections\\\":[[\\\"turnXproductY\\\",\\\"Display title\\\"],[\\\"turnXproductZ,turnXproductW\\\",\\\"Merged card title\\\"]],\\\"tags\\\":[\\\"optional tag\\\",\\\"optional tag\\\"]}\\", \"prefix\": null, \"start_idx\": 7855, \"end_idx\": 8007, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}, {\"matched_text\": \"\entity\[\\\"turnXproductY\\\",\\\"Display title\\\"]\\", \"prefix\": null, \"start_idx\": 8528, \"end_idx\": 8570, \"safe_urls\": [], \"refs\": [], \"alt\": \"Display title\", \"prompt_text\": \"Display title\", \"type\": \"entity\", \"name\": \"Display title\", \"category\": \"turnXproductY\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"Mza_HceKvlJ3yRRM\"}, {\"matched_text\": \"\entity\[\\\"\\\",\\\"Product A\\\"]\\", \"prefix\": null, \"start_idx\": 8674, \"end_idx\": 8724, \"safe_urls\": [], \"refs\": [], \"alt\": \"Product A\", \"prompt_text\": \"Product A\", \"type\": \"entity\", \"name\": \"Product A\", \"category\": \"\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"2O6REpxTJ1kp7XB2\"}, {\"matched_text\": \"\entity\[\\\"\\\",\\\"Product B\\\"]\\", \"prefix\": null, \"start_idx\": 8727, \"end_idx\": 8777, \"safe_urls\": [], \"refs\": [], \"alt\": \"Product B\", \"prompt_text\": \"Product B\", \"type\": \"entity\", \"name\": \"Product B\", \"category\": \"\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"p5kycc60hSAojyfr\"}, {\"matched_text\": \"\entity\[\\\"\\\",\\\"Product C\\\"]\\", \"prefix\": null, \"start_idx\": 8780, \"end_idx\": 8830, \"safe_urls\": [], \"refs\": [], \"alt\": \"Product C\", \"prompt_text\": \"Product C\", \"type\": \"entity\", \"name\": \"Product C\", \"category\": \"\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"mzMGmsXQ9upbmNRm\"}, {\"matched_text\": \"\entity\[\\\"\\\",\\\"Product D\\\"]\\", \"prefix\": null, \"start_idx\": 8833, \"end_idx\": 8883, \"safe_urls\": [], \"refs\": [], \"alt\": \"Product D\", \"prompt_text\": \"Product D\", \"type\": \"entity\", \"name\": \"Product D\", \"category\": \"\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"RVXp_nHkNfZhQckS\"}, {\"matched_text\": \"\entity\[\\\"\\\",\\\"Product E\\\"]\\", \"prefix\": null, \"start_idx\": 8886, \"end_idx\": 8936, \"safe_urls\": [], \"refs\": [], \"alt\": \"Product E\", \"prompt_text\": \"Product E\", \"type\": \"entity\", \"name\": \"Product E\", \"category\": \"\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"kYnxUNgMW4J82VMi\"}, {\"matched_text\": \"\explore_more\{\\\"selections\\\":[[\\\"turn0product1\\\",\\\"Product Title\\\"],[\\\"turn0product2\\\",\\\"Product Title\\\"],...]}\\", \"prefix\": null, \"start_idx\": 9531, \"end_idx\": 9634, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}, {\"matched_text\": \"\entity\[\\\"turnXproductY\\\",\\\"Display title\\\"]\\", \"prefix\": null, \"start_idx\": 14917, \"end_idx\": 14959, \"safe_urls\": [], \"refs\": [], \"alt\": \"Display title\", \"prompt_text\": \"Display title\", \"type\": \"entity\", \"name\": \"Display title\", \"category\": \"turnXproductY\", \"priority\": 1, \"metadata\": null, \"entity_data\": null, \"extra_params\": null, \"status\": \"done\", \"notes\": null, \"entity_index\": null, \"id\": \"Mza_HceKvlJ3yRRM\"}], \"story_events\": [], \"resolved_model_slug\": \"gpt-5-5\", \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_type\": \"next\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"model_slug\": \"gpt-5-5\", \"default_model_slug\": \"auto\", \"parent_id\": \"94f46076-e004-49dd-84fb-3d90911880ed\", \"model_switcher_deny\": []}, \"recipient\": \"assistant\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 4} ", "", "data: {\"type\": \"message_marker\", \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"0ebbe21c-7cb0-4da7-9618-538f02f56cbb\", \"marker\": \"search_start\", \"event\": \"first\"}", "", "event: delta", "data: {\"v\": {\"message\": {\"id\": \"0ebbe21c-7cb0-4da7-9618-538f02f56cbb\", \"author\": {\"role\": \"assistant\", \"name\": null, \"metadata\": {}}, \"create_time\": 1780467521.6235178, \"update_time\": null, \"content\": {\"content_type\": \"code\", \"language\": \"unknown\", \"response_format_name\": null, \"text\": \"search(\\\"Recommend a reliable espresso machine\\\")\"}, \"status\": \"finished_successfully\", \"end_turn\": null, \"weight\": 1.0, \"metadata\": {\"citations\": [], \"content_references\": [], \"resolved_model_slug\": \"gpt-5-5\", \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_type\": \"next\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"model_slug\": \"gpt-5-5\", \"default_model_slug\": \"auto\", \"parent_id\": \"68cdff98-03a0-4f98-9e87-c86afad9e07f\", \"model_switcher_deny\": []}, \"recipient\": \"web\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 5} ", "", "event: delta", "data: {\"v\": {\"message\": {\"id\": \"bd9aa2b3-865e-4e25-82d1-fb579dff7670\", \"author\": {\"role\": \"tool\", \"name\": \"web.run\", \"metadata\": {\"real_author\": \"tool:web.run\"}}, \"create_time\": 1780467522.802562, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"\"]}, \"status\": \"finished_successfully\", \"end_turn\": null, \"weight\": 1.0, \"metadata\": {\"search_model_queries\": {\"type\": \"search_model_queries\", \"queries\": [\"best reliable espresso machines 2025 reliability recommendations\"]}, \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_type\": \"next\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"model_slug\": \"gpt-5-5\", \"default_model_slug\": \"auto\", \"parent_id\": \"0ebbe21c-7cb0-4da7-9618-538f02f56cbb\", \"model_switcher_deny\": []}, \"recipient\": \"all\", \"channel\": null}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 6} ", "", "event: delta", "data: {\"v\": {\"message\": {\"id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\", \"author\": {\"role\": \"assistant\", \"name\": null, \"metadata\": {\"real_author\": \"tool:web\"}}, \"create_time\": 1780467527.025536, \"update_time\": null, \"content\": {\"content_type\": \"text\", \"parts\": [\"\"]}, \"status\": \"in_progress\", \"end_turn\": null, \"weight\": 1.0, \"metadata\": {\"citations\": [], \"content_references\": [], \"story_events\": [], \"resolved_model_slug\": \"gpt-5-5\", \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"message_type\": \"next\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"working_turn_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"model_slug\": \"gpt-5-5\", \"default_model_slug\": \"auto\", \"parent_id\": \"bd9aa2b3-865e-4e25-82d1-fb579dff7670\", \"model_switcher_deny\": []}, \"recipient\": \"all\", \"channel\": \"final\"}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"error\": null, \"error_code\": null}, \"c\": 7}", "", "data: {\"type\": \"message_marker\", \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\", \"marker\": \"user_visible_token\", \"event\": \"first\"}", "", "data: {\"type\": \"message_marker\", \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\", \"marker\": \"final_channel_token\", \"event\": \"first\"}", "", "event: delta", "data: {\"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"A reliable espresso machine should\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"add\", \"v\": []}]} ", "", "event: delta", "data: {\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" have good\"} ", "", "event: delta", "data: {\"v\": \" temperature stability, consistent shot\"}", "", "event: delta", "data: {\"v\": \" quality, solid build quality, and a track record of\"} ", "", "event: delta", "data: {\"v\": \" long-term owner satisfaction. For most people, the sweet spot is a\"} ", "", "event: delta","data: {\"v\": \" machine that balances reliability with ease of use rather than chasing caf\é\"} ", "", "event: delta", "data: {\"v\": \"-level complexity. Independent reviews consistently highlight Breville, De'Longhi, and KitchenAid as\"} ", "", "event: delta","data: {\"p\": \"\", \"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" strong performers in the home market. \cite\turn0search0\turn\"}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\cite\turn0search0\turn\", \"prefix\": null, \"start_idx\": 417, \"end_idx\": 440, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"0search2\\\n\\n### Best overall\\n\product\[\\\"\"}, {\"p\": \"/message/metadata/content_references/0/matched_text\", \"o\": \"append\", \"v\": \"0search2\\"}, {\"p\": \"/message/metadata/content_references/0/end_idx\", \"o\": \"replace\", \"v\": 449}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\product\[\\\"\", \"prefix\": null, \"start_idx\": 468, \"end_idx\": 479, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"]}]} ", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"turn0product4\\\",\\\"Breville Bambino Plus Espresso Machine\\\",{\\\"render_as\\\":\\\"hero\\\",\\\"description\\\":\\\"Fast\"}, {\"p\": \"/message/metadata/content_references/1/matched_text\", \"o\": \"append\", \"v\": \"turn0product4\\\",\\\"Breville Bambino Plus Espresso Machine\\\",{\\\"render_as\\\":\\\"hero\\\",\\\"description\\\":\\\"Fast\"}, {\"p\": \"/message/metadata/content_references/1/end_idx\", \"o\": \"replace\", \"v\": 574}]} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"-heating, compact, and one of the most consistently recommended\"}, {\"p\": \"/message/metadata/content_references/0/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\", \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\", \"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/0/alt\", \"o\": \"replace\", \"v\": \"([Tom's Guide](https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com))\"}, {\"p\": \"/message/metadata/content_references/0/type\", \"o\": \"replace\", \"v\": \"grouped_webpages\"}, {\"p\": \"/message/metadata/content_references/0/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/0\", \"o\": \"append\", \"v\": {\"fallback_items\": null, \"error\": null, \"style\": null, \"status\": \"done\", \"items\": [{\"title\": \"Best espresso machine 2025: Top picks from a certified barista\", \"url\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"attribution\": \"Tom's Guide\", \"pub_date\": 1759508111.0, \"snippet\": \"This comprehensive guide from Tom\’s Guide, authored by a certified barista, reviews the best espresso machines of 2025 tailored to different user needs and skill levels. The guide categorizes machines into manual, automatic, and superautomatic types and offers detailed testing insights on usability, value, build quality, espresso performance, milk steaming, and grinder effectiveness. Top picks include the De\’Longhi La Specialista Touch for most people, the Breville Bambino Plus for compact convenience, the manual De\’Longhi Stilosa for budget-conscious users, and the KitchenAid KF8 for hands-off brewing. It also praises the Breville Oracle Dual Boiler for serious enthusiasts seeking high-end features.\\n\\nAdditional standout categories include best machine under $250 (Casabrews Ultra), best for steaming milk (KitchenAid Semi Automatic), and best stovetop (9Barista Mk.2). The guide emphasizes how machine automation can ease entry into espresso making, explains key factors affecting espresso quality, and addresses common machine types (thermoblock, boiler setups). There's also insight into grinder integration, pressure significance, portafilter and basket options, and recommendations for beginners or traveling users. The guide features machines rigorously tested by experienced baristas to ensure quality and usability.\", \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Best Espresso Machines 2026 | Tested - Forbes Vetted\", \"url\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\", \"pub_date\": null, \"snippet\": \"\", \"result_source\": \"labrador\", \"attribution\": \"forbes.com\"}], \"result_source\": \"labrador\", \"refs\": [{\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 0}, {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 2}], \"hue\": null, \"attributions\": null}]}}, {\"p\": \"/message/metadata/content_references/1/matched_text\", \"o\": \"append\", \"v\": \"-heating, compact, and one of the most consistently recommended\"}, {\"p\": \"/message/metadata/content_references/1/end_idx\", \"o\": \"replace\", \"v\": 637}, {\"p\": \"/message/metadata/safe_urls/0\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\"}, {\"p\": \"/message/metadata/safe_urls/1\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"]}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" home espresso machines for reliability and ease of use.\\\"}]\\\n\\nThe Bambino Plus\"}, {\"p\": \"/message/metadata/content_references/1/matched_text\", \"o\": \"append\", \"v\": \" home espresso machines for reliability and ease of use.\\\"}]\\"}, {\"p\": \"/message/metadata/content_references/1/end_idx\", \"o\": \"replace\", \"v\": 697}]} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" is a great choice if you want excellent espresso without a steep learning curve. It heats up in\"}, {\"p\": \"/message/metadata/content_references/0/items/0/supporting_websites/0/attribution\", \"o\": \"replace\", \"v\": \"Forbes\"}, {\"p\": \"/message/metadata/content_references/1/safe_urls\", \"o\": \"append\", \"v\": [\"https://images.openai.com/static-rsc-1/79fZPQBuE2uSs6njXXNFLqyuxtbKSPV7jRi_33iQxP7NWn7RnbT2DwUyp0KvgpebBxcagwGlME2KC1aV73YGjUhmOh1oLBgrYJ0rSPqqZDYyqLYayy2aEkTrXiEe816ntqNHgVrA1NAc8jFLDZM1alZhVxPM-JMqV50Zu2B5elsKH0-MqNtLSe9y5vOk-36Q2qz5EU7B0mNpfQXdlbJCUmdX7_NRaTZUviURU8pSIb2hfDXW6xu1clU61ttWyNBRek8wPlSMBQ_6vhKPSH5Hyg\", \"https://images.openai.com/static-rsc-1/aZp-phUmNU8Jl_1wmj5Le70GEhHIsatgIOscALWH54Lv-1zZ9ev_7O2TeKyynnrL94ccyHPUOwHiwk0ILjSWAuz2x9KHxNx_3ezYVXZpSpmBXMyvG3aaib-J4kBmlcOws66WPobgEcGuNCMm59oKw-Vdwo1bnsZJKsHr3YJ4UhhxnvnUBDA-4db-evNLCu98eFx8asiNMp1wdn-Xyr4qnTNm63K_4AKq-1I892_rj-pjqVuRxEaMGmI_AKyVwSGQWGad-sMfNYcsQnUByJlWfQ\", \"https://images.openai.com/static-rsc-1/k11sIXSdPBdKcUyHiRkPEK4o7NNdYzYMXTkUwc6PSAaGZdgGKor-X3OzcKV4ykuRYkAEbG1d4XlmVQeKUxFGnpM5rIJlHVIMaqAcosXDLIJZKPwCoxsdzK8pjfOGEX6WFqV0EiBPHIJ-_9KUFoI8qj5tHGktdqTDDUvLszB1sFDnSrIiFPs_faeOLAhz-lAgQrpBHDJxBJpjREiXjqx04RXdSfzsHqIBORyXxw3U6ui_vjF6ARMlwcXJmym0Vml8qx5aiGl918eCHjrv6hQLCw\", \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\", \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\", \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\", \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\", \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle\", \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/1/alt\", \"o\": \"replace\", \"v\": \"### [Breville Bambino Plus Espresso Machine](https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com)\\n*$499.95*\\nFast-heating, compact, and one of the most consistently recommended home espresso machines for reliability and ease of use.\"}, {\"p\": \"/message/metadata/content_references/1/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Bambino Plus Espresso Machine\\nDescription: Fast-heating, compact, and one of the most consistently recommended home espresso machines for reliability and ease of use.\\nPrice: $499.95\\nURL: https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\\nNumber of Reviews: 4135\\nRating: 4.4\\nFeatured Tag: None\\nMerchants: Breville + others\"}, {\"p\": \"/message/metadata/content_references/1/type\", \"o\": \"replace\", \"v\": \"product\"}, {\"p\": \"/message/metadata/content_references/1/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/1\", \"o\": \"append\", \"v\": {\"render_as\": \"hero\", \"product\": {\"id\": \"1642596591823582493\", \"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"merchants\": \"Breville + others\", \"description\": \"Fast-heating, compact, and one of the most consistently recommended home espresso machines for reliability and ease of use.\", \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/k11sIXSdPBdKcUyHiRkPEK4o7NNdYzYMXTkUwc6PSAaGZdgGKor-X3OzcKV4ykuRYkAEbG1d4XlmVQeKUxFGnpM5rIJlHVIMaqAcosXDLIJZKPwCoxsdzK8pjfOGEX6WFqV0EiBPHIJ-_9KUFoI8qj5tHGktdqTDDUvLszB1sFDnSrIiFPs_faeOLAhz-lAgQrpBHDJxBJpjREiXjqx04RXdSfzsHqIBORyXxw3U6ui_vjF6ARMlwcXJmym0Vml8qx5aiGl918eCHjrv6hQLCw\", \"https://images.openai.com/static-rsc-1/79fZPQBuE2uSs6njXXNFLqyuxtbKSPV7jRi_33iQxP7NWn7RnbT2DwUyp0KvgpebBxcagwGlME2KC1aV73YGjUhmOh1oLBgrYJ0rSPqqZDYyqLYayy2aEkTrXiEe816ntqNHgVrA1NAc8jFLDZM1alZhVxPM-JMqV50Zu2B5elsKH0-MqNtLSe9y5vOk-36Q2qz5EU7B0mNpfQXdlbJCUmdX7_NRaTZUviURU8pSIb2hfDXW6xu1clU61ttWyNBRek8wPlSMBQ_6vhKPSH5Hyg\", \"https://images.openai.com/static-rsc-1/aZp-phUmNU8Jl_1wmj5Le70GEhHIsatgIOscALWH54Lv-1zZ9ev_7O2TeKyynnrL94ccyHPUOwHiwk0ILjSWAuz2x9KHxNx_3ezYVXZpSpmBXMyvG3aaib-J4kBmlcOws66WPobgEcGuNCMm59oKw-Vdwo1bnsZJKsHr3YJ4UhhxnvnUBDA-4db-evNLCu98eFx8asiNMp1wdn-Xyr4qnTNm63K_4AKq-1I892_rj-pjqVuRxEaMGmI_AKyVwSGQWGad-sMfNYcsQnUByJlWfQ\"], \"num_reviews\": 4135, \"rating\": 4.4, \"cite\": \"turn0product4\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Bambino Plus Espresso Machine\", \"all_ids\": {\"p2\": [\"1642596591823582493\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Bambino Plus Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"1642596591823582493\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Bambino Plus Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"1642596591823582493\\\":\\\"W3SjxDsb2zpw3uuahdv9vzK9MQqjcc0rA7aRlnBxKvsYLsnqGDlHyYri87VPI6HCxvwLTZgYDvhRnonnYdRh6qL4YACMDJFpEg9R8Pd7TF2HcuiBK00hn2ukYpVdgH3BUf76MLxAQ5P-3-HlwPX1-jlXH7l8ZtdTv8UyRc7z33qQM6GIwYUdnLv7T19zXZF8XcZkhupbSw_a9r7e-IyecBttT05vz9bGKMJTP2yWOwHmWHmiE2lOOMlg6ALaiWVzjTlTHIgaNI9abCkDS4D9hVShVjzynk0DMgfWe4P2rgWYxcYDiy284oY0B5Ir9c0V4cRilBtS1EDhTD71O4LtzLiqO9NoxWqHUCX3QXH-X1KPtHpCLh1E9JCfDIvtugDC9-Uk9QF9Ke9Rt1-jB2pI9Ny8Gm3S0-NRXOL9idjowIcUCqSWF2BZYxFJi1K7AJnTNw_2glXM3Iv7jathMG44ZL43IT0qim8l6ZIGY0pxA2gQHxya5YRSS66a7l7mK4PwTMitYHz8ViNM70iKqp-6MwPZaN5hl8LDYBioRu2ILHtQ_Xs8xC10xIT9PYlq6ORhNSqPPsAbrPWw-qTiKKPd0stAd2OjHJl1gtMbHzWNZh8mo52yLuDpMfZZumUAFybNo5xujZstnC3mhKWUbwuQOzTs7ZOSipZ10njylx5K3n7Rzvxj5wHUPCtrua9aKJbqU2TwqKDG2IMYRacKHCeJm6GamhLhHICgslEv6Lm2W9-BcOMA4SkXTHh_SV-bqKmwinrj1REZBr1Ywfv80dMJD8u1jIHR9qqKdFoDusYIM5V2gF8UrqnpErK_v1lCB0xpOwr9hJjINrAsLb-3RuLTwh2vxsfwltjcJSeTVTrMonxC56Sfx3EjAHNdrRv0-zgS92ag1eyo0xh9tVoYsEBdNykq7N3P92-3NGGivMViaSa94GkVWbwQ_Tca60-uabGUZkJy7hB2PXc-51wix3KRklyUigIV5FRwxxp6PB0QETpPIdMxUP2JxMy3Kqm9IkHF\\\"}}},\\\"included_image_hashes\\\":[\\\"be461aa85ee28d725cdccc83446f98fb7c88a8491d0db907f278ccc7b002e296\\\",\\\"bdefda58e3ba02e1f89641c55871d0d159c3b964f55d5cc3d099246d7e4321c9\\\",\\\"dd8eca986f1b4dcf896877b72b359c036a96092d2731efbfd6a21b4b3ca54a6f\\\",\\\"5bb636bea3cc9c6df34f22e54f004244a95d79bbfeb90c84df211b34e03f484a\\\",\\\"ecce360ff627a489ad4fa0768bce1bdd9874e8674088dedb45ff4cf97cbdb0e2\\\",\\\"6bf20102aad5483a325407b46a61f9339c161f97a2c317f48d77ea719131eb0b\\\"],\\\"provider_url\\\":\\\"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black%20Truffle\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"957e8967-2c73-4d4e-8225-0517eaffd281\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/prEAptYdWkWqWMwJCjCiLGzCXITlrQ_uCH5dN_H5fsoDYP4lL6QZVUfoUpI1F_rq3ju6OrMATt29x8dbqeFM71EjW9drLnMLlhD2ewk4ETRzNOX9Njhl4Nrlnbfk7SJOQv4-5eKgo2ZecbzuOUzfx3tjEFVbyywL1l36dEk-miuA5--MEcgw5CgKrsYmtkQJ8jkR6s0FgUvaJ96F0SlcrEMFGRMo9Sb3cLAwQMZpvU_rVTIiLYrLPpTjKGNDIIkxW7OLxfFEJ9RAa-en6I9Bmg\", \"width\": 525, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 20.8333, \"top_percent\": 0, \"width_percent\": 58.3333, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 14.2857, \"top_percent\": 0, \"width_percent\": 71.4286, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"prEAptYdWkWqWMwJCjCiLGzCXITlrQ_uCH5dN_H5fsoDYP4lL6QZVUfoUpI1F_rq3ju6OrMATt29x8dbqeFM71EjW9drLnMLlhD2ewk4ETRzNOX9Njhl4Nrlnbfk7SJOQv4-5eKgo2ZecbzuOUzfx3tjEFVbyywL1l36dEk-miuA5--MEcgw5CgKrsYmtkQJ8jkR6s0FgUvaJ96F0SlcrEMFGRMo9Sb3cLAwQMZpvU_rVTIiLYrLPpTjKGNDIIkxW7OLxfFEJ9RAa-en6I9Bmg\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 448, \"height\": 768}, \"subject_confidence\": 0.7328, \"background_confidence\": 0.7271, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0, \"y\": 0.0221, \"width\": 1, \"height\": 0.974}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5, \"y\": 0.5091}, \"focus_center\": null, \"face\": {\"detected\": true, \"candidateCount\": 1, \"rawCount\": 1, \"primaryBox\": {\"x\": 0.0648, \"y\": 0.2578, \"width\": 0.3543, \"height\": 0.2067}, \"primaryCenter\": {\"x\": 0.2419, \"y\": 0.3611}, \"primaryAreaFraction\": 0.0732}, \"foreground_area_fraction\": 0.8411, \"component_count\": 2, \"largest_component_fraction\": 0.9863, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.6029, \"warm_highlight_fraction\": 0.0001, \"warm_highlight_mean_saturation\": 0.2252, \"border_std\": 51.5932}}, \"analytics_meta\": {\"product_event_uuid\": \"957e8967-2c73-4d4e-8225-0517eaffd281\", \"amazon_merchant_intent\": \"none\"}, \"price_history\": null}}}, {\"p\": \"/message/metadata/safe_urls/0\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/79fZPQBuE2uSs6njXXNFLqyuxtbKSPV7jRi_33iQxP7NWn7RnbT2DwUyp0KvgpebBxcagwGlME2KC1aV73YGjUhmOh1oLBgrYJ0rSPqqZDYyqLYayy2aEkTrXiEe816ntqNHgVrA1NAc8jFLDZM1alZhVxPM-JMqV50Zu2B5elsKH0-MqNtLSe9y5vOk-36Q2qz5EU7B0mNpfQXdlbJCUmdX7_NRaTZUviURU8pSIb2hfDXW6xu1clU61ttWyNBRek8wPlSMBQ_6vhKPSH5Hyg\"}, {\"p\": \"/message/metadata/safe_urls/1\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/aZp-phUmNU8Jl_1wmj5Le70GEhHIsatgIOscALWH54Lv-1zZ9ev_7O2TeKyynnrL94ccyHPUOwHiwk0ILjSWAuz2x9KHxNx_3ezYVXZpSpmBXMyvG3aaib-J4kBmlcOws66WPobgEcGuNCMm59oKw-Vdwo1bnsZJKsHr3YJ4UhhxnvnUBDA-4db-evNLCu98eFx8asiNMp1wdn-Xyr4qnTNm63K_4AKq-1I892_rj-pjqVuRxEaMGmI_AKyVwSGQWGad-sMfNYcsQnUByJlWfQ\"}, {\"p\": \"/message/metadata/safe_urls/2\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/k11sIXSdPBdKcUyHiRkPEK4o7NNdYzYMXTkUwc6PSAaGZdgGKor-X3OzcKV4ykuRYkAEbG1d4XlmVQeKUxFGnpM5rIJlHVIMaqAcosXDLIJZKPwCoxsdzK8pjfOGEX6WFqV0EiBPHIJ-_9KUFoI8qj5tHGktdqTDDUvLszB1sFDnSrIiFPs_faeOLAhz-lAgQrpBHDJxBJpjREiXjqx04RXdSfzsHqIBORyXxw3U6ui_vjF6ARMlwcXJmym0Vml8qx5aiGl918eCHjrv6hQLCw\"}, {\"p\": \"/message/metadata/safe_urls/3\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\", \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\", \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\", \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\", \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\", \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle\", \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\", \"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/shopping\", \"o\": \"add\", \"v\": {\"browse_state_key\": \"browse_turn_user_message_94f46076-e004-49dd-84fb-3d90911880ed\", \"browse_rewritten_queries\": [\"best reliable espresso machines 2025 reliability recommendations\"]}}]} ", "", "event: delta", "data: {\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" seconds, produces quality milk foam\"} ", "", "event: delta", "data: {\"v\": \", and has fewer moving parts than many all-in-one machines. It is frequently recommended for beginners and\"} ", "", "event: delta","data: {\"p\": \"\", \"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" intermediate users. \cite\turn0search0\turn0news13\turn\"}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\cite\turn0search0\turn0news13\turn\", \"prefix\": null, \"start_idx\": 974, \"end_idx\": 1009, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"0reddit23\\\n\\n### Best value\\n\product\\"}, {\"p\": \"/message/metadata/content_references/2/matched_text\", \"o\": \"append\", \"v\": \"0reddit23\\"}, {\"p\": \"/message/metadata/content_references/2/end_idx\", \"o\": \"replace\", \"v\": 1019}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\product\\", \"prefix\": null, \"start_idx\": 1036, \"end_idx\": 1045, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}, {\"p\": \"/message/metadata/safe_urls/13\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\"}, {\"p\": \"/message/metadata/safe_urls/14\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/15\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines\"}, {\"p\": \"/message/metadata/safe_urls/16\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"]}]} ", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"[\\\"turn0product3\\\",\\\"Breville Bambino Espresso Machine\\\",{\\\"render_as\\\":\\\"block\\\",\\\"description\\\":\\\"A simpler version of\"}, {\"p\": \"/message/metadata/content_references/3/matched_text\", \"o\": \"append\", \"v\": \"[\\\"turn0product3\\\",\\\"Breville Bambino Espresso Machine\\\",{\\\"render_as\\\":\\\"block\\\",\\\"description\\\":\\\"A simpler version of\"}, {\"p\": \"/message/metadata/content_references/3/end_idx\", \"o\": \"replace\", \"v\": 1154}]} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" the Bambino Plus that delivers strong espresso performance at a lower price.\\\"}]\\\n\\nIf you don't need automatic\"}, {\"p\": \"/message/metadata/content_references/2/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/\", \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\", \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\", \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\", \"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/2/alt\", \"o\": \"replace\", \"v\": \"([Tom's Guide](https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com))\"}, {\"p\": \"/message/metadata/content_references/2/type\", \"o\": \"replace\", \"v\": \"grouped_webpages\"}, {\"p\": \"/message/metadata/content_references/2/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/2\", \"o\": \"append\", \"v\": {\"fallback_items\": null, \"error\": null, \"style\": null, \"status\": \"done\", \"items\": [{\"title\": \"Best espresso machine 2025: Top picks from a certified barista\", \"url\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"attribution\": \"Tom's Guide\", \"pub_date\": 1759508111.0, \"snippet\": \"This comprehensive guide from Tom\’s Guide, authored by a certified barista, reviews the best espresso machines of 2025 tailored to different user needs and skill levels. The guide categorizes machines into manual, automatic, and superautomatic types and offers detailed testing insights on usability, value, build quality, espresso performance, milk steaming, and grinder effectiveness. Top picks include the De\’Longhi La Specialista Touch for most people, the Breville Bambino Plus for compact convenience, the manual De\’Longhi Stilosa for budget-conscious users, and the KitchenAid KF8 for hands-off brewing. It also praises the Breville Oracle Dual Boiler for serious enthusiasts seeking high-end features.\\n\\nAdditional standout categories include best machine under $250 (Casabrews Ultra), best for steaming milk (KitchenAid Semi Automatic), and best stovetop (9Barista Mk.2). The guide emphasizes how machine automation can ease entry into espresso making, explains key factors affecting espresso quality, and addresses common machine types (thermoblock, boiler setups). There's also insight into grinder integration, pressure significance, portafilter and basket options, and recommendations for beginners or traveling users. The guide features machines rigorously tested by experienced baristas to ensure quality and usability.\", \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"The best espresso machine 2025: home coffee makers tested by experts\", \"url\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\", \"pub_date\": null, \"snippet\": \"This expertly curated guide from TechRadar (dated September 22, 2025) reviews the best home espresso machines tested in 2025, dividing them into categories to suit diverse needs, budgets, and preferences. The top-rated machine overall is the Breville The Barista Touch Impress, praised for its user-friendly automated features, advanced controls, and consistent results. For budget-conscious users, the De'Longhi Dedica Duo stands out with its solid construction and cold-extraction option.\\n\\nManual enthusiasts are directed to the Seattle Coffee Gear Diletta Bello+, a U.S.-exclusive model that offers a premium barista-style experience. For ease and automation, the stylish Smeg BCC13 and the Siemens EQ900 Plus excel in fully automatic brewing and milk texturizing. The Breville Bambino Plus leads for compact kitchens, while the Gaggia Classic is hailed as the top beginner-friendly manual machine.\\n\\nOther highlights include the Jura J10 for flavored and cold coffee drinks, and the high-end Smeg Mini Pro, ideal for style-focused users who want both manual and auto functionality.\\n\\nThe article also provides guidance on choosing the right machine based on control level, milk preferences, size, and brewing needs, in addition to outlining rigorous testing processes evaluating flavor, crema, temperature, and ease of use.\", \"result_source\": \"labrador\", \"attribution\": \"TechRadar\"}, {\"title\": \"I Spent Way Too Long Researching the Best Home Espresso Machines in 2026\", \"url\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\", \"pub_date\": null, \"snippet\": \"\", \"result_source\": \"labrador\", \"attribution\": \"reddit.com\"}], \"result_source\": \"labrador\", \"refs\": [{\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 0}, {\"turn_index\": 0, \"ref_type\": \"news\", \"ref_index\": 13}, {\"turn_index\": 0, \"ref_type\": \"reddit\", \"ref_index\": 23}], \"hue\": null, \"attributions\": null}]}}, {\"p\": \"/message/metadata/content_references/3/matched_text\", \"o\": \"append\", \"v\": \" the Bambino Plus that delivers strong espresso performance at a lower price.\\\"}]\\"}, {\"p\": \"/message/metadata/content_references/3/end_idx\", \"o\": \"replace\", \"v\": 1235}, {\"p\": \"/message/metadata/safe_urls/13\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/\"}, {\"p\": \"/message/metadata/safe_urls/14\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/15\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\"}, {\"p\": \"/message/metadata/safe_urls/16\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/17\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines\"}, {\"p\": \"/message/metadata/safe_urls/18\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"]}]} ", "", "event: delta", "data: {\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" milk frothing, this model offers much of the same\"} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta","data: {\"p\": \"\", \"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" brewing performance while costing less.\\n\\n### Best all-in-one with grinder\\n\product\"}, {\"p\": \"/message/metadata/content_references/2/items/0/supporting_websites/1/attribution\", \"o\": \"replace\", \"v\": \"Reddit\"}, {\"p\": \"/message/metadata/content_references/3/safe_urls\", \"o\": \"append\", \"v\": [\"https://images.openai.com/static-rsc-1/1hrbFGE_ztcGByWS9UwhbXuIiTsIht-IYTAucUO5FlpgebLVic-f4o8hBNayqY_lk1crUoY2cnvDeufg_QnNG48yeUsfro3aqXZTZuoFlWKBQoaEDayJ920HaueYUmekPGB58ay5RBjo50ztTN2EmL4fpBvJlke5IrpJ6VM9-28jMIJ_FNgf_ekYU46Ht-RMvkXy1m5BSByn7Kx4NZabzCdkb_bjJsWuposBBNdVx-bwcpW2kqI0m8AOhFcA2j0F\", \"https://images.openai.com/static-rsc-1/HmdF4EJLqMMGMkJhTXprewySP1ssOYWIOfr2ZiWKOaJNu5GMqS4VWgLZ0rgHDrqGpdgYhT1FaNrhxXodIrKL0WucjoUd-Pk4lkkd8_2hE9Zu6HU92jG-BiLvZUkaJ0GI8bEalYMjsWm5IRLvJMnrThrUZbEfFJApov7otjTzY2Rq4O6-KENWkFnjqqO82vbLCDM9IP6hFldg9TCuNyiWaaB4NkETuNQ00xtW9180Y_h1HF-ztoz20zRoFF0aAqXuvyWGW3T4lzzI8Qgf5jvl9A\", \"https://images.openai.com/static-rsc-1/rb1lKnQNHRPVM8pt6-ObvClBFmvc9elwEgYeNi7DyCTpJ160XrImFSkKZeznLXyxJEwNaPrRwTeabwwS74p0h_XsZvidyxHT9FIeJHCYBlqTH1lEiQ022c4bvHTvV5-u44uzdSTCxDSUIIEmbSaneibngkmOmVNq93wIgj3jaFPV7ydaVtDjmWZWs3ya4zfk_ycE47Bs2rbKvc9ZVbdpnQz_yGGUwi77NEGmQs6naNqQvuUjXDrSPjy-XkQ4kEVRByGT3xuJh5tbx81-76JNaA\", \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141\", \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\", \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\", \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\", \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\", \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\", \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel\", \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/3/alt\", \"o\": \"replace\", \"v\": \"### [Breville Bambino Espresso Machine](https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com)\\n*$299.95*\\nA simpler version of the Bambino Plus that delivers strong espresso performance at a lower price.\"}, {\"p\": \"/message/metadata/content_references/3/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Bambino Espresso Machine\\nDescription: A simpler version of the Bambino Plus that delivers strong espresso performance at a lower price.\\nPrice: $299.95\\nURL: https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\\nNumber of Reviews: 3351\\nRating: 4.3\\nFeatured Tag: None\\nMerchants: Breville + others\"}, {\"p\": \"/message/metadata/content_references/3/type\", \"o\": \"replace\", \"v\": \"product\"}, {\"p\": \"/message/metadata/content_references/3/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/3\", \"o\": \"append\", \"v\": {\"render_as\": \"block\", \"product\": {\"id\": \"2389289435709119839\", \"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"merchants\": \"Breville + others\", \"description\": \"A simpler version of the Bambino Plus that delivers strong espresso performance at a lower price.\", \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/1hrbFGE_ztcGByWS9UwhbXuIiTsIht-IYTAucUO5FlpgebLVic-f4o8hBNayqY_lk1crUoY2cnvDeufg_QnNG48yeUsfro3aqXZTZuoFlWKBQoaEDayJ920HaueYUmekPGB58ay5RBjo50ztTN2EmL4fpBvJlke5IrpJ6VM9-28jMIJ_FNgf_ekYU46Ht-RMvkXy1m5BSByn7Kx4NZabzCdkb_bjJsWuposBBNdVx-bwcpW2kqI0m8AOhFcA2j0F\", \"https://images.openai.com/static-rsc-1/rb1lKnQNHRPVM8pt6-ObvClBFmvc9elwEgYeNi7DyCTpJ160XrImFSkKZeznLXyxJEwNaPrRwTeabwwS74p0h_XsZvidyxHT9FIeJHCYBlqTH1lEiQ022c4bvHTvV5-u44uzdSTCxDSUIIEmbSaneibngkmOmVNq93wIgj3jaFPV7ydaVtDjmWZWs3ya4zfk_ycE47Bs2rbKvc9ZVbdpnQz_yGGUwi77NEGmQs6naNqQvuUjXDrSPjy-XkQ4kEVRByGT3xuJh5tbx81-76JNaA\", \"https://images.openai.com/static-rsc-1/HmdF4EJLqMMGMkJhTXprewySP1ssOYWIOfr2ZiWKOaJNu5GMqS4VWgLZ0rgHDrqGpdgYhT1FaNrhxXodIrKL0WucjoUd-Pk4lkkd8_2hE9Zu6HU92jG-BiLvZUkaJ0GI8bEalYMjsWm5IRLvJMnrThrUZbEfFJApov7otjTzY2Rq4O6-KENWkFnjqqO82vbLCDM9IP6hFldg9TCuNyiWaaB4NkETuNQ00xtW9180Y_h1HF-ztoz20zRoFF0aAqXuvyWGW3T4lzzI8Qgf5jvl9A\"], \"num_reviews\": 3351, \"rating\": 4.3, \"cite\": \"turn0product3\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online and nearby, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online and nearby, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Bambino Espresso Machine\", \"all_ids\": {\"p2\": [\"2389289435709119839\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Bambino Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"2389289435709119839\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Bambino Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"2389289435709119839\\\":\\\"7MSI74Dc1tBO2gARgvqB6M2fxJ_Lp3135dwocNddfvd-zdK-2hoiIC33jRsU0_EPSDDrkJiYwRqXDgoScClURpF9HmoUE7huKn9untyXu5OLi5z8N-diwT2FFLdoY1Tv1axfqCfCrRm5k5u5SDtHuetUfy6MzW2vvJyX6DnKnjdg1-fg6_RfEuWzfIFPnxxU52LR78qmmjxF0fF0uVgKWmB7iAzEb98aA9GTrVgi80tfZ_snZfsei4agUe1VnRPiKeT1MabZn0qsQFGovKYjPycqDcv2O9iH8FzZq4dTJQSODjmWKwK_sVvAlYvEoZYPQjriIMbKAi0s0ijy-BmWViosI7cycPzP4CiW7nXLGUere-_onp-8NwBOeHKBearbOinCdTTKA5A1e_nKHNbMUqUhxMxOXlybfj5vA3c-h6k-dVm53ZgeAM_Mh60nwp3QjB1Z5RNBTLUFI0aasD-J4eA_8gBQfMtEmOUKB7HyEsI5rN2Smo6F2kQDdZMqoUnDYXJJmoANn3rbXRBAx1SWqIG1PkVwDYRoDwd3V7bTLcwScYP_QeOlcD2dcYfMT2CMKFx6r8nZ-j7UMjglK88oK5OjaSNUJwbxHlRElELD5Zo0rfZBxXS-UtfsmUf7kB4NojUbq2ai6e-9f4t30qlYoMLj0bW21DHhoddZLb41DlG24sxOE2q-VeNhAiiu7cgl0LzIzh0UyuakT9JWsEVTJM3jPB8Sx75Z1dvgm6ORFy5Db3nAB9z52xJ6zBsQq9bViBFfNvyIEdYXfclp1l9XARo--SmRfCZpyfBOsvXUfNuYjuAkEDg3HkXynrujzyW1knnS6Ptq0nELWEN9wQNN-cFe5_rG9eUStbJiU_EYQXbsvq8Sh4lBiwToFKynlS3YCqxj1RuREQDtm748ObW0btzZjjL8rzXcIAZCYYsyVazvd5cC54p2A0GQIuDNURZc8xcuXAaEqkIB3Dtxso2xrFp4zt7dT1d5A0AYlMiCJF1gqkkaalpxx4HSEp73ZOOD\\\"}}},\\\"included_image_hashes\\\":[\\\"f7b2a6f76d049e54cccf2fb6922b2225ec10cb5bd4499f4e89520057334e5fe9\\\",\\\"20838d45c63231f3e5d2c93ca575219c2c4f07ed61d50b98a0e2f5f8ba609f37\\\",\\\"9666d7b55e8034b71217823a723575e287eac4cbfd62a1989d0e757a117d417c\\\",\\\"edfd83996f442dca5a2b023813e16a0cff1b3907524cfffe59779a71ea5d7fb7\\\",\\\"983c2c6bd2408aea57131e3434313894d67e814ac208676017b152782239211c\\\",\\\"4915c974920baea007153107e701c436b50ab81fb4c71c7ab0b8e0f09a91d5b3\\\",\\\"ff219ef8ab597f00377dc8b3e8d7ebc0b1310246fcd5071438ca820b73e416bd\\\",\\\"5d4da860bd0a34c9ce62a3780810002da5cc5aa9f56360a5f080f5079fc97cb2\\\",\\\"6fd44ed6c6058ace0d16e2f625ecbc129eb0296c6daf7ff275827ae8525d9d48\\\",\\\"a7ebe11e8f3eae271f021e6084421cc24abb23994e939353765d33c568fb256f\\\",\\\"e4554d26e1b579e3889fe6d2d73c95ba39e5af6009f8d8b5adbe7727c1120845\\\",\\\"c177f6b0cdb5b088e97acc021dad7642bf7c7009490c5d32ecfd23bff3f2f819\\\",\\\"77a9f571cb8d1fd6cd7527924c4510bbbc3d0336e623393eceb5d05b86d412c1\\\",\\\"651038e434dcbf82bbd11a0cab378861f013f58074c9758473a01da329aaf68d\\\"],\\\"provider_url\\\":\\\"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed%20Stainless%20Steel\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"2cfcb6d2-cbf2-4e6a-88f2-0e33100257e4\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/Uro566oFKeeT-yR2dHYFuUq3tX_X_EGV4JPc4piKw-u4hwpS0Iw2bLKcZpqN1cfzwi3hesXGo6W0CrFBJK-LOaj0okrbbkATpZJD5fYnNYVq1GE1GQT8doi7_uILr4_wmP6A5qvw7irtutSjjwMniWp7nUqiJ8wKOAkhfO5BGSPyftWmUvy3GDYD54eMRxtN7oN_tmVlnTD86vCBZZKV7ntj6dJfpvJm7bkmtd3TFJXT6nmd-P6HTPameW-YAY3c\", \"width\": 900, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#f1f1f1\", \"secondary\": \"#f1f1f1\"}, \"slots\": {\"product_square\": {\"fit\": \"cover\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": -4.1, \"width_percent\": 100, \"height_percent\": 100}, \"image_blend_mode\": \"normal\"}, \"product_portrait_card\": {\"fit\": \"cover\", \"position\": {\"x\": 0.7165, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": -16.0857, \"top_percent\": -4.1, \"width_percent\": 122.449, \"height_percent\": 100}, \"image_blend_mode\": \"normal\"}}, \"debug\": {\"file_name\": \"Uro566oFKeeT-yR2dHYFuUq3tX_X_EGV4JPc4piKw-u4hwpS0Iw2bLKcZpqN1cfzwi3hesXGo6W0CrFBJK-LOaj0okrbbkATpZJD5fYnNYVq1GE1GQT8doi7_uILr4_wmP6A5qvw7irtutSjjwMniWp7nUqiJ8wKOAkhfO5BGSPyftWmUvy3GDYD54eMRxtN7oN_tmVlnTD86vCBZZKV7ntj6dJfpvJm7bkmtd3TFJXT6nmd-P6HTPameW-YAY3c\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 768, \"height\": 768}, \"subject_confidence\": 0.8568, \"background_confidence\": 0.7094, \"strategy\": \"clean-subject-cover\", \"slot_modes\": {\"product_square\": \"clean-subject-cover\", \"product_portrait_card\": \"clean-subject-cover\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0.1185, \"y\": 0.0859, \"width\": 0.8424, \"height\": 0.9102}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5397, \"y\": 0.541}, \"focus_center\": null, \"face\": {\"detected\": false, \"candidateCount\": 0, \"rawCount\": 0, \"primaryBox\": null, \"primaryCenter\": null, \"primaryAreaFraction\": 0}, \"foreground_area_fraction\": 0.3512, \"component_count\": 20, \"largest_component_fraction\": 0.9959, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.4958, \"warm_highlight_fraction\": 0.0001, \"warm_highlight_mean_saturation\": 0.3232, \"border_std\": 27.8868}}, \"analytics_meta\": {\"product_event_uuid\": \"2cfcb6d2-cbf2-4e6a-88f2-0e33100257e4\", \"amazon_merchant_intent\": \"none\"}, \"price_history\": null}}}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\product\", \"prefix\": null, \"start_idx\": 1389, \"end_idx\": 1397, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}, {\"p\": \"/message/metadata/safe_urls/0\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/1hrbFGE_ztcGByWS9UwhbXuIiTsIht-IYTAucUO5FlpgebLVic-f4o8hBNayqY_lk1crUoY2cnvDeufg_QnNG48yeUsfro3aqXZTZuoFlWKBQoaEDayJ920HaueYUmekPGB58ay5RBjo50ztTN2EmL4fpBvJlke5IrpJ6VM9-28jMIJ_FNgf_ekYU46Ht-RMvkXy1m5BSByn7Kx4NZabzCdkb_bjJsWuposBBNdVx-bwcpW2kqI0m8AOhFcA2j0F\"}, {\"p\": \"/message/metadata/safe_urls/1\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/79fZPQBuE2uSs6njXXNFLqyuxtbKSPV7jRi_33iQxP7NWn7RnbT2DwUyp0KvgpebBxcagwGlME2KC1aV73YGjUhmOh1oLBgrYJ0rSPqqZDYyqLYayy2aEkTrXiEe816ntqNHgVrA1NAc8jFLDZM1alZhVxPM-JMqV50Zu2B5elsKH0-MqNtLSe9y5vOk-36Q2qz5EU7B0mNpfQXdlbJCUmdX7_NRaTZUviURU8pSIb2hfDXW6xu1clU61ttWyNBRek8wPlSMBQ_6vhKPSH5Hyg\"}, {\"p\": \"/message/metadata/safe_urls/2\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/HmdF4EJLqMMGMkJhTXprewySP1ssOYWIOfr2ZiWKOaJNu5GMqS4VWgLZ0rgHDrqGpdgYhT1FaNrhxXodIrKL0WucjoUd-Pk4lkkd8_2hE9Zu6HU92jG-BiLvZUkaJ0GI8bEalYMjsWm5IRLvJMnrThrUZbEfFJApov7otjTzY2Rq4O6-KENWkFnjqqO82vbLCDM9IP6hFldg9TCuNyiWaaB4NkETuNQ00xtW9180Y_h1HF-ztoz20zRoFF0aAqXuvyWGW3T4lzzI8Qgf5jvl9A\"}, {\"p\": \"/message/metadata/safe_urls/3\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/aZp-phUmNU8Jl_1wmj5Le70GEhHIsatgIOscALWH54Lv-1zZ9ev_7O2TeKyynnrL94ccyHPUOwHiwk0ILjSWAuz2x9KHxNx_3ezYVXZpSpmBXMyvG3aaib-J4kBmlcOws66WPobgEcGuNCMm59oKw-Vdwo1bnsZJKsHr3YJ4UhhxnvnUBDA-4db-evNLCu98eFx8asiNMp1wdn-Xyr4qnTNm63K_4AKq-1I892_rj-pjqVuRxEaMGmI_AKyVwSGQWGad-sMfNYcsQnUByJlWfQ\"}, {\"p\": \"/message/metadata/safe_urls/4\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/k11sIXSdPBdKcUyHiRkPEK4o7NNdYzYMXTkUwc6PSAaGZdgGKor-X3OzcKV4ykuRYkAEbG1d4XlmVQeKUxFGnpM5rIJlHVIMaqAcosXDLIJZKPwCoxsdzK8pjfOGEX6WFqV0EiBPHIJ-_9KUFoI8qj5tHGktdqTDDUvLszB1sFDnSrIiFPs_faeOLAhz-lAgQrpBHDJxBJpjREiXjqx04RXdSfzsHqIBORyXxw3U6ui_vjF6ARMlwcXJmym0Vml8qx5aiGl918eCHjrv6hQLCw\"}, {\"p\": \"/message/metadata/safe_urls/5\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/rb1lKnQNHRPVM8pt6-ObvClBFmvc9elwEgYeNi7DyCTpJ160XrImFSkKZeznLXyxJEwNaPrRwTeabwwS74p0h_XsZvidyxHT9FIeJHCYBlqTH1lEiQ022c4bvHTvV5-u44uzdSTCxDSUIIEmbSaneibngkmOmVNq93wIgj3jaFPV7ydaVtDjmWZWs3ya4zfk_ycE47Bs2rbKvc9ZVbdpnQz_yGGUwi77NEGmQs6naNqQvuUjXDrSPjy-XkQ4kEVRByGT3xuJh5tbx81-76JNaA\"}, {\"p\": \"/message/metadata/safe_urls/6\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141\"}, {\"p\": \"/message/metadata/safe_urls/7\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/8\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\"}, {\"p\": \"/message/metadata/safe_urls/9\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/10\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/11\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/12\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/13\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/14\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/15\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/16\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/17\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/18\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\"}, {\"p\": \"/message/metadata/safe_urls/19\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/20\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\", \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel\", \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\", \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/\", \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\", \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\", \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\", \"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"]}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"\[\\\"turn0product0\\\",\\\"Breville Barista Express Espresso Machine\\\",{\\\"render_as\\\":\\\"block\\\",\\\"description\\\":\\\"Built-in\"}, {\"p\": \"/message/metadata/content_references/4/matched_text\", \"o\": \"append\", \"v\": \"\[\\\"turn0product0\\\",\\\"Breville Barista Express Espresso Machine\\\",{\\\"render_as\\\":\\\"block\\\",\\\"description\\\":\\\"Built-in\"}, {\"p\": \"/message/metadata/content_references/4/end_idx\", \"o\": \"replace\", \"v\": 1503}]}", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" grinder and proven reliability make it a favorite all\"}, {\"p\": \"/message/metadata/content_references/4/matched_text\", \"o\": \"append\", \"v\": \" grinder and proven reliability make it a favorite all\"}, {\"p\": \"/message/metadata/content_references/4/end_idx\", \"o\": \"replace\", \"v\": 1557}]}", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"-in-one home espresso setup.\\\"}]\\\n\\nThe integrated burr grinder reduces\"}, {\"p\": \"/message/metadata/content_references/4/matched_text\", \"o\": \"append\", \"v\": \"-in-one home espresso setup.\\\"}]\\"}, {\"p\": \"/message/metadata/content_references/4/end_idx\", \"o\": \"replace\", \"v\": 1589}]} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" clutter and simplifies the workflow. It's\"}, {\"p\": \"/message/metadata/content_references/4/safe_urls\", \"o\": \"append\", \"v\": [\"https://images.openai.com/static-rsc-1/qiWTx1k4oJBYbfv7jhKf6wSK5_z8MYANS-sED4PPvlkTvc4FMLGCy5S-98WT_G3EPgojSWGs3KC0C6fwCQRODraFx3ZnzTrEBQd-oOUxAysxei7DdA0PpVUnXDABzfgAJ3mUPLWT7pvxTdITwy1stB5sPHr2U3k8z8vEHYy7SVIU5E6kwR_UAzOocSsHp7FaWc1EIg9boEXs90hxz6XELRdk-Q8h7ceQxRZxUQLH2AVSjyAvCWDWlKGqBgA9vtOWsMd2mTvR2fFaglKE5nV9HA\", \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\", \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\", \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\", \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\", \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\", \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\", \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\", \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\", \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/4/alt\", \"o\": \"replace\", \"v\": \"### [Breville Barista Express Espresso Machine](https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com)\\n*$699.95*\\nBuilt-in grinder and proven reliability make it a favorite all-in-one home espresso setup.\"}, {\"p\": \"/message/metadata/content_references/4/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Barista Express Espresso Machine\\nDescription: Built-in grinder and proven reliability make it a favorite all-in-one home espresso setup.\\nPrice: $699.95\\nURL: https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\\nNumber of Reviews: 18381\\nRating: 4.6\\nFeatured Tag: None\\nMerchants: Breville + others\"}, {\"p\": \"/message/metadata/content_references/4/type\", \"o\": \"replace\", \"v\": \"product\"}, {\"p\": \"/message/metadata/content_references/4/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/4\", \"o\": \"append\", \"v\": {\"render_as\": \"block\", \"product\": {\"id\": \"16450469910668564627\", \"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"merchants\": \"Breville + others\", \"description\": \"Built-in grinder and proven reliability make it a favorite all-in-one home espresso setup.\", \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/qiWTx1k4oJBYbfv7jhKf6wSK5_z8MYANS-sED4PPvlkTvc4FMLGCy5S-98WT_G3EPgojSWGs3KC0C6fwCQRODraFx3ZnzTrEBQd-oOUxAysxei7DdA0PpVUnXDABzfgAJ3mUPLWT7pvxTdITwy1stB5sPHr2U3k8z8vEHYy7SVIU5E6kwR_UAzOocSsHp7FaWc1EIg9boEXs90hxz6XELRdk-Q8h7ceQxRZxUQLH2AVSjyAvCWDWlKGqBgA9vtOWsMd2mTvR2fFaglKE5nV9HA\"], \"num_reviews\": 18381, \"rating\": 4.6, \"cite\": \"turn0product0\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Target\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Target\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\", \"price\": \"$699.99\", \"details\": \"In stock online, Free delivery between Fri - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.99\", \"shipping\": null, \"tax\": null, \"total\": \"$699.99\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}, {\"merchant_name\": \"Walmart - Barbie Dreams LLC\", \"merchant_subtitle\": null, \"marketplace_seller\": \"Walmart\", \"seller_name\": \"Barbie Dreams LLC\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\", \"price\": \"$899.99\", \"details\": \"\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": null, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Barista Express Espresso Machine\", \"all_ids\": {\"p2\": [\"16450469910668564627\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Barista Express Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"16450469910668564627\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Barista Express Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"16450469910668564627\\\":\\\"jPwo8ZobEFqI2VuKS2W7J0xX7l4DZB9omqXifs9tpQrrzLnTxl9SodPWeXz0tw5Nb56c-620zx5Ozt4icfWVtjdXLj0JICspXwIsOrdselymBzXrtCYIhiBx5gUbHqXed57jB0-hmuXXWBz5c__5E6mUVA-jxr8ms8SVAdxJ_KRczX_TU2knXDFr3bnL3M8sGYoZXMpj60DYmHLDJCGtE9C8VUK41jkJzTU0qRYRoBGVEuBJ28ZK2IYawrCTKXpB2luG8Nq6WHGA2EXoxxp7vxv4YUfXtA0AP3DVN1bE4sj1QDQCSl3izUYeMJ5w_m2sz7aFgHlWUhDpEK25a9-ls9Pr-kkaiRgjoBxB4qWI8oMVLUNPP8ox1E1iOTo9521rr-M5bFEw2TTo7PP0pH3m8Omf8g68JmFjkoT7CXpF_-KuIwCXdjZQm9OILpuWU0kaKoNKQZsU5s8KPjEPe3SKwwFuB8XTzcZqh0ukg3RV8x4KJFqtn0-pMNGyXSV6CDwiD9R4FS5uY0upll-CatWMFq0mPebdL2kKnPEr0p94TX8iTemdB-GUZtpsmoyMindGw5FDA-EjcVg5RWfQvR1iO60GHfZujGhSvm7ngvPJSJ31IHm-VSArIqDtGXeEEBxrv2PkTvYfP6Ngcc3akxsacLJ_WXrkOuhAbqqNrvkvLZ1iAXuH4bE4kXowH1T-ejjHv7wFxkCMKWi127pHH7oLMvFhLT2FXePaKX5u9b-aWHIPNGLuvleON5V2b-9l-Hx0Ti13gnEjnV1QBV9GVodFNNswrVAADkWOITj14x78zzAd1sTtFEgs0qcE5_vgnxjp-A1m-mn5f0bqClGs_Ln38FYAnChhXcXkAeB_KIIYldFw_7wb6R-HHcvgQ2vywtvmqgBW7RmAgvZGSKmcJmjTyPpF26RoC294xE5_rSNd6q84t1uk_TfJFxAOrz85uRtZG_jJCRZI5G-el9jO8qRoqtMbHdU9U22j4nrAlZqt14TzKcAdsDOgX53mxLijceIP576F2HORtgsbJYXtBSFKow\\\"}}},\\\"included_image_hashes\\\":[\\\"44cd94eed18d4cbf2f5f3e3abc157eacda109ae3d7d24a06629b5bd446fceb27\\\"],\\\"provider_url\\\":\\\"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=feed\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"b25b7d6d-fd45-4975-b7cd-748eb19c3754\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/L3Vf6BOvnxBPjrKycBbfWieElUzfQPVq1l1cePSbDDWIK7F1nXxfV2bvQGyvBxt_2dUO59T8Upc2obrv0fjTqTvwLl2z95b-m2qyliidaXeNB9djYMg2wXRoWyot2gy0fLCP7-jfn0GmuB9tzX6vWeUki7dKKaOT1xh4Fv9Ja9HnDby7V5yHs1J9bh5q0asa_uAMHyOMVbgh5CHld1nqmnku23ZO9-mpZlctBn6SjtPD6lsv7sneNE-DuImlCXhb8aKY8okZMNC3xPKcMGyYcg\", \"width\": 567, \"height\": 649}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 6.3174, \"top_percent\": 0, \"width_percent\": 87.3652, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": 3.2613, \"width_percent\": 100, \"height_percent\": 93.4774}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"L3Vf6BOvnxBPjrKycBbfWieElUzfQPVq1l1cePSbDDWIK7F1nXxfV2bvQGyvBxt_2dUO59T8Upc2obrv0fjTqTvwLl2z95b-m2qyliidaXeNB9djYMg2wXRoWyot2gy0fLCP7-jfn0GmuB9tzX6vWeUki7dKKaOT1xh4Fv9Ja9HnDby7V5yHs1J9bh5q0asa_uAMHyOMVbgh5CHld1nqmnku23ZO9-mpZlctBn6SjtPD6lsv7sneNE-DuImlCXhb8aKY8okZMNC3xPKcMGyYcg\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 567, \"height\": 649}, \"subject_confidence\": 0.7091, \"background_confidence\": 0.7016, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0, \"y\": 0.0015, \"width\": 1, \"height\": 0.9969}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5, \"y\": 0.5}, \"focus_center\": null, \"face\": {\"detected\": false, \"candidateCount\": 0, \"rawCount\": 1, \"primaryBox\": null, \"primaryCenter\": null, \"primaryAreaFraction\": 0}, \"foreground_area_fraction\": 0.7589, \"component_count\": 1, \"largest_component_fraction\": 1, \"trimmed_focus_applied\": false, \"blend_unsafe\": true, \"bright_foreground_fraction\": 0.5898, \"warm_highlight_fraction\": 0.016, \"warm_highlight_mean_saturation\": 0.2278, \"border_std\": 64.6665}}, \"analytics_meta\": {\"product_event_uuid\": \"b25b7d6d-fd45-4975-b7cd-748eb19c3754\", \"amazon_merchant_intent\": \"none\"}, \"price_history\": null}}}, {\"p\": \"/message/metadata/safe_urls/5\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/qiWTx1k4oJBYbfv7jhKf6wSK5_z8MYANS-sED4PPvlkTvc4FMLGCy5S-98WT_G3EPgojSWGs3KC0C6fwCQRODraFx3ZnzTrEBQd-oOUxAysxei7DdA0PpVUnXDABzfgAJ3mUPLWT7pvxTdITwy1stB5sPHr2U3k8z8vEHYy7SVIU5E6kwR_UAzOocSsHp7FaWc1EIg9boEXs90hxz6XELRdk-Q8h7ceQxRZxUQLH2AVSjyAvCWDWlKGqBgA9vtOWsMd2mTvR2fFaglKE5nV9HA\"}, {\"p\": \"/message/metadata/safe_urls/6\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/rb1lKnQNHRPVM8pt6-ObvClBFmvc9elwEgYeNi7DyCTpJ160XrImFSkKZeznLXyxJEwNaPrRwTeabwwS74p0h_XsZvidyxHT9FIeJHCYBlqTH1lEiQ022c4bvHTvV5-u44uzdSTCxDSUIIEmbSaneibngkmOmVNq93wIgj3jaFPV7ydaVtDjmWZWs3ya4zfk_ycE47Bs2rbKvc9ZVbdpnQz_yGGUwi77NEGmQs6naNqQvuUjXDrSPjy-XkQ4kEVRByGT3xuJh5tbx81-76JNaA\"}, {\"p\": \"/message/metadata/safe_urls/7\", \"o\": \"truncate\", \"v\": 111}, {\"p\": \"/message/metadata/safe_urls/8\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/9\", \"o\": \"truncate\", \"v\": 155}, {\"p\": \"/message/metadata/safe_urls/10\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/11\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\"}, {\"p\": \"/message/metadata/safe_urls/12\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/13\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/14\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/15\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/16\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/17\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\"}, {\"p\": \"/message/metadata/safe_urls/18\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/19\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/20\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/21\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/22\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/23\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\"}, {\"p\": \"/message/metadata/safe_urls/24\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/25\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle\"}, {\"p\": \"/message/metadata/safe_urls/26\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/27\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel\"}, {\"p\": \"/message/metadata/safe_urls/28\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/29\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\"}, {\"p\": \"/message/metadata/safe_urls/30\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/31\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/\"}, {\"p\": \"/message/metadata/safe_urls/32\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/33\", \"o\": \"replace\", \"v\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\", \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\", \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\", \"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\", \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"]}]} ", "", "event: delta", "data: {\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" one of the most widely owned enthusiast machines and remains a common recommendation from reviewers\"} ", "", "event: delta","data: {\"p\": \"\", \"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" and coffee communities. \cite\turn0search1\turn0youtube18\\\n\\n\"}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\cite\turn0search1\turn0youtube18\\", \"prefix\": null, \"start_idx\": 1793, \"end_idx\": 1827, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "event: delta", "data: {\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"### Best for growing into the\"} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.youtube.com/watch?v=HrLC5VFjziY&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta","data: {\"p\": \"\", \"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" hobby\\n\product\[\\\"turn0product7\\\",\\\"Breville Barista Express Impress Espresso Machine\\\",{\\\"render_as\\\":\\\"block\\\",\\\"description\\\":\\\"Adds\"}, {\"p\": \"/message/metadata/content_references/5/safe_urls\", \"o\": \"append\", \"v\": [\"https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/\", \"https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com\", \"https://www.youtube.com/watch?v=HrLC5VFjziY\", \"https://www.youtube.com/watch?v=HrLC5VFjziY&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/5/alt\", \"o\": \"replace\", \"v\": \"([brewing.com](https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com))\"}, {\"p\": \"/message/metadata/content_references/5/type\", \"o\": \"replace\", \"v\": \"grouped_webpages\"}, {\"p\": \"/message/metadata/content_references/5/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/5\", \"o\": \"append\", \"v\": {\"fallback_items\": null, \"error\": null, \"style\": null, \"status\": \"done\", \"items\": [{\"title\": \"Best Home Espresso Machines 2025: Complete Buyer\’s Guide \– brewing.com\", \"url\": \"https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com\", \"attribution\": \"brewing.com\", \"pub_date\": 1763337600.0, \"snippet\": \"\", \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Best Espresso Machines 2025 [watch before you buy] - YouTube\", \"url\": \"https://www.youtube.com/watch?v=HrLC5VFjziY&utm_source=chatgpt.com\", \"pub_date\": null, \"snippet\": \"\", \"result_source\": \"labrador\", \"attribution\": \"youtube.com\"}], \"result_source\": \"labrador\", \"refs\": [{\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 1}, {\"turn_index\": 0, \"ref_type\": \"youtube\", \"ref_index\": 18}], \"hue\": null, \"attributions\": null}]}}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\product\[\\\"turn0product7\\\",\\\"Breville Barista Express Impress Espresso Machine\\\",{\\\"render_as\\\":\\\"block\\\",\\\"description\\\":\\\"Adds\", \"prefix\": null, \"start_idx\": 1865, \"end_idx\": 1983, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}, {\"p\": \"/message/metadata/safe_urls/0\", \"o\": \"replace\", \"v\": \"https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/\"}, {\"p\": \"/message/metadata/safe_urls/1\", \"o\": \"replace\", \"v\": \"https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/2\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/1hrbFGE_ztcGByWS9UwhbXuIiTsIht-IYTAucUO5FlpgebLVic-f4o8hBNayqY_lk1crUoY2cnvDeufg_QnNG48yeUsfro3aqXZTZuoFlWKBQoaEDayJ920HaueYUmekPGB58ay5RBjo50ztTN2EmL4fpBvJlke5IrpJ6VM9-28jMIJ_FNgf_ekYU46Ht-RMvkXy1m5BSByn7Kx4NZabzCdkb_bjJsWuposBBNdVx-bwcpW2kqI0m8AOhFcA2j0F\"}, {\"p\": \"/message/metadata/safe_urls/3\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/79fZPQBuE2uSs6njXXNFLqyuxtbKSPV7jRi_33iQxP7NWn7RnbT2DwUyp0KvgpebBxcagwGlME2KC1aV73YGjUhmOh1oLBgrYJ0rSPqqZDYyqLYayy2aEkTrXiEe816ntqNHgVrA1NAc8jFLDZM1alZhVxPM-JMqV50Zu2B5elsKH0-MqNtLSe9y5vOk-36Q2qz5EU7B0mNpfQXdlbJCUmdX7_NRaTZUviURU8pSIb2hfDXW6xu1clU61ttWyNBRek8wPlSMBQ_6vhKPSH5Hyg\"}, {\"p\": \"/message/metadata/safe_urls/4\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/HmdF4EJLqMMGMkJhTXprewySP1ssOYWIOfr2ZiWKOaJNu5GMqS4VWgLZ0rgHDrqGpdgYhT1FaNrhxXodIrKL0WucjoUd-Pk4lkkd8_2hE9Zu6HU92jG-BiLvZUkaJ0GI8bEalYMjsWm5IRLvJMnrThrUZbEfFJApov7otjTzY2Rq4O6-KENWkFnjqqO82vbLCDM9IP6hFldg9TCuNyiWaaB4NkETuNQ00xtW9180Y_h1HF-ztoz20zRoFF0aAqXuvyWGW3T4lzzI8Qgf5jvl9A\"}, {\"p\": \"/message/metadata/safe_urls/5\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/aZp-phUmNU8Jl_1wmj5Le70GEhHIsatgIOscALWH54Lv-1zZ9ev_7O2TeKyynnrL94ccyHPUOwHiwk0ILjSWAuz2x9KHxNx_3ezYVXZpSpmBXMyvG3aaib-J4kBmlcOws66WPobgEcGuNCMm59oKw-Vdwo1bnsZJKsHr3YJ4UhhxnvnUBDA-4db-evNLCu98eFx8asiNMp1wdn-Xyr4qnTNm63K_4AKq-1I892_rj-pjqVuRxEaMGmI_AKyVwSGQWGad-sMfNYcsQnUByJlWfQ\"}, {\"p\": \"/message/metadata/safe_urls/6\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/k11sIXSdPBdKcUyHiRkPEK4o7NNdYzYMXTkUwc6PSAaGZdgGKor-X3OzcKV4ykuRYkAEbG1d4XlmVQeKUxFGnpM5rIJlHVIMaqAcosXDLIJZKPwCoxsdzK8pjfOGEX6WFqV0EiBPHIJ-_9KUFoI8qj5tHGktdqTDDUvLszB1sFDnSrIiFPs_faeOLAhz-lAgQrpBHDJxBJpjREiXjqx04RXdSfzsHqIBORyXxw3U6ui_vjF6ARMlwcXJmym0Vml8qx5aiGl918eCHjrv6hQLCw\"}, {\"p\": \"/message/metadata/safe_urls/7\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/qiWTx1k4oJBYbfv7jhKf6wSK5_z8MYANS-sED4PPvlkTvc4FMLGCy5S-98WT_G3EPgojSWGs3KC0C6fwCQRODraFx3ZnzTrEBQd-oOUxAysxei7DdA0PpVUnXDABzfgAJ3mUPLWT7pvxTdITwy1stB5sPHr2U3k8z8vEHYy7SVIU5E6kwR_UAzOocSsHp7FaWc1EIg9boEXs90hxz6XELRdk-Q8h7ceQxRZxUQLH2AVSjyAvCWDWlKGqBgA9vtOWsMd2mTvR2fFaglKE5nV9HA\"}, {\"p\": \"/message/metadata/safe_urls/8\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/rb1lKnQNHRPVM8pt6-ObvClBFmvc9elwEgYeNi7DyCTpJ160XrImFSkKZeznLXyxJEwNaPrRwTeabwwS74p0h_XsZvidyxHT9FIeJHCYBlqTH1lEiQ022c4bvHTvV5-u44uzdSTCxDSUIIEmbSaneibngkmOmVNq93wIgj3jaFPV7ydaVtDjmWZWs3ya4zfk_ycE47Bs2rbKvc9ZVbdpnQz_yGGUwi77NEGmQs6naNqQvuUjXDrSPjy-XkQ4kEVRByGT3xuJh5tbx81-76JNaA\"}, {\"p\": \"/message/metadata/safe_urls/9\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141\"}, {\"p\": \"/message/metadata/safe_urls/10\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/11\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\"}, {\"p\": \"/message/metadata/safe_urls/12\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/13\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\"}, {\"p\": \"/message/metadata/safe_urls/14\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/15\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/16\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/17\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/18\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/19\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\"}, {\"p\": \"/message/metadata/safe_urls/20\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/21\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/22\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/23\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/24\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/25\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\"}, {\"p\": \"/message/metadata/safe_urls/26\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/27\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle\"}, {\"p\": \"/message/metadata/safe_urls/28\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/29\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel\"}, {\"p\": \"/message/metadata/safe_urls/30\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/31\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\"}, {\"p\": \"/message/metadata/safe_urls/32\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/33\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/\"}, {\"p\": \"/message/metadata/safe_urls/34\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/35\", \"o\": \"replace\", \"v\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\"}, {\"p\": \"/message/metadata/safe_urls/36\", \"o\": \"replace\", \"v\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/37\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\"}, {\"p\": \"/message/metadata/safe_urls/38\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/39\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines\"}, {\"p\": \"/message/metadata/safe_urls/40\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/41\", \"o\": \"replace\", \"v\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\"}, {\"p\": \"/message/metadata/safe_urls/42\", \"o\": \"replace\", \"v\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/43\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\"}, {\"p\": \"/message/metadata/safe_urls/44\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"https://www.youtube.com/watch?v=HrLC5VFjziY\", \"https://www.youtube.com/watch?v=HrLC5VFjziY&utm_source=chatgpt.com\"]}]} ", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" assisted dosing and tamping to help new users make consistent espresso\"}, {\"p\": \"/message/metadata/content_references/6/matched_text\", \"o\": \"append\", \"v\": \" assisted dosing and tamping to help new users make consistent espresso\"}, {\"p\": \"/message/metadata/content_references/6/end_idx\", \"o\": \"replace\", \"v\": 2054}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \".\\\"}]\\\n\\nThe Impress system helps reduce common beginner mistakes while still allowing room\"}, {\"p\": \"/message/metadata/content_references/5/alt\", \"o\": \"replace\", \"v\": \"([Brewing](https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com))\"}, {\"p\": \"/message/metadata/content_references/5/items/0/attribution\", \"o\": \"replace\", \"v\": \"Brewing\"}, {\"p\": \"/message/metadata/content_references/5/items/0/supporting_websites/0/attribution\", \"o\": \"replace\", \"v\": \"YouTube\"}, {\"p\": \"/message/metadata/content_references/6/matched_text\", \"o\": \"append\", \"v\": \".\\\"}]\\"}, {\"p\": \"/message/metadata/content_references/6/end_idx\", \"o\": \"replace\", \"v\": 2059}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" to learn manual espresso skills. \cite\turn0search3\turn\"}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\cite\turn0search3\turn\", \"prefix\": null, \"start_idx\": 2177, \"end_idx\": 2200, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"0product7\\\n\\n| Attribute | \entity\[\\\"turn0product4\"}, {\"p\": \"/message/metadata/content_references/6/safe_urls\", \"o\": \"append\", \"v\": [\"https://images.openai.com/static-rsc-1/3d25FZsIBHvZCDGkbQ5ut1ybpUwalGu3bzbXCK7j6pVCzPvtHTOFK2pabRAVVa8VeABdjVmQIqVT48n_rJV1Q8pQ9q1nhEdTapLhDn1jdQ_i4DtBrpRWPDnjNTRTC9dzH1z5n6luaspXL7umgRAO7ogQV_mr_FBsGKJ_ermNDOryAt5rkEVaAVKBWsDMAP00FuwAnpa1bDNFwc0KF7pZuNiheN0t90gWAuDCxc8JqVA9X_k8gTyQYcllOuNP1dn1TOZ2462sqI6gq1wnTg5eNQ\", \"https://images.openai.com/static-rsc-1/o4ZKz-n3BgWrCn0tdZwKK22VuR1yLNnmbtTSa0xXYsrCPifiEF7EyAA34ySgJ0VlL_NVod804c4a5BKWFidhrfcWCfJt4DaddqsVLONSneA-DBBMQBgtEs85ZZ3e1j3U2XwsgbB-0pVo7OfjeGDtPAXgGca9LumlIQ1SWeUtumCWunsyCAi7LsYSyz1KdttleLEtynAmwOTkwHmhi6op-LV9JNMxul35YghWiTv8oGAlkrtd9jub-f-eIVDLbw2J\", \"https://images.openai.com/static-rsc-1/pKjgKfNs2pGk1DxSLTKakpHJ8AeYb5iASaiY3ojNH573Iioa5kuWwl8Kz1bY0ONFomKm664LJvaeOSw2KQeAi8yo1aSiZWy9eQj3t3G1e0Sbdl_RWBwIoUQ0ie2Y8Qn5Qm6Z9_up0gPiHMJZjhw4vQKsRLmEvyk7y2-LmzdWSLsXs0RLAIohwCKZfKuMH5UH-h9JgVt2P4k9kS6zBEeaeZSU9mJtLsznSfJW7_TJ3OIYqDsPfj7CC9ZMDwv49Jni\", \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205\", \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205&utm_source=chatgpt.com\", \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US\", \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US&utm_source=chatgpt.com\", \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar\", \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar&utm_source=chatgpt.com\", \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\", \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/\", \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/?utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/6/alt\", \"o\": \"replace\", \"v\": \"### [Breville Barista Express Impress Espresso Machine](https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com)\\n*$799.95*\\nAdds assisted dosing and tamping to help new users make consistent espresso.\"}, {\"p\": \"/message/metadata/content_references/6/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Barista Express Impress Espresso Machine\\nDescription: Adds assisted dosing and tamping to help new users make consistent espresso.\\nPrice: $799.95\\nURL: https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\\nNumber of Reviews: 4015\\nRating: 4.6\\nFeatured Tag: None\\nMerchants: Macy's + others\"}, {\"p\": \"/message/metadata/content_references/6/type\", \"o\": \"replace\", \"v\": \"product\"}, {\"p\": \"/message/metadata/content_references/6/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/6\", \"o\": \"append\", \"v\": {\"render_as\": \"block\", \"product\": {\"id\": \"12111636062644825995\", \"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"merchants\": \"Macy's + others\", \"description\": \"Adds assisted dosing and tamping to help new users make consistent espresso.\", \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/pKjgKfNs2pGk1DxSLTKakpHJ8AeYb5iASaiY3ojNH573Iioa5kuWwl8Kz1bY0ONFomKm664LJvaeOSw2KQeAi8yo1aSiZWy9eQj3t3G1e0Sbdl_RWBwIoUQ0ie2Y8Qn5Qm6Z9_up0gPiHMJZjhw4vQKsRLmEvyk7y2-LmzdWSLsXs0RLAIohwCKZfKuMH5UH-h9JgVt2P4k9kS6zBEeaeZSU9mJtLsznSfJW7_TJ3OIYqDsPfj7CC9ZMDwv49Jni\", \"https://images.openai.com/static-rsc-1/o4ZKz-n3BgWrCn0tdZwKK22VuR1yLNnmbtTSa0xXYsrCPifiEF7EyAA34ySgJ0VlL_NVod804c4a5BKWFidhrfcWCfJt4DaddqsVLONSneA-DBBMQBgtEs85ZZ3e1j3U2XwsgbB-0pVo7OfjeGDtPAXgGca9LumlIQ1SWeUtumCWunsyCAi7LsYSyz1KdttleLEtynAmwOTkwHmhi6op-LV9JNMxul35YghWiTv8oGAlkrtd9jub-f-eIVDLbw2J\", \"https://images.openai.com/static-rsc-1/3d25FZsIBHvZCDGkbQ5ut1ybpUwalGu3bzbXCK7j6pVCzPvtHTOFK2pabRAVVa8VeABdjVmQIqVT48n_rJV1Q8pQ9q1nhEdTapLhDn1jdQ_i4DtBrpRWPDnjNTRTC9dzH1z5n6luaspXL7umgRAO7ogQV_mr_FBsGKJ_ermNDOryAt5rkEVaAVKBWsDMAP00FuwAnpa1bDNFwc0KF7pZuNiheN0t90gWAuDCxc8JqVA9X_k8gTyQYcllOuNP1dn1TOZ2462sqI6gq1wnTg5eNQ\"], \"num_reviews\": 4015, \"rating\": 4.6, \"cite\": \"turn0product7\", \"offers\": [{\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online and nearby, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online and nearby, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/?utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Bloomingdale's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Bloomingdale's\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Barista Express Impress Espresso Machine\", \"all_ids\": {\"p2\": [\"12111636062644825995\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Barista Express Impress Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"12111636062644825995\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Macy's\\\"],\\\"provider_title\\\":\\\"Breville Barista Express Impress Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"12111636062644825995\\\":\\\"Rp_yagcuykcb1c5n-Tpzajd_rVD3Og6jV7pKBx8AW4R_RzrCz3GlfCRgs0voqdo9b7ennAfDqKLCkuBx0E1ro3u6NDujFmMRy0sK5dkGakuR79xOYWAI61ASPJ6D5QjRcyNFlsO71A8Z5DGW0XK5eZGf0Zxq3w1csdtpdAJMACFzQbdv-GQ9Lg6353FxupsXNSvTTbEDeeYH1pBauwfXA9MjV9ukSq0H5dGJSMAfTxB5B0hy2YVJgCHWkqsLHISEXJEjlD-rzmCSBpJAx2zFLX_UVXLEFdvztJiKC0Jc3XIesCngiTNq_iBPCZKymuCgmftR5y_C4bDWm1iE1B3LrBf7lJ6TzCnRH8ql_fE02_Ajblj5vgPkkqh89QNRBwbB4Gun-l1i84-Svatyr5GQUFk_T0utpW7bBhhpTizIF-ckUUN4f_WsRKnhz2U4Q26iGJFuiGvui10J3X7EFkRTGpXva5WdefFn8BMYGRnaMlpfHUwXOMMuk-YXNgP-Lt2h16iXzQcPi4pTqYGnZI5iZuJOr73pKX2ZXKwU19XaWWim5TPkPnpc3N5N7z7h5LPCjEdsB4sAOQQNaRK4ZPachLLoNt7gU8RSwc2Kygz-ot3is8Yhth1d1lnDa7LK6Ms9FAtX48xDshjkBSl6f-JURA1vK4d-GB6ZkTge5cBMbacsbH_QD9_5psVThjvf1KIgxp4ihdIyHybZcIp6VWKqFpzxHenF6fR56lIyjXd8lUbT0sV6oPvjOE69A0LZBoLFyJ95fKZ1wyV5NfvuUBJenSQAR06b0eBw9fo4tUfa4PyaZp8fxWx7swJcsUEcRf0qF6yl0psxHP9VEh5fNnlAcMHftEcXJnk4QzLuBloE1EPq7ZU-JKV1wcuVDRPLoyjY8_KR1UY7MzPLA2d1s8GWgxXso4-naFZEm7brK-zNyy57pFPKSoJ0rNrvInxzac2rcgLIMI1mNm3Une1N5JGBZpiF2rNPvS588R3Ym-kcohCLroQWtjYesT6cXPELvniK3TtwkBMWH4742mUFgAEXRg\\\"}}},\\\"included_image_hashes\\\":[\\\"b1bcac75e5146169c138428b174cc2520c222dd7ae27eb745186572e8e4cfa93\\\",\\\"092915496614b72e94039e5999bace767def14e708466616fcb9c4b703d4a9d9\\\",\\\"a05fe2b80fd04d724a85f8166ef8ef781420cd0348d832dfe8f670f1e778b2c5\\\",\\\"279c6c518460ae74367423fa34ea3469c3a12403a49320ae67c971adab2c31da\\\",\\\"1a711b4a43260e0e94cfbbbfdd1c349f1c0a0f357ba0e44782134cb9d3eeab3f\\\",\\\"ef5b7dae2119ca4edbbac4508012f7e7b2dc3126f8e6c8f376dba19e3f2c15ad\\\",\\\"2b231a76a6deee703ffa25cdc2bc650859c55d6944cd6c178f5a0f678d7fbe63\\\",\\\"91c184893f6916430922c743d3bc6a2c8a945d835153e643c95f42603b4f73bc\\\",\\\"f8b5c76d9fa2c0b07687081fc8c71b7275b993d522956d68f18ff41dc0bc738e\\\",\\\"b40671914cb0e5b4411d63b5dad0f0f3af4653f1ebed0fec21edbaf85882f809\\\",\\\"cf258516e00964aefd9d4cda6834b4682992f5cfbe09487f6d3a29805f45caf6\\\",\\\"c6f4b5dc50e83494b6fb0e9c7de126cdb2682b0e653de09418f6582717b69aeb\\\",\\\"474a6b2c84ddb22b964fb01694dca05ffff71ceb8c5d45731d7c51a27bc84ce2\\\",\\\"bf87db7860b3496f0b583ca85887e021b9a66a34feb10d22d68f2316bbf9e0d1\\\"],\\\"provider_url\\\":\\\"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"c3e4a186-4234-4f0b-a2ad-5aea14a9441c\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/2zsWpmtDabd3Mzv0f77MDmSt3cteUD6kTEUo32yhi2G8bHPHwz3SE_IToP03bP1n8cWJsG6djoOa5yXQWzanCKhWgRE8ARwx6uTufUUY6WINmWYiQGRUdZeFtwg7h-Q-wQrRq4Jy6PpZ_84KAGLbg1uFCWLJTkAhHqmp_LQsY0Z4lktz9EHShsXvldr8Wpqsqmljt5FvNfvL0SMVWIypd96RiIFqHvWaNTFopaAecnv6-HxiES4CQFZu9W4KvR9u\", \"width\": 798, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 5.6667, \"top_percent\": 0, \"width_percent\": 88.6667, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": 3.9474, \"width_percent\": 100, \"height_percent\": 92.1053}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"2zsWpmtDabd3Mzv0f77MDmSt3cteUD6kTEUo32yhi2G8bHPHwz3SE_IToP03bP1n8cWJsG6djoOa5yXQWzanCKhWgRE8ARwx6uTufUUY6WINmWYiQGRUdZeFtwg7h-Q-wQrRq4Jy6PpZ_84KAGLbg1uFCWLJTkAhHqmp_LQsY0Z4lktz9EHShsXvldr8Wpqsqmljt5FvNfvL0SMVWIypd96RiIFqHvWaNTFopaAecnv6-HxiES4CQFZu9W4KvR9u\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 681, \"height\": 768}, \"subject_confidence\": 0.7423, \"background_confidence\": 0.7055, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0.0485, \"y\": 0.0039, \"width\": 0.9501, \"height\": 0.9922}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5235, \"y\": 0.5}, \"focus_center\": null, \"face\": {\"detected\": true, \"candidateCount\": 1, \"rawCount\": 1, \"primaryBox\": {\"x\": 0.188, \"y\": 0.2589, \"width\": 0.0877, \"height\": 0.0778}, \"primaryCenter\": {\"x\": 0.2318, \"y\": 0.2978}, \"primaryAreaFraction\": 0.0068}, \"foreground_area_fraction\": 0.7245, \"component_count\": 3, \"largest_component_fraction\": 0.997, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.5919, \"warm_highlight_fraction\": 0, \"warm_highlight_mean_saturation\": 0, \"border_std\": 67.6719}}, \"analytics_meta\": {\"product_event_uuid\": \"c3e4a186-4234-4f0b-a2ad-5aea14a9441c\", \"amazon_merchant_intent\": \"none\"}, \"price_history\": null}}}, {\"p\": \"/message/metadata/content_references/7/matched_text\", \"o\": \"append\", \"v\": \"0product7\\"}, {\"p\": \"/message/metadata/content_references/7/end_idx\", \"o\": \"replace\", \"v\": 2210}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\entity\[\\\"turn0product4\", \"prefix\": null, \"start_idx\": 2226, \"end_idx\": 2249, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}, {\"p\": \"/message/metadata/safe_urls/3\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/3d25FZsIBHvZCDGkbQ5ut1ybpUwalGu3bzbXCK7j6pVCzPvtHTOFK2pabRAVVa8VeABdjVmQIqVT48n_rJV1Q8pQ9q1nhEdTapLhDn1jdQ_i4DtBrpRWPDnjNTRTC9dzH1z5n6luaspXL7umgRAO7ogQV_mr_FBsGKJ_ermNDOryAt5rkEVaAVKBWsDMAP00FuwAnpa1bDNFwc0KF7pZuNiheN0t90gWAuDCxc8JqVA9X_k8gTyQYcllOuNP1dn1TOZ2462sqI6gq1wnTg5eNQ\"}, {\"p\": \"/message/metadata/safe_urls/4\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/79fZPQBuE2uSs6njXXNFLqyuxtbKSPV7jRi_33iQxP7NWn7RnbT2DwUyp0KvgpebBxcagwGlME2KC1aV73YGjUhmOh1oLBgrYJ0rSPqqZDYyqLYayy2aEkTrXiEe816ntqNHgVrA1NAc8jFLDZM1alZhVxPM-JMqV50Zu2B5elsKH0-MqNtLSe9y5vOk-36Q2qz5EU7B0mNpfQXdlbJCUmdX7_NRaTZUviURU8pSIb2hfDXW6xu1clU61ttWyNBRek8wPlSMBQ_6vhKPSH5Hyg\"}, {\"p\": \"/message/metadata/safe_urls/5\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/HmdF4EJLqMMGMkJhTXprewySP1ssOYWIOfr2ZiWKOaJNu5GMqS4VWgLZ0rgHDrqGpdgYhT1FaNrhxXodIrKL0WucjoUd-Pk4lkkd8_2hE9Zu6HU92jG-BiLvZUkaJ0GI8bEalYMjsWm5IRLvJMnrThrUZbEfFJApov7otjTzY2Rq4O6-KENWkFnjqqO82vbLCDM9IP6hFldg9TCuNyiWaaB4NkETuNQ00xtW9180Y_h1HF-ztoz20zRoFF0aAqXuvyWGW3T4lzzI8Qgf5jvl9A\"}, {\"p\": \"/message/metadata/safe_urls/6\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/aZp-phUmNU8Jl_1wmj5Le70GEhHIsatgIOscALWH54Lv-1zZ9ev_7O2TeKyynnrL94ccyHPUOwHiwk0ILjSWAuz2x9KHxNx_3ezYVXZpSpmBXMyvG3aaib-J4kBmlcOws66WPobgEcGuNCMm59oKw-Vdwo1bnsZJKsHr3YJ4UhhxnvnUBDA-4db-evNLCu98eFx8asiNMp1wdn-Xyr4qnTNm63K_4AKq-1I892_rj-pjqVuRxEaMGmI_AKyVwSGQWGad-sMfNYcsQnUByJlWfQ\"}, {\"p\": \"/message/metadata/safe_urls/7\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/k11sIXSdPBdKcUyHiRkPEK4o7NNdYzYMXTkUwc6PSAaGZdgGKor-X3OzcKV4ykuRYkAEbG1d4XlmVQeKUxFGnpM5rIJlHVIMaqAcosXDLIJZKPwCoxsdzK8pjfOGEX6WFqV0EiBPHIJ-_9KUFoI8qj5tHGktdqTDDUvLszB1sFDnSrIiFPs_faeOLAhz-lAgQrpBHDJxBJpjREiXjqx04RXdSfzsHqIBORyXxw3U6ui_vjF6ARMlwcXJmym0Vml8qx5aiGl918eCHjrv6hQLCw\"}, {\"p\": \"/message/metadata/safe_urls/8\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/o4ZKz-n3BgWrCn0tdZwKK22VuR1yLNnmbtTSa0xXYsrCPifiEF7EyAA34ySgJ0VlL_NVod804c4a5BKWFidhrfcWCfJt4DaddqsVLONSneA-DBBMQBgtEs85ZZ3e1j3U2XwsgbB-0pVo7OfjeGDtPAXgGca9LumlIQ1SWeUtumCWunsyCAi7LsYSyz1KdttleLEtynAmwOTkwHmhi6op-LV9JNMxul35YghWiTv8oGAlkrtd9jub-f-eIVDLbw2J\"}, {\"p\": \"/message/metadata/safe_urls/9\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/pKjgKfNs2pGk1DxSLTKakpHJ8AeYb5iASaiY3ojNH573Iioa5kuWwl8Kz1bY0ONFomKm664LJvaeOSw2KQeAi8yo1aSiZWy9eQj3t3G1e0Sbdl_RWBwIoUQ0ie2Y8Qn5Qm6Z9_up0gPiHMJZjhw4vQKsRLmEvyk7y2-LmzdWSLsXs0RLAIohwCKZfKuMH5UH-h9JgVt2P4k9kS6zBEeaeZSU9mJtLsznSfJW7_TJ3OIYqDsPfj7CC9ZMDwv49Jni\"}, {\"p\": \"/message/metadata/safe_urls/10\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/qiWTx1k4oJBYbfv7jhKf6wSK5_z8MYANS-sED4PPvlkTvc4FMLGCy5S-98WT_G3EPgojSWGs3KC0C6fwCQRODraFx3ZnzTrEBQd-oOUxAysxei7DdA0PpVUnXDABzfgAJ3mUPLWT7pvxTdITwy1stB5sPHr2U3k8z8vEHYy7SVIU5E6kwR_UAzOocSsHp7FaWc1EIg9boEXs90hxz6XELRdk-Q8h7ceQxRZxUQLH2AVSjyAvCWDWlKGqBgA9vtOWsMd2mTvR2fFaglKE5nV9HA\"}, {\"p\": \"/message/metadata/safe_urls/11\", \"o\": \"replace\", \"v\": \"https://images.openai.com/static-rsc-1/rb1lKnQNHRPVM8pt6-ObvClBFmvc9elwEgYeNi7DyCTpJ160XrImFSkKZeznLXyxJEwNaPrRwTeabwwS74p0h_XsZvidyxHT9FIeJHCYBlqTH1lEiQ022c4bvHTvV5-u44uzdSTCxDSUIIEmbSaneibngkmOmVNq93wIgj3jaFPV7ydaVtDjmWZWs3ya4zfk_ycE47Bs2rbKvc9ZVbdpnQz_yGGUwi77NEGmQs6naNqQvuUjXDrSPjy-XkQ4kEVRByGT3xuJh5tbx81-76JNaA\"}, {\"p\": \"/message/metadata/safe_urls/12\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141\"}, {\"p\": \"/message/metadata/safe_urls/13\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/14\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\"}, {\"p\": \"/message/metadata/safe_urls/15\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/16\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\"}, {\"p\": \"/message/metadata/safe_urls/17\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/18\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205\"}, {\"p\": \"/message/metadata/safe_urls/19\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/20\", \"o\": \"replace\", \"v\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US\"}, {\"p\": \"/message/metadata/safe_urls/21\", \"o\": \"replace\", \"v\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/22\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/23\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/24\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/25\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/26\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\"}, {\"p\": \"/message/metadata/safe_urls/27\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/28\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/29\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/30\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/31\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/32\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/33\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/34\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\"}, {\"p\": \"/message/metadata/safe_urls/35\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/36\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle\"}, {\"p\": \"/message/metadata/safe_urls/37\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/38\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel\"}, {\"p\": \"/message/metadata/safe_urls/39\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/40\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\"}, {\"p\": \"/message/metadata/safe_urls/41\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/42\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\"}, {\"p\": \"/message/metadata/safe_urls/43\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/44\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/\"}, {\"p\": \"/message/metadata/safe_urls/45\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/46\", \"o\": \"replace\", \"v\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\"}, {\"p\": \"/message/metadata/safe_urls/47\", \"o\": \"replace\", \"v\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/48\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\", \"https://www.tomsguide.com/best-picks/best-espresso-machines\", \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025\", \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com\", \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\", \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/\", \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/?utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\", \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"https://www.youtube.com/watch?v=HrLC5VFjziY\", \"https://www.youtube.com/watch?v=HrLC5VFjziY&utm_source=chatgpt.com\"]}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"\\\",\\\"Breville Bambino Plus Espresso Machine\\\"]\ | \entity\[\\\"turn0product3\"}, {\"p\": \"/message/metadata/content_references/8/matched_text\", \"o\": \"append\", \"v\": \"\\\",\\\"Breville Bambino Plus Espresso Machine\\\"]\\"}, {\"p\": \"/message/metadata/content_references/8/end_idx\", \"o\": \"replace\", \"v\": 2293}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\entity\[\\\"turn0product3\", \"prefix\": null, \"start_idx\": 2296, \"end_idx\": 2319, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"\\\",\\\"Breville Bambino Espresso Machine\\\"]\ | \entity\[\\\"turn0product0\\\",\\\"Bre\"}, {\"p\": \"/message/metadata/content_references/7/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025\", \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/7/refs\", \"o\": \"append\", \"v\": [\"malformed\"]}, {\"p\": \"/message/metadata/content_references/7/alt\", \"o\": \"replace\", \"v\": \"([ToolGenX](https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com))\"}, {\"p\": \"/message/metadata/content_references/7/type\", \"o\": \"replace\", \"v\": \"grouped_webpages\"}, {\"p\": \"/message/metadata/content_references/7/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/7\", \"o\": \"append\", \"v\": {\"fallback_items\": null, \"error\": null, \"style\": null, \"status\": \"done\", \"items\": [{\"title\": \"Best Home Espresso Machine 2025: Expert Reviews | ToolGenX\", \"url\": \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com\", \"attribution\": \"ToolGenX\", \"pub_date\": 1760745600.0, \"snippet\": \"\", \"attribution_segments\": null, \"supporting_websites\": [], \"result_source\": \"labrador\", \"refs\": [{\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 3}], \"hue\": null, \"attributions\": null}]}}, {\"p\": \"/message/metadata/content_references/8/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/8/refs\", \"o\": \"append\", \"v\": [{\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 4}]}, {\"p\": \"/message/metadata/content_references/8/alt\", \"o\": \"replace\", \"v\": \"[Breville Bambino Plus Espresso Machine](https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com)\"}, {\"p\": \"/message/metadata/content_references/8/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Bambino Plus Espresso Machine\\nDescription: None\\nPrice: $499.95\\nURL: https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\\nNumber of Reviews: 4135\\nRating: 4.4\\nFeatured Tag: None\\nMerchants: Breville + others\"}, {\"p\": \"/message/metadata/content_references/8/type\", \"o\": \"replace\", \"v\": \"product_entity\"}, {\"p\": \"/message/metadata/content_references/8/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/8\", \"o\": \"append\", \"v\": {\"product\": {\"id\": \"1642596591823582493\", \"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"merchants\": \"Breville + others\", \"description\": null, \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/JpTWQHcEK7sSDf4HFXtC6ubhNrpuaskFobv8VT7eK2HTc20l0IPHjC8w-PnfqnlcbpbrRkOt9QC2Tr1AB8fHXv-tiXRdgc_3Ff64XHVxGK1im2NwZXBVDyDwpahnSo5wxhYPfhsoo2Yn1vceb8V9LDiBVU9QLPUyqEqG6YHwsrRqLwS2JPuC9kj_ckOuN3jlTmswkzwJd4aLJrGuJgb-V8mtNDuVBBtGKk03i8OV3vJ-cKQIl43VBjoNiHxXVim0Ya1Rxobwdso2Mza2xbAhbQ\", \"https://images.openai.com/static-rsc-1/kdamEyUbhDuPaO6o8n9HQXm1akInATsYLJY0oricTK6JJcxHFD8DwagG9YaIvAAkURP4xe8_pDA7xDqVbmI9UtbN9ESGLIIBTZB04MnkAKcQr6aOqGTWBsNgcPWT5qG0G-FRw7T6VWRVjs1osSNEeQ7rBHqO6lcmofOOK-_khZ0_zKZAYBMJHtafsGm4hfEZy54mIi-F4odY9cYnF7P1LROaG0oFJjIm1Fm9MUh3j0Ik0yVuJAq1HoqSsYSAz43E6k2jZRJZZWZ6vkYbkzyklA\", \"https://images.openai.com/static-rsc-1/0Ii9MO80WP1Z_QohBfWESevDbwk5QC2mNpjocyqjJhBOBkk1KnjvH83F4oLcyFZFGMzqv02f9Td6v07h92jI3vfSg9yB-IvpASICSITFzgl9UzHabIEl5hEeUvOfgmYv63oJJdfrhBIvqrcfoIocfREP6VXhDyjwc-ymyIBt1HV0pHWDneSK1MYbA8cErpIAxJoEJ3zgxJ919Hz1CC5ouy4MZ_yGy_Z6ZEW-K5ykAMjwbBt-RUVhQhK8kQYP5LwSVQto2oGc4FYKG09ukyhHBQ\"], \"num_reviews\": 4135, \"rating\": 4.4, \"cite\": \"turn0product4\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Bambino Plus Espresso Machine\", \"all_ids\": {\"p2\": [\"1642596591823582493\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Bambino Plus Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"1642596591823582493\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Bambino Plus Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"1642596591823582493\\\":\\\"kzEHfke5KofL6yeIrJ7P6fnz4D5MhLMz-HXNIV4Tnb-wGpnKkcFXITKxZBZXZmAzjBqsmdPeOXNn1gqsEbKFwPXWf6MRT-Rh5QM96Kb_of48b9JX0cseeArCERessHrn412EwHkacRn1wjL6N5qNv-5D3C1b6Dyx93cDbWYXGYpkLw9ib2aFbnbod5glyEyDJMTl2mVklVcBbdDO3QZDVfZmSgn917NgsMKbesBfggX08SdHEOzONloG0L7-UHJ7e4vscEVQqZe9eWSI6fOgeApczOlOhW0sGDWT2Xzc77-S0l4RQKhslpouuosFBqjsobEwCtUNR2yGOh3_41Nm7NAz6w0-nNmcpuz75Gi7JXPQX6NzqyQKXwvCvJDft-gm-ptn_azpSRFJrVkla3xj4wwJwpuMG2OaSG88nt_JtumwzCd1MfVCyJ-KRuLGjUdCHPfSWFuHQjg-W1Jp8D9Jq2Kla5CT9ph0FtCyAqcLkHcSX6LGLvXu63xTha07zGaSLRNx2BtpCty83ls4TpoLauEsp0BkOI_22G428BMJFpsdGZv_eQu0u8Kt8FdDAHRKbfEszaNRI5ylLW4wzCpnDrH-G7o3BKASrmWkCgQv-EJK-nnJBrYtgt9bKDvlzvbfHkqFbP2a39DnXxObhd7QnZTcTdPjevjc8wsSj0ObHFIVfuPq6EANMC0MG_H08t56Tj2UGj6B1J41jDQDHg7Rz8-R975WXejPA9Jl37wDjClUXOupUd0CrWE6QlJuez2YX9JC0ZbcvKDmP5ulmvilWEhtKYbf93b_OKfssTQ7-NbDqKRc2KITsEwNaBJhGf9KQn4bPBfGDqfMTpekV1CxTWtr1I-4dq1gwdFWmpj5rCcrItzgIfVcq9HjGXJjIbETPT3IQDEa6qiaD3SBasBu3SKKKnIlAeJQnk3JQKQJJnNQZ4Kx4RvO-Em-sgnE8brZeMTYvGGu-4uIMXzu_nmkife8U30KxoLHK69fw5KySkf4r4xgOOFpFqS77fKSqZ8t\\\"}}},\\\"included_image_hashes\\\":[\\\"be461aa85ee28d725cdccc83446f98fb7c88a8491d0db907f278ccc7b002e296\\\",\\\"bdefda58e3ba02e1f89641c55871d0d159c3b964f55d5cc3d099246d7e4321c9\\\",\\\"dd8eca986f1b4dcf896877b72b359c036a96092d2731efbfd6a21b4b3ca54a6f\\\",\\\"5bb636bea3cc9c6df34f22e54f004244a95d79bbfeb90c84df211b34e03f484a\\\",\\\"ecce360ff627a489ad4fa0768bce1bdd9874e8674088dedb45ff4cf97cbdb0e2\\\",\\\"6bf20102aad5483a325407b46a61f9339c161f97a2c317f48d77ea719131eb0b\\\"],\\\"provider_url\\\":\\\"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black%20Truffle\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"957e8967-2c73-4d4e-8225-0517eaffd281\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/prEAptYdWkWqWMwJCjCiLGzCXITlrQ_uCH5dN_H5fsoDYP4lL6QZVUfoUpI1F_rq3ju6OrMATt29x8dbqeFM71EjW9drLnMLlhD2ewk4ETRzNOX9Njhl4Nrlnbfk7SJOQv4-5eKgo2ZecbzuOUzfx3tjEFVbyywL1l36dEk-miuA5--MEcgw5CgKrsYmtkQJ8jkR6s0FgUvaJ96F0SlcrEMFGRMo9Sb3cLAwQMZpvU_rVTIiLYrLPpTjKGNDIIkxW7OLxfFEJ9RAa-en6I9Bmg\", \"width\": 525, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 20.8333, \"top_percent\": 0, \"width_percent\": 58.3333, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 14.2857, \"top_percent\": 0, \"width_percent\": 71.4286, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"prEAptYdWkWqWMwJCjCiLGzCXITlrQ_uCH5dN_H5fsoDYP4lL6QZVUfoUpI1F_rq3ju6OrMATt29x8dbqeFM71EjW9drLnMLlhD2ewk4ETRzNOX9Njhl4Nrlnbfk7SJOQv4-5eKgo2ZecbzuOUzfx3tjEFVbyywL1l36dEk-miuA5--MEcgw5CgKrsYmtkQJ8jkR6s0FgUvaJ96F0SlcrEMFGRMo9Sb3cLAwQMZpvU_rVTIiLYrLPpTjKGNDIIkxW7OLxfFEJ9RAa-en6I9Bmg\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 448, \"height\": 768}, \"subject_confidence\": 0.7328, \"background_confidence\": 0.7271, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0, \"y\": 0.0221, \"width\": 1, \"height\": 0.974}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5, \"y\": 0.5091}, \"focus_center\": null, \"face\": {\"detected\": true, \"candidateCount\": 1, \"rawCount\": 1, \"primaryBox\": {\"x\": 0.0648, \"y\": 0.2578, \"width\": 0.3543, \"height\": 0.2067}, \"primaryCenter\": {\"x\": 0.2419, \"y\": 0.3611}, \"primaryAreaFraction\": 0.0732}, \"foreground_area_fraction\": 0.8411, \"component_count\": 2, \"largest_component_fraction\": 0.9863, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.6029, \"warm_highlight_fraction\": 0.0001, \"warm_highlight_mean_saturation\": 0.2252, \"border_std\": 51.5932}}, \"analytics_meta\": {\"product_event_uuid\": \"957e8967-2c73-4d4e-8225-0517eaffd281\"}, \"price_history\": null}, \"prompt_obj\": null, \"markdown_context\": \"inline\"}}, {\"p\": \"/message/metadata/content_references/9/matched_text\", \"o\": \"append\", \"v\": \"\\\",\\\"Breville Bambino Espresso Machine\\\"]\\"}, {\"p\": \"/message/metadata/content_references/9/end_idx\", \"o\": \"replace\", \"v\": 2358}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\entity\[\\\"turn0product0\\\",\\\"Bre\", \"prefix\": null, \"start_idx\": 2361, \"end_idx\": 2390, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"ville Barista Express Espresso Machine\\\"]\ | \entity\[\\\"turn0product7\\\",\\\"Bre\"}, {\"p\": \"/message/metadata/content_references/10/matched_text\", \"o\": \"append\", \"v\": \"ville Barista Express Espresso Machine\\\"]\\"}, {\"p\": \"/message/metadata/content_references/10/end_idx\", \"o\": \"replace\", \"v\": 2431}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\entity\[\\\"turn0product7\\\",\\\"Bre\", \"prefix\": null, \"start_idx\": 2434, \"end_idx\": 2463, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"ville Barista Express Impress Espresso Machine\\\"]\ |\\n|---|---|---|---|---|\\n| Best\"}, {\"p\": \"/message/metadata/content_references/9/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\", \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/9/refs\", \"o\": \"append\", \"v\": [{\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 3}]}, {\"p\": \"/message/metadata/content_references/9/alt\", \"o\": \"replace\", \"v\": \"[Breville Bambino Espresso Machine](https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com)\"}, {\"p\": \"/message/metadata/content_references/9/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Bambino Espresso Machine\\nDescription: None\\nPrice: $299.95\\nURL: https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\\nNumber of Reviews: 3351\\nRating: 4.3\\nFeatured Tag: None\\nMerchants: Breville + others\"}, {\"p\": \"/message/metadata/content_references/9/type\", \"o\": \"replace\", \"v\": \"product_entity\"}, {\"p\": \"/message/metadata/content_references/9/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/9\", \"o\": \"append\", \"v\": {\"product\": {\"id\": \"2389289435709119839\", \"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"merchants\": \"Breville + others\", \"description\": null, \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/27o2N56c46q1nGvS1cMumeKKQjA-4Hh_2Rr5Or11tpE2LUBYBz2SyjAzVDrS9DMeisvpQv10GkI3IY3Lhm5KtNsCXlbDrw6LPMEhp7RXZOL6FavBrrz5sjxEiIiDP2HoOlWzAdebaostJ7NFS7qLNf8Wb-tZ_gxic4Nm6KZ2dtsJQLpYMhk0yjx0r9SU3IFa1PYiyiJw3qrgOlnlwr2-0vz6e9ayDSL6LARQTD7YtRgZ5cedz_ShHfkHMxsomrJe\", \"https://images.openai.com/static-rsc-1/I3UMWa7b6N4EhnkrXhulc6In0zGDviYjfToHKrLHgF8PE0PDRJ8rYkgH0kbqk65qI8eN8vQwBhB__jVGL2_cCHFA69TgyKAyNAoC7OhvDMb4QBEF6RWIAXb4A4lP4d0Qpk6GKtwX9yDHexpwD2BzG5d2HY8EGSeHZv5Cv0nuwFtZ7MxTyjcaM_Sq6-ZeaZtPnP3RQ63vL03jDZ5A3_KjzM6FEuNOdNYfEyDv9gnEudEJ1t6ArWiZa1VR__qMsA-T-DL5hn79Aw-wnYi0llXcgQ\", \"https://images.openai.com/static-rsc-1/Pnx3cFcI_Fu_eH4wPc30t_XpCIz9hSherD3KUjaaBhDK_hJSUBUF699kxdA6MgfxHL9t27Jlpc_jNKDaRnCs8HjcLMxjOmzfMphmojyHhwgszlijWLTFjm5ncNu-mOfY0WFuASlXj9YfSS6AiPdSSb08qIP8xBtbrykTN6NPOd9WMvVKD6fWUrVUclLkA0eCRFbnfwfqPgUl8CWPX_NTIwp-GyMG8b5nlXVXtE_RE5ROAKlarzmR29cbTzlCMU2fV9VD4u71ITWGQoJmgG-LOw\"], \"num_reviews\": 3351, \"rating\": 4.3, \"cite\": \"turn0product3\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online and nearby, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online and nearby, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$299.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$299.95\", \"shipping\": null, \"tax\": null, \"total\": \"$299.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Bambino Espresso Machine\", \"all_ids\": {\"p2\": [\"2389289435709119839\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Bambino Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"2389289435709119839\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Bambino Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"2389289435709119839\\\":\\\"GQcHYEGtCjOflDc7wQjdyjbVVtnSuaYr1MDhA4HOHdwaBBiSJMMWdGtqPDSue0qEaO7kZEAJYvt-t9cdtDQ2ZlG1A4wta2dN5WvbnkeAN1SQlH41AeqJRkmL367Cg78fQ5QmlwueMf3D8OAfJz83mKKpcEDzGxm48rF_p8cFxKag-nxFGEFwcF1WNRwzI7Nm7iNR7r6z0ENEWqo0zaDIsywIbEIynnHxi4R8mSPnDlo6T7-eVumRw-W8Gc-uQOXGOZEDejMhKQCdvNNAMUAvINFGY0OphesA-n_AZWSV5N6Udyjevllyc9FRxPu1PBTBvhrO2B6T9SA0dB_1XdtOQdVdyEwYHDY9xKL9epzpJux9uS2Qsa5J6Onh7UR0SZPrkB0TlyWBmCeVq4ZElZB5UUMrEWK09zmaGF0mvkJua41fmWjCey8Riy3rzZfqHR4e6NZZbOTHZaoyNEMKBwOpBK1ugGRVEfTvwNZncg9niIsvNO9mFY_uiIJSaPurNtzOJfbUqpxh2EYKc10MEAjEgL05mxv-3428kW-0OUMnpOAVFCo9dMQOH2VmOcJZwaesh3drEu2D7Vz4VcyrM7hNxdv88vY5EUVJhBRH4kEByYyRfMkvn7M_rKbjM9dOXnGZoNZ5AyY2UmzbTXtksgWXDRsHm5l9B5ZngfAa__sDOeB3kyMxWqmgF0UgMwj1mG97a8p1PAQHMhuKS066fuHxIWEcZD8jrRtKDFaAaLiCvYWZJ7qLsYL1TZVTffuMfZjaR2Fe_5utjb6_6_Un0W12D8HDra1H5W0ig5inQV0aZvIv-PmVS6EyiDErxH26SiyIGQ4oLAtzE8_UD0t6kPsJfNqwstDnBwXCa_3muMOIIGud-7J5Co0e1ObLO-uAtqNKI8I0onMSCTVfkyHXQr1a1EUjsJxJSQaHyBWZSS8NtTkSuey5_3z9qfv4AFH1UW49DNJMKvnTBrnmBog4otICoe3ixVuyjinwm49Z_Fgfw4ZxllUThEHuzdL9ByiKoqqp\\\"}}},\\\"included_image_hashes\\\":[\\\"f7b2a6f76d049e54cccf2fb6922b2225ec10cb5bd4499f4e89520057334e5fe9\\\",\\\"20838d45c63231f3e5d2c93ca575219c2c4f07ed61d50b98a0e2f5f8ba609f37\\\",\\\"9666d7b55e8034b71217823a723575e287eac4cbfd62a1989d0e757a117d417c\\\",\\\"edfd83996f442dca5a2b023813e16a0cff1b3907524cfffe59779a71ea5d7fb7\\\",\\\"983c2c6bd2408aea57131e3434313894d67e814ac208676017b152782239211c\\\",\\\"4915c974920baea007153107e701c436b50ab81fb4c71c7ab0b8e0f09a91d5b3\\\",\\\"ff219ef8ab597f00377dc8b3e8d7ebc0b1310246fcd5071438ca820b73e416bd\\\",\\\"5d4da860bd0a34c9ce62a3780810002da5cc5aa9f56360a5f080f5079fc97cb2\\\",\\\"6fd44ed6c6058ace0d16e2f625ecbc129eb0296c6daf7ff275827ae8525d9d48\\\",\\\"a7ebe11e8f3eae271f021e6084421cc24abb23994e939353765d33c568fb256f\\\",\\\"e4554d26e1b579e3889fe6d2d73c95ba39e5af6009f8d8b5adbe7727c1120845\\\",\\\"c177f6b0cdb5b088e97acc021dad7642bf7c7009490c5d32ecfd23bff3f2f819\\\",\\\"77a9f571cb8d1fd6cd7527924c4510bbbc3d0336e623393eceb5d05b86d412c1\\\",\\\"651038e434dcbf82bbd11a0cab378861f013f58074c9758473a01da329aaf68d\\\"],\\\"provider_url\\\":\\\"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-bambino-brushed-stainless-steel/J7266L5P3K/sku/6494620?extStoreId=1141\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed%20Stainless%20Steel\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"2cfcb6d2-cbf2-4e6a-88f2-0e33100257e4\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/Uro566oFKeeT-yR2dHYFuUq3tX_X_EGV4JPc4piKw-u4hwpS0Iw2bLKcZpqN1cfzwi3hesXGo6W0CrFBJK-LOaj0okrbbkATpZJD5fYnNYVq1GE1GQT8doi7_uILr4_wmP6A5qvw7irtutSjjwMniWp7nUqiJ8wKOAkhfO5BGSPyftWmUvy3GDYD54eMRxtN7oN_tmVlnTD86vCBZZKV7ntj6dJfpvJm7bkmtd3TFJXT6nmd-P6HTPameW-YAY3c\", \"width\": 900, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#f1f1f1\", \"secondary\": \"#f1f1f1\"}, \"slots\": {\"product_square\": {\"fit\": \"cover\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": -4.1, \"width_percent\": 100, \"height_percent\": 100}, \"image_blend_mode\": \"normal\"}, \"product_portrait_card\": {\"fit\": \"cover\", \"position\": {\"x\": 0.7165, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": -16.0857, \"top_percent\": -4.1, \"width_percent\": 122.449, \"height_percent\": 100}, \"image_blend_mode\": \"normal\"}}, \"debug\": {\"file_name\": \"Uro566oFKeeT-yR2dHYFuUq3tX_X_EGV4JPc4piKw-u4hwpS0Iw2bLKcZpqN1cfzwi3hesXGo6W0CrFBJK-LOaj0okrbbkATpZJD5fYnNYVq1GE1GQT8doi7_uILr4_wmP6A5qvw7irtutSjjwMniWp7nUqiJ8wKOAkhfO5BGSPyftWmUvy3GDYD54eMRxtN7oN_tmVlnTD86vCBZZKV7ntj6dJfpvJm7bkmtd3TFJXT6nmd-P6HTPameW-YAY3c\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 768, \"height\": 768}, \"subject_confidence\": 0.8568, \"background_confidence\": 0.7094, \"strategy\": \"clean-subject-cover\", \"slot_modes\": {\"product_square\": \"clean-subject-cover\", \"product_portrait_card\": \"clean-subject-cover\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0.1185, \"y\": 0.0859, \"width\": 0.8424, \"height\": 0.9102}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5397, \"y\": 0.541}, \"focus_center\": null, \"face\": {\"detected\": false, \"candidateCount\": 0, \"rawCount\": 0, \"primaryBox\": null, \"primaryCenter\": null, \"primaryAreaFraction\": 0}, \"foreground_area_fraction\": 0.3512, \"component_count\": 20, \"largest_component_fraction\": 0.9959, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.4958, \"warm_highlight_fraction\": 0.0001, \"warm_highlight_mean_saturation\": 0.3232, \"border_std\": 27.8868}}, \"analytics_meta\": {\"product_event_uuid\": \"2cfcb6d2-cbf2-4e6a-88f2-0e33100257e4\"}, \"price_history\": null}, \"prompt_obj\": null, \"markdown_context\": \"inline\"}}, {\"p\": \"/message/metadata/content_references/10/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.breville.com/en-us/product/bes870?sku=BES870XL\", \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/10/refs\", \"o\": \"append\", \"v\": [{\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 0}]}, {\"p\": \"/message/metadata/content_references/10/alt\", \"o\": \"replace\", \"v\": \"[Breville Barista Express Espresso Machine](https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com)\"}, {\"p\": \"/message/metadata/content_references/10/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Barista Express Espresso Machine\\nDescription: None\\nPrice: $699.95\\nURL: https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\\nNumber of Reviews: 18381\\nRating: 4.6\\nFeatured Tag: None\\nMerchants: Breville + others\"}, {\"p\": \"/message/metadata/content_references/10/type\", \"o\": \"replace\", \"v\": \"product_entity\"}, {\"p\": \"/message/metadata/content_references/10/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/10\", \"o\": \"append\", \"v\": {\"product\": {\"id\": \"16450469910668564627\", \"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"merchants\": \"Breville + others\", \"description\": null, \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/pHRz-6UsFkIC-wX5u1ytdc44MKeildc1AkdjNFZbrHP_P-g3ib99BrsRXUIS66K-EFZILIPXPSvG1aR1_Ntp1W1Rak4Xok12hdH_IB9dGyqGANfhWQQ37H78RcYXY_K4dNohEsQ3K9dmYDlkEBZjesCcSuyAkURIJnybKCd1NsJuCp2IuHbI_9raZHzux7JfaMQEg2MFSZbbPoFhA4c9LK_IWqU8Q4LWkQoH23ek_IhOAbNnkoKgCv_IbFXBxSBnkuntw7FvszfDlJ5rI3-zlQ\"], \"num_reviews\": 18381, \"rating\": 4.6, \"cite\": \"turn0product0\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Target\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Target\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\", \"price\": \"$699.99\", \"details\": \"In stock online, Free delivery between Fri - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.99\", \"shipping\": null, \"tax\": null, \"total\": \"$699.99\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}, {\"merchant_name\": \"Walmart - Barbie Dreams LLC\", \"merchant_subtitle\": null, \"marketplace_seller\": \"Walmart\", \"seller_name\": \"Barbie Dreams LLC\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\", \"price\": \"$899.99\", \"details\": \"\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": null, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Barista Express Espresso Machine\", \"all_ids\": {\"p2\": [\"16450469910668564627\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Barista Express Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"16450469910668564627\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Barista Express Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"16450469910668564627\\\":\\\"607EsD7TBTOGdNx2At-qamYWwOjCeYz61RSFkTaY9PB4vBuNBMBarkIO2gZlPMl5QaxLnpmWmTvkdn0AVATavWSXOdmoNVDQqlv72qU6jhsmlEvvrg6Sh2cMxoRKdAH3DkiCWFJU1Ktdd2sdX4OxZHGtCHh53vig5maQIHBOFLs5mfFg_Kf2BwxJPtQcdAcfiMxNqauZUwsI4KaJYUKPlw0MxrISVWLU1w87Zt_fm_E53dX9BqJ-9bdn00QeFaee3AUvVCcCdv7tpe2bD8OyD3qSCf0JiDNsUPmJYJCuIt3YGfHo1IhjFL9BCOhbeCTsb893gh3B4o_CzJsp2eqjhqAhNfo9y4rJTMVOaVsxGHZQDN_w5CQb0Wx5B5TkyPrphMo5blJ8yhZ4UgxtElOBrENF76Oq62X6dCuBNN2Da3U-39-PkMh3RertyV-yaflP2_98_FRJrB8gqr7lbpcffddDhJ7lU6eKrwvKRFWljZwdFy5Gi4W2x4N-lNxVeSIjj_NIj2rwzzaOoLb95h7e0EOQ2WK2yRt9Uqdqfsk0crkX21QEFTslWAMKmp6PvgWtWHCxil9GUjuD9lhFXu_1p42bn3SAO_EFhchTafyVI-oapDdGlebj-3y7M2otGCLODjCUmeYsK8W4TFwPQEXn_CCaTxqBDOsMFChwEe2iHvNpwYz8-axu_ZNvamWkvxR1tx-trh6h0GHD55en6ojxOhhRgcquKOHfkoxuoDedZRBRraaO20eMxw9vPCHssFv4y4enZMH8nImrCJtWNKImcJtIpiTuLkusaMT8QoaI5I_utYPN9jUJq4aiFUJMYb-S_Ido2zUkn-eTZzWiId8DvLdJpn5H0aY3jtJ6ed5hl9JIDB72I4pa0EqfJb9jjPkxrQus22YwVOX8itpRRV3AMpBv0gedxB49lTPQ625PPhQe3GNdo7TAGl435TZqqpF4pCT2ADaDJKn-YcfBroC5sw_oqHpM_MugHQ-nj7x0vuirNjhAzAB7q-4wSr_UMr8CQUAUyAjQjirivFg1Rf1KfA\\\"}}},\\\"included_image_hashes\\\":[\\\"44cd94eed18d4cbf2f5f3e3abc157eacda109ae3d7d24a06629b5bd446fceb27\\\"],\\\"provider_url\\\":\\\"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=feed\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"b25b7d6d-fd45-4975-b7cd-748eb19c3754\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/L3Vf6BOvnxBPjrKycBbfWieElUzfQPVq1l1cePSbDDWIK7F1nXxfV2bvQGyvBxt_2dUO59T8Upc2obrv0fjTqTvwLl2z95b-m2qyliidaXeNB9djYMg2wXRoWyot2gy0fLCP7-jfn0GmuB9tzX6vWeUki7dKKaOT1xh4Fv9Ja9HnDby7V5yHs1J9bh5q0asa_uAMHyOMVbgh5CHld1nqmnku23ZO9-mpZlctBn6SjtPD6lsv7sneNE-DuImlCXhb8aKY8okZMNC3xPKcMGyYcg\", \"width\": 567, \"height\": 649}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 6.3174, \"top_percent\": 0, \"width_percent\": 87.3652, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": 3.2613, \"width_percent\": 100, \"height_percent\": 93.4774}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"L3Vf6BOvnxBPjrKycBbfWieElUzfQPVq1l1cePSbDDWIK7F1nXxfV2bvQGyvBxt_2dUO59T8Upc2obrv0fjTqTvwLl2z95b-m2qyliidaXeNB9djYMg2wXRoWyot2gy0fLCP7-jfn0GmuB9tzX6vWeUki7dKKaOT1xh4Fv9Ja9HnDby7V5yHs1J9bh5q0asa_uAMHyOMVbgh5CHld1nqmnku23ZO9-mpZlctBn6SjtPD6lsv7sneNE-DuImlCXhb8aKY8okZMNC3xPKcMGyYcg\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 567, \"height\": 649}, \"subject_confidence\": 0.7091, \"background_confidence\": 0.7016, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0, \"y\": 0.0015, \"width\": 1, \"height\": 0.9969}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5, \"y\": 0.5}, \"focus_center\": null, \"face\": {\"detected\": false, \"candidateCount\": 0, \"rawCount\": 1, \"primaryBox\": null, \"primaryCenter\": null, \"primaryAreaFraction\": 0}, \"foreground_area_fraction\": 0.7589, \"component_count\": 1, \"largest_component_fraction\": 1, \"trimmed_focus_applied\": false, \"blend_unsafe\": true, \"bright_foreground_fraction\": 0.5898, \"warm_highlight_fraction\": 0.016, \"warm_highlight_mean_saturation\": 0.2278, \"border_std\": 64.6665}}, \"analytics_meta\": {\"product_event_uuid\": \"b25b7d6d-fd45-4975-b7cd-748eb19c3754\"}, \"price_history\": null}, \"prompt_obj\": null, \"markdown_context\": \"inline\"}}, {\"p\": \"/message/metadata/content_references/11/matched_text\", \"o\": \"append\", \"v\": \"ville Barista Express Impress Espresso Machine\\\"]\\"}, {\"p\": \"/message/metadata/content_references/11/end_idx\", \"o\": \"replace\", \"v\": 2512}]} ", "", "event: delta", "data: {\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" for | Most people | Budget-conscious buyers | All-in-one setup | Learning espresso |\\n| Built-in grinder | No | No |\"} ", "", "event: delta", "data: {\"p\": \"\", \"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" Yes | Yes |\\n| Ease of use | Excellent | Very good | Good\"}, {\"p\": \"/message/metadata/content_references/8/markdown_context\", \"o\": \"replace\", \"v\": \"table\"}, {\"p\": \"/message/metadata/content_references/9/markdown_context\", \"o\": \"replace\", \"v\": \"table\"}, {\"p\": \"/message/metadata/content_references/10/markdown_context\", \"o\": \"replace\", \"v\": \"table\"}, {\"p\": \"/message/metadata/content_references/11/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\", \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/11/refs\", \"o\": \"append\", \"v\": [{\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 7}]}, {\"p\": \"/message/metadata/content_references/11/alt\", \"o\": \"replace\", \"v\": \"[Breville Barista Express Impress Espresso Machine](https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com)\"}, {\"p\": \"/message/metadata/content_references/11/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Barista Express Impress Espresso Machine\\nDescription: None\\nPrice: $799.95\\nURL: https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\\nNumber of Reviews: 4015\\nRating: 4.6\\nFeatured Tag: None\\nMerchants: Macy's + others\"}, {\"p\": \"/message/metadata/content_references/11/type\", \"o\": \"replace\", \"v\": \"product_entity\"}, {\"p\": \"/message/metadata/content_references/11/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/11\", \"o\": \"append\", \"v\": {\"product\": {\"id\": \"12111636062644825995\", \"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"merchants\": \"Macy's + others\", \"description\": null, \"specs\": null, \"featured_tag\": null, \"image_urls\": [\"https://images.openai.com/static-rsc-1/bO0zT8OKfO_SINCep-kkJVEtdQgd0ZJNFB2Zm_zp1Svbw3tIDlEiyWSiFUtsoFhjlv86-Nexao5UoOVqreQGz2UH_g8uoIBzAJ3w8xLZX05oONXqR7OX4Akau15ciRIkRF6zqgNJFWJaznkKWbzrR-UHLDFZwOoHqalt-7Pn7EEd4AFtFIAF9O7C9uQGa7QjwhJ1MrSMmLzn12GsV_ff1VzmbOJbRMHFVVNSPGWHKGUBu3EnJwPVbMVso6P41NeR\", \"https://images.openai.com/static-rsc-1/xkeJpaAUkI2Ppmg-OPTwFEiiVeAAqGjZrhXcSSxmiWAdjm8CKiNq_S7DTezVhd8jhsCTKsC36FB5_jf8iAL612MJVV8uf7bkrHEkZEXSOhhG92jEO7EXU_jNc51dWldmjFNdMb-D6HrLkdUR80EJpOEtqzWEjLXNr-Z17y_8Ga8fBzfydXr0M3A4nSH-sUIHqEXI2ET66yt75wbGurmHmxlPGouPZygzFAf_FjUm5p1yZdfTHpLFBTM2S_fcxFnd\", \"https://images.openai.com/static-rsc-1/YMdCAT_DzOwI98Zj_ajaSrgUVgCW7-6qwa8z-DCgtHogFRI2LygsT-1tEsQabnFTbK8FufbBxpwSjhjJgTMJdf_17h0RCmiE4v27POttiQ2sibPyOcDjuJBan7MGLoqk5XtnpkV_Aw7K2Qp0rzgkvBcp-NRxlziHCfjzHuGeXubKNnD_rwjsCilexH7nsddXUrLGLpB8Xi7u_jjQkGU2LE2D97wTVN0F7tzTLXE3MLKP_OpPRLg2RRtcNBGaV6Cw0UTptXyx5wx8c6H-Fw-kBA\"], \"num_reviews\": 4015, \"rating\": 4.6, \"cite\": \"turn0product7\", \"offers\": [{\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online and nearby, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online and nearby, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/?utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Bloomingdale's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Bloomingdale's\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Barista Express Impress Espresso Machine\", \"all_ids\": {\"p2\": [\"12111636062644825995\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Barista Express Impress Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"12111636062644825995\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Macy's\\\"],\\\"provider_title\\\":\\\"Breville Barista Express Impress Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"12111636062644825995\\\":\\\"4LgGdcc0zYtobaet-Tfxc2E1f64CIUk8kWe7mYUwojQuq9SUql7XecR1R0LLrc_swLZktUDIR-k__dprL2AA_0RiUqNVO7Zkue5a9qtgnQUd4vAiBYy2M_AxaphwhXZViD_mov2za6POyWfByTnWwoMOyWTW3Gjoa_nsvWTfHA2qyD6XvrVwQPIxDtwO6TNVEvE1m_dVB4Pu-uwUaTooIKLSvxSsyjTGA3ucwnQ5rdO6Z_mHqA_KQkI36JHb8Kl-X0cK9oOvSiPM0wzJYLb1B0Rkb4YnOTMrcVoZ1euQpUHfaoVqL9igrmRA5CmGURGCzm2hu_6Cf3-i4TWh-EdNeUkxpwbkC3z9ewf467HAa2_S2Vk0bzsTwgPmTvzT6OMwRffdBy6LA8Jnf1TBwOo6KxFQLecP9AJ3VCZWxJa7D421iS8UEBUjiWAh8uTOpmoHyIdFEwXyrwmNdqc2wKQWNPUfgIFbcCg9zfrZPZjVthR0fbEOTsF0oEx4Uzu_pfacTde6uRWfwRl5Wp_2t0M9QbNZMjQ85l5B0KUH58jG5MnfiP8fcit8bovuhWz0JQzqLRXBiWOud4GmGWt0W74ouoHjLvcC8PdQIpARelg0nPFUIBW3_PaYBwAc3D5AkVMu4YrLQ3A0D4SahUb684AA70rHb1T6V0VOqTHDYkXzL_8HMwPlFllqVA49p1YZLCF2fwLgrKfGldQV4VeZPLxk6XJWX5Y9vrkaCK9FrKfRJiuggxnQVDe39fhI-t26EsYpvr9m8WZSpAMjngQk996CeESb91fB8Dd330qMYt1eoABvMPY1iclA6yKOQbO5ENqDWu0Y05W1jf2mZErwH-eAPgKzTtMlyg1fyMG2dlEd7PZY87_63i3wI93_58pHS9ZgHUJ-sg6RqkBUMPl6rYuqvl88QYqggdSm9iWWEvNZQjmFDNxh_lwc4xZTe5Blt6LL95Tq0cSRk-sdkNdPoE8ygTgq5zPkehrYKi7pn3AsZ3_T2B7ysTw-DyAgebTNhuKaYHfLTTMptmbCtQ9tzQfH7w\\\"}}},\\\"included_image_hashes\\\":[\\\"b1bcac75e5146169c138428b174cc2520c222dd7ae27eb745186572e8e4cfa93\\\",\\\"092915496614b72e94039e5999bace767def14e708466616fcb9c4b703d4a9d9\\\",\\\"a05fe2b80fd04d724a85f8166ef8ef781420cd0348d832dfe8f670f1e778b2c5\\\",\\\"279c6c518460ae74367423fa34ea3469c3a12403a49320ae67c971adab2c31da\\\",\\\"1a711b4a43260e0e94cfbbbfdd1c349f1c0a0f357ba0e44782134cb9d3eeab3f\\\",\\\"ef5b7dae2119ca4edbbac4508012f7e7b2dc3126f8e6c8f376dba19e3f2c15ad\\\",\\\"2b231a76a6deee703ffa25cdc2bc650859c55d6944cd6c178f5a0f678d7fbe63\\\",\\\"91c184893f6916430922c743d3bc6a2c8a945d835153e643c95f42603b4f73bc\\\",\\\"f8b5c76d9fa2c0b07687081fc8c71b7275b993d522956d68f18ff41dc0bc738e\\\",\\\"b40671914cb0e5b4411d63b5dad0f0f3af4653f1ebed0fec21edbaf85882f809\\\",\\\"cf258516e00964aefd9d4cda6834b4682992f5cfbe09487f6d3a29805f45caf6\\\",\\\"c6f4b5dc50e83494b6fb0e9c7de126cdb2682b0e653de09418f6582717b69aeb\\\",\\\"474a6b2c84ddb22b964fb01694dca05ffff71ceb8c5d45731d7c51a27bc84ce2\\\",\\\"bf87db7860b3496f0b583ca85887e021b9a66a34feb10d22d68f2316bbf9e0d1\\\"],\\\"provider_url\\\":\\\"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"c3e4a186-4234-4f0b-a2ad-5aea14a9441c\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/2zsWpmtDabd3Mzv0f77MDmSt3cteUD6kTEUo32yhi2G8bHPHwz3SE_IToP03bP1n8cWJsG6djoOa5yXQWzanCKhWgRE8ARwx6uTufUUY6WINmWYiQGRUdZeFtwg7h-Q-wQrRq4Jy6PpZ_84KAGLbg1uFCWLJTkAhHqmp_LQsY0Z4lktz9EHShsXvldr8Wpqsqmljt5FvNfvL0SMVWIypd96RiIFqHvWaNTFopaAecnv6-HxiES4CQFZu9W4KvR9u\", \"width\": 798, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 5.6667, \"top_percent\": 0, \"width_percent\": 88.6667, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": 3.9474, \"width_percent\": 100, \"height_percent\": 92.1053}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"2zsWpmtDabd3Mzv0f77MDmSt3cteUD6kTEUo32yhi2G8bHPHwz3SE_IToP03bP1n8cWJsG6djoOa5yXQWzanCKhWgRE8ARwx6uTufUUY6WINmWYiQGRUdZeFtwg7h-Q-wQrRq4Jy6PpZ_84KAGLbg1uFCWLJTkAhHqmp_LQsY0Z4lktz9EHShsXvldr8Wpqsqmljt5FvNfvL0SMVWIypd96RiIFqHvWaNTFopaAecnv6-HxiES4CQFZu9W4KvR9u\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 681, \"height\": 768}, \"subject_confidence\": 0.7423, \"background_confidence\": 0.7055, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0.0485, \"y\": 0.0039, \"width\": 0.9501, \"height\": 0.9922}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5235, \"y\": 0.5}, \"focus_center\": null, \"face\": {\"detected\": true, \"candidateCount\": 1, \"rawCount\": 1, \"primaryBox\": {\"x\": 0.188, \"y\": 0.2589, \"width\": 0.0877, \"height\": 0.0778}, \"primaryCenter\": {\"x\": 0.2318, \"y\": 0.2978}, \"primaryAreaFraction\": 0.0068}, \"foreground_area_fraction\": 0.7245, \"component_count\": 3, \"largest_component_fraction\": 0.997, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.5919, \"warm_highlight_fraction\": 0, \"warm_highlight_mean_saturation\": 0, \"border_std\": 67.6719}}, \"analytics_meta\": {\"product_event_uuid\": \"c3e4a186-4234-4f0b-a2ad-5aea14a9441c\"}, \"price_history\": null}, \"prompt_obj\": null, \"markdown_context\": \"table\"}}]} ", "", "event: delta", "data: {\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" | Excellent |\\n| Counter space | Compact | Compact | Larger | Larger |\\n| Typical price |\"} ", "", "event: delta", "data: {\"v\": \" Mid-range | Entry-mid | Mid-high | High |\\n\\nIf you want one recommendation without\"} ", "", "event: delta", "data: {\"v\": \" overthinking it, I'd choose the **Breville Bambino Plus**. If\"} ", "", "event: delta", "data: {\"v\": \" you want a built-in grinder and a more complete setup, the **Bar\"} ", "", ": ping - 2026-06-03 06:18:56.848224+00:00", "", "event: delta","data: {\"p\": \"\", \"o\": \"patch\", \"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"ista Express** is the better long-term purchase.\\n\\n\explore_more\\"}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \"\explore_more\\", \"prefix\": null, \"start_idx\": 3063, \"end_idx\": 3077, \"safe_urls\": [], \"refs\": [], \"alt\": null, \"prompt_text\": null, \"type\": \"hidden\", \"invalid\": true}]}]} ", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"{\\\"selections\\\":[[\\\"turn0product4\\\",\\\"Breville Bambino Plus Espresso Machine\\\"],[\\\"\"}, {\"p\": \"/message/metadata/content_references/12/matched_text\", \"o\": \"append\", \"v\": \"{\\\"selections\\\":[[\\\"turn0product4\\\",\\\"Breville Bambino Plus Espresso Machine\\\"],[\\\"\"}, {\"p\": \"/message/metadata/content_references/12/end_idx\", \"o\": \"replace\", \"v\": 3153}]} ", "", "event: delta", "data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \"turn0product0\\\",\\\"Breville Barista Express Espresso Machine\\\"],[\\\"turn0product7\\\",\\\"Breville Barista Express Impress Espresso\"}, {\"p\": \"/message/metadata/content_references/12/matched_text\", \"o\": \"append\", \"v\": \"turn0product0\\\",\\\"Breville Barista Express Espresso Machine\\\"],[\\\"turn0product7\\\",\\\"Breville Barista Express Impress Espresso\"}, {\"p\": \"/message/metadata/content_references/12/end_idx\", \"o\": \"replace\", \"v\": 3272}]}", "", "event: delta","data: {\"v\": [{\"p\": \"/message/content/parts/0\", \"o\": \"append\", \"v\": \" Machine\\\"],[\\\"turn0product8\\\",\\\"DeLonghi La Specialista Opera Espresso Machine\\\"]]}\\"}, {\"p\": \"/message/metadata/content_references/12/matched_text\", \"o\": \"append\", \"v\": \" Machine\\\"],[\\\"turn0product8\\\",\\\"DeLonghi La Specialista Opera Espresso Machine\\\"]]}\\"}, {\"p\": \"/message/metadata/content_references/12/end_idx\", \"o\": \"replace\", \"v\": 3352}]} ", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.delonghi.com/en-us/p/la-specialista-opera-la-specialista-opera-espresso-machine-with-cold-brew/EC9555M.html?pid=0132126084&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.delonghi.com/en-us/p/la-specialista-opera-la-specialista-opera-espresso-machine-with-cold-brew/EC9555M.html?pid=0132126084\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081&utm_source=chatgpt.com\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "data: {\"type\": \"url_moderation\", \"url_moderation_result\": {\"full_url\": \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081\", \"is_safe\": true, \"is_blocked\": false}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\"}", "", "event: delta","data: {\"v\": [{\"p\": \"/message/status\", \"o\": \"replace\", \"v\": \"finished_successfully\"}, {\"p\": \"/message/end_turn\", \"o\": \"replace\", \"v\": true}, {\"p\": \"/message/metadata/content_references/12/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081\", \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081&utm_source=chatgpt.com\", \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\", \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\", \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata/content_references/12/refs\", \"o\": \"append\", \"v\": [{\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 4}, {\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 0}, {\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 7}, {\"turn_index\": 0, \"ref_type\": \"product\", \"ref_index\": 8}]}, {\"p\": \"/message/metadata/content_references/12/prompt_text\", \"o\": \"replace\", \"v\": \"### Breville Bambino Plus Espresso Machine\\nDescription: None\\nPrice: $499.95\\nURL: https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\\nNumber of Reviews: 4135\\nRating: 4.4\\nFeatured Tag: \\nMerchants: Breville + others\\n\\n### Breville Barista Express Espresso Machine\\nDescription: None\\nPrice: $699.95\\nURL: https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\\nNumber of Reviews: 18381\\nRating: 4.6\\nFeatured Tag: \\nMerchants: Breville + others\\n\\n### Breville Barista Express Impress Espresso Machine\\nDescription: None\\nPrice: $799.95\\nURL: https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\\nNumber of Reviews: 4015\\nRating: 4.6\\nFeatured Tag: \\nMerchants: Macy's + others\\n\\n### DeLonghi La Specialista Opera Espresso Machine\\nDescription: None\\nPrice: $699.99\\nURL: https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081&utm_source=chatgpt.com\\nNumber of Reviews: 308\\nRating: 4.6\\nFeatured Tag: \\nMerchants: Best Buy + others\"}, {\"p\": \"/message/metadata/content_references/12/type\", \"o\": \"replace\", \"v\": \"explore_more\"}, {\"p\": \"/message/metadata/content_references/12/invalid\", \"o\": \"remove\"}, {\"p\": \"/message/metadata/content_references/12\", \"o\": \"append\", \"v\": {\"target_product_count\": 4, \"cite_map\": {}, \"products\": [{\"id\": \"1642596591823582493\", \"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"merchants\": \"Breville + others\", \"description\": null, \"specs\": null, \"featured_tag\": \"\", \"image_urls\": [\"https://images.openai.com/static-rsc-1/CYdrKQG0l588gzGVJmNrxqxMgblx2Uvqd4HoTwoAOdheGgl2-igW0ZLLxUSY_avK9NlBbIszH4JFQ7GqBXc6lDjOb3Ycw7x_5zTCKTjm5QJJ_9QBEopO3lUK69O0geuXGgba_sB8ElVw1EccTlo2vL0nruJc-pFN8VwN11iFjWZf3z2d4MO7uWkiFaijRBRJmNefrgcZ5yHE5KW44rOQiFnN3qbPJra9wioIbBP6Em6DokwYgmqZanaC4aREva8fu3J1m-HDPZp4c0oxkkNR_A\", \"https://images.openai.com/static-rsc-1/UZG669fhY6iC0Dmj2s1dqMSZF6kxrC8zE39Z59J7zxHDWQ2pM8gnkuM1b5V_3ywE7nI3OOcIU3Xb0_-yOgOmruvbUaWWGX9kMak-Y6i2EQk10bPOakNANB785QZTGzvPMuMoj50dwSbVUvYGWxLB1pQEvCBv8YoQVQ6sY3h0h21vDb2XRAMQ-QNVTAjDWa3jZwWuw2luvSMdTyB-tl9jkC2W8M4sxc0vJC-dkwPKNQanBlEykiiVhcP9QZzUItyN69oWrqTyxw-yWgVP_lkpPQ\", \"https://images.openai.com/static-rsc-1/fuy9Mrs3_dnHxGmteGQwib3nZGPPbKxu1N7IdUevUPKm2hlbU-mPIGhfEBEzQ5PNv80NiJIUZxVo0f-k4cGp20Je0SuooDnYzsgTE8wpxQne6PyKKG_4z8tpq_eTZaxar0-KRp5DCV9ktbC97fKUbaU8xUQTEmRUl8Opbtqs7LH93rFmljv-rj2wpXAzywpZ3dV27_6tl1GcARY1wz0aP53QSqszerSBTtRPVKNEZeDhuF0rHNA5E-UKP2bwPb_CBwtpRgi-XlljU7-DjmknWw\"], \"num_reviews\": 4135, \"rating\": 4.4, \"cite\": \"turn0product4\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559?utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\", \"price\": \"$499.95\", \"details\": \"In stock online, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$499.95\", \"shipping\": null, \"tax\": null, \"total\": \"$499.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Bambino Plus Espresso Machine\", \"all_ids\": {\"p2\": [\"1642596591823582493\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Bambino Plus Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"1642596591823582493\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Bambino Plus Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"1642596591823582493\\\":\\\"wH88nkGMm7zOdSRXz4GbpAJIq8HopUA3q42-eVTL8GaJ354QTQBfhUTJ-tMSwEtoGJG1UoSFVD7e7B3-7zYiEBWOEjfep0AxrfvEZklMiob7FBVxZzFLyGH-HvCZc3sCeoXzJjWlFeuz7T5SiDzB1QuAXLtMJoiPqYnhNMBlQkFnE5uErHAcTSSUno8FJ0Dn09eZ_aLEviM8E3nv0vq6RZXDypVpxuNSwjq-le6QjVNhs-BGfwNJpKjVMql_Pm1OYten7wfL1wm8pc5AK6HdI89IKO0EOLjtaqMXimd2YxGelwYMNQMRwet75t4TjMcRjZtIFoyGVVOBofKmqAig4Yz8U99Z8OWTlQcsacl_k_tewOBAqeU5_Ql7hT6L3jndFEWT0IljK4cGdxD1GoiBMBXV9nVu2K3WkF4TfE-kynxkCvn-sC5aCRaFoivxybBgaXAQvL1Y1kA8b4qvBHpOHzFLfyRW1Of_UbiVOjaFVpuHxtBcyBiIb3EDGTFkJpxarE4-cgsbVOlpNRrK0Bftz4bWORNgLUJpUUXYBWi9jpePxvtBDYhYFJweNSKwHkGZSdxtsvyPo5PEIXBNdO83ZWogAqvOEZ4XUDEUAW3Z1dfwZQxgOvWZsAooH9D8aM3W1CyAizQba55v1mB6uDZRVEJRd6NKmZ5Ff_JbmWAg_NDFKreLDWeprTUQqdyfT2VhtXElb4MywQxV9p8xUz1VVIcSN45xJl7KCw73MJkKvoXnW3xVcpuQgPfPXMOHKn-YroxZZTTrjesaZSF8Q2nmLEw3ZlPI2hm5S4rrKllUMU_UJQnH9y5NqjwwUR8yTsG-ju-lH1p6ZK9jdATj2CSDZQ29j4KPyrH52S8IfgrpzoqxPIaM6GPpk8hprqbRmcdy4wKTiQlUpojkf3ThF0FNR3cH90A6oqyX-ZgZC2tqY2XQqY35hRgtwlfFbnkhVAdFjCNAjTCV-_e3vPR2v2PpH-Jx4WwAGP_xivWvDjCn1WPww8LI1t2mLLO01RtI4TyW\\\"}}},\\\"included_image_hashes\\\":[\\\"be461aa85ee28d725cdccc83446f98fb7c88a8491d0db907f278ccc7b002e296\\\",\\\"bdefda58e3ba02e1f89641c55871d0d159c3b964f55d5cc3d099246d7e4321c9\\\",\\\"dd8eca986f1b4dcf896877b72b359c036a96092d2731efbfd6a21b4b3ca54a6f\\\",\\\"5bb636bea3cc9c6df34f22e54f004244a95d79bbfeb90c84df211b34e03f484a\\\",\\\"ecce360ff627a489ad4fa0768bce1bdd9874e8674088dedb45ff4cf97cbdb0e2\\\",\\\"6bf20102aad5483a325407b46a61f9339c161f97a2c317f48d77ea719131eb0b\\\"],\\\"provider_url\\\":\\\"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-bambino-plus-espresso-machine-with-15-bars-of-pressure-and-milk-frother-stainless-steel/J7266L533Z/sku/6302559\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Bambino Plus Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black%20Truffle\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"957e8967-2c73-4d4e-8225-0517eaffd281\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/prEAptYdWkWqWMwJCjCiLGzCXITlrQ_uCH5dN_H5fsoDYP4lL6QZVUfoUpI1F_rq3ju6OrMATt29x8dbqeFM71EjW9drLnMLlhD2ewk4ETRzNOX9Njhl4Nrlnbfk7SJOQv4-5eKgo2ZecbzuOUzfx3tjEFVbyywL1l36dEk-miuA5--MEcgw5CgKrsYmtkQJ8jkR6s0FgUvaJ96F0SlcrEMFGRMo9Sb3cLAwQMZpvU_rVTIiLYrLPpTjKGNDIIkxW7OLxfFEJ9RAa-en6I9Bmg\", \"width\": 525, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 20.8333, \"top_percent\": 0, \"width_percent\": 58.3333, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 14.2857, \"top_percent\": 0, \"width_percent\": 71.4286, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"prEAptYdWkWqWMwJCjCiLGzCXITlrQ_uCH5dN_H5fsoDYP4lL6QZVUfoUpI1F_rq3ju6OrMATt29x8dbqeFM71EjW9drLnMLlhD2ewk4ETRzNOX9Njhl4Nrlnbfk7SJOQv4-5eKgo2ZecbzuOUzfx3tjEFVbyywL1l36dEk-miuA5--MEcgw5CgKrsYmtkQJ8jkR6s0FgUvaJ96F0SlcrEMFGRMo9Sb3cLAwQMZpvU_rVTIiLYrLPpTjKGNDIIkxW7OLxfFEJ9RAa-en6I9Bmg\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 448, \"height\": 768}, \"subject_confidence\": 0.7328, \"background_confidence\": 0.7271, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0, \"y\": 0.0221, \"width\": 1, \"height\": 0.974}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5, \"y\": 0.5091}, \"focus_center\": null, \"face\": {\"detected\": true, \"candidateCount\": 1, \"rawCount\": 1, \"primaryBox\": {\"x\": 0.0648, \"y\": 0.2578, \"width\": 0.3543, \"height\": 0.2067}, \"primaryCenter\": {\"x\": 0.2419, \"y\": 0.3611}, \"primaryAreaFraction\": 0.0732}, \"foreground_area_fraction\": 0.8411, \"component_count\": 2, \"largest_component_fraction\": 0.9863, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.6029, \"warm_highlight_fraction\": 0.0001, \"warm_highlight_mean_saturation\": 0.2252, \"border_std\": 51.5932}}, \"analytics_meta\": {\"product_event_uuid\": \"957e8967-2c73-4d4e-8225-0517eaffd281\"}, \"price_history\": null}, {\"id\": \"16450469910668564627\", \"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"merchants\": \"Breville + others\", \"description\": null, \"specs\": null, \"featured_tag\": \"\", \"image_urls\": [\"https://images.openai.com/static-rsc-1/SEwJWwNzQULPPSpJUCZO6foZdE5HQJ8BphL5niZmRRFG6k6oouWyQXLaggi73We3w6pPoqDCz583jnMQrQXdqGERUCJj5U4FNJ5S4fsHd7whw4Pzzl2_zefhYOy-Hp42buY2tBy0W0DXyBdNyWczbcv_IWzDiNEYPVRRc7nRR50sZdbSDLGGGGeOkQKES1F7X4BO5BwLVxYlTVk7Syfb7VYfJNmGFRYdt9YRBPdEKWvCUJpOCfXiy_sx_oyKky3XoPPTZrzUf3VsHWFBwm6TjQ\"], \"num_reviews\": 18381, \"rating\": 4.6, \"cite\": \"turn0product0\", \"offers\": [{\"merchant_name\": \"Breville\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Breville\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 11\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1013\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\", \"price\": \"$699.95\", \"details\": \"In stock online, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.95\", \"shipping\": null, \"tax\": null, \"total\": \"$699.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Target\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Target\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\", \"price\": \"$699.99\", \"details\": \"In stock online, Free delivery between Fri - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.99\", \"shipping\": null, \"tax\": null, \"total\": \"$699.99\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}, {\"merchant_name\": \"Walmart - Barbie Dreams LLC\", \"merchant_subtitle\": null, \"marketplace_seller\": \"Walmart\", \"seller_name\": \"Barbie Dreams LLC\", \"brand\": null, \"product_name\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\", \"price\": \"$899.99\", \"details\": \"\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": null, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Barista Express Espresso Machine\", \"all_ids\": {\"p2\": [\"16450469910668564627\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Barista Express Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"16450469910668564627\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Breville\\\"],\\\"provider_title\\\":\\\"Breville Barista Express Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"16450469910668564627\\\":\\\"sPnFm_ZHkJqzxI_n0FiCSznyCS2-WLC90-xeN7DWbxv-7iicoUq_zXgvjzTRCYdphrB_RSpsW0CtMpEqpRhgHIxR1qBsD-PzuDi9flCBpc3dRZ1ggznOEDcQu-xJHRH67YsRDmkpWiixuAHSmr028yIE5J0f_ZpblOuSrkN-9Ywj1D7196J7k5KBepmM2xsk0tvfdRyBZ1ZrDCamYTrQNtkyLT4yEn1S6PoTeM2TDFdgnid2QzlC1UzA5tUfSgVLs8gBsVUeVeWndhIcFPwFlS1ed73wuhmxWz0ELb1TuSTKW2IZWQfk9o2BA6uZ0UhEpTzGMO-a5gAUcg3WubavUXsjEkhYeHgG70Bgjt6k75Qv2ZqG41PgmTva46BHK_rNqMTyQ0QogFxH4jkGC6YAg-WTXdVD2xnvzil1vp7uZ7bLuKf-e79n5Sg19-9-Y1KSEYSVabqhdXSRsmy3h9gvyJFcuzFlLNFFN_7vbTo9G5OAm9dYAw2hNaTChL49Gk3FwaX8K-oTMtPOgeHtKEy5Gj2JRPplxCCJiwI9bNO2ign2oSB5KrrwcXrVa-hturb1Kd6qPYfcX7cRohnqPn5qNPOdM9EZgK0VqYnqhaOhYbMkbUkjdp-ukHp-tcloeMsyIisFXJ2xrh1ODgUz7ofrgbglMiodt1y02W2vMN4Ug-iTnR5bcpk22zol3iGkCFNnSaRFFOUv6P_PloWWPajUZFcfPCo5s-Vmp1xNm5hHCpxTk46d0ZMa9AHxXmFcVwpxoRc-8ib-jaFwXiw6z0tTf5qH5XEb0VnTYmSzdr60Okh-gJwEHvF5Q6Y2ah5nFETrNuhrsHOX5IXN_NeCMhY2lNFM9q1UUvUSOp10js6vViuCIuyJji3fdYg3W0V1LQJMbSO_ooUfZx7XFh0MfKjQ-3eaFWJLkgWiYybiC3BtAw-cNG4S8mb5Z92r1DQq3dQuedhVheGfTr1B32C9zm_d8ATHmHupXmUxlUSg1ZnYNqT5cMguc-Ij36V0OXRr_tkFj5HXqi6SfjiuZfM-Y-aT5w\\\"}}},\\\"included_image_hashes\\\":[\\\"44cd94eed18d4cbf2f5f3e3abc157eacda109ae3d7d24a06629b5bd446fceb27\\\"],\\\"provider_url\\\":\\\"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169?utm_source=feed\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-espresso-machine-with-15-bars-of-pressure-milk-frother-and-integrated-grinder-stainless-steel/J72668V6ZR/sku/6291169\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Espresso Machine\", \"url\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"b25b7d6d-fd45-4975-b7cd-748eb19c3754\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/L3Vf6BOvnxBPjrKycBbfWieElUzfQPVq1l1cePSbDDWIK7F1nXxfV2bvQGyvBxt_2dUO59T8Upc2obrv0fjTqTvwLl2z95b-m2qyliidaXeNB9djYMg2wXRoWyot2gy0fLCP7-jfn0GmuB9tzX6vWeUki7dKKaOT1xh4Fv9Ja9HnDby7V5yHs1J9bh5q0asa_uAMHyOMVbgh5CHld1nqmnku23ZO9-mpZlctBn6SjtPD6lsv7sneNE-DuImlCXhb8aKY8okZMNC3xPKcMGyYcg\", \"width\": 567, \"height\": 649}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 6.3174, \"top_percent\": 0, \"width_percent\": 87.3652, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": 3.2613, \"width_percent\": 100, \"height_percent\": 93.4774}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"L3Vf6BOvnxBPjrKycBbfWieElUzfQPVq1l1cePSbDDWIK7F1nXxfV2bvQGyvBxt_2dUO59T8Upc2obrv0fjTqTvwLl2z95b-m2qyliidaXeNB9djYMg2wXRoWyot2gy0fLCP7-jfn0GmuB9tzX6vWeUki7dKKaOT1xh4Fv9Ja9HnDby7V5yHs1J9bh5q0asa_uAMHyOMVbgh5CHld1nqmnku23ZO9-mpZlctBn6SjtPD6lsv7sneNE-DuImlCXhb8aKY8okZMNC3xPKcMGyYcg\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 567, \"height\": 649}, \"subject_confidence\": 0.7091, \"background_confidence\": 0.7016, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0, \"y\": 0.0015, \"width\": 1, \"height\": 0.9969}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5, \"y\": 0.5}, \"focus_center\": null, \"face\": {\"detected\": false, \"candidateCount\": 0, \"rawCount\": 1, \"primaryBox\": null, \"primaryCenter\": null, \"primaryAreaFraction\": 0}, \"foreground_area_fraction\": 0.7589, \"component_count\": 1, \"largest_component_fraction\": 1, \"trimmed_focus_applied\": false, \"blend_unsafe\": true, \"bright_foreground_fraction\": 0.5898, \"warm_highlight_fraction\": 0.016, \"warm_highlight_mean_saturation\": 0.2278, \"border_std\": 64.6665}}, \"analytics_meta\": {\"product_event_uuid\": \"b25b7d6d-fd45-4975-b7cd-748eb19c3754\"}, \"price_history\": null}, {\"id\": \"12111636062644825995\", \"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"merchants\": \"Macy's + others\", \"description\": null, \"specs\": null, \"featured_tag\": \"\", \"image_urls\": [\"https://images.openai.com/static-rsc-1/ovNreEPTz3X55lUnpPh7xHUiQT6X3aiAxLb0jLlxskuORitVvFPgXN28z3I4uFZtnXjJPYt3CTZqAT47sscyGsqY39bXOyVDk8PpjqQEB9VZJaNTyszS3pHz4tFS1GrsZ869MA-m5dCD6M3Bf8hMAqX2Jd8HYaLpwa6UkvZi8XIo6_rr1HWnoOaMnSJqCj-p7Gts6af7K9xp5uQ78rUC3axkqOf5ZqTMYJzdHu6WRl32-ya83yX15rjRrn0lFAeG\", \"https://images.openai.com/static-rsc-1/jRjJLUAd4iGG5HP_6UWeVv06ScXLlf4rACC-o_IaEhsBqVSLVcILOIhFt7zHf4Jrgp1Ds65a-oEz97cQ_T1CHx8aVrkfAkcwByjDDI_NpSyHlfUhV48mwW_2xUHEkKb94AQ43s2NvqQjFq-GcTfO8DEfhBRW9WvldkmUAe3h9N4gSbQEEDvjcBUcn1r41GAnB2enhlhvgr_r3i0C4znSoRvSE1w6v6VLkP5CFrWKCbkjJWD23AvWpj6QSjXa71P7\", \"https://images.openai.com/static-rsc-1/w80uaidX5DQl_v2-1hMFcV83fZI0UuGS0ISivjd_T_XtN-eKta5MXfVB_Kaj1_vJqhwJniYnIPHhec4uQBLENxmcrH_nFw5QV2syyyRy9hsKDc3GY34lWooWXc848f6f0IiiGklpAFbTcabQ4LEQztKEbjWnJRkp0ht50t88Ud0xyqMbnCT5qAwIW-GMu1ZqMh4Y5U4ZZh-4aBY2fntxj2yLe0eJNwde2SYMikDlp8D7lK8tENZD4NB9Hmgbc7_jEMH-lK3JnLGyek5nYEJqxg\"], \"num_reviews\": 4015, \"rating\": 4.6, \"cite\": \"turn0product7\", \"offers\": [{\"merchant_name\": \"Macy's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Macy's\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online and nearby, Free delivery between Sat - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online and nearby, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"crateandbarrel.com\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"crateandbarrel.com\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/?utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Bloomingdale's\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Bloomingdale's\", \"brand\": null, \"product_name\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US&utm_source=chatgpt.com\", \"price\": \"$799.95\", \"details\": \"In stock online, Free delivery\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$799.95\", \"shipping\": null, \"tax\": null, \"total\": \"$799.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"Breville Barista Express Impress Espresso Machine\", \"all_ids\": {\"p2\": [\"12111636062644825995\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"Breville Barista Express Impress Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"12111636062644825995\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Macy's\\\"],\\\"provider_title\\\":\\\"Breville Barista Express Impress Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"12111636062644825995\\\":\\\"RorVv5_09JoDqU96JR1t-c1cI50a844PILrYXSaUbocat8v1hJsRsSs8yux2de5qyY3rEKE-jxHtDClh652vAUoeG45RTW3MjGOvHvpDJ2VCL0sEvhGhumfix3PqVs_astRPV6J8XAugnNk7h6yCi2pzjg2Pg832LDP25SkZ63go8bK40bz8kyu2wdmYcPbBz1JzIYO0fj6VVdIJB0lZYajbrE3LveSZ2XJBUxYTdJMnFrH-mCnCGa38Bu6FMFQhrcWWiR0CcQfbPWs9IqauJeniYDn-jXNjHmnJcNAoUxllq7s75OP3HNdhwBF9zrbe05MW1j6r-3cdsNyCGX5a8c8q4GbfqBvXY5-BTz_EkLV45HD-gVtho_Pm8INZvmPViHxG3rRXhXMfZTpqLsFh5sLPU3IDaTl44qJqR-AlNh3Bxzv-IC6N7BSUMWLrPOjfjfWgp4dfX_4p5ewogv6LXcfvRLUsqhZYsVic2oJdj1zGftlg9_Xj2MCAL8s7l7lpHhDLR8_OK-vlfVX712ozR3WRAPmwCmAjoZMKbLO9r35OvQ5jochsX9pYrAupYnGeSvQ-5Glji0d79oYSQfWdnoDUQQ_wmu3C-xW91jSIVXgYIC6rVxmw1ZzWxJOHIKERYwOKVQoFq-bQTQ3gW-5BH2gEDLHQYXDHu--Lxc-plbk94C3ynWRFHWL1T3CF61oujvz3IfvjXY2ZsS0EIhXbBf36iMfd39lFEO330or-8eLKeNmHC3sKv7NM4aqvbmTlEokW77CHkYqrVaM_wVq_r1cntGEiUd_qJlbGtslMKwMhWfDNFHTQS-JRueolbDCqXvZsHN0xhelhEm7Xkn785qyoJCNk74vhpyzMzYmI6XziJ3_2n0z1GR38Vxrfv-zzRhrSoUGKJB0xZf_8aTED0me5VC-irQSr1G_RRUNQy-Dfs4FApFjGTIVP848BVPED-bsSHgkstrAsCl-72OMkBFV_YJIILp0LCSer1V4MfH8A2UjPXQZW3ty4j5YGP4yUAWatD6KP9q9w70hfpsjGLg\\\"}}},\\\"included_image_hashes\\\":[\\\"b1bcac75e5146169c138428b174cc2520c222dd7ae27eb745186572e8e4cfa93\\\",\\\"092915496614b72e94039e5999bace767def14e708466616fcb9c4b703d4a9d9\\\",\\\"a05fe2b80fd04d724a85f8166ef8ef781420cd0348d832dfe8f670f1e778b2c5\\\",\\\"279c6c518460ae74367423fa34ea3469c3a12403a49320ae67c971adab2c31da\\\",\\\"1a711b4a43260e0e94cfbbbfdd1c349f1c0a0f357ba0e44782134cb9d3eeab3f\\\",\\\"ef5b7dae2119ca4edbbac4508012f7e7b2dc3126f8e6c8f376dba19e3f2c15ad\\\",\\\"2b231a76a6deee703ffa25cdc2bc650859c55d6944cd6c178f5a0f678d7fbe63\\\",\\\"91c184893f6916430922c743d3bc6a2c8a945d835153e643c95f42603b4f73bc\\\",\\\"f8b5c76d9fa2c0b07687081fc8c71b7275b993d522956d68f18ff41dc0bc738e\\\",\\\"b40671914cb0e5b4411d63b5dad0f0f3af4653f1ebed0fec21edbaf85882f809\\\",\\\"cf258516e00964aefd9d4cda6834b4682992f5cfbe09487f6d3a29805f45caf6\\\",\\\"c6f4b5dc50e83494b6fb0e9c7de126cdb2682b0e653de09418f6582717b69aeb\\\",\\\"474a6b2c84ddb22b964fb01694dca05ffff71ceb8c5d45731d7c51a27bc84ce2\\\",\\\"bf87db7860b3496f0b583ca85887e021b9a66a34feb10d22d68f2316bbf9e0d1\\\"],\\\"provider_url\\\":\\\"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/breville-the-barista-express-impress-espresso-machine-brushed-stainless-steel/J7266L5TCR/sku/6513689?extStoreId=205\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"Breville Barista Express Impress Espresso Machine\", \"url\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"c3e4a186-4234-4f0b-a2ad-5aea14a9441c\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/2zsWpmtDabd3Mzv0f77MDmSt3cteUD6kTEUo32yhi2G8bHPHwz3SE_IToP03bP1n8cWJsG6djoOa5yXQWzanCKhWgRE8ARwx6uTufUUY6WINmWYiQGRUdZeFtwg7h-Q-wQrRq4Jy6PpZ_84KAGLbg1uFCWLJTkAhHqmp_LQsY0Z4lktz9EHShsXvldr8Wpqsqmljt5FvNfvL0SMVWIypd96RiIFqHvWaNTFopaAecnv6-HxiES4CQFZu9W4KvR9u\", \"width\": 798, \"height\": 900}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 5.6667, \"top_percent\": 0, \"width_percent\": 88.6667, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.5, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": 0, \"top_percent\": 3.9474, \"width_percent\": 100, \"height_percent\": 92.1053}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"2zsWpmtDabd3Mzv0f77MDmSt3cteUD6kTEUo32yhi2G8bHPHwz3SE_IToP03bP1n8cWJsG6djoOa5yXQWzanCKhWgRE8ARwx6uTufUUY6WINmWYiQGRUdZeFtwg7h-Q-wQrRq4Jy6PpZ_84KAGLbg1uFCWLJTkAhHqmp_LQsY0Z4lktz9EHShsXvldr8Wpqsqmljt5FvNfvL0SMVWIypd96RiIFqHvWaNTFopaAecnv6-HxiES4CQFZu9W4KvR9u\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 681, \"height\": 768}, \"subject_confidence\": 0.7423, \"background_confidence\": 0.7055, \"strategy\": \"contain\", \"slot_modes\": {\"product_square\": \"contain\", \"product_portrait_card\": \"contain\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0.0485, \"y\": 0.0039, \"width\": 0.9501, \"height\": 0.9922}, \"focus_box\": null, \"subject_center\": {\"x\": 0.5235, \"y\": 0.5}, \"focus_center\": null, \"face\": {\"detected\": true, \"candidateCount\": 1, \"rawCount\": 1, \"primaryBox\": {\"x\": 0.188, \"y\": 0.2589, \"width\": 0.0877, \"height\": 0.0778}, \"primaryCenter\": {\"x\": 0.2318, \"y\": 0.2978}, \"primaryAreaFraction\": 0.0068}, \"foreground_area_fraction\": 0.7245, \"component_count\": 3, \"largest_component_fraction\": 0.997, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.5919, \"warm_highlight_fraction\": 0, \"warm_highlight_mean_saturation\": 0, \"border_std\": 67.6719}}, \"analytics_meta\": {\"product_event_uuid\": \"c3e4a186-4234-4f0b-a2ad-5aea14a9441c\"}, \"price_history\": null}, {\"id\": \"8996829072457700262\", \"title\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081&utm_source=chatgpt.com\", \"price\": \"$699.99\", \"merchants\": \"Best Buy + others\", \"description\": null, \"specs\": null, \"featured_tag\": \"\", \"image_urls\": [\"https://images.openai.com/static-rsc-1/NQ0cO2X9_zi5bbqI6D91VMojXsqGo-vF-YMFWK0fRhveYTEc3DXurn2NE3o12Ev3XuOKdICWH_3TC0bXrbK5COjLrIkv_93G0WoP39d2yFEaSAgncaJY6n_maSHIniJcQT9ptJ8p2OB41LYn38LNaG1KEiDqMAyugVrHDOxG1QYdgeoIHhQQJfmdRY_AMKzrhgP4laJDdnpKgfg1L55FuzF6OHuNDZRIqkR3hxxP6nZ9qXdTi4zmP2hSz4qoKlDv\", \"https://images.openai.com/static-rsc-1/763Zir2QYpArqfxv3X4AXEZF5tK0xRYmxUh9UfEtVh4pvKG5Jfj84LtRU6gfqxzUjb6d003D3ibyYjUIX_x11AwLh5Ojb3E857sIp69D_6PIN2BVV0Vy9C06CDYZrXGBhyjYpBMXnXm1GIx-HwCgZkQT8VucSH50K2ats0J3tYQXXH_yCf6Ct57imfzI6LDJoKWcHt7u-Nymd9hvFkHi0VvV4QDAClzHLIIfuXGEMtu_zeYQ9lR6Hqt9tMRLRzWgGs80c1Qbh77zkV8P9jhOoQ\", \"https://images.openai.com/static-rsc-1/T6c5XgRAhnILnF4c5kIJUOWgqDrhqxwCaAfoUWXFMI50gy8h5m272nTFNgU9XOUjjtdVKxE0z9aWUgys36iOfR3ihXrevl7CchweXjOwlpKX0ceLhfwswz2DRav541RVESbfLncH0oRVDuzYndb1JC92JnzYBr6vawj14g0TLfsfvnarj6-8a7Mut_Au0xXPK9FfWo1huRXWWjjHXSoAos9VV79iPPKzCxSaxgal6FkJnkCnVjzIo8wgQrSn-8bVGZII8mexbNGmPEAcvZXaEg\"], \"num_reviews\": 308, \"rating\": 4.6, \"cite\": \"turn0product8\", \"offers\": [{\"merchant_name\": \"Best Buy\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Best Buy\", \"brand\": null, \"product_name\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081&utm_source=chatgpt.com\", \"price\": \"$699.99\", \"details\": \"In stock online and nearby, Free delivery by Fri\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": {\"text\": \"Best price\", \"tooltip\": null}, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$699.99\", \"shipping\": null, \"tax\": null, \"total\": \"$699.99\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1005\", \"h\": \"None\"}}, {\"merchant_name\": \"Target\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Target\", \"brand\": null, \"product_name\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.target.com/p/delonghi-la-specialista-opera-espresso-machine-with-cold-brew/-/A-94618317?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\", \"price\": \"$899.95\", \"details\": \"In stock online, Free delivery between Fri - Tue\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$899.95\", \"shipping\": null, \"tax\": null, \"total\": \"$899.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}, {\"merchant_name\": \"Walmart\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": null, \"brand\": null, \"product_name\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.walmart.com/ip/De-Longhi-La-Specialista-Opera-Espresso-Machine-with-Cold-Brew-Commercial-style-Steam-Wand-for-Latte-Cappuccino-Built-in-Grinder-EC9555M/14464306393?wmlspartner=wlpa&selectedSellerId=0&utm_source=chatgpt.com\", \"price\": \"$899.95\", \"details\": \"\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": null, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}, {\"merchant_name\": \"Williams-Sonoma\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"Williams-Sonoma\", \"brand\": null, \"product_name\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/delonghi-la-specialista-opera-espresso-machine-with-cold-brew/?catalogId=79&sku=2784349&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\", \"price\": \"$899.95\", \"details\": \"In stock online, Free delivery between Jun 9 - 10\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$899.95\", \"shipping\": null, \"tax\": null, \"total\": \"$899.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1004\", \"h\": \"None\"}}, {\"merchant_name\": \"De'Longhi\", \"merchant_subtitle\": null, \"marketplace_seller\": null, \"seller_name\": \"De'Longhi\", \"brand\": null, \"product_name\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.delonghi.com/en-us/p/la-specialista-opera-la-specialista-opera-espresso-machine-with-cold-brew/EC9555M.html?pid=0132126084&utm_source=chatgpt.com\", \"price\": \"$899.95\", \"details\": \"In stock online, Free delivery between Jun 10 - 16\", \"original_price\": null, \"available\": true, \"is_digital\": null, \"tag\": null, \"shop_id\": null, \"provider\": \"p2\", \"price_details\": {\"display_price\": null, \"base\": \"$899.95\", \"shipping\": null, \"tax\": null, \"total\": \"$899.95\"}, \"checkout_image_urls\": null, \"checkoutable\": false, \"checkout_payload\": null, \"launcherPayload\": null, \"debug_info\": {\"source\": \"p2\", \"p\": \"1000\", \"h\": \"None\"}}], \"variants\": null, \"query\": \"deprecated\", \"provider\": \"deprecated\", \"providers\": [\"p2\"], \"metadata_sources\": [\"p2\"], \"product_lookup_data\": {\"request_query\": \"DeLonghi La Specialista Opera Espresso Machine\", \"all_ids\": {\"p2\": [\"8996829072457700262\"]}, \"known_ids\": {}, \"metadata_sources\": [\"p1\", \"p3\"], \"variant_options_query\": null, \"variant_sources\": null}, \"product_lookup_key\": {\"data\": \"{\\\"request_query\\\":\\\"DeLonghi La Specialista Opera Espresso Machine\\\",\\\"generated_product_query\\\":\\\"reliable espresso machine home espresso machines\\\",\\\"all_ids\\\":{\\\"p2\\\":[\\\"8996829072457700262\\\"]},\\\"known_ids\\\":{},\\\"metadata_sources\\\":[\\\"p1\\\",\\\"p3\\\"],\\\"variant_sources\\\":null,\\\"last_variant_group_types\\\":null,\\\"merchant_hints\\\":[\\\"Best Buy\\\"],\\\"provider_title\\\":\\\"DeLonghi La Specialista Opera Espresso Machine\\\",\\\"provider_metadata\\\":{\\\"p2\\\":{\\\"id_to_token_map\\\":{},\\\"id_to_otoken_map\\\":{\\\"8996829072457700262\\\":\\\"ZC2pfJeZGM7OPNxOBz1-wbIiBfJTX_-KvrdUqY9toHSYsvgTRUZTHHF97WDITWSLHxG5fSBzj7JHQoyZTf1ryONeFXeXbOs3bToVAOxS-4p3xvgwhHugWaDOuUbrpluO8IBW87G7xzyLzmovzHQfbYQToBeMrL7ynRcS1suhKl7nmR-VSM4NOOKJQ-1fYGiHdFFHQ0_IDdJ8UV3SaZGH9r4IFaoIiI_IXEC2tCjZmF9X3PXubXJw309_gAGA41W-PRChiyAhuRlFBudUOdpNMWxeK9O8FaT-u_PvqluLSakr5kpL1W1-HYYaALHh-je7OwgTaxA867NOFs71UEaHaHCoRKHfUIBwK5K6jkIViQu_QHSlImMOdb_sufxZndsGuQ66qlNfnSN92DVNEof-f0fm2VzH97XbaGfE4oKDP9DhUixkObCgtCCbXJgtUESMS67vLr4cGe45jEaigqMRoxnYdv6wDZ-2KDl5WD5jY_eZAnQqRUnpYDvhFddqX0uRJcFPLYyjBEcYhKLa94HpqEGGnit048nmpFkqtatbg4B7AZYtqdtnj--WYC-CY0r4RAPx5rzjV6DsrZyvj5o9bPA7VxlHNngFE7ZIsBJqm5WrCiV5_ulziUz_7eej7-KMfVScGiPLAIg8ipqM_epFDn7-GF7LJuqIR0qkLR3v2j056LnTT6yJb55dmam5uB98UYHmvj5xfpTQ2wQMLzn34qQvXNeBwuQKyIIqiv8jn0VhRCqrGmlq8sZFlh52pqhKgn2Goa2Tm3wqXTUlTcVT6P2GXwla_jJsiuLq0aJoi68DYE0UnU3zAB4l2oxP0aV46AKw1-RfTqBESSa-NrYZ6XvUlC9Iik9K0XCbAeSlFqp84i7N3iotCG5QkQzQ8wT0FV6ZrkqHEUxhBwU4hAbvDLwpe4iRv6HYhwoqcPhvEh_3aMoHDPtEVwtgCPW2ZJwiqmFpYJyIKs1_aa03czwFevuxbSKTrlAlLEwNzAyXDe0\\\"}}},\\\"included_image_hashes\\\":[\\\"5e77bb9ea91dd5d7eec061adc6c33e077b25daeabe42e9e2438e961cab3b00fb\\\",\\\"f998e3919ebecc6f396ea25907c33678020d081d14bcfb3159f3ccaf560972b0\\\",\\\"8dad53dd0fcf2c5c2070cd99a15ba6ff5579f4c4f53216601cd1851dbf98f313\\\",\\\"24b9b3e2e4cfa8b10297f9de2d9feda182b594b3f140e4f6d0999da7c275d29b\\\",\\\"7c5338b9b7fd1a0ea28a23589686ca99a0715ca7f61be7c8b3f1a5b91b1b84fc\\\",\\\"115e92734304b33fbf1292700d242d99576fb31201dbb9a00312ab85acc77ee7\\\",\\\"24db8bde967c906b577d85065f1c1a876c2626a0b712d2d4a0a93f8926ba8900\\\",\\\"749250edc59fcc12f5b0b54fb6583b779d1d44707dc77ec47c042491c5aa5802\\\",\\\"d001e09168a78e78d9568d03a8f6d62baac15346221b997884148899690afbe3\\\",\\\"7279dc9af7ec5ac550f75fabe1f765fd6240007d109e7148ead866672e4d2ceb\\\",\\\"2a16ec5e731a51dffbdda892b525057d770da3cc411f8cced85b16de1c901d40\\\",\\\"0d2ce37a3dc15a0b6154d9d1493d5f26166e4f5f3da72c2f7fb6a39c379ebee7\\\",\\\"20c635c4f666ba63114de273ec10b04adaf5e9ff78e0d9cd52264ebad13f9801\\\",\\\"608d9f031aed24f1567817b6ac5cb3a47bcc802baa9a6dd108ef408ae94ec0d9\\\"],\\\"provider_url\\\":\\\"https://www.delonghi.com/en-us/p/la-specialista-opera-la-specialista-opera-espresso-machine-with-cold-brew/EC9555M.html?pid=0132126084\\\"}\", \"version\": \"1\", \"variant_options_query\": null, \"last_variant_selection_group_id\": null}, \"rating_grouped_citation\": {\"title\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.delonghi.com/en-us/p/la-specialista-opera-la-specialista-opera-espresso-machine-with-cold-brew/EC9555M.html?pid=0132126084\", \"attribution\": null, \"pub_date\": null, \"snippet\": null, \"attribution_segments\": null, \"supporting_websites\": [{\"title\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.target.com/p/delonghi-la-specialista-opera-espresso-machine-with-cold-brew/-/A-94618317?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.walmart.com/ip/De-Longhi-La-Specialista-Opera-Espresso-Machine-with-Cold-Brew-Commercial-style-Steam-Wand-for-Latte-Cappuccino-Built-in-Grinder-EC9555M/14464306393?wmlspartner=wlpa&selectedSellerId=0\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}, {\"title\": \"DeLonghi La Specialista Opera Espresso Machine\", \"url\": \"https://www.williams-sonoma.com/products/delonghi-la-specialista-opera-espresso-machine-with-cold-brew/?catalogId=79&sku=2784349&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics%20%3E%20Espresso%20Machines\", \"pub_date\": null, \"snippet\": null, \"result_source\": null}], \"result_source\": null, \"refs\": [], \"hue\": null, \"attributions\": null}, \"consumer_safety\": null, \"variant_snapshots\": null, \"variants_error_state_message\": null, \"offers_see_more_boundary\": 3, \"show_price_disclosure\": false, \"popularity_metadata\": null, \"product_event_uuid\": \"13c19460-b942-4652-9313-245854ddd281\", \"showcase_metadata\": {\"image\": {\"url\": \"https://images.openai.com/static-rsc-1/sYzftBRXRVLrg1Bt11qdxHdv9rozx5t339UiVq3re89uX-MIQ6b1-VapkA9oEQebD2AYFltywHd5-y05d0bEiacUaxsh75npNu9dotxjklR1Isdd6SxkdbiFnq_kH5mzt-IczbQHSt3l6QgIXQnzP88LC9DnElALipbava6LXouavlQU2ZKsm5vvI4ngoyPJg6nNIV22bfilv_Zf74QHDlbJa6FpBR7m8N-m_HDy8ImOc_ZcK1UgCgehHlHSCjWe\", \"width\": 900, \"height\": 609}, \"background\": {\"type\": \"solid\", \"primary\": \"#efefef\", \"secondary\": \"#efefef\"}, \"slots\": {\"product_square\": {\"fit\": \"cover\", \"position\": {\"x\": 0.2665, \"y\": 0.5}, \"zoom\": 1, \"placement\": {\"left_percent\": -12.734, \"top_percent\": -0.1, \"width_percent\": 147.7833, \"height_percent\": 100}, \"image_blend_mode\": \"darken\"}, \"product_portrait_card\": {\"fit\": \"contain\", \"position\": {\"x\": 0.0249, \"y\": 0.4981}, \"zoom\": 1.1889, \"placement\": {\"left_percent\": -0.4696, \"top_percent\": 17.0838, \"width_percent\": 118.8919, \"height_percent\": 65.701}, \"image_blend_mode\": \"darken\"}}, \"debug\": {\"file_name\": \"sYzftBRXRVLrg1Bt11qdxHdv9rozx5t339UiVq3re89uX-MIQ6b1-VapkA9oEQebD2AYFltywHd5-y05d0bEiacUaxsh75npNu9dotxjklR1Isdd6SxkdbiFnq_kH5mzt-IczbQHSt3l6QgIXQnzP88LC9DnElALipbava6LXouavlQU2ZKsm5vvI4ngoyPJg6nNIV22bfilv_Zf74QHDlbJa6FpBR7m8N-m_HDy8ImOc_ZcK1UgCgehHlHSCjWe\", \"mime_type\": \"application/octet-stream\", \"analysis_size\": {\"width\": 768, \"height\": 520}, \"subject_confidence\": 0.871, \"background_confidence\": 0.9153, \"strategy\": \"focus-fit\", \"slot_modes\": {\"product_square\": \"clean-subject-cover\", \"product_portrait_card\": \"focus-fit\"}, \"padding_fraction\": 0, \"subject_box\": {\"x\": 0.0039, \"y\": 0, \"width\": 0.8411, \"height\": 1}, \"focus_box\": null, \"subject_center\": {\"x\": 0.4245, \"y\": 0.501}, \"focus_center\": null, \"face\": {\"detected\": false, \"candidateCount\": 0, \"rawCount\": 0, \"primaryBox\": null, \"primaryCenter\": null, \"primaryAreaFraction\": 0}, \"foreground_area_fraction\": 0.4466, \"component_count\": 14, \"largest_component_fraction\": 0.7897, \"trimmed_focus_applied\": false, \"blend_unsafe\": false, \"bright_foreground_fraction\": 0.2592, \"warm_highlight_fraction\": 0.0061, \"warm_highlight_mean_saturation\": 0.2898, \"border_std\": 30.7979}}, \"analytics_meta\": {\"product_event_uuid\": \"13c19460-b942-4652-9313-245854ddd281\"}, \"price_history\": null}], \"mode\": null, \"inline_carousel\": false, \"prompt_obj\": null}}, {\"p\": \"/message/metadata/content_references\", \"o\": \"append\", \"v\": [{\"matched_text\": \" \", \"prefix\": null, \"start_idx\": 3352, \"end_idx\": 3352, \"safe_urls\": [], \"refs\": [], \"alt\": \"\", \"prompt_text\": null, \"type\": \"sources_footnote\", \"sources\": [{\"title\": \"Best espresso machine 2025: Top picks from a certified barista\", \"url\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\", \"attribution\": \"Tom's Guide\"}, {\"title\": \"Best Home Espresso Machines 2025: Complete Buyer\’s Guide \– brewing.com\", \"url\": \"https://brewing.com/best-home-espresso-machines-2025-complete-buyers-guide/?utm_source=chatgpt.com\", \"attribution\": \"Brewing\"}, {\"title\": \"Best Home Espresso Machine 2025: Expert Reviews | ToolGenX\", \"url\": \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com\", \"attribution\": \"ToolGenX\"}], \"has_images\": false}]}, {\"p\": \"/message/metadata/safe_urls/20\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081\"}, {\"p\": \"/message/metadata/safe_urls/21\", \"o\": \"replace\", \"v\": \"https://www.bestbuy.com/product/delonghi-la-specialista-opera-espresso-machine-silver/J7G8ZLX2ZL/sku/6588877?extStoreId=1081&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/22\", \"o\": \"replace\", \"v\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US\"}, {\"p\": \"/message/metadata/safe_urls/23\", \"o\": \"replace\", \"v\": \"https://www.bloomingdales.com/shop/product/breville-barista-express-impress?ID=6127161&pla_country=US&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/24\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/25\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes450?sku=BES450BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/26\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1\"}, {\"p\": \"/message/metadata/safe_urls/27\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes500?sku=BES500BSS1BUS1&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/28\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL\"}, {\"p\": \"/message/metadata/safe_urls/29\", \"o\": \"replace\", \"v\": \"https://www.breville.com/en-us/product/bes870?sku=BES870XL&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/30\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/31\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-espresso-machine-in-brushed-stainless-steel/s670695?localedetail=US&irclickid=0bR0lzz0pxycUn-Ryb0P%3A0MgUkuUHG1PG24C0Q0&sharedid=&irpid=490947&irgwc=1&afsrc=1&bvstate=pg%3A3%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/32\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/33\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-bambino-plus-espresso-machine-in-almond-nougat/s315445?bvstate=pg%3A4%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/34\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar\"}, {\"p\": \"/message/metadata/safe_urls/35\", \"o\": \"replace\", \"v\": \"https://www.crateandbarrel.com/breville-barista-express-impress-espresso-machine-in-almond-nougat/s493850?adid=6899788951259&bvstate=pg%3A5%2Fct%3Ar&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/36\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/\"}, {\"p\": \"/message/metadata/safe_urls/37\", \"o\": \"replace\", \"v\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/38\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle\"}, {\"p\": \"/message/metadata/safe_urls/39\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-plus-thermojet-espresso-maker-with-steam?ID=14629410&pla_country=US&CAGPSPN=pla&swatchColor=Black+Truffle&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/40\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel\"}, {\"p\": \"/message/metadata/safe_urls/41\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bambino-stainless-steel-thermojet-espresso-maker-with-steam?ID=14629409&pla_country=US&CAGPSPN=pla&swatchColor=Brushed+Stainless+Steel&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/42\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver\"}, {\"p\": \"/message/metadata/safe_urls/43\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-barista-express-impress-espresso-machine?ID=16532718&pla_country=US&CAGPSPN=pla&swatchColor=Silver&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/44\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast\"}, {\"p\": \"/message/metadata/safe_urls/45\", \"o\": \"replace\", \"v\": \"https://www.macys.com/shop/product/breville-bes870xl-the-barista-express-espresso-maker?ID=798328&pla_country=US&CAGPSPN=pla&swatchColor=Die-Cast&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/46\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/\"}, {\"p\": \"/message/metadata/safe_urls/47\", \"o\": \"replace\", \"v\": \"https://www.reddit.com/r/u_fbscloud/comments/1tctg7n/i_spent_way_too_long_researching_the_best_home/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/48\", \"o\": \"replace\", \"v\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8\"}, {\"p\": \"/message/metadata/safe_urls/49\", \"o\": \"replace\", \"v\": \"https://www.target.com/p/breville-stainless-steel-barista-express-espresso-machine-light-silver-bes870xl/-/A-88306830?TCID=OGS&AFID=google&CPNG=Appliances&adgroup=72-8&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/50\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home\"}, {\"p\": \"/message/metadata/safe_urls/51\", \"o\": \"replace\", \"v\": \"https://www.techradar.com/best/best-espresso-machine-2021-make-barista-quality-coffee-at-home?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/52\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines\"}, {\"p\": \"/message/metadata/safe_urls/53\", \"o\": \"replace\", \"v\": \"https://www.tomsguide.com/best-picks/best-espresso-machines?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/54\", \"o\": \"replace\", \"v\": \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025\"}, {\"p\": \"/message/metadata/safe_urls/55\", \"o\": \"replace\", \"v\": \"https://www.toolgenx.com/kitchen/best-home-espresso-machine-2025?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/56\", \"o\": \"replace\", \"v\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349\"}, {\"p\": \"/message/metadata/safe_urls/57\", \"o\": \"replace\", \"v\": \"https://www.walmart.com/ip/Breville-BES870XL-the-Barista-Express-Coffee-machine-with-cappuccinatore-15-bar-stainless-steel/49409978?wmlspartner=wlpa&selectedSellerId=101228349&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/58\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/\"}, {\"p\": \"/message/metadata/safe_urls/59\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-barista-express-impress-espresso_0/?utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/60\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\"}, {\"p\": \"/message/metadata/safe_urls/61\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-the-bambino-espresso-machine/?catalogId=79&sku=5821136&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls/62\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines\"}, {\"p\": \"/message/metadata/safe_urls/63\", \"o\": \"replace\", \"v\": \"https://www.williams-sonoma.com/products/breville-the-bambino-plus/?catalogId=79&sku=8512574&cm_ven=FreePLA&cm_cat=Google&cm_pla=Electrics+%3E+Espresso+Machines&utm_source=chatgpt.com\"}, {\"p\": \"/message/metadata/safe_urls\", \"o\": \"append\", \"v\": [\"https://www.youtube.com/watch?v=HrLC5VFjziY\", \"https://www.youtube.com/watch?v=HrLC5VFjziY&utm_source=chatgpt.com\"]}, {\"p\": \"/message/metadata\", \"o\": \"append\", \"v\": {\"can_save\": true, \"search_result_groups\": [{\"type\": \"search_result_group\", \"domain\": \"forbes.com\", \"entries\": [{\"type\": \"search_result\", \"url\": \"https://www.forbes.com/sites/forbes-personal-shopper/article/best-espresso-machine/?utm_source=chatgpt.com\", \"title\": \"Best Espresso Machines 2026 | Tested - Forbes Vetted\", \"snippet\": \"HOW WE TESTED THE BEST ESPRESSO MACHINES To determine the most impressive espresso machines in 2025, we consulted coffee experts to get their insight into models designed for home use, researched top...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 2}, \"pub_date\": 1774396800.0, \"result_source\": \"labrador\", \"attribution\": \"forbes.com\"}]}, {\"type\": \"search_result_group\", \"domain\": \"goodhousekeeping.com\", \"entries\": [{\"type\": \"search_result\", \"url\": \"https://www.goodhousekeeping.com/best-espresso-machines/?utm_source=chatgpt.com\", \"title\": \"9 Best Espresso Machines of 2025\", \"snippet\": \"WE SPENT THREE WEEKS TASTING ESPRESSO TO FIND THE BEST MACHINES We've made over 50 cups of espresso to find the best machines. By Jamie UedaUpdated: Nov 25, 2025 Image: VerifiedReviewed by Nicole...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 4}, \"pub_date\": 1764028800.0, \"result_source\": \"labrador\", \"attribution\": \"goodhousekeeping.com\"}, {\"type\": \"search_result\", \"url\": \"https://www.goodhousekeeping.com/g29069348/best-espresso-machines/?utm_source=chatgpt.com\", \"title\": \"9 Best Espresso Machines of 2025\", \"snippet\": \"WE SPENT THREE WEEKS TASTING ESPRESSO TO FIND THE BEST MACHINES We've made over 50 cups of espresso to find the best machines. By Jamie UedaUpdated: Jan 28, 2026 Image: VerifiedReviewed by Nicole...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 5}, \"pub_date\": 1769558400.0, \"result_source\": \"labrador\", \"attribution\": \"goodhousekeeping.com\"}]}, {\"type\": \"search_result_group\", \"domain\": \"cuslr.com\", \"entries\": [{\"type\": \"search_result\", \"url\": \"https://cuslr.com/en/blog/best-espresso-machines-2025?utm_source=chatgpt.com\", \"title\": \"Best Espresso Machines 2025 - Cuslr Blog | Cuslr\", \"snippet\": \"Cuslr Team\·Nov 8, 2025\·24 views BEST ESPRESSO MACHINES 2025 BEST ESPRESSO MACHINES 2025 Image: Overview of tools and workflows for \\\"Best Espresso Machines 2025\\\" SUMMARY AT A GLANCE Use this gu...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 6}, \"pub_date\": 1762560000.0, \"result_source\": \"labrador\", \"attribution\": \"cuslr.com\"}]}, {\"type\": \"search_result_group\", \"domain\": \"cnn.com\", \"entries\": [{\"type\": \"search_result\", \"url\": \"https://amp.cnn.com/cnn/cnn-underscored/reviews/best-espresso-machines?utm_source=chatgpt.com\", \"title\": \"Best espresso machines in 2025, tried and tested | CNN Underscored\", \"snippet\": \"All products are independently selected and reviewed by CNN\ Underscored editors. When you buy through links on our site, we may earn a commission. Learn more THE BEST ESPRESSO MACHINES IN 2025, TRIE...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 7}, \"pub_date\": 1757894400.0, \"result_source\": \"labrador\", \"attribution\": \"cnn.com\"}]}, {\"type\": \"search_result_group\", \"domain\": \"fueledbycoffee.com\", \"entries\": [{\"type\": \"search_result\", \"url\": \"https://fueledbycoffee.com/best-espresso-machines-under-500-2025-buyers-guide/?utm_source=chatgpt.com\", \"title\": \"Best Espresso Machines Under $500 (2025 Buyer\’s Guide) - Fueled By Coffee\", \"snippet\": \"BEST ESPRESSO MACHINES UNDER $500 (2025 BUYER\’S GUIDE) November 6, 2025November 6, 2025 by John Gillon Want barista-quality espresso without the $1,000 price tag? You\’re in luck. In 2025, a wave of...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 8}, \"pub_date\": 1762387200.0, \"result_source\": \"labrador\", \"attribution\": \"fueledbycoffee.com\"}]}, {\"type\": \"search_result_group\", \"domain\": \"consumerreports.org\", \"entries\": [{\"type\": \"search_result\", \"url\": \"https://www.consumerreports.org/appliances/coffee-makers/best-espresso-machines-a1118374614/?msockid=39f136e02a136d0922b520822b266c08&utm_source=chatgpt.com\", \"title\": \"6 Best Espresso Machines of 2025, Tested and Reviewed - Consumer Reports\", \"snippet\": \"6 BEST ESPRESSO MACHINES OF 2025, TESTED AND REVIEWED The best espresso machines for home consistently deliver sweet shots of espresso with an even microfoam for lattes and cappuccinos Image: Molly...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 9}, \"pub_date\": null, \"result_source\": \"labrador\", \"attribution\": \"consumerreports.org\"}, {\"type\": \"search_result\", \"url\": \"https://www.consumerreports.org/appliances/coffee-makers/best-espresso-machines-a1118374614/?msockid=295b7ebfcfa665122e70680cce18647a&utm_source=chatgpt.com\", \"title\": \"6 Best Espresso Machines of 2025, Tested and Reviewed - Consumer Reports\", \"snippet\": \"6 BEST ESPRESSO MACHINES OF 2025, TESTED AND REVIEWED The best espresso machines for home consistently deliver sweet shots of espresso with an even microfoam for lattes and cappuccinos Image: Molly...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 10}, \"pub_date\": null, \"result_source\": \"labrador\", \"attribution\": \"consumerreports.org\"}]}, {\"type\": \"search_result_group\", \"domain\": \"clivecoffee.com\", \"entries\": [{\"type\": \"search_result\", \"url\": \"https://clivecoffee.com/blogs/faqs/most-reliable-home-espresso-machine-brands-clive-coffee?utm_source=chatgpt.com\", \"title\": \"Most Reliable Home Espresso Machine Brands | Clive Coffee\", \"snippet\": \"MOST RELIABLE HOME ESPRESSO MACHINE BRANDS | CLIVE COFFEE \☕ Quick Take LUCCA, Profitec, ECM, and Lelit are the most reliable home espresso machine brands, proven by real sales, service, and repair...\", \"ref_id\": {\"turn_index\": 0, \"ref_type\": \"search\", \"ref_index\": 11}, \"pub_date\": null, \"result_source\": \"labrador\", \"attribution\": \"clivecoffee.com\"}]}], \"is_complete\": true, \"finish_details\": {\"type\": \"stop\", \"stop_tokens\": [200002]}}}]} ", "", "data: {\"type\": \"message_marker\", \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\", \"message_id\": \"73ef3ab3-40d3-46a1-aa06-27219e440665\", \"marker\": \"last_token\", \"event\": \"last\"}", "", "data: {\"type\": \"server_ste_metadata\", \"metadata\": {\"conduit_prewarmed\": false, \"plan_type\": \"guest\", \"plan_type_bucket\": \"guest\", \"user_agent\": \"web_desktop\", \"service\": null, \"tool_name\": \"SonicBrowserTool\", \"tool_invoked\": true, \"fast_convo\": true, \"warmup_state\": \"new\", \"is_first_turn\": true, \"cluster_region\": \"westcentralus\", \"model_slug\": \"gpt-5-5\", \"region\": null, \"is_multimodal\": null, \"did_auto_switch_to_reasoning\": false, \"auto_switcher_race_winner\": null, \"is_autoswitcher_enabled\": false, \"is_search\": null, \"did_prompt_contain_image\": false, \"search_tool_call_count\": null, \"search_tool_query_types\": null, \"message_id\": \"94f46076-e004-49dd-84fb-3d90911880ed\", \"request_id\": \"cf608825-6c14-988c-b925-a85fc70c1d93\", \"turn_exchange_id\": \"2bc89774-e385-45e9-9ed5-72805f903bbe\", \"turn_trace_id\": \"b26fab30-11fe-41a7-ba45-61d071039631\", \"a32e6ebcb\": 1, \"resume_with_websockets\": true, \"low_turn_topic_ttl\": false, \"streaming_async_status\": false, \"replace_stream_status\": true, \"temporal_conversation_turn\": false, \"pro_mode_turn_topic_streaming\": true, \"turn_use_case\": \"shopping\", \"turn_mode\": \"default\"}, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\"}", "", "data: {\"type\": \"message_stream_complete\", \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\"}", "", "data: {\"type\": \"conversation_detail_metadata\", \"banner_info\": null, \"blocked_features\": [], \"model_limits\": [], \"limits_progress\": [{\"feature_name\": \"file_upload\", \"remaining\": 3, \"reset_after\": \"2026-06-04T06:18:57.980061+00:00\"}, {\"feature_name\": \"paste_text_to_file\", \"remaining\": 3, \"reset_after\": \"2026-06-04T06:18:57.980078+00:00\"}, {\"feature_name\": \"dictation\", \"remaining\": 1, \"reset_after\": \"2026-06-10T06:18:57.981567+00:00\"}], \"default_model_slug\": \"auto\", \"atlas_mode_enabled\": null, \"conversation_id\": \"6a1fc741-0d24-83ea-b70b-809c13e15678\"}", "", "data: [DONE]", "" ], "response_text": "A reliable espresso machine should have good temperature stability, consistent shot quality, solid build quality, and a track record of long-term owner satisfaction. For most people, the sweet spot is a machine that balances reliability with ease of use rather than chasing café-level complexity. Independent reviews consistently highlight Breville, De'Longhi, and KitchenAid as strong performers in the home market. Best overall Breville Bambino Plus Espresso Machine $499.95 • Breville + others 4.4 (4.1K) $499.95 • Breville + others • 4.4 (4.1K) The Bambino Plus is a great choice if you want excellent espresso without a steep learning curve. It heats up in seconds, produces quality milk foam, and has fewer moving parts than many all-in-one machines. It is frequently recommended for beginners and intermediate users. Best value A simpler version of the Bambino Plus that delivers strong espresso performance at a lower price. If you don't need automatic milk frothing, this model offers much of the same brewing performance while costing less. Best all-in-one with grinder Built-in grinder and proven reliability make it a favorite all-in-one home espresso setup. The integrated burr grinder reduces clutter and simplifies the workflow. It's one of the most widely owned enthusiast machines and remains a common recommendation from reviewers and coffee communities. Best for growing into the hobby Adds assisted dosing and tamping to help new users make consistent espresso. The Impress system helps reduce common beginner mistakes while still allowing room to learn manual espresso skills. Attribute Breville Bambino Plus Espresso Machine $499.95 • Breville + others Breville Bambino Espresso Machine $299.95 • Breville + others Breville Barista Express Espresso Machine $699.95 • Breville + others Breville Barista Express Impress Espresso Machine $799.95 • Macy's + others Best for Most people Budget-conscious buyers All-in-one setup Learning espresso Built-in grinder No No Yes Yes Ease of use Excellent Very good Good Excellent Counter space Compact Compact Larger Larger Typical price Mid-range Entry-mid Mid-high High If you want one recommendation without overthinking it, I'd choose the Breville Bambino Plus . If you want a built-in grinder and a more complete setup, the Barista Express is the better long-term purchase.", "search_queries": [ "best reliable espresso machines 2025 reliability recommendations" ] }, "errors": [], "status_code": 12000, "task_id": "7467821954188190721" }, "headers": { "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", "cf-ray": "a05c949e782dfbbb-IAH", "content-encoding": "br", "content-security-policy": "default-src 'self'; script-src 'nonce-0be14253-9ca6-4245-8c8d-6401fa0756a0' 'self' 'wasm-unsafe-eval' chatgpt.com/ces https://*.chatgpt.com https://*.chatgpt.com/ https://*.js.stripe.com https://*.oaistatic.com https://accounts.google.com/gsi/client https://cdn.withpersona.com https://chat.openai.com https://chatgpt.com https://chatgpt.com/ https://chatgpt.com/backend-anon https://chatgpt.com/backend-api https://chatgpt.com/backend/se https://chatgpt.com/public-api https://js.stripe.com https://oaistatic.com https://snc.apps.openai.com wss://*.chatgpt.com wss://*.chatgpt.com/; script-src-elem 'nonce-0be14253-9ca6-4245-8c8d-6401fa0756a0' 'self' 'sha256-eMuh8xiwcX72rRYNAGENurQBAcH7kLlAUQcoOri3BIo=' auth0.openai.com blob: challenges.cloudflare.com chatgpt.com/ces https://*.chatgpt.com https://*.chatgpt.com/ https://*.js.stripe.com https://*.oaistatic.com https://analytics.tiktok.com https://apis.google.com https://bat.bing.com https://cdn.openaimerge.com/initialize.js https://cdn.platform.openai.com https://cdn.withpersona.com https://chat.openai.com https://chatgpt.com https://chatgpt.com/ https://chatgpt.com/backend-anon https://chatgpt.com/backend-api https://chatgpt.com/backend/se https://chatgpt.com/public-api https://connect.facebook.net https://docs.google.com https://js.live.net/v7.2/OneDrive.js https://js.stripe.com https://oaistatic.com https://pixel-config.reddit.com https://snap.licdn.com https://snc.apps.openai.com https://www-onepick-opensocial.googleusercontent.com https://www.redditstatic.com https://www.youtube.com wss://*.chatgpt.com wss://*.chatgpt.com/; img-src 'self' * blob: data: https: https://docs.google.com https://drive-thirdparty.googleusercontent.com https://ssl.gstatic.com; style-src 'self' 'unsafe-inline' blob: chatgpt.com/ces https://*.chatgpt.com https://*.chatgpt.com/ https://*.oaistatic.com https://accounts.google.com/gsi/style https://chat.openai.com https://chatgpt.com https://chatgpt.com/ https://chatgpt.com/backend-anon https://chatgpt.com/backend-api https://chatgpt.com/backend/se https://chatgpt.com/public-api https://oaistatic.com https://snc.apps.openai.com wss://*.chatgpt.com wss://*.chatgpt.com/; font-src 'self' data: https://*.oaistatic.com https://cdn.openai.com https://fonts.gstatic.com; connect-src 'self' *.blob.core.windows.net *.oaiusercontent.com api.mapbox.com browser-intake-datadoghq.com chatgpt.com/ces events.mapbox.com https://*.chatgpt.com https://*.chatgpt.com/ https://*.oaistatic.com https://accounts.google.com https://analytics.tiktok.com https://api.atlassian.com https://api.oaistatsig.com https://api.onedrive.com https://api.stripe.com https://bat.bing.com https://bzr.openai.com https://cdn.openai.com/common/fonts/openai-sans/v2/openai-sans-regular.full.typeface.json https://cdn.openai.com/emojibase/ https://cdn.openai.com/pdf/ https://cdn.platform.openai.com https://chat.openai.com https://chatgpt.com https://chatgpt.com/ https://chatgpt.com/backend-anon https://chatgpt.com/backend-api https://chatgpt.com/backend/se https://chatgpt.com/public-api https://content.googleapis.com https://docs.google.com https://events.statsigapi.net https://featuregates.org https://graph.microsoft.com https://oaistatic.com https://pixel-config.reddit.com https://px.ads.linkedin.com/ https://realtime.chatgpt-staging.com https://realtime.chatgpt.com https://snc.apps.openai.com https://test-drive-20-1053047382554.us-central1.run.app https://transceiver.api.openai.com https://transceiver.api.openai.org https://www.googleadservices.com https://www.googleapis.com https://www.googletagmanager.com https://www.redditstatic.com statsigapi.net wss://*.chatgpt.com wss://*.chatgpt.com/ wss://*.webpubsub.azure.com; frame-src 'self' challenges.cloudflare.com https://*.embed.chatgpt.site https://*.js.stripe.com https://*.sharepoint.com https://*.web-sandbox.oaiusercontent.com https://*.withpersona.com https://504-SWE-347.mktoweb.com https://accounts.google.com/gsi https://accounts.google.com/gsi/iframe/select https://auth.openai.com https://cdn.openaimerge.com https://cdn.platform.openai.com https://content.googleapis.com https://docs.google.com https://file-frame.oaistatic.com https://hooks.stripe.com https://js.stripe.com https://onedrive.live.com https://web-sandbox.oaiusercontent.com js.stripe.com player.vimeo.com www.youtube.com; worker-src 'self' blob:; media-src 'self' *.oaiusercontent.com blob: https://cdn.oaistatic.com https://cdn.openai.com https://persistent.oaistatic.com; frame-ancestors 'self' chrome-extension://iaiigpefkbhgjcmcmffmfkpmhemdhdnj; base-uri 'none'; report-to chatgpt-csp; report-uri https://chatgpt.com/ces/v1/telemetry/intake?ddsource=csp-report&dd-api-key=dummy-token", "content-type": "text/html; charset=utf-8", "cross-origin-opener-policy": "same-origin-allow-popups", "date": "Wed, 03 Jun 2026 06:18:27 GMT", "link": "; rel=preload; as=style, ; rel=preload; as=style", "referrer-policy": "strict-origin-when-cross-origin", "report-to": "{\"group\":\"chatgpt-csp\",\"max_age\":10886400,\"endpoints\":[{\"url\":\"https://chatgpt.com/ces/v1/telemetry/intake?ddsource=csp-report&dd-api-key=dummy-token\"}]}", "reporting-endpoints": "chatgpt-csp=\"https://chatgpt.com/ces/v1/telemetry/intake?ddsource=csp-report&dd-api-key=dummy-token\"", "server": "cloudflare", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "x-content-type-options": "nosniff" }, "cookies": [ { "comment": "", "domain": "chatgpt.com", "expires": 1781072329.280209, "httponly": "", "key": "oai-chat-web-route", "max-age": "", "path": "/chat/frontend", "samesite": "", "secure": false, "value": "\"ChExMC4xMzEuNC4yMDQ6MzAwMBCS+lc=\"", "version": "" }, { "comment": "", "domain": "chatgpt.com", "expires": -1, "httponly": "", "key": "__Host-next-auth.csrf-token", "max-age": "", "path": "/", "samesite": "", "secure": true, "value": "ed1dea94f44f395ee981cbcdda17328f3f918428e95856001572313cb58ca4c1%7C179aa4f7666e2b8069fa7f1bb5e7d4f6ca10f41d101768e9acb6ba8a7946d532", "version": "" }, { "comment": "", "domain": "chatgpt.com", "expires": -1, "httponly": "", "key": "__Secure-next-auth.callback-url", "max-age": "", "path": "/", "samesite": "", "secure": true, "value": "https%3A%2F%2Fchatgpt.com%2F", "version": "" }, { "comment": "", "domain": ".chatgpt.com", "expires": -1, "httponly": "", "key": "oai-did", "max-age": "", "path": "/", "samesite": "", "secure": false, "value": "d22aeb7a-f3b2-4c11-95e4-6a88427316fa", "version": "" }, { "comment": "", "domain": "chatgpt.com", "expires": -1, "httponly": "", "key": "__cflb", "max-age": "", "path": "/", "samesite": "", "secure": true, "value": "0H28vzvP5FJafnkHxiswSQbNemEdshoNkz8QjmgGKi3", "version": "" }, { "comment": "", "domain": ".chatgpt.com", "expires": -1, "httponly": "", "key": "_cfuvid", "max-age": "", "path": "/", "samesite": "", "secure": true, "value": "5YXAAgmSIcfwYFXWd4CYkUQGp9ao_s0DNGu82ngd2Tg-1780467073.1069958-1.0.1.1-Zoo.cMHAh5d54RgFghM4_hZs0TpOyJT6HFzKh_X6lMc", "version": "" }, { "comment": "", "domain": ".chatgpt.com", "expires": -1, "httponly": "", "key": "cf_clearance", "max-age": "", "path": "/", "samesite": "", "secure": true, "value": "yJwBG7_D4rucHVMGrKpAuMhupW2lhxrU5n57ivfEnFQ-1780467074-1.2.1.1-JbfBu7hZ87sRm.qdt1SkTzLyemRUA1qfHZYVcUzjPOaOMPXvFkOuZHT8HVFOnDOb3JqrFImwy_Jm20N2oG4PdGlSnJDw9b_EUlHcFDNO68vMEKGr2fGhtN1NguvE1EonF7gwWjVFt5RGd.Y1_nUYzhnoyXVP0wCGItaLQK9eZPAwVaEtemV965M_3DqK6CKqDTuu.4vQO3z6k9KBCFNdB4k8120DoR0kZF8Ad4SBi1.LVRW3jQnA2TuyqZS9fteH_8Qp9hiiQfxTJ3yObQroreTvp8QvyxhqchD4D8zJaZ6QN8dzaEbstMOvfU0PgQt71GSxFm4hRRPmIc_yRFUCfg", "version": "" }, { "comment": "", "domain": ".chatgpt.com", "expires": -1, "httponly": "", "key": "__cf_bm", "max-age": "", "path": "/", "samesite": "", "secure": true, "value": "Fg2lLce7mRzNZ860NvK76IJeeRGPob7otyLS8_Rxlps-1780467074.9042816-1.0.1.1-._G6snfaaZXawinJ_itvZlfWHrXbC9oJ1F68w1xJqqY0tvmgRq8gQNT6LGC0SidhaEKzyP3l4m6xmZd9PYIzat2qj9WY6MgrBqCvwc63fY60aCb4LgE2Zy2Fp3dmLrUd", "version": "" }, { "comment": "", "domain": "chatgpt.com", "expires": -1, "httponly": "", "key": "g_state", "max-age": "", "path": "/", "samesite": "", "secure": false, "value": "{\"i_l\":0,\"i_ll\":1780467426547,\"i_b\":\"R5Mbb1gDoBLT6vyCouHKPGN2e8wPmDFoDMXdB6Oa/M8\",\"i_e\":{\"enable_itp_optimization\":0},\"i_et\":1780467075743}", "version": "" }, { "comment": "", "domain": "chatgpt.com", "expires": 1812003514, "httponly": "", "key": "_dd_s", "max-age": "", "path": "/", "samesite": "", "secure": false, "value": "aid=7c5ae079-6efa-4970-afd6-3d1fdf995b56&rum=1&id=f697e6ac-7def-4a08-b676-4a95699e680d&created=1780467074701&expire=1780468414201&logs=1", "version": "" }, { "comment": "", "domain": ".chatgpt.com", "expires": 1812003536.692325, "httponly": "", "key": "oai-sc", "max-age": "", "path": "/", "samesite": "", "secure": true, "value": "0gAAAAABqH8dQCkjA56t6v2REAYoqXL3t34yFGOzysWuWNc_o6wfcSWa7IHXNkvl2xX2wH3-ttbqoWiqBekY2TWT0uKV5NazOZkeGYkxPt_v40-9QL88PbJM3uy74zDfvLphCcuRjkSf2lp9Ec-j_SvltN3geZxPg9lQDuT7kc1d3lXbpravqlP-p7dQO58WmCObKP_31UXczUekEl5GMfsCYYivptoBex7cuPNYi_W-BSAmzoRcf-I8", "version": "" } ], "status_code": 200, "task_id": "7467821954188190721", "created_at": "2026-06-03 06:18:19", "updated_at": "2026-06-03 06:19:07" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Device Types Source: https://help.decodo.com/docs/web-scraping-api-device-types Web Scraping API Device Type The `device_type` parameter allows you to define the type of User-Agent header value to be used for executing your request. List of available options: * `desktop` * `desktop_chrome` * `desktop_firefox` * `desktop_safari` * `desktop_opera` * `desktop_edge` * `mobile` * `mobile_android` * `mobile_ios` * `tablet` * `tablet_android` * `tablet_ios` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Fetch and XHR Request Capturing Source: https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr The Web Scraping API supports retrieving a list of XHR requests. Often, extracting the necessary data directly from one or more Fetch or XHR requests made by the browser during page load is more efficient than parsing the HTML content. Therefore, the Web Scraping API supports retrieving a list of XHR requests. ## How to get the XHR request list To obtain a list of XHR requests in the response, you will need to add the `xhr` with value `true`, for example: ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://dummyjson.com/", "headless": "html", "xhr": true } ' ``` You will receive a response containing a list of JSON objects, where each object corresponds to a single XHR request. It's possible to receive a multi-type response; more information can be found [here](https://help.decodo.com/docs/web-scraping-api-requesting-multiple-response-formats). ## Output | Key | Description | | ------------------ | ------------------------------------------------------------------------ | | `url` | URL of the XHR request | | `status_code` | Status code returned by the HTTP response | | `method` | Request’s HTTP method (e.g., GET, POST) | | `request_headers` | A set of key-value pairs for the request headers, with cookies included | | `request_payload` | Payload content: this key appears only for POST, PUT, and PATCH requests | | `response_headers` | A set of key-value pairs for the response headers, with cookies included | | `response_body` | Content returned in the body of the HTTP response | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": [ { "url": "https://dummyjson.com/cdn-cgi/rum?", "method": "POST", "status_code": 204, "response_body": "", "request_headers": { "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7", "origin": "https://dummyjson.com", "referer": "https://www.yahoo.com/", "sec-gpc": "1", "sec-ch-ua": "\"Chromium\";v=\"119\", \"Not)A;Brand\";v=\"24\", \"Opera\";v=\"105\"", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.193 Safari/537.36 OPR/105.0.4970.29", "content-type": "application/json", "sec-fetch-dest": "document", "sec-fetch-mode": "navigate", "sec-fetch-site": "same-origin", "sec-fetch-user": "?1", "accept-encoding": "gzip, deflate, br", "accept-language": "en-US,en;q=0.8", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": "\"Linux\"", "upgrade-insecure-requests": "1" }, "request_payload": "{\"memory\":{\"totalJSHeapSize\":3750592,\"usedJSHeapSize\":2468952,\"jsHeapSizeLimit\":4294705152},\"resources\":[],\"referrer\":\"\",\"eventType\":1,\"firstPaint\":0,\"firstContentfulPaint\":0,\"startTime\":1755774141001.2,\"versions\":{\"fl\":\"2024.11.0\",\"js\":\"2024.6.1\",\"timings\":2},\"pageloadId\":\"968fbcee-484b-4e53-b4ff-97c0058ba179\",\"location\":\"https://dummyjson.com/\",\"nt\":\"navigate\",\"timingsV2\":{\"unloadEventStart\":0,\"unloadEventEnd\":0,\"domInteractive\":1427.800000011921,\"domContentLoadedEventStart\":2259.9000000059605,\"domContentLoadedEventEnd\":2259.9000000059605,\"domComplete\":2269.5,\"loadEventStart\":2269.5,\"loadEventEnd\":2269.5,\"type\":\"navigate\",\"redirectCount\":0,\"criticalCHRestart\":0,\"activationStart\":0,\"initiatorType\":\"navigation\",\"nextHopProtocol\":\"h2\",\"deliveryType\":\"\",\"workerStart\":0,\"redirectStart\":0,\"redirectEnd\":0,\"fetchStart\":1,\"domainLookupStart\":1,\"domainLookupEnd\":1,\"connectStart\":56.20000001788139,\"connectEnd\":595.3000000119209,\"secureConnectionStart\":457.30000001192093,\"requestStart\":595.4000000059605,\"responseStart\":738,\"responseEnd\":738.9000000059605,\"transferSize\":5175,\"encodedBodySize\":4875,\"decodedBodySize\":24758,\"responseStatus\":200,\"firstInterimResponseStart\":0,\"renderBlockingStatus\":\"non-blocking\",\"finalResponseHeadersStart\":738,\"name\":\"https://dummyjson.com/\",\"entryType\":\"navigation\",\"startTime\":0,\"duration\":2269.5},\"dt\":\"\",\"siteToken\":\"a67792548ccc48faac5fa0d91120d5e7\",\"st\":2}", "response_headers": { "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}", "date": "Thu, 21 Aug 2025 11:02:23 GMT", "vary": "Origin, accept-encoding", "cf-ray": "9729a34c9e38f032-DFW", "server": "cloudflare", "alt-svc": "h3=\":443\"; ma=86400", "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=1sDYaS2C%2F52rYP10Hp1fu0zokI2eEK0oBZnbM7fLRdM4rxEiqYBMM3vq6yK9wWJkNPj4lmML6rsK9f7eCD%2FA5BPIvQxnJJBjyWbdavc%3D\"}]}", "content-type": "text/plain", "server-timing": "cfEdge;dur=3,cfOrigin;dur=0", "access-control-max-age": "86400", "access-control-allow-origin": "https://dummyjson.com", "access-control-allow-methods": "POST,OPTIONS", "access-control-allow-credentials": "true" } } ], "headers": { "age": "40350", "nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}", "date": "Thu, 21 Aug 2025 11:02:21 GMT", "vary": "Accept-Encoding", "cf-ray": "9729a3416da3f032-DFW", "server": "cloudflare", "alt-svc": "h3=\":443\"; ma=86400", "report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=nyhZyWx2mEa9rX30X9iPrHhcsiowOcG89XIWtH7in5vmJKmf3H3LGlmjowKxk2qRcaaiDO2ODdqj6x2zRPJXHCJ4hUyhki1NAxXf7aA%3D\"}]}", "content-type": "text/html; charset=utf-8", "x-powered-by": "Cats on Keyboards", "cache-control": "no-store", "server-timing": "cfCacheStatus;desc=\"HIT\", cfEdge;dur=11,cfOrigin;dur=0", "x-railway-edge": "railway/us-east4-eqdc4a", "cf-cache-status": "HIT", "x-frame-options": "SAMEORIGIN", "content-encoding": "br", "x-xss-protection": "1; mode=block", "x-ratelimit-limit": "100", "x-ratelimit-reset": "1755612661", "x-download-options": "noopen", "x-railway-request-id": "HnoVBL2CSRWSyS9Vg4a9AQ", "x-ratelimit-remaining": "99", "x-content-type-options": "nosniff", "x-dns-prefetch-control": "off", "strict-transport-security": "max-age=15552000; includeSubDomains", "access-control-allow-origin": "*" }, "cookies": [], "status_code": 200, "task_id": "7364250500075630593", "created_at": "2025-08-21 11:02:20", "updated_at": "2025-08-21 11:02:35" } ] } ``` `xhr` output is not supported by all Target Templates. Check the individual template documentation for compatibility. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Gemini Source: https://help.decodo.com/docs/web-scraping-api-gemini Web Scraping API Gemini Template The `gemini` template is built to obtain conversational responses from Gemini. ### Useful Links * The Gemini template uses the Premium Proxy Pool by default. * [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration method is recommended for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are supported. ## Input Parameters Request parameters available for the Gemini template: | Parameter | Type | Required | Description | | ---------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `gemini`. | | `prompt` | string | ✅ | The prompt sent to Gemini. | | `headless` | string | | By default, JavaScript rendering is forced, omit parameter in the request.
Set to `png` to receive screenshot response. more information [here](https://help.decodo.com/docs/web-scraping-api-screenshot-response). | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the prompt. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "gemini", "prompt": "Moon Landing", "parse": true, "geo": "United States" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "chatgpt", "prompt": "What are the top tourist attractions in Paris?", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "chatgpt", "prompt": "What are the top tourist attractions in Paris?", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic Token" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed JSON `content` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided prompt. | Content key | Description | | --------------- | -------------------------------------------------------------------------------------- | | `prompt` | The original query submitted in the request. | | `model` | The Gemini model used to generate response, shows error message if failed to identify. | | `raw` | The full HTML response. | | `response_text` | The full response text. | | `markdown_text` | The full response Markdown as a text. | | `citations` | A list of citation links, each with its URL and corresponding text. | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "markdown_text": "The Apollo Era: Humanity's First Steps\n--------------------------------------\n\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\n\nStepping onto the surface, Armstrong uttered the historic phrase:\n\n> *\"That's one small step for [a] man, one giant leap for mankind.\"*\n\n### Summary of Crewed Landings (1969–1972)\n\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\n\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\n| --- | --- | --- | --- |\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\n\nWhy We Went & What We Learned\n-----------------------------\n\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\n\nThe Modern Lunar Resurgence\n---------------------------\n\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\n\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far side), **India**, **Japan**, and commercial U.S. companies have successfully made soft landings on the lunar surface.\n* **The Artemis Program:** NASA and international space agencies are actively pursuing the **Artemis program**, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\n\nWhich area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?", "model": "3.6 Flash", "parse_status_code": 12000, "prompt": "Moon Landing", "raw_response": [ ")]}'", "", "177", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"18\\\":\\\"r_d626f8c4562aa094\\\",\\\"21\\\":[\\\"C2I-y2nAokVdoUsP6p7u3IogKq-C8VrYK2rnqfR26KE\\\"],\\\"44\\\":true}]\"]]", "253", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"7\\\":[null,[\\\"google\\\",[null,null,\\\"Google Search\\\",\\\"https://www.gstatic.com/images/branding/productlogos/googleg/v6/192px.svg\\\",null,\\\"Searching the web\\\"],1]],\\\"44\\\":true}]\"]]", "253", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"7\\\":[null,[\\\"google\\\",[null,null,\\\"Google Search\\\",\\\"https://www.gstatic.com/images/branding/productlogos/googleg/v6/192px.svg\\\",null,\\\"Searching the web\\\"],4]],\\\"44\\\":true}]\"]]", "151", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"7\\\":[null,null,null,null,null,[\\\"Analyzing User Intent\\\"]],\\\"44\\\":true}]\"]]", "2604","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"\\\"],null,null,null,null,null,null,[1],null,null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "159", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"7\\\":[null,null,null,null,null,[\\\"Refining Query Interpretation\\\"]],\\\"44\\\":true}]\"]]", "4031","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"\\\"],null,null,null,null,null,null,[1],null,null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "155", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"7\\\":[null,null,null,null,null,[\\\"Detailing Key Information\\\"]],\\\"44\\\":true}]\"]]", "5518","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"\\\"],null,null,null,null,null,null,[1],null,null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "156", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"7\\\":[null,null,null,null,null,[\\\"Focusing on Apollo Details\\\"]],\\\"44\\\":true}]\"]]", "6963","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"\\\"],null,null,null,null,null,null,[1],null,null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "154", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"7\\\":[null,null,null,null,null,[\\\"Expanding Apollo Details\\\"]],\\\"44\\\":true}]\"]]", "8486","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"\\\"],null,null,null,null,null,null,[1],null,null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "8565","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "8868","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "9173","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "9433","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "9891","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "9966","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Land\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Land\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "10299","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "10390","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moon\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"| Mission | Landing Date | Moon\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "10810","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, \\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20,\\\"]]]],[[[null,[null,0,\\\"\\\"]]]],[[[null,[null,0,\\\"\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "10969","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "11105","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 1\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"**Apollo 1\\\"]]]],[[[null,[null,0,\\\"\\\"]]]],[[[null,[null,0,\\\"\\\"]]]],[[[null,[null,0,\\\"\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "11344","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3*\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "11665","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "11729","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "11930","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"\\\"]]]],[[[null,[null,0,\\\"\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "12303","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1\\\"]]]],[[[null,[null,0,\\\"\\\"]]]],[[[null,[null,0,\\\"\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "12652","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec\\\"]]]],[[[null,[null,0,\\\"\\\"]]]],[[[null,[null,0,\\\"\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "12884","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist)\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "13354","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War\\\",[[0,22,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "13608","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the\\\",[[0,22,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "13676","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade\\\",[[0,22,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "13847","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with\\\",[[0,25,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "14165","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "14307","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "14553","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "14769","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "15156","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\\n\\\\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far\\\",[[0,19,[[null,null,null,null,2]]],[55,60,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "15454","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\\n\\\\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far side), **India**, **Japan**, and commercial U.S. companies have successfully made soft landings on the lunar surface\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far side), India, Japan, and commercial U.S. companies have successfully made soft landings on the lunar surface\\\",[[0,19,[[null,null,null,null,2]]],[55,60,[[null,null,null,null,2]]],[115,120,[[null,null,null,null,2]]],[122,127,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "15866","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\\n\\\\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far side), **India**, **Japan**, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\\n* **The Artemis Program:** NASA and international space agencies are actively pursuing the **Artemis program**, aiming to return humans—including the first woman\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far side), India, Japan, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\",[[0,19,[[null,null,null,null,2]]],[55,60,[[null,null,null,null,2]]],[115,120,[[null,null,null,null,2]]],[122,127,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"The Artemis Program: NASA and international space agencies are actively pursuing the Artemis program, aiming to return humans—including the first woman\\\",[[0,20,[[null,null,null,null,2]]],[85,100,[[null,null,null,null,2]]]]]]]]]]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "16298","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\\n\\\\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far side), **India**, **Japan**, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\\n* **The Artemis Program:** NASA and international space agencies are actively pursuing the **Artemis program**, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\\n\\\\n---\\\\n\\\\nWhich area of lunar exploration would you like to explore\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far side), India, Japan, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\",[[0,19,[[null,null,null,null,2]]],[55,60,[[null,null,null,null,2]]],[115,120,[[null,null,null,null,2]]],[122,127,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"The Artemis Program: NASA and international space agencies are actively pursuing the Artemis program, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\",[[0,20,[[null,null,null,null,2]]],[85,100,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,0,\\\"Which area of lunar exploration would you like to explore\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "16574","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\\n\\\\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far side), **India**, **Japan**, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\\n* **The Artemis Program:** NASA and international space agencies are actively pursuing the **Artemis program**, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\\n\\\\n---\\\\n\\\\nWhich area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far side), India, Japan, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\",[[0,19,[[null,null,null,null,2]]],[55,60,[[null,null,null,null,2]]],[115,120,[[null,null,null,null,2]]],[122,127,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"The Artemis Program: NASA and international space agencies are actively pursuing the Artemis program, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\",[[0,20,[[null,null,null,null,2]]],[85,100,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,0,\\\"Which area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "16574","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\\n\\\\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far side), **India**, **Japan**, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\\n* **The Artemis Program:** NASA and international space agencies are actively pursuing the **Artemis program**, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\\n\\\\n---\\\\n\\\\nWhich area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?\\\"],null,null,null,null,null,null,[1],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,null,null,null,false,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far side), India, Japan, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\",[[0,19,[[null,null,null,null,2]]],[55,60,[[null,null,null,null,2]]],[115,120,[[null,null,null,null,2]]],[122,127,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"The Artemis Program: NASA and international space agencies are actively pursuing the Artemis program, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\",[[0,20,[[null,null,null,null,2]]],[85,100,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,0,\\\"Which area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "16727","[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],null,null,[[\\\"rc_3381b6167d0ecd1e\\\",[\\\"## The Apollo Era: Humanity's First Steps\\\\n\\\\nThe most famous Moon landing occurred on **July 20, 1969**, during NASA's **Apollo 11** mission. Commander **Neil Armstrong** and Lunar Module Pilot **Buzz Aldrin** landed the Lunar Module *Eagle* in the Sea of Tranquility, while **Michael Collins** orbited above in the Command Module *Columbia*.\\\\n\\\\nStepping onto the surface, Armstrong uttered the historic phrase: \\\\n\\\\n\\\> *\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"*\\\\n\\\\n### Summary of Crewed Landings (1969–1972)\\\\n\\\\nNASA successfully completed **six crewed Moon landings**, placing **12 human beings** on the lunar surface:\\\\n\\\\n| Mission | Landing Date | Moonwalkers | Notable Achievement |\\\\n| :--- | :--- | :--- | :--- |\\\\n| **Apollo 11** | July 20, 1969 | Neil Armstrong, Buzz Aldrin | First human landing on another celestial body |\\\\n| **Apollo 12** | Nov 19, 1969 | Pete Conrad, Alan Bean | First precision landing (near the *Surveyor 3* probe) |\\\\n| **Apollo 14** | Feb 5, 1971 | Alan Shepard, Edgar Mitchell | Shepard famously hit two golf balls on the lunar surface |\\\\n| **Apollo 15** | July 30, 1971 | David Scott, James Irwin | First mission to deploy the Lunar Roving Vehicle (Moon buggy) |\\\\n| **Apollo 16** | April 21, 1972 | John Young, Charles Duke | Explored the rugged lunar highlands (Descartes region) |\\\\n| **Apollo 17** | Dec 11, 1972 | Gene Cernan, Harrison Schmitt | Final Apollo mission; included the first professional scientist (geologist) |\\\\n\\\\n---\\\\n\\\\n## Why We Went \\\& What We Learned\\\\n\\\\n* **The Geopolitical Race:** The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\\n* **Scientific Breakthroughs:** Astronauts returned with **842 pounds (382 kg)** of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\\n\\\\n---\\\\n\\\\n## The Modern Lunar Resurgence\\\\n\\\\nAfter Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\\n\\\\n* **Robotic Milestones:** Uncrewed landers from nations like **China** (including the first landing on the Moon's far side), **India**, **Japan**, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\\n* **The Artemis Program:** NASA and international space agencies are actively pursuing the **Artemis program**, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\\n\\\\n---\\\\n\\\\nWhich area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?\\\"],null,null,null,null,null,null,[2],\\\"en\\\",null,null,[null,null,null,null,null,null,null,[]],null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\\n**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\\n**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\\n**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\\n**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],[[[\\\"**Analyzing User Intent**\\\\n\\\\nI'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Analyzing User Intent\\\",[[0,21,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm currently grappling with the inherent ambiguity of \\\\\\\"Moon Landing.\\\\\\\" It's clear that the user's intent is multifaceted. My aim is to discern the specific aspect they are most interested in, whether it's the history of Apollo 11, the broader Apollo program, popular theories, or perhaps modern lunar missions. Refining this initial interpretation is crucial.\\\"]]]]],[[\\\"**Refining Query Interpretation**\\\\n\\\\nI've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Refining Query Interpretation\\\",[[0,29,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I've decided to incorporate both the Apollo program and recent robotic missions like Artemis and CLPS. I am considering these in parallel. My interpretation has solidified into a more comprehensive overview covering past, present, and future lunar endeavors. I'll structure it using headings, bullet points, and key statistics to enhance readability, with LaTeX reserved only for physics if needed.\\\"]]]]],[[\\\"**Detailing Key Information**\\\\n\\\\nI'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Detailing Key Information\\\",[[0,25,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now zeroing in on crucial details. The Apollo program era's specifics are taking shape: key astronauts like Armstrong and Aldrin, and key missions like Apollo 11 and Apollo 17 are solidifying in my outline. Key scientific achievements, such as the returned lunar rocks and retroreflectors, and key technological marvels like the Saturn V rocket are now captured. I am also making sure to cover recent robotic missions.\\\"]]]]],[[\\\"**Focusing on Apollo Details**\\\\n\\\\nI am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Focusing on Apollo Details\\\",[[0,26,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I am now structuring details of the Apollo program. The initial focus is on crewed missions; I am solidifying key landing dates, primary astronauts on the lunar surface, and key mission accomplishments such as the Sea of Tranquility landing or the golf shot on Apollo 14. I am creating a table for clarity and easy reference. I have decided to exclude Apollo 13 and all other non-landings from this summary.\\\"]]]]],[[\\\"**Expanding Apollo Details**\\\\n\\\\nI'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\\n\\\\n\\\\n\\\"],\\\"\\\",\\\"\\\",\\\"\\\",[[[null,[null,0,\\\"Expanding Apollo Details\\\",[[0,24,[[null,null,null,null,2]]]]]],[null,[null,0,\\\"I'm now detailing the remaining Apollo missions that landed humans on the Moon. I'm focusing on the specifics of the Apollo 15, 16, and 17 missions: the first lunar rover use, the exploration of the Fra Mauro highlands, Descartes Highlands, and the final crewed mission with a scientist. I am adding information about the space race, its political motivations, and the scientific outcomes from the Apollo program such as lunar samples.\\\"]]]]]]]]],[\\\"Ohio, USA\\\",\\\"SWML_DESCRIPTION_FROM_YOUR_INTERNET_ADDRESS\\\",false,null,\\\"//www.google.com/maps/vt/data\\\=vCYxWl7njKhimxtvCeWTRkAnsyDmboRHd5_uhMif2pdGxagZlYyszNb1f4jbTSbquyechu9FoVi3Lk7b7KyJtEkj_SonCDixqyNdTmmN3Yu6Zn5F2XNv4qmbVu-LKhwqNHGpbyXm7xK6kpzVptHJ93DzjqecQfdfOx1mMaJtvLdCkWc5iFpDmjzKAIO4hg\\\"],null,null,null,null,null,[[null,[\\\"google\\\",[null,null,\\\"Google Search\\\",\\\"https://www.gstatic.com/images/branding/productlogos/googleg/v6/192px.svg\\\",null,\\\"Searching the web\\\"],4]]],null,null,true,null,null,null,null,\\\"en\\\",null,null,null,true,null,null,[[[[null,[null,2,\\\"The Apollo Era: Humanity's First Steps\\\"]],[null,[null,0,\\\"The most famous Moon landing occurred on July 20, 1969, during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia.\\\",[[41,54,[[null,null,null,null,2]]],[70,79,[[null,null,null,null,2]]],[99,113,[[null,null,null,null,2]]],[137,148,[[null,null,null,null,2]]],[173,178,[[null,null,null,null,1]]],[212,227,[[null,null,null,null,2]]],[264,272,[[null,null,null,null,1]]]]]],[null,[null,0,\\\"Stepping onto the surface, Armstrong uttered the historic phrase:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[[[null,[null,0,\\\"\\\\\\\"That's one small step for [a] man, one giant leap for mankind.\\\\\\\"\\\",[[0,64,[[null,null,null,null,1]]]]]]]]],[null,[null,3,\\\"Summary of Crewed Landings (1969–1972)\\\"]],[null,[null,0,\\\"NASA successfully completed six crewed Moon landings, placing 12 human beings on the lunar surface:\\\",[[28,52,[[null,null,null,null,2]]],[62,77,[[null,null,null,null,2]]]]]],[null,null,null,null,null,null,null,null,null,null,[[[null,[[[[null,[null,0,\\\"Mission\\\"]]]],[[[null,[null,0,\\\"Landing Date\\\"]]]],[[[null,[null,0,\\\"Moonwalkers\\\"]]]],[[[null,[null,0,\\\"Notable Achievement\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 11\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 20, 1969\\\"]]]],[[[null,[null,0,\\\"Neil Armstrong, Buzz Aldrin\\\"]]]],[[[null,[null,0,\\\"First human landing on another celestial body\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 12\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Nov 19, 1969\\\"]]]],[[[null,[null,0,\\\"Pete Conrad, Alan Bean\\\"]]]],[[[null,[null,0,\\\"First precision landing (near the Surveyor 3 probe)\\\",[[34,44,[[null,null,null,null,1]]]]]]]]]],[null,[[[[null,[null,0,\\\"Apollo 14\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Feb 5, 1971\\\"]]]],[[[null,[null,0,\\\"Alan Shepard, Edgar Mitchell\\\"]]]],[[[null,[null,0,\\\"Shepard famously hit two golf balls on the lunar surface\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 15\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"July 30, 1971\\\"]]]],[[[null,[null,0,\\\"David Scott, James Irwin\\\"]]]],[[[null,[null,0,\\\"First mission to deploy the Lunar Roving Vehicle (Moon buggy)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 16\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"April 21, 1972\\\"]]]],[[[null,[null,0,\\\"John Young, Charles Duke\\\"]]]],[[[null,[null,0,\\\"Explored the rugged lunar highlands (Descartes region)\\\"]]]]]],[null,[[[[null,[null,0,\\\"Apollo 17\\\",[[0,9,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Dec 11, 1972\\\"]]]],[[[null,[null,0,\\\"Gene Cernan, Harrison Schmitt\\\"]]]],[[[null,[null,0,\\\"Final Apollo mission; included the first professional scientist (geologist)\\\"]]]]]]],true]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"Why We Went \\\& What We Learned\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade.\\\",[[0,22,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance.\\\",[[0,25,[[null,null,null,null,2]]],[51,70,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,2,\\\"The Modern Lunar Resurgence\\\"]],[null,[null,0,\\\"After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival:\\\"]],[null,null,null,null,null,null,null,null,null,null,null,[[[[[null,[null,0,\\\"Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far side), India, Japan, and commercial U.S. companies have successfully made soft landings on the lunar surface.\\\",[[0,19,[[null,null,null,null,2]]],[55,60,[[null,null,null,null,2]]],[115,120,[[null,null,null,null,2]]],[122,127,[[null,null,null,null,2]]]]]]]],[[[null,[null,0,\\\"The Artemis Program: NASA and international space agencies are actively pursuing the Artemis program, aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence.\\\",[[0,20,[[null,null,null,null,2]]],[85,100,[[null,null,null,null,2]]]]]]]]]]],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[]],[null,[null,0,\\\"Which area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?\\\"]]]]],null,null,null,null,null,null,null,null,null,null,null,null,\\\"fbb127bbb056c959\\\",null,null,\\\"3.6 Flash\\\",true,[[[[1004,\\\"Longer\\\",5,null,[\\\"expand\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/expand/default/24px.svg\\\",null,true]],[1005,\\\"Shorter\\\",6,null,[\\\"compress\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/compress/default/24px.svg\\\",null,true]],[1001,\\\"Try again\\\",1,null,[\\\"refresh\\\",\\\"https://fonts.gstatic.com/s/i/short-term/release/googlesymbols/refresh/default/24px.svg\\\",null,true]]]]],null,2]\"]]", "140", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"11\\\":[\\\"Lunar Exploration: Apollo to Artemis\\\"],\\\"44\\\":true}]\"]]", "133", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"26\\\":\\\"AwAAAAAAAAAQwBHO-LzoF6Jtkz0--Rk\\\",\\\"44\\\":true}]\"]]", "137", "[[\"wrb.fr\",null,\"[null,[\\\"c_2f3fdaf1244b5cc4\\\",\\\"r_d626f8c4562aa094\\\"],{\\\"44\\\":true,\\\"46\\\":[\\\"c_2f3fdaf1244b5cc4\\\",\\\"\\\"],\\\"52\\\":[]}]\"]]", "60", "[[\"di\",13564],[\"af.httprm\",13564,\"7471605451185437110\",5]]", "29", "[[\"e\",52,null,null,448841]]" ], "response_text": "The Apollo Era: Humanity's First Steps The most famous Moon landing occurred on July 20, 1969 , during NASA's Apollo 11 mission. Commander Neil Armstrong and Lunar Module Pilot Buzz Aldrin landed the Lunar Module Eagle in the Sea of Tranquility, while Michael Collins orbited above in the Command Module Columbia . Stepping onto the surface, Armstrong uttered the historic phrase: \"That's one small step for [a] man, one giant leap for mankind.\" Summary of Crewed Landings (1969–1972) NASA successfully completed six crewed Moon landings , placing 12 human beings on the lunar surface: Mission Landing Date Moonwalkers Notable Achievement Apollo 11 July 20, 1969 Neil Armstrong, Buzz Aldrin First human landing on another celestial body Apollo 12 Nov 19, 1969 Pete Conrad, Alan Bean First precision landing (near the Surveyor 3 probe) Apollo 14 Feb 5, 1971 Alan Shepard, Edgar Mitchell Shepard famously hit two golf balls on the lunar surface Apollo 15 July 30, 1971 David Scott, James Irwin First mission to deploy the Lunar Roving Vehicle (Moon buggy) Apollo 16 April 21, 1972 John Young, Charles Duke Explored the rugged lunar highlands (Descartes region) Apollo 17 Dec 11, 1972 Gene Cernan, Harrison Schmitt Final Apollo mission; included the first professional scientist (geologist) Why We Went & What We Learned The Geopolitical Race: The missions were driven by the Cold War Space Race between the U.S. and the Soviet Union, fulfilling President John F. Kennedy's 1961 challenge to land a human on the Moon before the end of the decade. Scientific Breakthroughs: Astronauts returned with 842 pounds (382 kg) of rock and soil samples, deployed seismometers to measure moonquakes, and set up laser retroreflectors that scientists still bounce lasers off today to measure the exact Earth-Moon distance. The Modern Lunar Resurgence After Apollo 17 in 1972, crewed Moon missions paused, but robotic and modern crewed exploration has seen a major revival: Robotic Milestones: Uncrewed landers from nations like China (including the first landing on the Moon's far side), India , Japan , and commercial U.S. companies have successfully made soft landings on the lunar surface. The Artemis Program: NASA and international space agencies are actively pursuing the Artemis program , aiming to return humans—including the first woman and person of color—to the lunar South Pole to establish a sustainable long-term presence. Which area of lunar exploration would you like to explore deeper—the technical details of the Apollo missions, the science behind lunar samples, or current plans for returning humans to the Moon?" }, "errors": [], "status_code": 12000, "task_id": "7486382076741047297" }, "headers": {}, "status_code": 200, "task_id": "7486382076741047297", "created_at": "2026-07-24 11:29:37", "updated_at": "2026-07-24 11:30:36" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Google Ads Source: https://help.decodo.com/docs/web-scraping-api-google-ads Web Scraping API Google Ads Template The `google_ads` template is built to obtain Google Search and Google AI Overview results, prioritizing paid advertisements at the highest ad display rate. It limits the output to ten results per page, maximizing the likelihood of paid ads appearing. ### Useful Links * More information on optimizing the **AI Overview rate** can be found [**here**](https://help.decodo.com/docs/web-scraping-api-google-ai-overview). * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Google Ads template: | Parameter | Type | Required | Description | | ------------------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `google_ads`. | | `query` | string | ✅ | Search query. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-google-geolocation) | | `locale` | string | | Set the value to change your Google search page web interface language. [**Read more.**](web-scraping-api-google-interface-localization) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number within the range of `1` to `10`.
Default value is `1`. | | `page_count` | integer | | Customize the desired page count number within the range of `1` to `10`.
Each page provides 10 search results.
Default value is `1`. | | `google_results_language` | string | | Return results in a specified language. See all options [**here**](https://help.decodo.com/docs/web-scraping-api-results-language-list) . | | `google_tbm` | string | | Filter search results for specific types of content (news, apps, videos...). More information [**here**](https://stenevang.wordpress.com/2013/02/22/google-advanced-power-search-url-request-parameters/) . Sample value: `app`. | | `google_tbs` | string | | This parameter contains parameters like limiting/sorting results by date. More information [**here**](https://stenevang.wordpress.com/2013/02/22/google-advanced-power-search-url-request-parameters/) . Example: `qdr:w` (results from last week). | | `google_nfpr` | boolean | | Turns off spelling auto-correction when set to `true`.
Default value is `false`. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests.[**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "google_ads", "query": "laptop", "headless": "html", "page_from": "1", "google_results_language": "en", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "google_ads", "query": "pizza", "headless": "html", "page_from": "1", "google_results_language": "en", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "google_ads", "query": "pizza", "headless": "html", "page_from": "1", "google_results_language": "en", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | | `pla` | An object of product ads with their detailed information. | | `paid` | An array of sponsored results with their detailed information. | | `images` | An object of an image results with its detailed information. | | `flights` | An object of flights with their detailed information. | | `organic` | An array of organic listings with their detailed information. | | `organic_videos` | An array of organic videos with their detailed information. | | `top_sights` | An array of landmarks or attractions with their detailed information. | | `jobs` | An object of jobs with their detailed information. | | `local_service_ads` | An object of sponsored local service providers. | | `video_boxes` | An array of a video items with detailed information. | | `recipes` | An object of recipes with detailed information. | | `twitter` | An array of X (previously Twitter) results with detailed information. | | `knowledge` | An object of information gathered from the knowledge panel. | | `local_pack` | An object of local business listings relevant to the query. | | `item_carousel` | An object of illustrative items for informational queries with detailed information. | | `videos` | An object of videos with detailed information. | | `hotels` | An object of hotels relevant to the location of a query. | | `apps` | An array of applications with detailed information. | | `finance` | An object of financial data for companies, including stock prices, market capitalization, and other essential metrics. | | `sports_games` | An object of recent sports events, including scores, teams, game types, and key highlights. | | `discussions_and_forums` | An object of discussion threads and forum posts, including their URLs, titles, sources, and comment counts. | | `featured_snippet` | An array of specific results retrieved from the organic part of the results page. | | `top_stories` | An object of articles with their detailed information when a query is identified as news-oriented. | | `popular_products` | An object of organic displays of Google Shopping product listings with detailed information. | | `related_searches` | An array of one or more related searches blocks displayed at various positions on the search results page. | | `related_questions` | An object of related question-based search queries, along with detailed information. | | `what_people_are_saying` | An array of discussion threads and forum posts, including their URLs, titles, sources, top comments, engagement metrics, and timeframes." | | `search_information` | An object of information related to the submitted search query. | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "ads": [ { "asin": "B08T1GK3DL", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "is_prime_eligible": true, "location": "carousel", "pos": 1, "price": 24.99, "price_upper": 24.99, "rating": 4.2, "reviews_count": 42, "title": "targeal Gaming Headset with Microphone - for PC, PS4, PS5, Switch, Xbox One, Xbox Series X|S - 3.5mm Jack Gamer Headphone wit", "type": "organic_also_viewed" }, { "asin": "B0DG8JF1NW", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "is_prime_eligible": true, "location": "carousel", "pos": 2, "price": 25.99, "price_upper": 25.99, "rating": 3.9, "reviews_count": 39, "title": "Gaming Headset with Microphone for Pc, Xbox One Series X/s, Ps4, Ps5, Switch, Stereo Wired Noise Cancelling Over-Ear Headphon", "type": "organic_also_viewed" }, { "asin": "B09PBXMKPR", "images": [ "data:image/jpeg;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" ], "is_prime_eligible": true, "location": "carousel", "pos": 3, "price": 18.99, "price_upper": 18.99, "rating": 4.4, "reviews_count": 44, "title": "Gaming Headset with Microphone, Gaming Headphones Compatible for PS4 PS5 Xbox PC with RGB Lights, PlayStation Headset with No", "type": "organic_also_viewed" }, { "asin": "B08T1GK3DL", "images": [ "https://images-na.ssl-images-amazon.com/images/I/71oNyS3WwqS._AC_UL165_SR165,165_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 4, "price": 24.99, "price_upper": 24.99, "rating": 0, "reviews_count": 42, "title": "targeal Gaming Headset with Microphone - for PC, PS4, PS5, Switch, Xbox One, Xbox Series X|S - 3.5mm Jack Gamer Headphone with Noise Canceling Mic (Camo Black)", "type": "organic_also_viewed" }, { "asin": "B09TB15CTL", "images": [ "https://images-na.ssl-images-amazon.com/images/I/712OyBPPL0L._AC_UL165_SR165,165_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 5, "price": 27.99, "price_upper": 27.99, "rating": 0, "reviews_count": 43, "title": "Ozeino Gaming Headset for PC, Ps4, Ps5, Xbox Headset with 7.1 Surround Sound Gaming Headphones with Noise Canceling Mic, LED Light Over Ear Headphones for Switch, Xbox Series X/S, Laptop, Mobile White", "type": "organic_also_viewed" }, { "asin": "B07BPHNBBL", "images": [ "https://images-na.ssl-images-amazon.com/images/I/61A7FF6mteL._AC_UL165_SR165,165_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 6, "price": 19.99, "price_upper": 19.99, "rating": 0, "reviews_count": 41, "title": "Picozon Gaming Headset with Microphone, 3.5mm Plug Headphone Compatible with PS5 PS4 PlayStation 4/5 Computer Laptop iPad Surface Smartphone - Camouflage Green", "type": "organic_also_viewed" }, { "asin": "B0BHY94NVC", "images": [ "https://images-na.ssl-images-amazon.com/images/I/718-fskYNBL._AC_UL165_SR165,165_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 7, "price": 26.58, "price_upper": 26.58, "rating": 0, "reviews_count": 43, "title": "Ozeino Gaming Headset for PC, Ps4, Ps5, Xbox Headset with 7.1 Surround Sound, Gaming Headphones with Noise Cancelling Mic RGB Light Over Ear Headphones for Xbox Series X/S, Switch-Camo", "type": "organic_also_viewed" }, { "asin": "B01H6GUCCQ", "images": [ "https://images-na.ssl-images-amazon.com/images/I/61CGHv6kmWL._AC_UL165_SR165,165_.jpg", "https://m.media-amazon.com/images/I/01GK70BG4uL.svg", "https://m.media-amazon.com/images/I/019h+CPo68L.svg", "https://m.media-amazon.com/images/I/61sxI+4PZlL._SS180_.png", "https://m.media-amazon.com/images/I/61sxI+4PZlL._SS180_.png", "https://m.media-amazon.com/images/I/21AGu0JFvKL.svg" ], "is_prime_eligible": false, "location": "carousel", "pos": 8, "price": 19.99, "price_upper": 19.99, "rating": 0, "reviews_count": 43, "title": "BENGOO G9000 Stereo Gaming Headset for PS4 PC Xbox One PS5 Controller, Noise Cancelling Over Ear Headphones with Mic, LED Light, 7.1 Surround Sound, Soft Memory Earmuffs for Nintendo Xbox Series X|S", "type": "organic_also_viewed" }, { "asin": "B0C4ND25FT", "images": [ "https://images-na.ssl-images-amazon.com/images/I/7158M67MH3L._AC_UL165_SR165,165_.jpg", "https://m.media-amazon.com/images/I/01GK70BG4uL.svg", "https://m.media-amazon.com/images/I/019h+CPo68L.svg", "https://m.media-amazon.com/images/I/51IhSrucIyL._SS180_.png", "https://m.media-amazon.com/images/I/51IhSrucIyL._SS180_.png", "https://m.media-amazon.com/images/I/51IhSrucIyL._SS180_.png", "https://m.media-amazon.com/images/I/51IhSrucIyL._SS180_.png", "https://m.media-amazon.com/images/I/51IhSrucIyL._SS180_.png", "https://m.media-amazon.com/images/I/51IhSrucIyL._SS180_.png", "https://m.media-amazon.com/images/I/21AGu0JFvKL.svg" ], "is_prime_eligible": false, "location": "carousel", "pos": 9, "price": 37.99, "price_upper": 37.99, "rating": 0, "reviews_count": 43, "title": "FIFINE Wired Gaming Headset, Gamer Headset with 3.5mm and USB Dual Connectivity, 7.1 Surround Sound, Tuned 50mm Drivers, Detachable Mic, Over-Ear Headphones for PC/PS5/Xbox, Black-AmpliGame H9", "type": "organic_also_viewed" }, { "asin": "B0DJDZG9KJ", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/31pLlwPLsSL._AC_SR100,100_QL65_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 10, "price": 99, "price_upper": 129.99, "rating": 4.3, "reviews_count": 43, "title": "Razer Barracuda X Chroma Wireless Gaming Headset: 2.4GHz Wireless & Bluetooth - Lightweight - Chroma RGB - 40mm Drivers - Cardioid Mic - 70 Hr Battery - for PC, Mac, PS5, Switch 2, Smartphone - Black", "type": "organic_also_viewed" }, { "asin": "B07S6BYLYT", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41nZoleKr0L._AC_SR100,100_QL65_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 11, "price": 52.42, "price_upper": 61.99, "rating": 4.1, "reviews_count": 41, "title": "Lenovo Legion H300 Stereo Gaming Headset, Noise-Cancelling Mic, Memory Foam & PU Leather Earcups, Stainless Steel Headband, PC, PS4, Xbox One, Nintendo Switch, Mac, GXD0T69863, Black", "type": "organic_also_viewed" }, { "asin": "B0DYWJJRDV", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/31eKlnu1voL._AC_SR100,100_QL65_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 12, "price": 39.99, "price_upper": 39.99, "rating": 4.4, "reviews_count": 44, "title": "Turtle Beach Recon 70 Wired Gaming Headset - Licensed for Nintendo Switch 2, Nintendo Switch/Lite/OLED, Flip-to-Mute Mic, Adjustable, Lightweight headphones, On-Ear Controls, 40mm Drivers, Black/White", "type": "organic_also_viewed" }, { "asin": "B0C4ND25FT", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/41TSn76LbZL._AC_SR100,100_QL65_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 13, "price": 37.99, "price_upper": 37.99, "rating": 4.3, "reviews_count": 43, "title": "FIFINE Wired Gaming Headset, Gamer Headset with 3.5mm and USB Dual Connectivity, 7.1 Surround Sound, Tuned 50mm Drivers, Detachable Mic, Over-Ear Headphones for PC/PS5/Xbox, Black-AmpliGame H9", "type": "organic_also_viewed" }, { "asin": "B07S3VNZ7Z", "images": [ "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%' width='100%' preserveAspectRatio='none' /%3E", "https://m.media-amazon.com/images/I/51QY1gY2boL._AC_SR100,100_QL65_.jpg" ], "is_prime_eligible": false, "location": "carousel", "pos": 14, "price": 19.99, "price_upper": 19.99, "rating": 4.4, "reviews_count": 44, "title": "Gaming Headset for PS4, Xbox One, PC, PS5, Laptop, Mac, Nintendo Switch, 3.5MM Noise Cancelling Over Ear Headphones with Mic, Bass Surround, Soft Memory Earmuffs (Black)", "type": "organic_also_viewed" } ], "answered_questions_count": 0, "asin": "B09H74FXNW", "asin_in_url": "B09H74FXNW", "brand": "FEIYING", "bullet_points": "Immersive Stereo - Gaming headset with microphone is 7.1 Surround Sound from our professional gaming headsets, outfitted with 50mm neodymium magnet driver, gives vivid and clear sound field, deep bass. Accurate positional audio across any game environment, our gaming headphones with microphone help you get better performance in game, .ps4 games, ps5 games, xbox one games, wii games, etc.\nAll-day Comfort - Extremely light design for all-day wearing, gaming headset are padded with breathable and durable protein soft memory foam cushions, preventing overheating and pressure build-up and pc gaming headset is built with adjustable headband. A must-have PC headsets, xbox headset, ps4 headset, every gamer will enjoy with this wired headphones.\n360° Noise Cancelling Mic - 160° retractable, 360° omnidirectionally rotatable sensitive microphone, premium noise cancellation, sound localisation, this gaming headset pc helps pick up sound quickly, eliminate unwanted noise from environment, deliver messages clearly during gameplay. Adjustable microphone can be swivelled to the right position at any time.\nIn-line Audio Controls - This PC game headsets have an volume control wheel and mic mute switch on the gaming headset ps4 with microphone for quick and convenient adjustments. High tensile strength, anti-entanglement braided USB cable prevents the ps4 headset with mic cable from chaos, and help easily control the volume or one-key microphone mute.\nUniversally Compatible - xbox headphones wired Support PlayStation 4, New Xbox One, PC, Nintendo 3DS, Laptop, PSP, Tablet, iPad, Computer, Mobile Phone. Please note you need an extra Microsoft Adapter (Not Included) when this xbox one headset connect with an old version Xbox One controller, Sega Genesis.\nNote 1: An additional adapter is required for use with xbox one, which is not included.\nNote 2: Please check your mic switch on before you use it.", "buybox": [ { "price": -1, "stock": "Currently unavailable. We don't know when or if this item will be back in stock. Delivering to New York 10118 - Update location Add to List Added to Unable to add item to List. Please try again. Sorry, there was a problem. There was an error retrieving your Wish Lists. Please try again. Sorry, there was a problem. List unavailable." } ], "category": [ { "ladder": [ { "name": "Video Games", "url": "/computer-video-games-hardware-accessories/b/ref=dp_bc_1?ie=UTF8&node=468642" }, { "name": "Mac", "url": "/Mac-Games/b/ref=dp_bc_2?ie=UTF8&node=229647" }, { "name": "Accessories", "url": "/Mac-Accessories/b/ref=dp_bc_3?ie=UTF8&node=318812011" }, { "name": "Headsets", "url": "/Mac-Game-Headsets/b/ref=dp_bc_4?ie=UTF8&node=405593011" } ] } ], "coupon": "", "currency": "USD", "delivery": [], "description": "Firstly, please check the interface is plugged in devices solidly. Second, if it is still not working, please contact with us.\nPlease do check with the same procedure as the aboveabove question.\nAll headset with 3.5mm interface in the market cannot directly be used for Xbox one. You need an adapter for normal use on Xbox one.", "developer_info": {}, "featured_merchant": {}, "has_videos": true, "images": [ "https://m.media-amazon.com/images/I/71+jTaVbHxL._AC_SL1450_.jpg", "https://m.media-amazon.com/images/I/717j7kvOdKL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71NeARy+VbL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71SdCRi6X7L._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/715HzbVlalL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71AYCkPs1eL._AC_SL1500_.jpg", "https://m.media-amazon.com/images/I/71ObD+hKa8L._AC_SL1500_.jpg" ], "is_prime_eligible": true, "manufacturer": "BettergamesBetterlife", "page": 1, "page_type": "Product", "parent_asin": "B0DF2CGBCY", "parse_status_code": 12000, "price": 0, "price_buybox": -1, "price_initial": 0, "price_shipping": 0, "price_sns": 0, "price_upper": 0, "pricing_count": 1, "pricing_str": "", "pricing_url": "https://www.amazon.com/gp/offer-listing/B09H74FXNW?startIndex=0", "product_details": { "additional_features": "Android, Lightweight, Microphone Included, Noise Cancellation, Retractable cord, Volume Control, iOS", "age_range_description": "all ages", "asin": "B09H74FXNW", "audio_driver_size": "50 Millimeters", "audio_driver_type": "Dynamic Driver", "best_sellers_rank": "#29,958 in Video Games (See Top 100 in Video Games) #49 in Mac Game Headsets #4,834 in PC Accessories", "brand_name": "FEIYING", "built_in_media": "Cable, Gaming headset, User Manual", "cable_features": "USB Port for RGB light; Audio/Mic Splitter Adapter for speaking and listening", "color": "A Camo Gray", "compatible_devices": "Gaming Consoles", "connectivity_technology": "Wired", "control_method": "Remote", "control_type": "Volume Control", "customer_reviews": "4.3 4.3 out of 5 stars (4,757) 4.3 out of 5 stars", "earpiece_shape": "Over Ear", "enclosure_material": "Leather", "frequency_range": "100-10000", "headphone_folding_features": "Over Ear", "headphone_jack": "3.5 mm Jack", "headphones_ear_placement": "Over Ear", "impedance": "16 Ohms", "is_autographed": "No", "item_weight": "0.52 Kilograms", "manufacturer": "FEIYING", "model_name": "K5MC", "model_number": "K5MC", "noise_control": "Sound Isolation", "number_of_items": "1", "specific_uses_for_product": "Movies and Gaming", "theme": "Video Game", "unit_count": "1 Count", "wireless_technology": "Wired" }, "product_name": "FEIYING Gaming Headset with Microphone, Gaming Headphones Stereo 7.1 Surround Sound PS4 Headset 50mm Drivers, 3.5mm Audio Jack Over Ear Headphones Wired for PC Switch PlayStation Xbox PS5 Laptop", "rating": 4.3, "rating_stars_distribution": [ { "percentage": 69, "rating": 5 }, { "percentage": 14, "rating": 4 }, { "percentage": 8, "rating": 3 }, { "percentage": 3, "rating": 2 }, { "percentage": 6, "rating": 1 } ], "reviews": [ { "author": "Jodi Fissel", "content": "For the price of this I was worried how well it would really work. To my surprise it’s like a top of the line product. Works better than I expected it to. The cord is longer than some but that’s what I needed for my set up. They also give a cord to hook it up to your pc if you are a pc gamer rather than a console gamer so it’s a win win for everyone. The ear pieces are bigger than I expected but I like this as it actually slows the noise cancellation to actually work. You can’t hear someone screaming at you for a long period of time. The sound quality is amazing considering this isn’t one of the best known brands out there. Usually you have to pay more money to get good quality. This however is not the case. Been extremely satisfied since receiving this and has been used on a daily basis for about a month now with no issues. The mouthpiece to talk into you can adjust it more than you think it’s made of this bendy rubber material that allows you to bend it inwards or outwards to make your voice clearer on the receiving end. Most models do not offer this so this is a real welcomed bonus! I highly recommend this product. You can wear the headset for an extended period of time like a few hours and it not give you a headache or earache. Look no further this is the best headset out of at least a dozen that I’ve bought and used.", "helpful_count": 4, "id": "R1ZW7DI6FWP46D", "is_verified": true, "rating": 5, "timestamp": "Reviewed in the United States August 2, 2022", "title": "Great quality all the way around!" }, { "author": "Zane", "content": "Don't want to pay more than $100 to buy a expensive headset since I have lots of headset already. I am really happy to choose this camo style gaming headsets with microphonePROS:1. The headset provides good sound for gaming purposes and are comfortable to wear. Don't worry the fybric earcup because they are compartable than you think. The mic boom seems to be solid and rotates up and down well.2. There's a lot going on here with a long 3.5mm audio cable, a usb cable to power the lights and a plastic housing to control volume. Mic switch and headphone volume controls are cord mounted a convenient length down from the headset.3.People used to complain that I sounded like I was in a tin can and they could hear the HVAC blower with my laptop mic, now all they hear is me! I tested it with a voice recorder app, and I sound like me again rather than me on a crappy speakerphone on a freight train. The bass response of the headphones is great too, makes music and games alike come alive4. This headset is the most comfortable I’ve ever had. I work 10-12 hours a day and it’s hard finding comfortable headsets to last that long. My ears usually ache by the end of the day but not with these, I can’t even tell I’ve had them on.5. Finally the Camo style is really speical and cool. I like the understated elegance6. A Y-style spliiter adapter is included to split a plug to one voice jack and one mic jack.7. The cord is super long, very convenient for me.CONS:1. As the product page said, the USB plug is only for light, note it.Pretty gaming headset for me. Recommanded to buy it.", "helpful_count": 24, "id": "R3Q5N9DFQOYO8V", "is_verified": true, "rating": 5, "timestamp": "Reviewed in the United States January 15, 2022", "title": "Very Nice Gaming Headset with Microphone" }, { "author": "907Hustler", "content": "Found this headset browsing and after reading many of the reviews i thought i’d give thema try, for $20 seriously why not. They are replacing my astros A10’s which were fantastic for well over a year the mic was just going out. Sound quality from these compared to the A10’s is not even close and you can definitely tell they are lower quality in that sense but again $20 take it or leave it. Mic sounds great according to my gaming buds, plugged directly into xbox controller and worked immediately, usb has to be plugged in for lights to work which isn’t a big deal to me. Over all feel and look compared to the astro A10’s is very bulky, they don’t feel cheap though, the adjuster is firm and ear pads are pretty comfy after a few hours of use, mic boom is stiff to pull down or push up which is nice it keeps its place, volume control wheel is a little hard to use and get use to but overall all decent, mic mute switch right next to volume wheel is easy to use and nice having as the astro a10’s you have to flip mic up to mute and the reason why i think the mic went out on mine, noise cancellation isn’t the best i can hear a small fan that’s about 6’ away over gaming sounds with headset on, comes with dual splitter for whatever type of audio controller or system you use. Over all if you’re looking for high quality sound and the best material this obviously isn’t it, for $20 you honestly would be joking to expect that BUT for $20 this head set is very decent, for kids, beginners, or someone just on a budget i’d definitely recommend this headset any day of the week. They definitely surpassed my expectations", "helpful_count": 16, "id": "R11Q07JV1F53GZ", "is_verified": true, "rating": 4, "timestamp": "Reviewed in the United States July 10, 2022", "title": "Great price, decent headset" }, { "author": "gamer", "content": "I couldn't be happier with this headset purchase, as it is every bit as good as my old, expensive headset. This one fits the budget, and has all the same features. The foam padding is very soft and comfortable, and the 50mm drivers produce fantastic sound (noise cancelling works so well, I can't hear anything else but the game, which is crystal clear and immersive). The headset is adjustable, so everyone in my family can comfortably use it, as easily adjust it, from 40 yrs old to 9 yrs old. Works on every gaming console we have (Xbox and PlayStation), including his PC, and comes with every adapter you would possibly need. Easy mute button and volume controls, and has an adjustable mic to turn it away from your face, when needed. On top of it all, the camo looks super awesome, so my son loves to show it off to his friends! Great purchase, and can't beat the price for the high-quality headset!", "helpful_count": 2, "id": "R1CLMOGO4DG5IV", "is_verified": true, "rating": 5, "timestamp": "Reviewed in the United States March 23, 2022", "title": "Fantastic headset - comfortable, great sound, every bit as good as my old expensive set" }, { "author": "Hozio", "content": "It's got great build quality and feels like a top of the line product. Works better than I expected it to, at the price. Feels and works like a $200 gaming headset, at a fraction of the cost. The cord is longer than most others. They have great audio for games and zoom conferences and great noise cancellation. I definitely recommend it. The comfort is amazing as it has quite a bit of padding on it. The in-line audio control is helful with volume control and muting the microphone. Will definitely purchase it again.", "helpful_count": 10, "id": "RHRMIB1KW8ZZS", "is_verified": true, "rating": 5, "timestamp": "Reviewed in the United States September 22, 2022", "title": "Amazing headset. Definitely worth the price" }, { "author": "Jordan R.", "content": "Fit is good but it’s pretty bulky honestly. The sound is REALLY bass heavy and feels like it’s missing a ton of treble. I wish there was a way to boost the overall sound quality but for like the $20 I spent on them, you can’t really expect too much. It’s an alright headset if you need something. These replaced my turtle beaches that snapped in half (both pairs). I miss those honestly aside from the brittle plastic. Spend a little extra money. I’d probably avoid these.", "id": "RICD4KB6JUTQN", "is_verified": true, "rating": 3, "timestamp": "Reviewed in the United States September 19, 2022", "title": "Okay for the price. Wouldn’t buy it again though." }, { "author": "Leanne", "content": "Worth every penny. We went through three cheap headphones they stopped working quickly or had mike and sound issues before trying this headset out. Finally found an affordable pair that actually works and is comfortable! Both the kids and adults love this headset. Sound is clear and no issues. It adjusts to fit both my kids and my husband or myself. My youngest has worn them for hours doing school or playing Minecraft with friends and they don’t hurt his ears like other ones did previously. Sound quality when he’s talking is clear and others have no issue hearing him. They look pretty neat too. Good value and don’t feel or seem cheap at all. Highly recommend this headset.", "id": "RLX2A4D4VZZNQ", "is_verified": true, "rating": 5, "timestamp": "Reviewed in the United States July 19, 2022", "title": "Fantastic headset" }, { "author": "Kenzie Davis", "content": "I’ve had for over a year and they still work! Was my first headset and they were super easy to figure out everything you can adjust everything to your liking even the volume and how loud u want to hear your friends over the game. Now they are a little bulky so be warned! But definitely recommend", "id": "R10HQLONMXNE7F", "is_verified": true, "rating": 5, "timestamp": "Reviewed in the United States October 1, 2025", "title": "Great starter headset !!" }, { "author": "Shar", "content": "Nephew loves them, I got aunty bonus points 🤣👍", "id": "R2GMTM2I0GODZT", "is_verified": true, "rating": 5, "timestamp": "Reviewed in the United Kingdom January 5, 2025", "title": "Present" }, { "author": "Zarand", "content": "Great quality heat set for the price. USB and 3.5mm jack. Great for Gaming, phone calls and music.", "id": "R2OYMWMQHETMQ0", "is_verified": true, "rating": 5, "timestamp": "Reviewed in Australia September 3, 2024", "title": "Impecable quality" }, { "author": "Matt & Mel", "content": "I like these headphones alot, they are comfortable to wear and not heavy, the sound quality is Awesome!Sure they don't sound as good as $200 headphones but they also cost 1/8 that price! These things Bang for the price, sound good, clear, good bass, no complaints at all, and when ya plug the USB in they even light up!", "id": "R4JBE0LIHD5NQ", "is_verified": true, "rating": 5, "timestamp": "Reviewed in Canada November 4, 2023", "title": "Good headphones, nice sound quality, comfortable, few small personal issues" }, { "author": "Jennifer", "content": "This was a gift which was greated by my granddaughter with the word cool. She loved it.", "id": "R1KR6A6F97OQXI", "is_verified": true, "rating": 4, "timestamp": "Reviewed in the United Kingdom January 4, 2024", "title": "Arrived when they said." }, { "author": "Ravikiran", "content": "Its really good but what I do t like is it's based head phones u can here more specific from the left than right", "id": "R1P16IAXR3HQ6M", "is_verified": true, "rating": 4, "timestamp": "Reviewed in India November 9, 2022", "title": "It's worth it 😉 great actually . Go on u can try this once" } ], "reviews_count": 4757, "sales_rank": [ { "ladder": [ { "name": "Video Games", "url": "/gp/bestsellers/videogames/ref=pd_zg_ts_videogames" } ], "rank": 29958 }, { "ladder": [ { "name": "Mac Game Headsets", "url": "/gp/bestsellers/videogames/405593011/ref=pd_zg_hrsr_videogames" } ], "rank": 49 }, { "ladder": [ { "name": "PC Accessories", "url": "/gp/bestsellers/videogames/318813011/ref=pd_zg_hrsr_videogames" } ], "rank": 4834 } ], "sns_discounts": [], "stock": "Currently unavailable. We don't know when or if this item will be back in stock.", "store_url": "/stores/BettergamesBetterlife/page/C0B04C10-3070-410C-B43F-2BEEAEA03328?lp_asin=B09H74FXNW&ref_=ast_bln", "title": "FEIYING Gaming Headset with Microphone, Gaming Headphones Stereo 7.1 Surround Sound PS4 Headset 50mm Drivers, 3.5mm Audio Jack Over Ear Headphones Wired for PC Switch PlayStation Xbox PS5 Laptop", "url": "https://www.amazon.com/dp/B09H74FXNW?language=en_US", "variation": [], "warranty_and_support": { "description": "Amazon.com Return Policy: You may return any new computer purchased from Amazon.com that is \"dead on arrival,\" arrives in damaged condition, or is still in unopened boxes, for a full refund within 30 days of purchase. Amazon.com reserves the right to test \"dead on arrival\" returns and impose a customer fee equal to 15 percent of the product sales price if the customer misrepresents the condition of the product. Any returned computer that is damaged through customer misuse, is missing parts, or is in unsellable condition due to customer tampering will result in the customer being charged a higher restocking fee based on the condition of the product. Amazon.com will not accept returns of any desktop or notebook computer more than 30 days after you receive the shipment. New, used, and refurbished products purchased from Marketplace vendors are subject to the returns policy of the individual vendor." }, "whats_in_the_box": "Gaming headset, Cable, User Manual" }, "errors": [], "status_code": 12000, "task_id": "7468177001237466113" }, "headers": {}, "status_code": 200, "query": "B09H74FXNW", "task_id": "7468177001237466113", "created_at": "2026-06-04 05:49:09", "updated_at": "2026-06-04 05:49:12" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Google AI Mode Source: https://help.decodo.com/docs/web-scraping-api-google-ai-mode Web Scraping API Google AI Mode Template The `google_ai_mode` template is built to obtain conversational responses from Google AI Mode. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. Google AI Mode is available in the majority of countries worldwide, full list can be found [here](https://support.google.com/websearch/answer/16011537?sjid=16547968390112822909-NA#zippy=%2Csupported-countries-territories). Keep in mind that geo restriction comes from Google and we are prepared to support additional countries as soon as Google expands this feature further. ## Input Parameters Request parameters available for Google AI Mode template: | Parameter | Type | Required | Description | | ---------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `google_ai_mode`. | | `query` | string | ✅ | The prompt sent to Google AI Mode. | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the prompt, must be one of supported countries specified [here](https://support.google.com/websearch/answer/16011537?sjid=16547968390112822909-NA#zippy=%2Csupported-countries-territories). | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "google_ai_mode", "query": "best health trackers under $200", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "google_ai_mode", "query": "best health trackers under $200", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "google_ai_mode", "query": "best health trackers under $200", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output As an output, you will get a JSON file. Descriptions for fields in the parsed JSON `content` section are provided in the table below. | Content Key | Description | | --------------- | ------------------------------------------------------------------ | | `links` | List of external references provided in the response | | `prompt` | The original query submitted in the request | | `citations` | A list of citation links, each with its URL and corresponding text | | `response_text` | The full response text | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "prompt": "best health trackers under $200", "citations": [ { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://blog.google/products/shopping/shopping-graph-explained/", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." }, { "url": "https://vositone.com/budget-battle-200smartwatches-compared-who-offers-the-best-value.html", "text": "Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch ." } ], "response_text": "Best health trackers under $200 (2025) Here's a list of highly-rated health trackers available for under $200, based on user reviews and features: Fitness Bands Fitbit Inspire 3 : Tracks stress, fitness, sleep, skin temperature, and blood oxygen. Includes a 6-month Fitbit Premium membership. Typically priced around $99.95. Amazfit Band 7 : Features a 1.47” display, long battery life (up to 18 days), and monitors SPO2, heart rate, and stress in 45 seconds. Offers 120 sports modes. Available for approximately $41.99 - $66.99. Xiaomi Smart Band 9 : Offers a 1.47-inch display, 18-day battery life, and 5ATM water resistance. Tracks daily steps, heart rate, and provides notifications. Priced around $39 - $98.83. Garmin Vivosmart 5 : Easy-to-read tracker with a 66% bigger display than its predecessor. Offers up to 7 days of battery life and tracks heart rate and activity. Generally costs around $139.88 - $149.99. Samsung Galaxy Fit3 : Lasts up to 13 days on a single charge and tracks over 100 workouts and daily activities, including sleep. Allows checking calls and sending texts from the wrist. Typically priced around $52 - $108.49. Fitbit Inspire 3 Health & Fitness Tracker $99.95 4.4 (5k+) Amazfit Band 7 Fitness Tracker $41.99 4.3 (1k+) Xiaomi Smart Band 9 $65.99 4.8 (9k+) Garmin vivosmart 5 $149.99 4.1 (1k+) Samsung Galaxy Fit3 $52.00 $68.99 4.7 (9k+) See more Smartwatches with Fitness Features Garmin Forerunner 55 : GPS running smartwatch that tracks time, distance, speed, pace, and heart rate, with daily suggested workouts and built-in sports apps. Priced around $169 - $200. Apple Watch SE (1st Gen) : Features a Retina display and advanced sensors for fitness, workout, and sleep tracking. Available at discounted prices under $200 (often refurbished). Amazfit Active : Offers a 14-day battery life, built-in GPS, Amazon Alexa, and tracks sleep, calories, and blood oxygen saturation. Available for approximately $84.99 - $167.99. CMF by Nothing Watch Pro : Features a 1.96-inch AMOLED display, Bluetooth calling with AI noise reduction, multi-system GPS, and tracks heart rate, blood oxygen, stress, and sleep. Priced around $79.88 - $89.88. Zeblaze Beyond 3 Plus : Includes a 1.78\" AMOLED display, built-in Amazon Alexa, calling capabilities, 24-hour health monitoring, and 3ATM water resistance. Available for approximately $22.34 - $66.44. Other smartwatches with health and fitness tracking capabilities under $200 include the Fitbit Versa 3 , Garmin Venu Sq , Amazfit GTS 4 Mini , Huawei Watch Fit 2 , and Vositone Smart Watch . Garmin Forerunner 55 $199.99 4.7 (7k+) Apple Watch SE Aluminum Case $125.96 $141.00 4.6 (9k+) Amazfit Active Smart Watch $84.99 $109.99 4.7 (731) CMF by Nothing Watch Pro Smartwatch $79.88 4.6 (759) Zeblaze Beyond 3 Plus Smartwatch $22.34 4.6 (428) Fitbit Versa 3 Smartwatch $163.95 $229.95 4.1 (4k+) Garmin Venu Sq 2 Smartwatch $199.00 $249.99 4.6 (1k+) Amazfit GTS 4 Mini Smart Watch $100.54 4.7 (868) Huawei Watch FIT 2 $124.44 $130.99 4.6 (1k+) Vertion Smart Watch For Men/Women See more Considerations Features: Different trackers excel in different areas, such as fitness, sleep tracking, stress management, or specific health metrics like blood oxygen. Battery Life: Battery life varies significantly between models. Compatibility: Ensure the tracker is compatible with your smartphone (Android or iOS). GPS: For accurate outdoor activity tracking, consider models with built-in GPS. Style: Choose a tracker that fits your personal style and comfort preferences. Remember to compare features and prices from different retailers before making a purchase. Prices and availability may vary. 2 sites Budget Battle $200 Smartwatches Compared Who Offers the Best Apr 3, 2025 — In the realm of $200 smartwatches, the Fitbit Versa 3 and Garmin Venu Sq excel with their comprehensive health and fitness tracking capabilities, while the Amaz... Vositone Google's Shopping Data Product information aggregated from brands, stores, and other content providers Google Show all", "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7353767458827666433" }, "headers": {}, "status_code": 200, "query": "best health trackers under $200", "task_id": "7353767458827666433", "created_at": "2025-07-23 12:46:28", "updated_at": "2025-07-23 12:46:42" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # AI Overview Source: https://help.decodo.com/docs/web-scraping-api-google-ai-overview Web Scraping API AI Overview loading with google_search and google_ads Templates The `google_search` and `google_ads` templates can return AI Overviews from Google Search. The API response includes the `ai_overviews` field, an array that may contain multiple AI-generated blocks, such as "People also ask" and "Things to know.". More information about the targets can be found [here](https://help.decodo.com/docs/web-scraping-api-google-search). ## AI Overview Rate Optimization For the best chance of receiving a fully loaded and parsed AI-generated answer, please follow these guidelines: * Turn on JavaScript rendering by adding `"headless": "html"` parameter * Set `device_type` to one of the following: `desktop`, `mobile` AI Overview content is generated dynamically by Google and is subject to caching. As a result, the answers you receive may vary over time, even when submitting requests with identical parameters. Do not expect responses to be static or consistently reproducible. ## Geographic Availability Google AI Overviews are available in most countries. However, the feature is currently unavailable in the following regions: * Turkey * France * Cuba * China * Iran * Syria * North Korea The Google AI Overviews feature is undergoing a continuous rollout. Support for more countries is expected to be added by Google over time. ### Request example ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request POST \ --url 'https://scraper-api.decodo.com/v2/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "google_search", "query": "How to improve sleep quality?", "device_type": "desktop", "headless": "html", "parse": true }' ``` ## Output Descriptions for fields in the parsed JSON `results.ai_overview` section are provided in the table below. Results may differ depending on search query provided in request. | AI Overview Key | Description | | ---------------------- | ------------------------------------------------------------------------------------------------------------ | | `answer_text` | Basic details related to the Google Search query. | | `bullet_list` | Shows information about items presented in a bulleted list within the AI Overview section of search results. | | `source_panel` | A list of sources referenced to generate the AI Overview result. | | `additional_questions` | Additional questions along with their respective details. | | `recipes` | Recipes and their respective details presented in a list. | | `info_list` | List of details most often used to illustrate process steps connected to the search query. | | `pos_overall` | Indicates the position of the AI Overview SERP feature within all Google search results. | ### Example Output Example output Answer text and Bullet list for search query - How to improve sleep quality? ```json JSON expandable theme={null} ... { "ai_overviews": [ { "answer_text": [ { "pos": 1, "text": [ "To improve sleep quality, focus on establishing healthy sleep habits, also known as sleep hygiene.", "This includes creating a relaxing bedtime routine, optimizing your sleep environment, and making lifestyle adjustments like limiting caffeine and alcohol before bed." ] }, { "pos": 2, "text": [ "Here's a more detailed breakdown:" ] } ], "bullet_list": [ { "pos": 1, "points": [ "Go to bed and wake up around the same time each day, even on weekends, to regulate your body's natural sleep-wake cycle.", "Aim for 7-9 hours of sleep per night." ], "list_title": "1. Establish a Regular Sleep Schedule:" } ], "pos_overall": 1, "source_panel": { "items": [ { "pos": 1, "url": "https://www.healthline.com/nutrition/17-tips-to-sleep-better", "title": "15 Proven Tips to Sleep Better at Night", "source": "Healthline", "description": "May 29, 2024" }, { "pos": 2, "url": "https://www.sleepfoundation.org/sleep-hygiene/healthy-sleep-tips", "title": "The 20 Ultimate Tips for How to Sleep Better | Sleep Foundation", "source": "Sleep Foundation", "description": "Dec 8, 2023" }, { "pos": 3, "url": "https://www.health.harvard.edu/newsletter_article/8-secrets-to-a-good-nights-sleep", "title": "8 secrets to a good night's sleep - Harvard Health", "source": "Harvard Health", "description": "Nov 20, 2023" } ] } } ] } ... ``` Example output Info list and Source panel for search query - Benefits of calcium. ```json JSON expandable theme={null} ... { "ai_overviews": [ { "info_list": [ { "items": [ { "pos": 1, "title": "Strengthening Bones and Teeth:", "content": [ "Calcium is the primary building block for bones and teeth, making it essential for their development and maintenance throughout life." ] }, { "pos": 2, "title": "Preventing Osteoporosis:", "content": [ "Adequate calcium intake, especially in childhood and adolescence, is crucial for building strong bones and preventing osteoporosis, a condition characterized by weakened and brittle bones, later in life." ] }, { "pos": 3, "title": "Reducing Fracture Risk:", "content": [ "By contributing to bone density and strength, calcium helps reduce the risk of fractures, particularly in older adults." ] } ], "title": "Bone Health:" } ], "answer_text": [ { "pos": 1, "text": [ "Calcium, a vital mineral, offers a wide array of health benefits, primarily focused on bone and muscle health.", "It plays a crucial role in building and maintaining strong bones, supporting muscle function, and facilitating nerve impulse transmission.", "Additionally, calcium contributes to blood clotting, cell division, and even helps regulate pH levels within the body." ] }, { "pos": 2, "text": [ "Here's a more detailed look at the benefits:" ] } ], "pos_overall": 1, "source_panel": { "items": [ { "pos": 1, "url": "https://www.healthline.com/nutrition/calcium-supplements#:~:text=They%20may%20help%20prevent%20bone,more%20effective%20than%20calcium%20alone.", "title": "Calcium Supplements: Should You Take Them? - Healthline", "source": "Healthline", "description": "They may help prevent bone loss in postmenopausal women After menopause, women lose bone mass due to a decline in estrogen. Supple..." }, { "pos": 2, "url": "https://www.webmd.com/vitamins/ai/ingredientmono-781/calcium#:~:text=Softening%20of%20bones%20in%20children,tooth%20loss%20in%20older%20people.", "title": "Calcium - Uses, Side Effects, and More - WebMD", "source": "WebMD", "description": "Softening of bones in children, often due to vitamin D deficiency (rickets). Taking calcium by mouth seems to help reverse softeni..." }, { "pos": 3, "url": "https://www.lorealparisusa.com/beauty-magazine/skin-care/anti-aging/calcium-for-anti-aging-skin-care#:~:text=According%20to%20a%20study%20published,your%20skin%20barrier%20as%20well.", "title": "The Benefits of Calcium in Skin Care - L'Oréal Paris", "source": "L'Oreal Paris", "description": "According to a study published in the Annals of Dermatology, calcium is essential in regulating your skin's function (as in, it he..." }, { "pos": 4, "url": "https://www.webmd.com/vitamins-and-supplements/calcium#:~:text=Featured,to%20be%20confirmed%20in%20studies.", "title": "Calcium: What You Should Know - WebMD", "source": "WebMD", "description": "Aug 21, 2024 — Featured. There's also some early evidence that calcium might lower blood pressure and help protect against colorectal..." }, { "pos": 5, "url": "https://www.betterhealth.vic.gov.au/health/healthyliving/calcium#:~:text=This%20is%20of%20particular%20concern%20for%20children,breakages.%20Osteoporosis%20affects%20both%20men%20and%20women.", "title": "Calcium", "source": "Better Health Channel", "description": "This is of particular concern for children and adolescents, who have high calcium needs. Calcium deficiency may lead to disorders ..." }, { "pos": 6, "url": "https://www.myrevital.com/blogs/from-bones-to-metabolism-benefits-of-calcium#:~:text=Bone%20health%20and%20density:%20Calcium%20helps%20to,osteoporosis%20and%20fractures%20as%20men%20grow%20older.", "title": "From Bones to Metabolism: The Surprising Benefits of Calcium", "source": "MyRevital", "description": "May 29, 2025 — Bone health and density: Calcium helps to maintain bone mass and strength and reduces the risk of osteoporosis and fra..." }, { "pos": 7, "url": "https://www.heilsaa.com/top-7-benefits-of-liquid-calcium-for-cattle-health-and-growth/#:~:text=Improves%20Muscle%20Function%20and%20Mobility:%20Calcium%20is,difficult%2C%20which%20invariably%20affects%20diet%20and%20wellbeing.", "title": "Top 7 Benefits of Liquid Calcium for Cattle Health and Growth", "source": "Heilsaa", "description": "Improves Muscle Function and Mobility: Calcium is particularly important for muscle movement as it ensures unaffected biological m..." }, { "pos": 8, "url": "https://www.drjosefelix.com/en/blog-en/what-is-calcium-with-vitamin-d-for-and-when-to-take-it/#:~:text=One%20of%20the%20most%20notable%20benefits%20of,teeth%20and%20balance%20in%20the%20nervous%20system.", "title": "What Is Calcium And Vitamin D Used For? - Dr José Félix", "source": "Dr. Jose Felix - Ortopeda en Panamá", "description": "One of the most notable benefits of calcium in the body is its contribution to the strengthening of bone structures, having a cons..." }, { "pos": 9, "url": "https://redcliffelabs.com/myhealth/food-and-nutrition/how-does-calcium-benefit-your-body-and-how-much-do-you-need/#:~:text=Necessary%20for%20clotting%20of%20blood:%20Don't%20be,that%20helps%20with%20the%20blood%20clotting%20process.", "title": "How Does Calcium Benefit Your Body and How Much Do You Need?", "source": "Redcliffe Labs", "description": "Nov 17, 2023 — Necessary for clotting of blood: Don't be so surprised. Calcium indeed has a significant role in blood clotting. It is..." }, { "pos": 10, "url": "https://www.sbigeneral.in/blog-details/calcium-benefits-deficiency-symptoms-and-sources#:~:text=Bone%20Health:%20Calcium%20directly%20impacts%20bone%20health%2C,the%20risk%20of%20osteoporosis%20later%20in%20life.", "title": "Calcium Benefits, Deficiency Symptoms, and Top Sources Explained", "source": "SBI General Insurance", "description": "Jul 15, 2024 — Bone Health: Calcium directly impacts bone health, as it provides the structural framework for our bones and teeth. Pr..." }, { "pos": 11, "url": "https://www.wbcil.com/blog/calcium-salts-a-fortress-against-osteoporosis/#:~:text=Osteoporosis%2C%20a%20silent%20disease%20characterized%20by%20weakened,role%20in%20bone%20formation%20and%20maintenance%20%5B1%5D.", "title": "Calcium Salts: A Strong Defense Against Osteoporosis & Bone", "source": "West Bengal Chemical Industries Limited", "description": "Sep 6, 2024 — Osteoporosis, a silent disease characterized by weakened bones, is a significant public health concern. One of the key ..." }, { "pos": 12, "url": "https://familydoctor.org/calcium-what-you-need-to-know/#:~:text=Path%20to%20improved%20health%20You%20need%20calcium,provide%20it%20with%20the%20calcium%20it%20needs.", "title": "Calcium: What You Need to Know - familydoctor.org", "source": "FamilyDoctor.org", "description": "May 1, 2010 — Path to improved health You need calcium to keep your bones and teeth healthy and strong throughout your life. Your bod..." }, { "pos": 13, "url": "https://www.bbc.co.uk/news/health-18175707#:~:text=Calcium%20is%20often%20taken%20by%20older%20people%20to%20strengthen%20bones%20and%20prevent%20fractures.", "title": "Calcium pills pose 'heart risk'", "source": "BBC", "description": "May 24, 2012 — Calcium is often taken by older people to strengthen bones and prevent fractures." }, { "pos": 14, "url": "https://www.pauls.com.au/articles/article-range-high-calcium/page-article-high-calcium#:~:text=Blood%20Clotting:%20Calcium%20is%20involved%20in%20the,manage%20wounds%20and%20prevent%20excessive%20blood%20loss.", "title": "Pauls - Dairy is an excellent source of calcium", "source": "Pauls Dairy", "description": "Blood Clotting: Calcium is involved in the blood clotting process. It helps form blood clots, which are crucial for stopping bleed..." }, { "pos": 15, "url": "https://www.medkart.in/order-medicine/triple-a-cal-d-tablet-10s#:~:text=It%20(%20Calcium%20)%20also%20supports%20nerve,system%2C%20contributing%20to%20overall%20health%20and%20well%2Dbeing.", "title": "TRIPLE A CAL D TABLET 10'S : View Price, Combination and Alternatives", "source": "Medkart", "description": "It ( Calcium ) also supports nerve function, facilitating the transmission of signals between the brain and the body. This ensures..." }, { "pos": 16, "url": "https://healtheries.co.nz/articles/calcium-supplements-anything-to-worry-about#:~:text=Many%20people%20think%20of%20Calcium%20as%20just,due%20to%20lack%20of%20exercise%20and%20Calcium.", "title": "Calcium supplements – anything to worry about?", "source": "Healtheries", "description": "Many people think of Calcium as just being about bone health. Of course, Calcium is essential for healthy bones – a good Calcium i..." }, { "pos": 17, "url": "https://www.thewomenschoice.com/calcium-in-womens-health-and-nutrition/#:~:text=The%20importance%20of%20calcium%20in%20contributing%20to,and%20building%20the%20density%20of%20the%20bone.", "title": "Calcium In Women's Health And Nutrition", "source": "Professional Gynecological Services", "description": "Jun 22, 2022 — The importance of calcium in contributing to women's health and nutrition is the role that calcium plays in maintainin..." }, { "pos": 18, "url": "https://blog.walgreens.com/wellness/vitamins-supplements/calcium-function-in-the-body-what-does-it-do.html#:~:text=By%20controlling%20the%20activation%20of%20these%20important,bleeding%20when%20a%20blood%20vessel%20is%20injured.", "title": "Calcium function in the body: What does it do?", "source": "The Thread Walgreens", "description": "Oct 21, 2024 — By controlling the activation of these important factors in the blood-clotting process, calcium can initiate and halt ..." }, { "pos": 19, "url": "https://dairyfarmersofcanada.ca/en/canadian-goodness/articles/calcium-essential-every-age#:~:text=Make%20calcium%20a%20priority!%20Calcium%20is%20known,to%20consume%20enough%20calcium%20at%20every%20age.", "title": "Calcium: essential at every age | Canadian Goodness", "source": "Dairy Farmers of Canada", "description": "Jun 30, 2020 — Make calcium a priority! Calcium is known for its unique and vital contribution to building strong, healthy teeth and ..." }, { "pos": 20, "url": "http://dmpharma.co.in/Soft%20_gelatin_Capsule-Coral%20Calcium,%20Methylcobalamin,%20Vitamin%20B6%20with%20Folic%20Acid.html#:~:text=One%20of%20the%20reasons%20calcium%20is%20so,balance%20leads%20to%20osteoporosis%20and%20kidney%20stones.", "title": "DM Pharma-Soft _gelatin_Capsule-Coral Calcium, Methylcobalamin, Vitamin B6 with Folic Acid| Soft Gelatin Capsules Manufacturers in India", "source": "DM Pharma- Third Party Manufacturing", "description": "One of the reasons calcium is so effective at restoring proper pH is because research has shown that in a highly acidic environmen..." }, { "pos": 21, "url": "https://en.wikipedia.org/wiki/Calcium_signaling_in_cell_division#:~:text=Calcium%20signaling%20in%20cell%20division%20Calcium%20plays,structural%20changes%20as%20cells%20progress%20through%20division.", "title": "Calcium signaling in cell division - Wikipedia", "source": "Wikipedia", "description": "Calcium signaling in cell division Calcium plays a crucial role in regulating the events of cellular division. Calcium acts both t..." }, { "pos": 22, "url": "https://supervalu.ie/real-people/health-and-wellbeing/nutritional-information/minerals/calcium#:~:text=Calcium%20is%20one%20of%20the%20many%20minerals,and%20to%20help%20release%20energy%20from%20food.", "title": "Calcium", "source": "SuperValu", "description": "Calcium is one of the many minerals that our bodies need for good health. Calcium is well known for its importance in keeping our ..." }, { "pos": 23, "url": "https://www.stonehengedental.com/2024/07/29/the-role-of-calcium-for-strong-teeth/#:~:text=The%20Role%20of%20Calcium%20for%20Strong%20Teeth,are%20among%20the%20best%20sources%20of%20calcium.", "title": "The Role of Calcium for Strong Teeth - Dentist in Raleigh, NC", "source": "Stonehenge Family & Cosmetic Dentistry", "description": "Jul 29, 2024 — The Role of Calcium for Strong Teeth At North State Dental Partners – Stonehenge Family & Cosmetic Dentistry in Raleig..." }, { "pos": 24, "url": "https://www.medanta.org/patient-education-blog/calcium-and-vitamin-d-for-bone-health#:~:text=Calcium%20is%20a%20mineral%20that%20helps%20make,most%20of%20the%20calcium%20in%20our%20body.", "title": "The Link Between Strong Bones and Calcium and Vitamin D", "source": "Medanta", "description": "Jan 24, 2020 — Calcium is a mineral that helps make your bones healthy. Our body cannot make calcium, and gets its dose from food sou..." }, { "pos": 25, "url": "https://www.truemeds.in/otc/arth-bone-health-support-tablet-60-tm-tacr1-108589", "title": "Arth Bone Health Support Tablet 60 - Uses, Side Effects, Dosage, Price", "source": "Truemeds", "description": "Mar 11, 2025 — Helps Maintain pH Levels: Calcium plays a role in maintaining the body's pH balance. Arth Bone Health Support Tablet p..." }, { "pos": 26, "url": "https://justvertical.com/blogs/all-blogs/vitamin-minerals-guide-calcium#:~:text=As%20mentioned%2C%20calcium%20is%20a%20key%20building%20block%20of%20maintaining%20healthy%20bones.", "title": "Vitamin & Minerals Guide - Calcium – Just Vertical", "source": "Just Vertical", "description": "As mentioned, calcium is a key building block of maintaining healthy bones." }, { "pos": 27, "url": "https://www.indigo-herbs.co.uk/shop/buy/organic-black-maca-powder#:~:text=Assisting%20in%20the%20transmission%20of%20neural%20impulses%2C,then%20triggers%20a%20response%20inside%20your%20cell.", "title": "Organic Black Maca Powder", "source": "Indigo Herbs", "description": "Assisting in the transmission of neural impulses, the calcium in your body also aids other types of cell communication – it acts a..." }, { "pos": 28, "url": "https://www.familiprix.com/en/articles/osteoporosis-bone-health-how-to-prevent-fractures#:~:text=What%20are%20the%20concrete%20effects%20of%20adequate,11%25%20reduction%20in%20the%20risk%20of%20falling", "title": "Osteoporosis and bone health: How to prevent fractures", "source": "Familiprix", "description": "Aug 26, 2022 — What are the concrete effects of adequate calcium intake? A 33% reduction in the risk of total fractures A 46% reducti..." }, { "pos": 29, "url": "https://www.tradeindia.com/manufacturers/calcium-carbonate.html#:~:text=It%20(%20calcium%20carbonate%20)%20also%20aids,and%20bone%20loss%20that%20lead%20to%20osteoporosis.", "title": "Calcium Carbonate at Best Price from Manufacturers, Suppliers & Dealers", "source": "Tradeindia", "description": "It ( calcium carbonate ) also aids in indigestion by reducing acidity and heals sour stomach. Studies have shown that taking calci..." }, { "pos": 30, "url": "https://www.truemeds.in/medicine/coralium-d3-suspension-100-ml-TM-SURY1-002132#:~:text=Helps%20Support%20Nervous%20System%20Health:%20Calcium%20is,maintain%20nerve%20health%20and%20manage%20related%20disorders.", "title": "Coralium D3 Suspension 100 ML | Order CORALIUM D3 SUSPENSION 100 ML", "source": "Truemeds", "description": "Sep 26, 2024 — Helps Support Nervous System Health: Calcium is involved in neurotransmitter release and nerve function, making it ess..." }, { "pos": 31, "url": "https://www.apollo247.com/blog/article/calcium-rich-foods-for-strong-teeth-and-bones", "title": "Boost Bone & Dental Health: Top 10 Calcium-Rich Foods", "source": "Apollo 24|7", "description": "Sep 6, 2023 — Calcium plays a crucial role in maintaining strong bones and teeth. It is an essential mineral that our bodies need to ..." }, { "pos": 32, "url": "https://www.hplbd.com/product-details.php?pid=213#:~:text=Calcium%20Orotate%20Calcium%20is%20an%20essential%20element,and%20treatment%20of%20osteoporosis%20and%20associated%20fractures.", "title": "Healthcare Pharmaceuticals", "source": "Healthcare Pharmaceuticals", "description": "Calcium Orotate Calcium is an essential element and plays vital roles in the body. It makes body’s framework stronger by buildin..." }, { "pos": 33, "url": "https://www.instagram.com/getkore/#:~:text=3%E2%83%A3%20Flex%20Those%20Muscles:%20Calcium%20isn't%20just,during%20workouts.%20Unlock%20your%20muscle's%20full%20potential!", "title": "Kore Nutrition (@getkore) • Instagram photos and videos", "source": "Instagram", "description": "3⃣ Flex Those Muscles: Calcium isn't just for bones; it's vital for muscle function too! By maintaining optimal calcium levels, you..." }, { "pos": 34, "url": "https://www.healthline.com/nutrition/calcium-supplements#:~:text=They%20may%20help%20prevent%20bone,more%20effective%20than%20calcium%20alone.", "title": "Calcium Supplements: Should You Take Them? - Healthline", "source": "Healthline", "description": "They may help prevent bone loss in postmenopausal women After menopause, women lose bone mass due to a decline in estrogen. Supple..." }, { "pos": 35, "url": "https://www.webmd.com/vitamins/ai/ingredientmono-781/calcium#:~:text=Softening%20of%20bones%20in%20children,tooth%20loss%20in%20older%20people.", "title": "Calcium - Uses, Side Effects, and More - WebMD", "source": "WebMD", "description": "Softening of bones in children, often due to vitamin D deficiency (rickets). Taking calcium by mouth seems to help reverse softeni..." }, { "pos": 36, "url": "https://www.lorealparisusa.com/beauty-magazine/skin-care/anti-aging/calcium-for-anti-aging-skin-care#:~:text=According%20to%20a%20study%20published,your%20skin%20barrier%20as%20well.", "title": "The Benefits of Calcium in Skin Care - L'Oréal Paris", "source": "L'Oreal Paris", "description": "According to a study published in the Annals of Dermatology, calcium is essential in regulating your skin's function (as in, it he..." } ] } } ], } ... ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Geolocation Source: https://help.decodo.com/docs/web-scraping-api-google-geolocation Geo parameter usage for Google templates in Web Scraping API The [geo]() parameter with Google templates can be used in a few different ways: 1. Target using the **full location name** (`city,region,country`) as provided in Google CSV found [**here**](https://developers.google.com/adwords/api/docs/appendix/geotargeting): ```json JSON theme={null} { "target": "google_search", "query": "laptop", "geo": "London,England,United Kingdom" } ``` 2. Target using the **state name** (`state,country`). Compatible with the United States, Australia, India, and other nations with federated states: ```json JSON theme={null} { "target": "google_search", "query": "laptop", "geo": "Texas,United States" } ``` 3. Target using the **country name** only: ```json JSON theme={null} { "target": "google_search", "query": "laptop", "geo": "United Kingdom" } ``` 4. Target using **ISO country codes**: ```json JSON theme={null} { "target": "google_search", "query": "laptop", "geo": "GB" } ``` 5. Target using **coordinates and radius** ```json JSON theme={null} { "target": "google_search", "query": "laptop", "geo": "lat: 32.4827, lng: -22.9384, rad: 5000" } ``` 6. Target using Google's Canonical Location Name or Criteria ID, find a list [here](https://developers.google.com/adwords/api/docs/appendix/geotargeting): ```json JSON theme={null} { "target": "google_search", "query": "pilaptopzza", "geo": "1000010" } ``` There are exceptions, and the above formats may not work in all situations, in which case you will receive an error message stating that. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Interface Localization Source: https://help.decodo.com/docs/web-scraping-api-google-interface-localization Used for locale parameter to specify Google interface language The following are parameter values for setting the `locale`. # Locale Data Table | **Locale** | **Description** | | ----------- | ------------------------------------------------------ | | `ps-af` | Afghanistan - Pashto | | `fa-af` | Afghanistan - Persian | | `sq-al` | Albania - Albanian | | `en-al` | Albania - English | | `fr-dz` | Algeria - French | | `ar-dz` | Algeria - Arabic | | `en-as` | American Samoa - English | | `ca-ad` | Andorra - Catalan | | `kg-ao` | Angola - Kikongo | | `pt-ao` | Angola - Portuguese | | `en-ai` | Anguilla - English | | `en-ag` | Antigua and Barbuda - English | | `es-ar` | Argentina - Spanish | | `es-419-ar` | Argentina - Latin American Spanish | | `ru-am` | Armenia - Russian | | `hy-am` | Armenia - Armenian | | `en-au` | Australia - English | | `de-at` | Austria - German | | `az-az` | Azerbaijan - Azerbaijani | | `ru-az` | Azerbaijan - Russian | | `en-bs` | Bahamas - English | | `ar-bh` | Bahrain - Arabic | | `en-bh` | Bahrain - English | | `bn-bd` | Bangladesh - Bengali | | `en-bd` | Bangladesh - English | | `ru-by` | Belarus - Russian | | `be-by` | Belarus - Belarusian | | `en-by` | Belarus - English | | `fr-be` | Belgium - French | | `de-be` | Belgium - German | | `en-be` | Belgium - English | | `nl-be` | Belgium - Dutch | | `en-bz` | Belize - English | | `es-bz` | Belize - Spanish | | `es-419-bz` | Belize - Latin American Spanish | | `fr-bj` | Benin - French | | `yo-bj` | Benin - Yoruba | | `en-bt` | Bhutan - English | | `qu-bo` | Bolivia - Quechua | | `es-bo` | Bolivia - Spanish | | `es-419-bo` | Bolivia - Latin American Spanish | | `sr-ba` | Bosnia and Herzegovina - Serbian | | `bs-ba` | Bosnia and Herzegovina - Bosnian | | `hr-ba` | Bosnia and Herzegovina - Croatian | | `en-bw` | Botswana - English | | `tn-bw` | Botswana - Tswana | | `pt-br` | Brazil - Portuguese | | `en-vg` | British Virgin Islands - English | | `ms-bn` | Brunei - Malay | | `zh-bn` | Brunei - Chinese | | `en-bn` | Brunei - English | | `bg-bg` | Bulgaria - Bulgarian | | `fr-bf` | Burkina Faso - French | | `fr-bi` | Burundi - French | | `sw-bi` | Burundi - Swahili | | `rn-bi` | Burundi - Kirundi | | `km-kh` | Cambodia - Kmher | | `en-kh` | Cambodia - English | | `fr-cm` | Cameroon - French | | `en-cm` | Cameroon - English | | `en-ca` | Canada - English | | `fr-ca` | Canada - French | | `es-419-ca` | Canada - Latin American Spanish | | `pt-cv` | Cape Verde - Portuguese | | `fr-cf` | Central African Republic - French | | `ar-td` | Chad - Arabic | | `fr-td` | Chad - French | | `es-cl` | Chile - Spanish | | `es-419-cl` | Chile - Latin American Spanish | | `zh-cn` | China - Chinese (Simplified) | | `es-co` | Colombia - Spanish | | `es-419-co` | Colombia - Latin American Spanish | | `en-ck` | Cook Islands - English | | `en-cr` | Costa Rica - English | | `es-cr` | Costa Rica - Spanish | | `es-419-cr` | Costa Rica - Latin American Spanish | | `hr-hr` | Croatia - Croatian | | `es-cu` | Cuba - Spanish | | `es-419-cu` | Cuba - Latin American Spanish | | `en-cy` | Cyprus - English | | `el-cy` | Cyprus - Greek | | `tr-cy` | Cyprus - Turkish | | `cs-cz` | Czech Republic - Czech | | `da-dk` | Denmark - Danish | | `fo-dk` | Denmark - Faroese | | `fr-cd` | The Democratic Republic of the Congo - French | | `ach-CD` | Democratic Republic of the Congo - Acoli | | `so-dj` | Djibouti - Somali | | `fr-dj` | Djibouti - French | | `ar-dj` | Djibouti - Arabic | | `en-dm` | Dominica - English | | `es-do` | Dominican Republic - Spanish | | `es-419-do` | Dominican Republic - Latin American Spanish | | `es-ec` | Ecuador - Spanish | | `es-419-ec` | Ecuador - Latin American Spanish | | `ar-eg` | Egypt - Arabic | | `en-eg` | Egypt - English | | `es-sv` | El Salvador - Spanish | | `es-419-sv` | El Salvador - Latin American Spanish | | `ru-ee` | Estonia - Russian | | `et-ee` | Estonia - Estonian | | `so-et` | Ethiopia - Somali | | `en-et` | Ethiopia - English | | `am-et` | Ethiopia - Amharic | | `en-fm` | Federated States of Micronesia - English | | `en-fj` | Fiji - English | | `fi-fi` | Finland - Finnish | | `sv-fi` | Finland - Swedish | | `fr-fr` | France - French | | `fr-ga` | Gabon - French | | `en-gm` | Gambia - English | | `wo-gm` | Gambia - Wolof | | `ka-ge` | Georgia - Kartuli | | `de-de` | Germany - German | | `en-gh` | Ghana - English | | `en-gi` | Gibraltar - English | | `pt-gi` | Gibraltar - Portuguese | | `es-gi` | Gibraltar - Spanish | | `it-gi` | Gibraltar - Italian | | `el-gr` | Greece - Greek | | `en-gl` | Greenland - English | | `da-gl` | Greenland - Danish | | `fr-gp` | Guadeloupe - French | | `en-gg` | Guernsey - English | | `fr-gg` | Guernsey - French | | `es-gt` | Guatemala - Spanish | | `es-419-gt` | Guatemala - Latin American Spanish | | `en-gy` | Guyana - English | | `ht-ht` | Haiti - Haitian Creole | | `en-ht` | Haiti - English | | `fr-ht` | Haiti - French | | `es-hn` | Honduras - Spanish | | `es-419-hn` | Honduras - Latin American Spanish | | `zh-cn-hk` | Hong Kong - Chinese (Simplified Han) | | `zh-hk-hk` | Hong Kong - Chinese (Traditional Han) | | `en-hk` | Hong Kong - English | | `hu-hu` | Hungary - Hungarian | | `is-is` | Iceland - Icelandic | | `en-is` | Iceland - English | | `bn-in` | India - Bengali | | `ta-in` | India - Tamil | | `ka-in` | India - Kannada | | `pa-in` | India - Punjabi | | `hi-in` | India - Hindi | | `ml-in` | India - Malayalam | | `te-in` | India - Telugu | | `gu-in` | India - Gujarati | | `mr-in` | India - Marathi | | `en-in` | India - English | | `en-id` | Indonesia - English | | `jw-id` | Indonesia - Javanese | | `id-id` | Indonesia - Indonesian | | `ar-iq` | Iraq - Arabic | | `en-iq` | Iraq - English | | `en-ie` | Ireland - English | | `ga-ie` | Ireland - Irish | | `en-im` | Isle of Man - English | | `en-il` | Israel - English | | `ar-il` | Israel - Arabic | | `iw-il` | Israel - Hebrew | | `it-it` | Italy - Italian | | `fr-ci` | Ivory Coast - French | | `en-jm` | Jamaica - English | | `ja-jp` | Japan - Japanese | | `en-je` | Jersey - English | | `en-jo` | Jordan - English | | `ar-jo` | Jordan - Arabic | | `kk-kz` | Kazakhstan - Kazakh | | `ru-kz` | Kazakhstan - Russian | | `sw-ke` | Kenya - Swahili | | `en-ke` | Kenya - English | | `en-ki` | Kiribati - English | | `ky-kg` | Kurgyzstan - Kyrgyz | | `ru-kg` | Kurgyzstan - Russian | | `en-kw` | Kuwait - English | | `ar-kw` | Kuwait - Arabic | | `lo-la` | Laos - Lao | | `en-la` | Laos - English | | `ru-lv` | Latvia - Russian | | `lv-lv` | Latvia - Latvian | | `lt-lv` | Latvia - Lithuanian | | `en-lb` | Lebanon - English | | `fr-lb` | Lebanon - French | | `ar-lb` | Lebanon - Arabic | | `en-ls` | Lesotho - English | | `st-ls` | Lesotho - Sesotho | | `en-ly` | Libya - English | | `it-ly` | Libya - Italian | | `ar-ly` | Libya - Arabic | | `de-li` | Liechtenstein - German | | `lt-lt` | Lithuania - Lithuanian | | `de-lu` | Luxembourg - German | | `fr-lu` | Luxembourg - French | | `mk-mk` | Macedonia - Macedonian | | `mg-mg` | Madagascar - Malagasy | | `fr-mg` | Madagascar - French | | `ny-mw` | Malawi - Chichewa | | `en-mw` | Malawi - English | | `en-my` | Malaysia - English | | `ms-my` | Malaysia - Malay | | `en-mv` | Maldives - English | | `fr-ml` | Mali - French | | `mt-mt` | Malta - Maltese | | `en-mt` | Malta - English | | `fr-mu` | Mauritius - French | | `mfe-mu` | Mauritius - Mauritian Creole | | `en-mu` | Mauritius - English | | `es-mx` | Mexico - Spanish | | `es-419-mx` | Mexico - Latin American Spanish | | `mo-md` | Moldova - Moldovan | | `ru-md` | Moldova - Russian | | `mn-mn` | Mongolia - Mongolian | | `sr-me` | Montenegro - Serbian | | `bs-me` | Montenegro - Croatian | | `sr-me-me` | Montenegro - Montenegrin | | `en-ms` | Montserrat - English | | `ar-ma` | Morocco - Arabic | | `fr-ma` | Morocco - French | | `pt-mz` | Mozambique - Portuguese | | `en-mm` | Myanmar - English | | `my-mm` | Myanmar - Burmese | | `en-na` | Namibia - English | | `de-na` | Namibia - German | | `af-na` | Namibia - Afrikaans | | `en-nr` | Nauru - English | | `en-np` | Nepal - English | | `ne-np` | Nepal - Nepali | | `nl-nl` | Netherlands - Dutch | | `en-nz` | New Zealand - English | | `mi-nz` | New Zealand - Maori | | `es-ni` | Nicaragua - Spanish | | `en-ni` | Nicaragua - English | | `es-419-ni` | Nicaragua - Latin American Spanish | | `fr-ne` | Niger - French | | `ha-ne` | Niger - Hausa | | `en-ng` | Nigeria - English | | `yo-ng` | Nigeria - Yoruba | | `ig-ng` | Nigeria - Igbo | | `ha-ng` | Nigeria - Hausa | | `en-nu` | Niue - English | | `en-nf` | Norfolk Island - English | | `no-no` | Norway - Norwegian | | `ar-om` | Oman - Arabic | | `en-om` | Oman - English | | `en-pk` | Pakistan - English | | `ur-pk` | Pakistan - Urdu | | `en-ps` | Palestinian territories - English | | `ar-ps` | Palestinian territories - Arabic | | `en-pa` | Panama - English | | `es-pa` | Panama - Spanish | | `es-419-pa` | Panama - Latin American Spanish | | `en-pg` | Papua New Guinea - English | | `es-py` | Paraguay - Spanish | | `es-419-py` | Paraguay - Latin American Spanish | | `es-pe` | Peru - Spanish | | `es-419-pe` | Peru - Latin American Spanish | | `fil-ph` | Philippines - Filipino | | `en-ph` | Philippines - English | | `en-pn` | Pitcairn Island - English | | `pl-pl` | Poland - Polish | | `pt-pt` | Portugal - Portuguese | | `es-pr` | Puerto Rico - Spanish | | `en-pr` | Puerto Rico - English | | `es-419-pr` | Puerto Rico - Latin American Spanish | | `en-qa` | Qatar - English | | `ar-qa` | Qatar - Arabic | | `fr-cg` | Republic of the Congo - French | | `ach-CG` | Republic of the Congo - Acoli | | `ro-ro` | Romania - Romanian | | `de-ro` | Romania - German | | `hu-ro` | Romania - Hungarian | | `ru-ru` | Russia - Russian | | `rw-rw` | Rwanda - Kinyarwanda | | `fr-rw` | Rwanda - French | | `sw-rw` | Rwanda - Swahili | | `en-rw` | Rwanda - English | | `en-sh` | Saint Helena, Ascension and Tristan da Cunha - English | | `en-vc` | Saint Vincent and the Grenadines - English | | `en-ws` | Samoa - English | | `it-sm` | San Marino - Italian | | `pt-st` | São Tomé and Príncipe - Portuguese | | `en-sa` | Saudi Arabia - English | | `ar-sa` | Saudi Arabia - Arabic | | `fr-sn` | Senegal - French | | `sr-rs` | Serbia - Serbian | | `en-sc` | Seychelles - English | | `crs-sc` | Seychelles - Seychellois Creole | | `fr-sc` | Seychelles - French | | `en-sl` | Siera Leone - English | | `en-sg` | Singapore - English | | `ms-sg` | Singapore - Malay | | `zh-sg` | Singapore - Chinese | | `ta-sg` | Singapore - Tamil | | `sk-sk` | Slovakia - Slovak | | `sl-si` | Slovenia - Slovenian | | `en-sb` | Solomon Islands - English | | `so-so` | Somalia - Somali | | `ar-so` | Somalia - Arabic | | `en-so` | Somalia - English | | `af-za` | South Africa - Afrikaans | | `en-za` | South Africa - English | | `zu-za` | South Africa - IsiZulu | | `nso-za` | South Africa - Nothern Sotho | | `tn-za` | South Africa - Setswana | | `xh-za` | South Africa - IsiXhosa | | `st-za` | South Africa - Sesotho | | `ko-kr` | South Korea - Korean | | `ca-es` | Spain - Catalan | | `es-es` | Spain - Spanish | | `si-lk` | Sri Lanka - Sinhala | | `en-lk` | Sri Lanka - English | | `ta-lk` | Sri Lanka - Tamil | | `nl-sr` | Suriname - Dutch | | `en-sr` | Suriname - English | | `sv-se` | Sweden - Swedish | | `de-ch` | Switzerland - German | | `fr-ch` | Switzerland - French | | `it-ch` | Switzerland - Italian | | `en-ch` | Switzerland - English | | `rm-ch` | Switzerland - Rumantsch | | `zh-tw` | Taiwan - Chinese | | `ru-tj` | Tajikistan - Russian | | `tg-tj` | Tajikistan - Tajik | | `en-tz` | Tanzania - English | | `sw-tz` | Tanzania - Swahili | | `en-th` | Thailand - English | | `th-th` | Thailand - Thai | | `pt-tl` | Timor-Leste - Portuguese | | `id-TL` | Timor-Leste - Indonesian | | `fr-tg` | Togo - French | | `en-tk` | Tokelau - English | | `to-to` | Tonga - Tongan | | `en-to` | Tonga - English | | `fr-tt` | Trinidad and Tobago - French | | `es-tt` | Trinidad and Tobago - Spanish | | `en-tt` | Trinidad and Tobago - English | | `es-419-tt` | Trinidad and Tobago - Latin American Spanish | | `en-tn` | Tunisia - English | | `ar-tn` | Tunisia - Arabic | | `tr-tr` | Turkey - Turkish | | `tk-tm` | Turkmenistan - Turkmen | | `ru-tm` | Turkmenistan - Russian | | `sw-ug` | Uganda - Kiswahili | | `en-ug` | Uganda - English | | `ru-ua` | Ukraine - Russian | | `uk-ua` | Ukraine - Ukranian | | `ar-ae` | United Arab Emirates - Arabic | | `en-ae` | United Arab Emirates - English | | `en-gb` | United Kingdom - English | | `en-us` | United States - English | | `es-us` | United States - Spanish | | `ko-us` | United States - Korean | | `vi-us` | United States - Vietnamese | | `zh-cn-us` | United States - Simplified Chinese | | `zh-tw-us` | United States - Traditional Chinese | | `es-419-us` | United States - Latin American Spanish | | `en-vi` | United States Virgin Islands - English | | `es-uy` | Uruguay - Spanish | | `es-419-uy` | Uruguay - Latin American Spanish | | `ru-uz` | Uzbekistan - Russian | | `uz-uz` | Uzbekistan - Uzbek | | `en-vu` | Vanuatu - English | | `fr-vu` | Vanuatu - French | | `es-ve` | Venezuela - Spanish | | `es-419-ve` | Venezuela - Latin American Spanish | | `zh-vn` | Vietnam - Taiwanese | | `fr-vn` | Vietnam - French | | `vi-vn` | Vietnam - Vietnamese | | `en-vn` | Vietnam - English | | `zu-zw` | Zimbabwe - Ndebele | | `sn-zw` | Zimbabwe - Shona | | `en-zw` | Zimbabwe - English | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Google Lens Source: https://help.decodo.com/docs/web-scraping-api-google-lens Web Scraping API Google Lens Template The `google_ads` template is built to obtain Google Lens results after performing an image search. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Google Ads template: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `google_ads`. | | `query` | string | ✅ | Search query. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-google-geolocation) | | `locale` | string | | Set the value to change your Google search page web interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-google-interface-localization) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "google_lens", "query": "https://www.humanesociety.org/sites/default/files/2021-06/hamster-540188.jpg", "headless": "html", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "google_lens", "query": "https://www.humanesociety.org/sites/default/files/2021-06/hamster-540188.jpg", "headless": "html", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "google_lens", "query": "https://www.humanesociety.org/sites/default/files/2021-06/hamster-540188.jpg", "headless": "html", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | --------------------- | ------------------------------------------------------------- | | `organic` | An array of organic listings with their detailed information. | | `total_results_count` | The total count of results the given image URL. | #### Response Example ```json file name expandable theme={null} { "results": { "results": { "organic": [ { "pos": 1, "url": "/search?sca_esv=e9969d286c4c39d7&lns_surface=26&hl=en&udm=48&si=AMgyJEsemUcRejRlV9YTOUWMAoPFqvIOlyD5CB_0xjECS34WScIYhhhWG_8oa19Xl0nRcVJ0Cl1YLWrkF-OlKmUEDpzKZUXYd4FTYTjDyBopbOibCIyuTnSTjeiiBtAIw21S0uYBuJBX8zi0jojRW4BtN4etQaLtK9JhpTFroO9F8sod6xj8xi5ahJfxGwJVHgljFKOARVRC&vsint=CAIqDAoCCAcSAggiGAAgATojChYNAAAAPxUAAAA_HQAAgD8lAACAPzABEIAIGL0FJQAAgD8&vsrid=CMeBhffgwqya8gEQAhgBIiRhMGMxNTE1Ni1iNTY2LTRhYjgtODE1Ny1kMzU1NGUxODc4NGMyBiICY2YoBTjw1s2mm_6QA1AA&lns_mode=un&source=lns.web.ukn&vsdim=1024,701&gsessionid=vtGmP1MM11c8I-LrDpP9E1g_l5BTiriJO_68TAeFRWHkHIUURDYxWA&lsessionid=tBwD5j_d6AqdEgUGcm0T6Ma7rhh3jfZSJxkUHIH1OEd4bf3Gqo9nnA&sa=X&ved=2ahUKEwiX38Cnm_6QAxU-HrkGHXAzCNwQpOwNegQIcxAA", "title": "Hamster: Saiba tudo sobre o bichinho de estimação", "domain": "UOL", "pos_overall": 1, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 2, "url": "https://www.correiobraziliense.com.br/webstories/flipar/2024/11/6997082-populares-e-faceis-de-cuidar-mitos-e-curiosidades-sobre-os-hamsters.html", "title": "Populares e fáceis de cuidar: Mitos e curiosidades sobre os ...", "domain": "Correio Braziliense", "pos_overall": 2, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 3, "url": "https://br.pinterest.com/ketelymarley/hamster/", "title": "hamster", "domain": "Pinterest", "pos_overall": 3, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 4, "url": "https://www.petz.com.br/blog/web-stories/veja-dicas-para-montar-um-terrario-para-hamster/", "title": "Veja dicas para montar um terrário para hamster | Petz ...", "domain": "Petz", "pos_overall": 4, "url_thumbnail": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxAPDw8NDRAPDQ4NDQ0NDQ8NDQ8NDQ0NFREWFhURFRUYHSggGBolGxUVITEhJSkrLi4uFx8zODMtNygtLisBCgoKDg0NFQ8PFSsZFRkrLS0rLSsrKy0rLSs3LS0rLSsrLSstLS0tKy0tKy0tLS0tKy0tLS0tKystLTcrLTctLf/AABEIALoBDwMBIgACEQEDEQH/xAAbAAACAwEBAQAAAAAAAAAAAAADBAECBQAGB//EADUQAAICAQIEBAQFBAIDAQAAAAABAgMRBCEFEjFRE0FhkRRScaEGFTJCgSJT0fCx8RZDwQf/xAAaAQEBAQEBAQEAAAAAAAAAAAAAAQIDBQQG/8QAIhEBAAIBAwUAAwAAAAAAAAAAAAERAgMSIQQTMUFRFCJh/9oADAMBAAIRAxEAPwD58WRVFkZFkWIRbAUvaKWDtiFLEELtBqkDwHqQDFaGYRBVRG64kExiFjAmEQ0YEFYwCRgEjAJGAVWEA0IFoQDwgWED5Ac4DvIDnA0M22ArZA0rYClsBIRcCrgNOJXkIFnAo4DTiUcShZxKOIy4g5RAXaKNB5RKNEAWgFiGZIBYgErYitkRy0VsABgnBY4D0KRZIlIukB0UXwdFF8BS1iFLEPWIVsRELYGKUDwMUoBqqI3XEDTEbriBeEQ0YkQiHhEiujELGJ0YhYxIJhENCJEIh4RNQI5Qc4jXKDnE0jPtiKWxNG2InbESE3Eryh3Eq0QAcSjiMNFGihdxBTiNSQKUQFpRByiNOIOUPQgVlEWtQ9KArdEBC5Cdg7chOxACOJwdgD0qReKJjEJGIVEUEwWjAJyAJWIVsRo2wE7YECmBqhAuQZoiRDdKHK0ApgOVwKLwiGiiIQDxgRXRQSKJjALGBB0EMQRWNYeEDUDsApoacAVkDTLPtQnajRugJWxEqVaKtBnEq4kAGijQw4lHEBdo6FLkMQpcnhGxoOHdNjlqakYQ7aOjOpNQzaeH58gz4Z6HqKOH+gd6Fdjzs+rm+Hr4dFjEcvD3cN9BG3h3oe9v0PoJz4f6EjrJWehx+PC2cM9BS3hXofQvy30Bz4UuxPzJX8HF87/KvQ78sPd28LS8hG3QY8jpj1M5OeXSxj6ZENJJ/tfsHr0FnyS9mfVa+Cx+VewzXwldl7HpW8V8pr4Zb8kvYYjwi5/+uXsfVocMS8l7Bo8P/wBwXkfInwC+XStlf/FNS/2fc+xrh5daAnI+Nr8Gal/tXuMVfgzU9o+59eWgRdaJCpHymv8ACOoXlH3GIfhbUdo+59RWjLLSCh8yj+Gb15L3Lr8O39l7n0xaQlaUUPmq/D9/y/cJHgN/y/c+i2whXHmm0kvv6IBHVQ8otp9GsCh4aPBLvlCLg9y/aeu1Os5VnlST6bZbEZaxye2yafo0/wDo1ESjC/KrflAz4Vd8h6LTqbxnKeN9/cZk3FZTbe3XD6dS8jxdnB7/AJH9hSzgl/8Abf2PQcU/EdsLo1UxhJ7OSklh+nlg9Vp9RVOMX+lySbUl0bXTJm7WYp8ulwS/+2/sDfB7/wC3L2Pr60kXusP6bnfBrsi8o+Pvg1/9qXsV/Jb/AO3JfwfYXpPoBt0/ovYk2seXzLRcKcccywzf0mix5G7qNKu32Awq9Dyuo3Tly9rppxxw4AhSWlUNxrIlA+ba7dzlmW1AXSaNkALrOc4u2OpwVVKOdCHFWQ4Cl7jKv06M27TI3tRAzLon0aONy5a2fD3EYBYxAxsCRme0/OjKJdRBKZeMyoKkXUQSmEUwCKJPKUUy3MBbB2CvMdzAXwdgrzHcwGP+IoppOWcRUsJNrd/9CHAU+TL5sNvljLfCNfjFalHOd107P0Yro4csFHGO3ZGa/a29360LYo5XNt2E+IULlcoddvt5ny//APT+LXz1q0VdllMao1+EqZ8s7b5qLU2sfpScl18uh9T4fXLwa/Ey5uuHPnrzcqzn+TcXVsK6Z4hl9cbv/foZUuN0u2enVkHZHrHmXMs+hqaqpuEopYeNj4J+JtFqdNq3dXVbCx32Wyty5wk3Jcsdv2pLz65fYqPqms03NqIWRWyWHtnmX+s2tLq8Nxa2W23T6CfDUpwrkujiu7e/qaUNHuvJdupIhZm4HrtT6ZX0YxHVWQ3UuZdpb/cVnRy7olTyjSNrRayNq+WS6xDyrR5i5tYlBtSXY2+Fa3xYJv8AUtpL1MSsDz06B/CxGZMrzHLLCJ9O+OcxHkH4ZFJaZDLZSUjE6ePxuM5+k5aNELQx7DfMSmZ7OPxru5fSnwEexWXD49h/JzY7OHw72f1k28Mi/ITs4LF+RvyYNmsdLGPSZa+c+3i4fiFdmGjx9dmeaghiETVy4U9FHjy7SCx46vU89BBIoXJUPRw45H1DR43D1PNxCIu6TbD00eMQ7l1xaHdHmkWSG6TbD0f5tDujvzeHc88icjdJth6D83j3JXFkefyNcO03PJbbLdliZlJiGxOcrMPy8u5eHb/kM4bFq4HSmGc+H1eL43hQdrSTnyx58Lpv1HebH+Ak4IBe0lzPpFZz5pBY5DukmZWt0Kk1nG+ybCW61KyEPneI/XqMWrzby8569OyEZW1nhOPkKvSciSXl6bDdS9V/BGdkzoPG2djVudLTFJvleRiczO11qxsSZU1JJ7ldDf4dnaM9n2yLaS7Mdweql59tyTJD1HjLuiHcu55T4iT35n7sr40vml7s57nTa9W713QOeoXde55Z2S+Z+7Bysfd+5Ny09StSu4SN/qePdsvmfuV+Jmukn7k3LT2quOdx4l6+1fvYOXE7fmY3fwqXt3cUdx4WfFbvm+wKXGLvm+w3fxKLQDwKRrDQiRV0XiSoBVWBWIVERgGjDuEUiER3KWUSirZ2S2DuUg43uDQxDPdmFg3+GWf0I3h5ZyaLQPmwX5gNh0lheVyEtZYuVryaaf0Aap4Mm/nb2bx9TnlnXp0xx9haPT1K12wbcq24qLm5KOV2HrdV5J5eeplRrw+zfT1GoYXX/k5xlXiHTOZym5mz9eoe0emA7u88iEMd/wCMnWXf73OkZOMwZnqPMxtZrOZ4X+Qus1G3XBjuz+r1YyyWIbmlliK7gtXfhN5Fq78LAlqtZH9Pm3gXwRHLU00sxTC4A6XCivoGbMNq5KSJydIATZRlmVmiKDNgJBZgpAAsFrGNTFrQjahX5Ba6zfnweWc7bbLCJjwfZt9WdKYthxg+2fuXh7notJw/kTXcp8BmXT06Ci2HD6BHW3jY2J6DdbdAkNIvNDaWxVU/NFvBb38kbEqI5/jYrGhdxtLZsdM0stN5O+HbfY0ZV+xGH2Wwotn/AAz6NDOjcobNbZDY7s57FgMPUqKy3gDbrV5b/TcFPD2a5l1w+5EGktly57ItpRefEK5Plbw3lRztzNdUJajWwi+Rtcz2Szu2adkYyxmKeHndefcVWiqUnNQjzvZyxvj6mJ5a4IXXwTSk02vIFZr4LdNbGjZoK3u4rL6t9cET0Nbg4cicZR5WvJozSsG7i8I8uWm2+/UrquMRi1FPKedn5G1+V07ZgnyJcraTawW1GhrnjMU3B5i5eTFScPMa3i0No5/qeyTysitWsSlvtvhdz1NunjjeKk000+VPf/4Wlp1+pxjnCxtuB5a7V2KXL4c1l9VF4azjJ0+FWysi89n3PVRht/HsUhDOX2YkZ2nlNPk68u2WsZGHbJPcY5VnKAz67Z/x65C2iN+2TvHRMod9voDcE1usL6Ad8RF9CJXLuBaaeOXP0Kxjnqtks48sgTKa6g7LEUlB/qffyFp58lmXruiQCSmLWyJnzefn7IXsk846FH20hyRn2a1dxWWuZ0tza0rYgpalGW72y8GW0OyuyUbyDiGi0UUaZHhsYSJAV8JlZ0sdRzwAgqGc6GPZRGURSC0+CPAY+2jsolFkXQBnUzSlgE4oKznSyvhs0uREOtEotlutlI1tdTUlWgE6yUtknEBOoflAo4AIqoq6sdBySBOBFL8mFhFPC82MSiVaIANFHAM0CskAvPqDkuwSUSiiFKXwATwkOWoTnDJACU3jHQVde+cjVlLBOtlHvE8hIxF4TDwkbcxYoNFgEyyZQypl4zFUwkQG1YT4gsiyQsMeIdzA4ouogcdguol1EoDynYYflI5QA4IcQ2CrAC0UYWTAykQVkwcmTKQOUiKrIHImUijkRVZFGi+SrIobIwWZZRADKAJ0jvISqgM90nOg0VST4Aoti26cCtKbstOV+FFFsN6QG9Ceh+GRHwyFJZFXhYagSJTCNKN4SNpmxmGhMtlNGNoeFhnQmGhYBoRmEjISjYFjaW0OxYRMTjaXVpQ4pFlITVx3jCw5zFXIUd5R6gWG3MHKwTlqAc9QS1o1OwFKwUd5R2ktaMysBSmAdhVzIospFWwTmdzAEySDUiykBdILGIKLDRYF4xCKBWLCJlZSok8pHMQ5FRPKVaIcyrmBLRBR2FHaFYTZGSGQZVbmCQmBJiQNxmFjaKRLoobVxZagTOAfWpLLVGejsixo/FHPVGdk7IsPvUg5agTyRkimneVdwqSAx4hPiC6JANzkc4EkAvMRzAyQCqRZSAoJEA8WFjIXiERUMqZbxBZEmkH8Uh2gCkgDSuByuAyBSMqNK4H4wFlGB//Z" }, { "pos": 5, "url": "https://www.notcutts.co.uk/garden-advice/how-to-guides/caring-for-your-dwarf-hamster/", "title": "Caring for your dwarf hamster - How to guides", "domain": "Notcutts Garden Centres", "pos_overall": 5, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 6, "url": "https://www.pethealthclub.com/uk/pet-advice/different-types-of-hamsters", "title": "Guide to different hamster types | Pet Health Club", "domain": "Pet Health Club", "pos_overall": 6, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 7, "url": "https://spca.bc.ca/faqs/caring-for-hamsters/", "title": "Caring for hamsters - BC SPCA", "domain": "BC SPCA", "pos_overall": 7, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 8, "url": "https://vitapol.pl/en/hamsters-abc/", "title": "ABS OF HAMSTER - Vitapol", "domain": "Vitapol", "pos_overall": 8, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 9, "url": "https://www.mrpets.ca/online/dwarf-hamster", "title": "Dwarf Hamster", "domain": "MrPets", "pos_overall": 9, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 10, "url": "https://animalia.bio/djungarian-hamster", "title": "Djungarian Hamster - Facts, Diet, Habitat & Pictures on ...", "domain": "Animalia - Online Animals Encyclopedia", "pos_overall": 10, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 11, "url": "https://www.peta.org.uk/blog/5-hamster-facts/", "title": "5 Hamster Facts You Need to Know", "domain": "PETA UK", "pos_overall": 11, "url_thumbnail": "data:image/jpeg;base64,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" }, { "pos": 12, "url": "https://www.reddit.com/r/Ethicalpetownership/comments/ix8rrl/pet_guide_winter_white_dwarf_hamster/", "title": "PET GUIDE: Winter white dwarf hamster : r/Ethicalpetownership", "domain": "Reddit", "pos_overall": 12, "url_thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2hXRqsY6uFf2ldJv_dFiCP2wrcQqc8iWylHyXLszbWI4_vvhc" }, { "pos": 13, "url": "https://www.youtube.com/watch?v=nU68L7fd2z0", "title": "Syrian VS Dwarf Hamster Care - YouTube", "domain": "YouTube", "pos_overall": 13, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTvty7zBuceNuuCDbGk9xzujNU84i8lP0Sa-koWmfGZ1Q6mcU6R" }, { "pos": 14, "url": "https://chalesco.com.br/caracteristicas-dos-hamsters/", "title": "Conheça as principais características dos Hamsters - Chalesco", "domain": "Chalesco", "pos_overall": 14, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTpQiDplLydXD1alXzI3VcvpSA8HL2PxZirPGOuKfPsmahrrpU8" }, { "pos": 15, "url": "https://woodhamstercage.com/blogs/winter-white-dwarf-hamster/", "title": "Winter White Dwarf Hamster | Breed Overview | wood hamster cage", "domain": "woodhamstercage.com", "pos_overall": 15, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRDZUZ6TnBOoLxF8Rzp6XA9dKyhQuFRXiPXIy45agCo7hD8PQsR" }, { "pos": 16, "url": "https://www.azpetshop.com.br/blog/hamster/hamster-sirio-saiba-tudo/", "title": "Hamster Sírio: saiba tudo! - Blog - AZ PetShop", "domain": "AZ PetShop", "pos_overall": 16, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQrI-xMG9Nh4mWd4vekPJJ8K9fcfl5UnV8rJSz3sb5K_VJUNR5T" }, { "pos": 17, "url": "https://www.petz.com.br/blog/tudo-sobre-hamster-anao-russo/", "title": "Guia completo: tudo sobre hamster-anão-russo I Petz", "domain": "Petz", "pos_overall": 17, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcReblam36dCoe0RCJd7rcdiGqI5uBJ1p2spQoZ6K0rAAyHHAcCX" }, { "pos": 18, "url": "https://www.chewy.com/education/small-pet/hamster/complete-guide-to-caring-for-a-new-hamster", "title": "Pet Hamsters 101: A Beginner's Guide to Hamster Care | Chewy", "domain": "Chewy", "pos_overall": 18, "url_thumbnail": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcR79Tx8EZyMmRPFYE4j1rdsvoE1cNOOF1KbC-pWC1RsEQaqQIHl" }, { "pos": 19, "url": "https://www.petsmart.ca/small-pet/live-small-pets/hamsters-guinea-pigs-and-more/russian-dwarf-hamster-4051129.html", "title": "Russian Dwarf Hamster", "domain": "petsmart.ca", "pos_overall": 19, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSI6TUI-K2zi--8yvqlQDjlzqsMvv4xtvyWPIqlVTqDUqOYf8Js" }, { "pos": 20, "url": "https://www.golfsouthayrshire.com/?g=375427426", "title": "Cheap winter white dwarf hamster care New Arrivals Black Friday", "domain": "Golf South Ayrshire", "pos_overall": 20, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTnP0vLZb8T1Ydz90PhIcwaLJD3GbagExGWpNg1n2dlqMh7cOgH" }, { "pos": 21, "url": "https://stock.adobe.com/br/search?k=%22roborovski+hamster%22", "title": "Roborovski Hamster\" Imagens – Procure 759 fotos, vetores e ...", "domain": "Adobe", "pos_overall": 21, "url_thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTGjBIRQHv3xMICLfHqa8ERTWjPW4weU6UScx_S7nUlkONEbYFu" }, { "pos": 22, "url": "https://www.3tabeliaopiracicaba.com.br/?i=99174850021910", "title": "Syrian Hamster Are Mealworms Good For Hamsters Can Dwarf ...", "domain": "3tabeliaopiracicaba.com.br", "pos_overall": 22, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSqstryZt4MQ022hy1-FGiY1HlYcIuSo0HdAskAdq85d-XfXaE7" }, { "pos": 23, "url": "https://www.petmd.com/exotic/care/evr_ex_hm_how-to-care-for-your-hamster", "title": "How to Care for Your Hamster | PetMD", "domain": "PetMD", "pos_overall": 23, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTkdVfBjI0doBjFIjp1i1vDu7fjJrvGKI7g6KFFglKpVUpY7DaL" }, { "pos": 24, "url": "https://www.burgesspetcare.com/pet-care/hamsters/housing-hamster/", "title": "Hamster Housing Guide | Size & Cleaning Advice for Hamster ...", "domain": "Burgess Pet Care", "pos_overall": 24, "url_thumbnail": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQSaroMEf3yvw3WbOvpCZLCeuQiGsS52xgabmxwvlLwXOD-lrUq" }, { "pos": 25, "url": "https://chalesco.com.br/dicas-hamsters/", "title": "Dicas sobre Hamsters - Chalesco", "domain": "Chalesco", "pos_overall": 25, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRdSFDZVI7gNJ0MIsQrVgANCBeUzMTz5cqnKYeNOZQl3j645dwP" }, { "pos": 26, "url": "https://www.rspca.org.uk/adviceandwelfare/pets/rodents/hamsters", "title": "Keeping Hamsters As Pets | RSPCA - RSPCA - rspca.org.uk", "domain": "RSPCA", "pos_overall": 26, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTHVlWeSwLeuUcNUwoMcOUTQT3qmaenEC5csf8mMMP5fHZJOCwH" }, { "pos": 27, "url": "https://www.terra.com.br/vida-e-estilo/pets/pensando-em-ter-um-hamster-veja-informacoes-importantes-sobre-o-roedor,15bfba8696e848875ca6cfe7910f8e76this4vvl.html", "title": "Pensando em ter um hamster? Veja informações importantes ...", "domain": "Terra", "pos_overall": 27, "url_thumbnail": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSvt8gcZIQAF86_ltQoHLpfryNmQe8DDxxbVI0J5V_W8cSyKb3w" }, { "pos": 28, "url": "https://www.lfg-sc.com.br/?z=7624477001360", "title": "Full Grown Robo Dwarf Hamster Care Roborovski Hamster For ...", "domain": "lfg-sc.com.br", "pos_overall": 28, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQfX3L2jr6ykzZYD0qqmWFEGAe6c8cHHmnxzvdKYxxwOS5weBq9" }, { "pos": 29, "url": "https://www.youtube.com/watch?v=J9PdfixICq8", "title": "Bringing home your Hamster | What to expect! - YouTube", "domain": "YouTube", "pos_overall": 29, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRExCBXXAtLaR7UdQFq4-41bvGsnR2q7lEMQx_zjrSdCzzHdKpZ" }, { "pos": 30, "url": "https://dalpozzo.com.br/?y=60824336081740", "title": "Tiny Hamster Breeds Mini Hamsters As Pets Winter White ...", "domain": "dalpozzo.com.br", "pos_overall": 30, "url_thumbnail": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSzzDwrwGw7QrHJT61EgAUKA1ksrSDBhcQXHkySCRxMSDreZ_6L" }, { "pos": 31, "url": "https://br.pinterest.com/geburtlee/hamster/", "title": "110 ideias de Hamster | hamsters, hamster, coisas de hamster", "domain": "Pinterest", "pos_overall": 31, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSfWHLFta6HtdRg-Amwfzs0ZaNtJfG0NG-h3ruYPQatSjb3WMgs" }, { "pos": 32, "url": "https://centronave.org.br/?t=4799060041450", "title": "Syrian Hamster Breeds Chinese Dwarf Hamster For Sale Quiz ...", "domain": "centronave.org.br", "pos_overall": 32, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTEy9UOy4bKmArwBIhTn-BDq4xIsEUoN-GjDvRB6tEYSpcZuKfk" }, { "pos": 33, "url": "https://pethelpful.com/rodents/hamster-cages-and-toys", "title": "9 Items Your Hamster Needs for a Long and Happy Life ...", "domain": "PetHelpful", "pos_overall": 33, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRIIUcGHvkULul8IQ_0_95Kij4ZfVkXv5-D5AsE9MR4oV6YM6PX" }, { "pos": 34, "url": "https://vidapets.com.br/aprenda-a-cuidar-de-um-hamster/", "title": "Aprenda a cuidar de um Hamster - Vida PetsVida Pets", "domain": "vidapets.com.br", "pos_overall": 34, "url_thumbnail": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTlD_gOumabfs0AzRnEwH6FtH9kulPJ8zRfZkfOEZHE3lFeM_5j" }, { "pos": 35, "url": "https://meuexotico.com.br/pet/hamster-sirio-mesocricetus-auratus/", "title": "Hamster-sírio (Mesocricetus auratus) - Meu Exótico", "domain": "Meu Exótico", "pos_overall": 35, "url_thumbnail": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRx-DLBVOcYTinvm0n6wTeL_HXkWeIsuH-QHKHXJXdAiICO0F68" } ], "exact_match": [], "total_results_count": 35 }, "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7396886848179572737" } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Google Search Source: https://help.decodo.com/docs/web-scraping-api-google-search Web Scraping API Google Search Template The `google_search` template is built to obtain Google Search and Google AI Overview results. ### Useful Links * More information on optimizing the **AI Overview rate** can be found [**here**](https://help.decodo.com/docs/web-scraping-api-google-ai-overview). * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. To filter Google search results for specific types of content, set `google_tbm` parameter to desired output type: * News: `nws` * Images: `isch` * Books: `bks` * Patents: `pts` * Video: `vid` ## Input Parameters Request parameters available for the Google Search template: | Parameter | Type | Required | Description | | ------------------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `google_search`. | | `query` | string | ✅ | Search query. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the query. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-google-geolocation) | | `locale` | string | | Set the value to change your Google search page web interface language. [**Read more**.](https://help.decodo.com/docs/web-scraping-api-google-interface-localization) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number within the range of `1` to `10`.
Default value is `1`. | | `page_count` | integer | | Customize the desired page count number within the range of `1` to `10`.
Each page provides 10 search results.
Default value is `1`. | | `google_results_language` | string | | Return results in a specified language. See all options [**here**](https://help.decodo.com/docs/web-scraping-api-results-language-list-deprecated) . | | `google_tbm` | string | | Filter search results for specific types of content (news, apps, videos...). More information [**here**](https://stenevang.wordpress.com/2013/02/22/google-advanced-power-search-url-request-parameters/) . | | `google_tbs` | string | | This parameter contains parameters like limiting/sorting results by date. More information [**here**](https://stenevang.wordpress.com/2013/02/22/google-advanced-power-search-url-request-parameters/) . Example: `qdr:w` (results from last week). | | `google_nfpr` | boolean | | Turns off spelling auto-correction when set to `true`.
Default value is `false`. | | `google_safe_search` | boolean | | Hides explicit results when set to `true`.
Default value is `false`. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "google_search", "query": "laptop", "headless": "html", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "google_search", "query": "pizza", "headless": "html", "page_from": "1", "limit": "7", "google_results_language": "en", "parse": true, "page_count": 1 }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "google_search", "query": "pizza", "headless": "html", "page_from": "1", "limit": "7", "google_results_language": "en", "parse": True, "page_count": 1 } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query. | Results key | Description | | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | | `pla` | An object of product ads with their detailed information. | | `paid` | An array of sponsored results with their detailed information. | | `images` | An object of an image results in its detailed information. | | `flights` | An object of flights with their detailed information. | | `organic` | An array of organic listings with their detailed information. | | `organic_videos` | An array of organic videos with their detailed information. | | `top_sights` | An array of landmarks or attractions with their detailed information. | | `jobs` | An object of jobs with their detailed information. | | `local_service_ads` | An object of sponsored local service providers. | | `video_boxes` | An array of a video items with detailed information. | | `recipes` | An object of recipes with detailed information. | | `twitter` | An array of X (previously Twitter) results with detailed information. | | `knowledge` | An object of information gathered from the knowledge panel. | | `local_pack` | An object of local business listings relevant to the query. | | `item_carousel` | An object of illustrative items for informational queries with detailed information. | | `videos` | An object of videos with detailed information. | | `hotels` | An object of hotels relevant to the location of a query. | | `apps` | An array of applications with detailed information. | | `finance` | An object of financial data for companies, including stock prices, market capitalization, and other essential metrics. | | `sports_games` | An object of recent sports events, including scores, teams, game types, and key highlights | | `discussions_and_forums` | An object of discussion threads and forum posts, including their URLs, titles, sources, and comment counts. | | `featured_snippet` | An array of specific results retrieved from the organic part of the results page. | | `top_stories` | An object of articles with their detailed information when a query is identified as news-oriented. | | `popular_products` | An object of organic displays of Google Shopping product listings with detailed information. | | `related_searches` | An array of one or more related searches blocks displayed at various positions on the search results page. | | `related_questions` | An object of related question-based search queries, along with detailed information. | | `what_people_are_saying` | An array of discussion threads and forum posts, including their URLs, titles, sources, top comments, engagement metrics, and timeframes." | | `search_information` | An object of information related to the submitted search query. | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "last_visible_page": 9, "page": 1, "parse_status_code": 12000, "results": { "navigation": [ { "pos": 1, "title": "AI Mode", "url": "/search?q=laptop&sca_esv=a82350b6429375af&hl=en&gl=us&udm=50&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&aep=1&ntc=1&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ2J8OegQIERAD" }, { "pos": 2, "title": "All" }, { "pos": 3, "title": "Shopping", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&udm=28&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&q=laptop&ved=1t:220175&ictx=111" }, { "pos": 4, "title": "Images", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&udm=2&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&q=laptop&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQtKgLegQIFBAB" }, { "pos": 5, "title": "Short videos", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&udm=39&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&q=laptop&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQs6gLegQIFRAB" }, { "pos": 6, "title": "Videos", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&udm=7&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&q=laptop&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQtKgLegQIEhAB" }, { "pos": 7, "title": "News", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=laptop&tbm=nws&source=lnms&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ0pQJegQIExAB" }, { "pos": 8, "title": "Forums", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&udm=18&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&q=laptop&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQs6gLegUI4QEQAQ" }, { "pos": 9, "title": "Web", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&udm=web&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&q=laptop&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQs6gLegUI4AEQAQ" }, { "pos": 10, "title": "Maps", "url": "https://maps.google.com/maps?sca_esv=a82350b6429375af&hl=en&gl=us&output=search&q=laptop&source=lnms&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&entry=mc&ved=1t:200715&ictx=111" }, { "pos": 11, "title": "Books", "url": "/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=laptop&udm=36&source=lnms&fbs=ADc_l-aN0CWEZBOHjofHoaMMDiKp9lEhFAN_4ain3HSNQWw-mMGVXS0bCMe2eDZOQ2MOTwnFUBJ2uyTXGY7FrnjAwa7N7ichJoHtISusgmLxg0ZDh7KQ9miyoJPlAQsV3wK3x-aa0JPI523paNmh8BoXF9GRMVeedRcsJMiOVp9DHS-co-PSNDGmHImW2kxHfPLv7-5yvzoJ7iJ3jZmwGqRXDtui9asIxw&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ0pQJegUI3wEQAQ" } ], "organic": [ { "additional_info": [ "4.6 store rating (2K)", "$200 to $900", "15-day returns" ], "currency": "USD", "desc": "Shop all new laptops at Best Buy. Compare and read reviews on the vast selection of laptop computers, notebooks and new PC and Mac laptops.", "favicon_text": "Best Buy", "pos": 1, "pos_overall": 2, "price_lower": 200, "price_upper": 900, "rating": 4.6, "title": "PC Laptop, Notebook", "url": "https://www.bestbuy.com/site/laptop-computers/all-laptops/pcmcat138500050001.c?id=pcmcat138500050001", "url_shown": "https://www.bestbuy.com› ... › Laptops" }, { "additional_info": [ "4.3 store rating (3.9K)", "Free 90-day returns" ], "desc": "Shop laptops, desktops, tablets, and accessories from top brands at Walmart. Great prices for work, school, gaming, and home.", "favicon_text": "Walmart", "pos": 2, "pos_overall": 3, "rating": 4.3, "title": "Computer Laptops and Tablets - Walmart.com", "url": "https://www.walmart.com/cp/computers-laptops-tablets/1089430", "url_shown": "https://www.walmart.com› computers-laptops-tablets" }, { "desc": "Mar 23, 2026 — From budget-friendly options to thin-and-light ultrabooks to powerful gaming laptops, we've spent hundreds of hours finding the best laptops ...", "favicon_text": "The New York Times", "images": [ "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIALcAtQMBIgACEQEDEQH/xAAcAAABBAMBAAAAAAAAAAAAAAAAAQIEBQMGBwj/xABMEAABAwICAwgNBw0AAgMAAAABAAIDBBEFEiEx0QYTQVFSU3GhBxQVFiIyVWGBkZKTsQg1N0JzsvAXIzNUVmJyg6KjwdLhQ/EkgsL/xAAaAQEAAgMBAAAAAAAAAAAAAAAAAwQBAgUG/8QAJxEAAgIBBAICAQUBAAAAAAAAAAECAxEEEiExIkETUTIFFUKBoRT/2gAMAwEAAhEDEQA/AOw4rjOGYQGHE62GmznwBI6xd0BVo3b7mbfPNL6zsXKuz9W1FHjdK+F1rQNAuL63Ov8AALk/d6v5xvsBAeru/bcz5YpfaOxHftuZ8sUvtHYvKPd3EOdb7IR3er+db7AQHq7v33NeWKb1nYjv33NeWKb1nYvKPd2v5xvsBHd2v5xvsBAere/fcz5ZpvWdih4j2RNzlHGHR1hqiT4tMwuPXYLy93dr+cb7AR3dr+cb7AQHpP8AKpgI0Gmr/dt/2R+VXA/1av8AdN/2Xmvu7iHOt9kJe7tfzjfYCA9InsrYD+rYh7tv+ya7ss4Cxt3UuI2+yb/svN/dyu5xvsBNfjFa4eE9vshAejD2Y9zv6tiPum/7JPyy7nP1bEvdN/2Xm84jUH6zfZCTuhUcpvqQHpAdmXc1fTBiTRe1zC0//pXcfZJ3IPja/u7TMLgDlku0jzHRrXlPt6o5fUEnbs3L/pCA9YflH3HftDRe0diT8pG439oaP2jsXlDtybl9STtybl/0hAesPykbjf2ho/aOxH5SNxv7Q0ftHYvJ/bk3K6kdtzcrqQHrD8pG439oaP2jsR+UbcbcW3Q0VyeFxt8F5P7bm5XUgVMubwjr8yA9qUlTBW00dTSSslhlaHMkYbtc0i4IPElWm9hguf2PMNzuzWMgHmGcoQHOPlFfPFN9iz4vXG12T5RXzvTfYs+L1xtACEIQAhCEAIQhACEIQCosp+F4XWYtUNp6GndK/hy6mjjJ4B0reMJ3LUGEvz4iG1tUNTB+jb/lytafS26h4iiG3UQq77NEo8Mrq2/alJPN/BGXLLU4HitJGX1GHVMbOW6J1vWupnFqhgDYMsTBoDY28CdFilcTdr5S3kkC3qXT/ZmlzLkpfuGf4nGiCEFdWxfCsOxljn1lKIKi2ioibldfzjUR0rnWNYTUYRU71PZzTpZI3xXjjC52o0VlD56LdOphb12ViEp1pFTLAIQhACVIlQHqrsMfR5h38Uv3ylSdhj6PMO/il++UqA5x8or53pfsWfF640uy/KK+dqb7FnxcuNIAQhCAEIQgFSjWrLBsFrcYl3ukj8AePI7Q1nSVvGF7kMOomB1TeqkGkufdrB0N4fSrVGktu/FcEFuohXw+/o51DTyzvywxSSHiY0lbTua3E1WJPE+Ih9JSNOnM2z3+YA/EroWHsa0iKEiNo05IwGj1ABWEjgdLhYBdKH6Woy8nkp266T8YrBEpKOkw2l7Ww6nbDENdh4TtH1jwqsLA4lx0k6bKbiVcyKneG8IsqE1zsx6V3dNp9seFgqqDfLJ7oNGZoNuG3AsEzXiIyU7zJl0uadfoTqXEBfK9RMWqRRVkE0Js2YaekEX/AMKZxaeGY+P00ZKXEGziwfc8SwYxRsxOgkpzod4zHH6jhw/jgK15tVvWLytYLN38gDzXV8KgGoq4+BhHr0XUF0IWxcfsOEqpJr0c2e0seWuFiDYhNVpukY1mMVAZ4riHekhVa8XbHZNxO5F7o5EQhCjNgSpEqA9Vdhj6PMO/il++UqOwx9HmHdMn3yhAc4+UV87U32LPi5caXZflFfO1L9iz4vXGkAIQhAOWybldzEuMSCaoDmUYOk6i88Q2qlw59OyupX1jC6nbK0ytGssvpHqXcXU8O8RuocnapaDFvQs3LbgV/Q6eF0/P0UtbqHTFbfZBp6aloYWRRMY2JmhsbBa5/wAlY5d9mNoopHsJsC1p8E+dS6aCV1UzPG50YJNz/wBVuSxrLuOUL0O5V8ROTK+K5Kqiw91P+cnc0llywi9wDwFFU0EWkqMg4hoWSsxGigBzudJbgvZUNdiWGVAIGeCQ6n5sw16LhbwjKT3PJiuzc/Y/EO0ImAOc6QuPC5Qmy0JNt6bpVRj8VXhs7Yqu5a4ZmPb4rxwWKqhXOGnMujXGG38i9Gvcspl9iYbSGOSE3ilNgOS7hB9CWSJ1bSUkknixyF5/h/ACxxUMldhkPbDsueTfAeJlviVlxOrbGzeIh4Xiho+A6FBZcn4/6QufKSeWaznvjU8rtMbHl7ugH8BWGHVDnRSSP0unk0/E/jzqtqyG/wDxIiC+R2eV3APN0BZopmwxGQEhjG2HRx+lUoWKCeekXJw3xSKrHZt/xOZ3nt6gq86SnSOL3ucdbjcpq8pdLfY2XorasCIQhRGwJUiUID1X2GPo8w7pk++UI7DH0eYb0yffKEBzj5RXztS/Ys+L1xpdl+UT870n2LPi5caQAhCEBu25Dcga6lGKYkMtKP0UZ0GQ8Z/d+K6fgxZ2qYSA0R+IALWC1zscY0zFsD7SqWt3+ga1gA0ZorWBPRp6ls02VjC2JthxBusrr6ayuFeEv7PO/qNk/kcZdLodNNHF9ZU+IYvBEDc5inzUFbP47mQtOovvf1BUmJYIxxcO61KJeS8ZSfNrKnWoTfLKFVe/8mQ8Rx+JxLe14XNt9Zun161Vmmp8SpZZ6G7Jo9L4HG9xxtKj4phlVRtD5mje3aBI03afSsO5+p3nFogXaH3Y70j/ANepWVqGo5jI69VMYwzA2iuPb+5iAz+EREBp1gjR/ha9gWENc41tfc0zDZjeGR2zj9StqeoD8MpKVztDg57/ADNzH4/jUoOJ4oR4LSIWNbZjeS3zfvefgHSqcta1HHs0pViUor2S67EnXdGwN34Cx06Ih+OFa/U1hDt7gO+zv+uBpCYXyTRk37XpuU/W7ao++MY0spg5rD40rvHf5vMld8nwW6tPGHY5kQjcWg5nX8N4+6FsGG7mm4nAx1TLJHE43LImi9uDSdHUqrCo4t9D5su9s1NHCruox9zIS2ltFE3Q+XleZqt+Lr2yL9Ne55ZYHcNufylslRUNfyt9F/uqjxvcFNTxOnwiqbWRjSYiLSAfB3oTIMddmV7h2Mb5YZuBVJaOqa44LbVb6OYPaWuLXNIINiDwJF0Tddg0OJUklfSttWRNzSBo/StA+IAv59PmXOzrXKupdUsMgksPAiUJEqhMHqvsNfR5hn8z75QjsN/R5hvTJ98pUBzf5RPzvSfYs+Llxpdm+UV87Un2LPi5cZQCoShW+5bChi+NU9LI60Ru6Q/ujSVlLnBrKSim30i67HOHYn3UjxKmyw0cZyTTSDwXNOtoGsldOq8RjpI3O0jRq1k+lV0tXHTjtemaIoIRvbGN1NC17FKt0jiHarKzCOODz2ov/wCizoZjWPVNTmZFIWR8TFq07i4ZiVOf+dkDOUQFt+H7jO6FDeLx7KaclUTQcakuDXNz1e+qpKnDJbyRuZdo15eDZ1qt3PUjpcZje64bC7M8np2q6wTCp8F3TzU1axzC0ZRo1tPCOlTqmkbh+ISZBZssmcHj4+vT6VXnqkm0iSdsYScY+yH2tHT1ZaW3jZCDl4wBa33vWtUnmd2y+SYNfK4k+FqaT+7wlb7NTh9VE86Gyxlp/H/2PqXP8fglosRkY9ps7SL8PGqtFylJ5ZZ0sJc5MMsxkN5HueRwuN7dASNkzFYIo3Sm9rN4SrKmpomNDp3lkfAB48nQOD+Iq69QodHSq07k+TLh9LNVytiY0u/dGs9PEFfGgwylI7sVTc7dUMQLsvoH+VXzVM8FM2GFppmP8WFmhxHG461KwjcxW1xzlhY06bu4VqtU/bOtXpklhIzSYjuaDMvcypc3lgAH4qG0UTphLhNRI+LW6GZtnx7R0K+q9x09PRvla7PlbcttrWnYOXQ4gHNPiuIJ4wrunu3dMraivZJL7N5wl5lMQvcOIB6Do/yuV1cYiqpo26mPIHoK6jTVMdHR1OJSjLFTsLmg/WfazQPSuVSOc97nONy43Ki18k3Eq2cMalSJQucRHqzsN/R5hn8z75SpOw19HmGfzPvlCA5v8or52pfsWfFy40uyfKL+eKP7BvxcuNoBysMDxF2F4nDVt0huhw428IVchZTw8mJRUk0+mdYjqoaxgnge1zZBcEcB4iq/EonZc60vB8Xmw6YW8KE+MwnWt2payCtpWyRuDmHRp1hWoS3dHn79JOie5coonPLJGvPitcCVtlXuhqqZsYimmjpGQiRzYXZS4nz308C1jE4N6cbcJSiffcPYx/Cx8R9AzN/ymri5Vpom2KzDNiocXGMTMNU+V4aDl35+Yt6DwfBSccY5whcL3hbmuOEef0fBavuc8GZl+NbmYxUskc7xL5T8Fwbp7WWKdJusyN3syYYJYxd8YzAcdtY9RKwVeG4ZjtPFHVi0oHgPBsT0Gyl4XKG0Do5Ncbsj/gVrVZVOozJZplijcRLHfS08ocSqQlOUvF8noqNPGK5MOIbm6ymcKfDcJc8c9JI149Av8QsUOFnCxvlQ1k1c/wD8lSckUPn8LS49SgVWLRzjLDiNZAORbN13Ci08VJLJmnqp3njMV7+kldKO5R8izDmXBs+Hy4Bh0m/1lRJita46d6ZdoPS7X6AplduwxExOGHUsNHHbxiM7rdOrqVHE+gpmZ2xvNuF5Db9ZUWqxN0++RshYyPLa40k34j1rNacmWnKMVh8sdT43jVfiAMuJ1e9NOkCXK0+aw0H1LNUCmZVySMEcDALyOGgX4bDjVbDK2GP81oY0XL+JUVXUvqHklxyg6AupXL4fL7OdfbGMcLlltugx51eyOkprx0cXit5Z4yqHhQUihnNzeWc9vIJQkSjWOlaGD1Z2Gvo8wz+Z98oR2Gvo7wv+Z98oQGmdmMUx3X0Lq6l7apm07TJDny5hmdoB4Olc1no6R7xvFNGwXNhYGy6j2X8Olqt0tPJG9jR2q0HNflO8y0TuRNzsZ9exYxzkFKKGO36OP2QjtGPmo/ZCuDhcnPw+s7EDC5Ofh69iyCn7Rj5qP2QssET4L7ycgOsM0K07lSc/D17EdyZufj69iym10ayipLDK9++yCzn5vMVjbDlBHg6Tf8esq17kzc/H17Ehwqbn4+vYtnNyWGaKqKMFNLS0zGHtYtc2Mh72yEZjwFY3YsWt/NyVDATcjfif8qQ/CJi0jf49PTsUY4DUc/D17FDKuMu0SQW3odDi0bHS7+KmWOQeK2YtueAnoUOWtgcY5HwyiYRuEswnJMj/AKrvMANFhrUg4DUc/D17Ew4BUc/D17FhVRXSJflkQ3TUBEBjonZmwlspMt98k5Y4uhZZavDLRCmopoiKfLITMSXzcsaNA8yynAJufh69ib3Am5+Lr2LZRQ+SX2V9TNFK1lg42aMwc7Nd19JHEmb42ysTgM3Pw9exIcBm5+PrWy4HyyK4ygsc0m7XWzNPCsRbDyG+pWvcKbn4+tJ3Cm5+PrWW2yNvJVhsPNt9kLJGaJoO+0+bXaxA026ONTjgknPw9aTuLJz8PrKwCJeiLHAUtnXBvmByi+kWsiR+HuZ4FNZ3ATwKWMFmOjf4+tHcOo52Pr2ID0N2HPo9w22q8n3yhZOxNAYNwmHROIJbvl7fxuQgNW3ZTmrd2xISSNH/ABa2ymjc3wpXMcNNsmpXGOS75Jlb4rLgabXdwnTxavXxKre13Jd6HtKyBjaqUHexV1BDbAEN1daJaqaJ+Xtyp9Df+qNMxzGPMQykm7ru0edK21Q0l0TnO1g5wPSgH1P51rZZZppspGnJ4vWsTYYHg5ZHusbZQy5+KY2R4m3qQuLNbWg8HSiUGBgNKN7F813OvZAK2Kn+u+WI8AfHpvxa0m9REnMZ9Oo5AB8UrGsnyva1znjSHF1tHCmNlc5+9VDswJJY29iGoB7ooCRvck0g4SyO/wDlI+KBovvry618gbpt69KSQPhY3eG7225PjX8HiSxb3NaWNri4i2YusLelAKYIcmYyPY3gBZpPWmwwRTEnPI0AaSWaPMmCR0n5mrJeXeK1p1NTpN+hDDGLQkeGC65DQgMZhhDi0OkzDX4H/UtRBDA25lcRcaAzTdPiyOaJIWPzv1uL9dkwOMr2x1hc+Y3d42tAKaWMNLs7tH1Sw3TIaeOVrssjmkfVyFZJTOws5nLd7c97pIcu9h9Ix1z4V8/jFAYm08WfK+RzfOWFD6ZjCbb44cBDNCcw5nNZVNcZx4Qs/h40879nDjfew3T4SAyMfNHAwQVctgCS1rToThUVBF3V0rXHU0tN1hjsYGmlzi7TYh/Dpuhh/OM31rjLl0EP4eG2lAOeJqluWomlcwHRmYdidHSsErM2axPJIt60rDNvvDvduWdalNbezg1zgG6QX39GtAb9uexCSiw6Onha4saNA4kKqwiQy0wabF7AAb8I4D6R1gpVgFBX5zKLRRlrQAxzn+FYcOrXc6VWyvDA380wNcbAB2i/qW4VlNT20QR+wFSVcEWm0TbfwhZBVObfXFH7X/FGJLp8rGtAYLuAOg38/wCNalzRN0+A1RHxN5KAy1Mfa8LXSwwCzS4ubIHEjiNlhpQ9waXMZJfTZ5t6wsbo2obG3koAnLhLEwBrDfNl83q6VJLRlNooy7gcHaejUo+9N5LUu9t5KAWNjw4l7Wv/AHTewSyxySW3oMjsbnzj1Jm9t5KN7byUBmHim8Ed+B5vf4LFHG8OJkEbwTqN9CTe28lG9t5KAdPGZG2iYyIXFst08AEEmCNx4HG9/gsORvJS5G8lAMZc1Esb2giw0H6o82jzrJUxneH5WMbovdum3Um5G8hqR7G28VAZqWJ1Q0WjhuWgnO8N+Kwva5lQA9jQ2UWynVcejpWMNThG3koCYYnBjXNiiBHEevUsNJEX54nCNz2Hh12Po6U1rFmjjbfxW+pAZhB4Gbem9exPpW74fBjiJNxZxPB6FkpoY7+K32Qrijp4bD83Hr5IQGGjaDCI6hrmBnidrvtr1g6PxcpVfw0tMW+FTwE+dgSoBlXqVPVM1q4nOZQJqd79TdHSEBRzsUN7VdS0E7r2bo/iG1Rn4XVc3/WNqAqC1OazQFYdyazmm+23al7l13MN9tu1AQAxBYp/cyu5hvtt2pO5ldzDfet2oCBkRkU/ubXcw33rdqO5ldzDfet2oCvyJMise5eIcw33rdqQYbXE23hvvW7UBX5EmRWPcuu5hvvW7Udyq7mG+9G1AV2RI5nglWXcqu5hvvRtSHCa7mG+9btQFSGpwarLuNXHTvTfbbtS9x67mP627UBAY1SIm6VJbhNZzX9bdqzx4ZVN/wDF/U3agG07dKtqMalFhoqhp/Rf1Dap0EUjdbPggLKI+ChYmOsNOa6EMG4d5e5/9R/vP2pO8vc95P8A7r9qELBkTvK3O+Tx71+1L3k7nfJw96/ahCAO8nc75Ob71+1HeTud8nN96/ahCAO8nc75Ob71+1HeTud8nN96/ahCAO8nc75Ob71+1J3k7nfJ496/ahCAXvJ3O+Th71+1J3k7nfJ496/ahCAO8rc75PHvX7Ud5W53yePev2oQgDvK3O+Tx71+1HeVud8nj3r9qEIA7ytzvk8e9ftR3k7nfJ/91+1IhAHeTud8n/3X7Ud5O53yf/dftQhAL3kbnfJ/95+1L3k7n/1D+8/akQgDvJ3P/qH95+1CEID/2Q==", "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGwAuAMBIgACEQEDEQH/xAAcAAACAgMBAQAAAAAAAAAAAAAGBwAFAwQIAQL/xABNEAABAwMBAgcKCwYEBQUAAAABAgMEAAURBhIhBxMxQVFhcRQXIjJVdIGRobEVNTdCcpSVssHS8BYjUmKSwjNDU9EkRIKi4SVUVmST/8QAGgEAAgMBAQAAAAAAAAAAAAAAAAIBAwQFBv/EAC0RAAIDAAEDAgMHBQAAAAAAAAABAgMREgQhMRNBUWGxBSJCUnGBkRQyYtHw/9oADAMBAAIRAxEAPwB41KleZoA9qVTTNV6chSFx5l+tjD6Nym3ZaEqT2gmsP7b6U/8Akto+ut/70AZNQ6ssWm+L+G7kzFLu9CVAqUodISkE4qjPC1oYH49T9Ve/JSq4SJ9uu2vpUtqRFnQTDbabdbfSpIPKQDnrNBNztjeeMhPNLB/y+MTke3f+u2k5fewbj206L77ehvLqfqr35K877ehvLifqr35K590ZZoczUcVrUMliHbQSt5bjyUhQAzsZzuzyU8nbroAxBDEnTpjAbKW9trAHJ20ltvD20Ix33LHvt6G8up+qvfkqd9vQvl0fVXvyUodcab0y6lUvTd9tm0P+VMtGf+k539hql4PLTaX9RIc1TIisQGEFzZffSlLyxjCSc8nKcc+OupjapR5YDjjwfHfa0N5dT9Ve/JU77ehvLqfqr35KGtTjg/v8LiHbjZo7qU4afjvNJUj1HeOqlb+ydsdcdaTqS2R3GlY23HkqZeHMpCwfWkjINJDqIyWtNfsS4Me/fb0L5dH1V78lTvt6G8up+qvfkpBS9GtR2FOsalsEvZGS03PShZ7NrcT6a07NZGJd3jxZkxmHEdWA7JddQEtp5Tynl3YHWRVvNEcWdE99vQ3l1P1V78lTvt6G8up+qvfkoC1dbtDOaWTCsFytLcuHlxgplIKnT85KjnJ2vfisWgP2TtFqRMucy1OXN/O0h95sllOdycE7jzntxWWfWKMHPi/4HVWvNGF329DeXU/VXvyV5329DeXE/VXvyUsdL6a09K13M25UKTbWh3REZQ8lQdUo5CNx3hO/d9GvOGO0Ry/AuNuiNt7f/CrQy2AFK3lG4ekeqj+urVsan5kSqZOLkvYaHfa0N5dT9Ve/JU77ehvLqfqr35KTt/4O5Nj0cu5z5CO7UqbUYzadzaTuOVc5GebdQKjGyobIJI6KvhfCxbHuI4NHT7PCroh5aUIvzQUo4G2w6keklOBRi24l1AW2pKkKGUqScgjpritvG/IBGK6s4LFKXwe2IrOT3KB6ASB7KtT0VrArqVKlSQStG+OrYs091pRStEZxSSOYhJxW9VdqH4huXmrv3TQByYxEiyoLayrZkqBK1rPjnJ5T+vTVVLjORllLqMdB5jW9GJERrGeT8aIdNaXu2pmHnIrTAiNHZU9KWUoJ6E4BJPZV/BNLDMrGpPfAy9NcH+nbbp6Ku529mbNkModdcd3hJUM4T0AZxQvqzg8tkhC3dNEMPjJ7kcXuV9En3H11b269zrHbmrPqNILTCQ3Hnsq20JSBuS4eUY5lEDdy9NaVwefecSGF7e1gpKTkHoIxV0KotdzPbfOMtj4AjQmlkXrWCLTdw5HbaC3H2z4K1BPzerPuzTT1Zwa6fuUJSbPHats1tOG1JJ2HOpQ3+se2gyTfbam4MLeuKWrtFOGpraCrZ/kcI8ZPMejPLRUzq5TrSRJCEPFOQpte024P4kK5x+jSRqjuaWWXT4qWC6i8HV2myHo8Z2M3JYOy9HkLKFoPTuBBSeYisF84P79Yo/dE+MlUYcr8c7aUfS5wOs7qYTl/S7LbeOW5TQw3IA37P8C+lPu5RRva7w1PiHKQSRsuNqwocm8dBB9tDpSIj1LaFfwTaAgXtt28XtPGxGHdhqPnAdUBklWOYZG7n381eHg+hjXi7Y54NoUhUpC0nw1NDGUA9IUQOzfR1bIidKzpDMPwbNcHApCf/aP8mz1IVux0EY56CrxqsMaqSyULAZcU3xhVgbxhSez8QDzVMYRzWRK2bliMmr9G2qdcbV+z8ZqGy68mLICRkJKj4K9/pB9FecI+mNP2uwNIs0MNvxFjjHc5W6k7jtH1GseotVGyx0sxGUuyHAFlbmdlvBykgDnyM+ismr75BVbhJcSp1E9rLbaTzEb8nqpnXDWLGy1qLBtzQk6Po92/zQ1HSUJcZjkfvFoJ5T/CMHON57KE9hHFq8EZx0clOe+3UXjTkRpBGxIhIBA+hgj10N6V0bHc0ReL9OXtPuRJCITA5BsgjbPXlJA/81XKGJMthbu77MX8VfEvsvNHYcQ6hSVDcQc03tb6ltkEx4EkKdkh1qQdnGGilQUCrtxydFJ1o5dbxzrT76vdWvd3yxcRvLzY2+jbT4Ch6059Irl9X00bbYTl+E6XT2OMJJe46NakXS2zIoUCl9lQSe0ZB91AnBxodufZZV/uR8FTLzcNnpVsqTtnsPIOrNbkG+Kf0KqfnbdjRSydrf4QGyPwq94PJfdGi7cy3yIStB7do/71wa7LOjpsa/NhvnXGyUUvgIps+Dnqrq7gq+TyxebD3muY2Lep28SIaU/4SntrdyBAUfwrpzgq+TyxebD3mvTxenMksCupUqUwpKr9Q/ENy81d+6asKrtQ/ENy81d+6aAOTokbjrc1xSgV48XO/NNTQ91jjRDNuj4blxCvj2s7zlRO2OkEEb+ndSz0faXL/doNsQ6WkOAqddGCUNpBJI6+YdZpo3Sw6dgtpSyzJadb8V9EhXGDr37vZWutbjRgueJp+4Bas1BMiSyzGODyrUoZ9GK17Dc7lc9uDbI8guLSdpqI2SMHcTjfsdowOqt2+NW+W9sd2tvOpGyVlOyvsUPFJ6wQeo0zuD2FabLpQC1SGZL7p4yW4jO1tn5pB3gAbgCBznnom5cgr4KGNCPvFglQlLUuO82U+MlxspKe0Hk7eSsmlRd5Ur4PtsF6eknaVHT8z+YH5h66bGob3x7hbdYS5sk7JI8JPYaz6P1RZbehcBMaJEUtWXFxkhJJ/nCefrG7qFRKDT1DQuUlxfcXWooV5hANyESYwxuSpGwr0kbldoOK1NL6vm2SahExa3oxOySo+EkfjTvu8uDLiFEtDciMsZwd4PWD+NKi/wCjWJ7yjp55LpJyIziglXYCdxpmpPuJFxX3X4DZOoY0mNtJ2Xo7qMKSreFp580Aa3tiVyDNYWXGZGTtE5IVjeFdfP17zW/p7RWs4DJU/aiY3LxSpCA56Bmt1EeI/wAbHNwYbK/BdiylBpxJ7DyEHkNWKUZx7lUoyrn2AZcg3KEEvnMiONhZ51JzuP4VjbeMuziK548NR2B/Io/7++st9t0ix3MlaOTl6FpPPWopSY0tEhO9lwbKutJ/XsqnwaEt8f8AMI9NzluadlDOXYLSykdGc49pNEmi5L9w0wzCQTsoS42odpJ/GhHSBS1qRy2yDhi4srjk8wKhuNGvBZHdtl1uNpuTRbfYdSrZVzg846jirIvt3KrI4m18mKiNGWQteNzK0BXaVAVttK23JsNzlDi3W/X4Q9WPVVw/DEWFfmseE1c9j1OgVU3Rlxh1m5soKW1uqIPNtJVhQ/XMawXeyfudKmW6y70Qpc2132wjJcdYLzIPOpPN7qLOBmTt2+ZEWf8ABkBQB5gof7g0F2ov2PUtruyWXUwZCkqDuydkoXuIzyZHR1U3DYo1lv8A8KW0Bti5I2X2RyB0eEFDoyNr09tcH7Sz05x/MtX6rydCh918gKtNqba1PrZ1SN7CHko6gsKV+ApvcFPyeWLzYe80unFJa1LrBA/5mCh9P/5EH20xeCn5O7F5t+JrodFNz5N/4/QzXLEl+v1CypUqVvKCVXah+Ibl5o7901Y1X6h+Ibl5o7900Acx6F7vZnRptjjrmyo6TxjCG1b0nIIJxgdvSOqi++zxLaW2tp+3zFIOyzLbKDtY3bKjuV+t1XvBw5HhcHsEwNkKd21vqTyqc2iDnsAAob1nqiVBAaSsKLpO5xIUkAc+ydx5a21pqGnOtalZxzuK92PKhOKStKgoHeDW5br0/DeS6y4tl0DZCkHBA7ask3ZuQB3Uw2tPIS1hG7s8UegCjZngv2JtvuCVplQCpD62207LikblBJSo46jgnqFV5nhl3JS/uRrC3aovFlL/AMH7AfRlL5WhK1JPOEEg7+nFLy42mfaHyHmltKSeVQwacmrLw7tFDSloVzIUkoUB9E78UBzdRvxEoVKUXcnCULAPv5qsnFOOtlUJuMuMUW+h7Rqu8WvupLDfcKvEXIe2C4f5Rg57Tjtqm1d8PWWUELhmIkHIVgLKv+rk9VF9k4Vm3I7ca4RwnZTshbWAAPogY9WK+b1qru1hYaUy/E5VBzBTjrzyURTcc0iUoxnvE09FcKi8Ig37B5kPj8autaW61aoY2ipDM4J/dScbljoV1dB5uzNA9kjaGul1T8JOSoic+K05hpZ6yRtAemmirStpYhpbtDywxjKELeLg7UqO8dhyOylj8H4Gs+MezFlpXTlxvDd2skwFK7e0HGAvfxairxQehQ9G4GtS06QuE7Td6l7GE29xIQkjeo8qwOwbJo0j3Rekrwp24JxGKA26Ty7BO7HTgnd6q3mb+xCuM23ca2Y91w5GWPFU5s+5Q3doHTU8PYX1G/C8g3ZODyfc7BbLyic3FnNoLzbLqMh1CVeAdoHwcjHKOcUcXmQ083arq0kJlpPcz+/eAd+D04Un2mtBF/27Swy0Rx0AiM+30NlPgn0j2poduUxxDM1lDn73Y7oZ7UnPvA9dWQr4rWVzsc3xRQ6keb+EdStJwNuY0/j6akk+2mDcdMw7hwcxrchHFyo5UvaTy8dk7f8AVn2ilFqGf3ZeW5jadjutlouIByAQRn2pphSdYN23UEVpToXZZ0VID3M26FKBJ7MgKHZXA+0/Weej5Xf+Dt9HGGbP5DFbbiQLazbWGkGAqOltts70kBPPnlyPdVHcZfE2l0HPFQ1hY6kpIP3TVbabs6/OnWOWsCVEdL0Rf+owo5SR07JOOyvZEwOyYy0gGLcG1R3UH5jmycD2LSfRXmZ12+rk328/t5+mnVrUFDUCWqriIOsGJbawqPOta2ipJ3KBCsH14py8FHyd2Lzb+41zRdkutwITDhJ7lkSI4PRgpOP+6umOCn5O7F5t/ca9b01SrrUUci2TcmFlSpUrQVkqu1F8Q3LzV37pqxqu1F8Q3LzV37poATuibZbIGkIE9qRMjyZLW09xbwKFnJHiKBTzUN6xk2S5O8Q5JIkNE+EhojHUd5Huq601JjS9HW2MxMjrkMs4Wyl5O2k7R3FOciltd7dcIE9/ull0AuEhZScKBPKDWzUoIwd5WPe2Hy5aVE/8LKbcHRvB9VPuw3pm6adhllxHdDUdDbzQUNpC0pAPo6DXPaJKk+MD6a249yW0oKQ4UkchBqFg0+bWDju1zWEqadQlaOXYcTtD20CXYW2W4rj42wTuy2rd6jVdH1NO2Qhb6nkndhwlR9uaNF6BnuQUS5siNEdWna4k7RKN3zjjcat5RZnya7lDoy16XjagRLuszabaGW4zrWUlfMVHoHRjlo71XdrPIjfvI0WW1jcQkZHpG8Up5mnJUOVxSLnDcKlYKlOEAb+fdTZSxpi22BqNG+D54bbAW8Sla1qxvJPKN/NSRST8D2S2O8tFLcIVlkysRZCretZ3cZ4aB6t49tM/S+kkMWVK4equ6ir/AE0gspPRjO0P1upb6g+BH5S1oirjqJ8Zpz8DRJwfwNNtFb0zUckPHchhK+ISB1nJ2j6h1VDWS8DKXKH+z61YqVDYVEvbTj8Ne5LzSQpI7FZyD1EUErWTDTb3n9uMF7cWQBji1dB5wDzj0ijTV7MZhZVb70XQr/KeWCFDtG4+kUBOL2FqSpKUE8ozlCqLETS9CKJeHcic4MTWEBqej/XazucHSUn2GrZtnumSxsKCkJdCUqz8xYISPXu9FAjUlaFoUhWFN7klXMP4VdKaOdHPMyEGPtbCkIVsFR5EbiUnrQrCgf4M0Qn7Mayv8SBm92V+KuC7s+AiPtrPRh9SMe0VrPqbaVJZUpT0Bx1SlDZwplefG7ebPIfcydbllemX3m07KlKbGDjKcvIWR6149FLS7BxiY6t5hLC1LVhxrBacGerd6vVWO1feNlL2Ol1bbjKW1EYSsKudtBct745JDI8Zo9O7OPSKO4r7Nxid2RcluQE3BlPQtBBdR27vaqk80/sqA8JIB2hsne2rmUmmFoa9JMgsr2AXnQ4kZASmRjG7oQ8nKepRx0Vzeq6XnHlHybKruPY2dS6eQtXgJGwJ8p8n+Uxw5n/tps8FHyd2Lzb+40GT3Gzan0pIIQy4lJPKQGXEgntQWj6aM+Cj5O7F5t/cau6Jv08fsVX5y1BZUqVK2FJKrtRfENy81d+6asM1X6i+Ibl5q7900AJG3XKJB4Pbct23w3iiMSS6wlRJyecigl2/OyFElEdlB+Yw2GwB6Ks4OpLOrS0a0z488qQyULLbYxvJ5DmhKUzGS4e43JS0HkDjGyffWnnFJYZPSlJvkW4lsr/xUIX9IbXvr6/9OX40VvPTjHuxQ+A4Pmu/016FOj5r39NR6kfdEehNeGEkRu0MzGJHEO/uXUubCXcBWDnByDu3U0WtSSdXMPot9vUgIH7xzjRsIzyDJHLSMDj38L39FMDROtbZp/Tbtvkxp65bz6nVqbaBTvAAG89AplZFMJU2NY3pV6gstwjylqefjcp3B3NF/B8bPbrG4uY7Gdu0hwgIUjbKEDcAndz7ycdVAV/vqbg6txhuRv8AF228fjWzoLUcWw3d24XSNKdKWFIYDbYOys4yreejd6aaVkN7MSNVnHGjc1Y5tTFJNqbQgHni7P4CtTTFxttsubUhyxCY8DhtClKICukI3gn11g1LqM3WSpxluSEk7gpNVTF0nRyCzx7ZB3FOQR6qiU4sIVWKOYMjXXdclpDsiBDZWU+ElxQK09WccvppXyE7CyNlSR0A7SffRPJ1FCXbW2XI8yZJx4bslBxnq37hQvIe4xe0Iq0H+UEVFk4tdhqa5xb1GDoPR0HkqytU9cN9DjZIKCCP1+txI5DVarjFcrTnpGa+QHeZtz+mqNNedgvu987st5ZKs7TiMDPNthXrzmqy/wAFUWS8sQJcRK1E/wCIHEL38tU7XHF1sFteNtJO7rq61JOgypazFt73GhRC31rUVE55hk1XbJuawspglF6UIyPFx6P1kVYW+UWHAoKx+t/J+t2dxFaCgo/5bx+kM/hXmXQdzbnqNRhGjC/aMPxHC45lTrSgvJ5F43n07qdfBR8ndi82/uNcq8Y8EEcW4B9E11VwU/J5YvNvxNLCvhuEyloWVKlSrBStub1xaUgQI6XQeXKgMeuqmbcLsptyNJtKlocQUr2QVAg7sZFE+KlTpGCbj8F1seSeLs1wAH8c1SffWXvUW/yRM+0ab4r2jkGCf71Fv8jzPtKp3qLf5HmfaNOCpRyIwT/eot3kiZ9o1FcE9vKSE2mYCeQ/CGcU4KlHIMFN3qLN5HuP2lU71Fm8jXH7TFNmpRpOClVwUWfZOzZ7iFY3E3IVhTwT28JANpmE9Pwjy04KlGhgn+9Pb/JEz7Sqd6i3+SJn2jTgqUciME/3qIHkeZ9o1O9Rb/JEz7RpwVKOQYJt3gytkZaNqz3DPKNmYpfuBrxHBjbJK17FpuIUcqO3KUke0CnLXmKOQYKFHBLbSkbdtm5H/wB+vrvSWvydO+v03MCpil8jIUD3BTaGk7SrbcCP5ZpUfUBRlZHJlqt0S1W61uoYjthtoOZ3AdJIotxXtGElZbnrk48oTYyG2+YhQPuNSrOpQiD/2Q==", "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAGwAuAMBEQACEQEDEQH/xAAcAAABBAMBAAAAAAAAAAAAAAAAAgMEBQEGBwj/xABEEAABAwIDAwcJBgQEBwAAAAABAAIDBBEFBhIHITETIkFRVmFxFBYXMoGRk7HRI0JSorPBJDNjoRVicrJGU2RzdIOU/8QAGwEAAQUBAQAAAAAAAAAAAAAAAAECAwQFBgf/xAAqEQACAgIBAwMEAgMBAAAAAAAAAQIDBBESBSEiEzFRFDJBcQZhFSMzgf/aAAwDAQACEQMRAD8A7igAQAIArMXzBg+CBpxbE6Wj1+qJpQ0u8Ak2BWekHJ/aLDvjBKAekHJ/aLDvjBAB6Qcn9osO+MEmwD0g5P7RYd8YI2AekHJ/aLDvjBLsA9IOT+0WHfGCTYB6Qcn9osO+MEuwD0g5P7RYd8YJNgHpByf2iw74wSgHpByf2iw74wSbAPSDk/tFh3xgjYB6Qcn9osO+MEbAPSDk/tFh3xgjYB6Qcn9osO+MEbAPSDk/tFh3xgjYFhhGZcDxp7o8JxWkq5Gi5ZDKHOHs4o2BbJQBAAgAQAIAEAeecMwekzztOzM7MUk8sNG54jZHJp3Nfoa2/VboCrZN6or5sVLZtnoiys7eKWpaOgGpcSsGXWb2/FEvpC4tkuTy/k5aOrD7XBFU6xCt43VJWvjLsxrhojybK8ovc4U9HVaRu1Oqnb1SyevShLjWtjo1bQRbK8pMcBUUdVpP321ThbxCXG67KcuM0JKrQus2V5OheIoqKrfIRc3q3WarWX1Z0dvdiRr5exFGy3LMd3SUc8jfwtqnAqhX/ILN+S7EjoY5XbN8iUdA2rdTVjw/cxgqjdx6vZ0rVl1PVasX5K82oLbNdOTMuGS7cNlEfHSat/zVH/MXbKn1S+DYcL2cZGxCkknNLWROiF5WuqjzR194V2nqfqRbfbRarnGxbQ2dmGWJ+dT0NRGzo5SpcSR+yzLP5BPl4LsWVQ2h+k2W5RklENRRVTXn1XNq3Wd/ZW8PrLvfGXZjZV8fcXNsqygZHMp6OqOk2c41TrXUWX12VUnCC20Ea9iBsrylEbz0dUWdJbUu3KCj+QWOWrELKnQ/Nsoya0tZFSVbnuGofxRsB1laWT1R1Jce7YxQ2I9EmVm73U1Q4fh8pcFRXWr0+6Q/0jTc7Zew/I+YcuYhlp1TA+SoOtskmotLXN6eohxBHUt3DyfqK+RDJaPRoNwCrghlAAgAQAIAEAcE2bbtqOamnhy0xt/7isXrT1RH9klfudgDt1lzHNFjRHrnkQ6mmzhff7CnRs09obNdhuEgRt8Fmyl3ZKvYTMQY3DuKSMtSQSXZkOnnLtTnbyTvKnzLJSmNoXiOulFlT2yc1vGHPmqmw3JawkgdV7XWvjuU61Exc96lojGnOkblP6MjN2P4c6SCR0d7Nks13he/7JlqlCD/ALLuE9z0bKyUBoWLtm+MVc+hnKNNnNcCD7VNjzlGxNEdv2E2jeOQYeki902UtybY2C7Dkj2lpHcmNjtDGGS812o72nSPACwV+d+lHfwRQXuTTKNyieQh+jkG2p98cy/Y7jIT7dTV1P8AHp86rP2Vrl3O/t9UeC6IiMoAEACABAAgDgGz92nahmk/1pv1VgfyB6xov+yahbkdX5dcV6rLfEYrZwad29TUWcpaGTWkNxzcwb1XlvbJEuxh8w0nf0IjvYS9imhq9IcNXSrs6+T2Uo3qHYy+ut95NVIrykNU48pmfJxtuW90nH5toy+oWbSkTHU+7gt76H+jJdpFqmcgxshFud9VkdVxvTgjR6fPu5Co67m+subdRsfUoZq6wGIjVxT6qvIbPITWi5op700e/wC6FSsjqbL0PtQ4+bdxTFHuOKynrjG+UB33yrtle0ik7eLaHnYkR95ReiH1COZbU6g1GMYE4m+mUj8zV1v8fhxqmRynzez0e31R4LohplAAgAQAIAEAeeMmv0bTM0H+vN+qVgfyBbxl+yej7jpvL964ngXSPVT3iIVjHh5kVz1ERFUfZjemyh3HRl2MSVHNO/oSxh3ElLsUTHEl3G11faOfuk+bESF3eliiJSZc4AxxpZZALgPs7u3BbfSrPSm2/ZkttTtp7FmXAjiF1KnFrZjOD3rRBxyM/wCGmS3NDxv61zvWLVPSX4NbFpddTkyiYXW6Vzr9xHJjc97DjxSwCMnsu6GptSx7+hUra/Nm/XauKFyVW4psau492rRFZTPdStqYwXB5JPvKtTTT7mdZFy8kNFkjnaWg3KamiHUmaXtOpXU1Xl4vHPfUOJ97F0vQ98J/+E8Y8UejW+qPBb44ygAQAIAEACAPN2X3mLaPmY/9TN+qVjdajvHX7E58O5vnle7iuR9Mf9UNmo5RwbdWKa9SGSyOXYTHUHSo5Q7jPqBElQbFLGC2NeQ2ZoIeUjLj1q7HHc+5QtkuTH303cpHivRFzRY4HVjD6CdrG6pnznSDwAsLlXcVOFbSXcuQyFXXsXJWT69fJxXH+QIcL1+SJ5Sb3pDeKYgMQwl8MjAyZkjDzeDhfoTrtzq4y9yZ5CsqZXsphp4Kj9KylyI9ZBphcbcEyWO49x0JLYzTSOELQqdkVyLTuaCWZ1iiMUN9dm3ZbhD8EpXHiQb+8rbpxYzrTaL9L8EWIpIw64Y0exPWBWvwSHK9trAzEcs26Z3/ADYtLCq9NSQ1neG+qPBXxDKABAAgAQAIA80YPc7RMzf+TN+qVkdX/wCC/ZXyftNyINly6KG2OUEZlrIo/wATrKave+xNT3mjD2GJ72OBBabb1Cwsi4sbax0rwxguTuA605Da4uUuxeUVKYWuYeLXELq8HF3SmylkycbWh90W5W/pEV/UY3Q0x5WR5HN1afbZQ0VRjbKJYcZSqUkWclI0tuFddMSDuinq6R2rU31GuAPtVDIrjzjFE9Sl6cp/gkiLmhWFiIrqxkWuhvTv3dBUGTipVNj6rG5orIITyTd3QuQa2zSku5iWHihJjDc8s83BKYdx+ZXS4f8AxRqVfYizurO0SHJduVv8Ryx/33/ONT0/kRndGeqPBWBDKABAAgAQAIA825cZr2j5nHVUTfqlY/WFuhfshv8AtN5dBu4Lm/TZQaQ7hsWmvgdbhIPmpaYuNkWTY/3m01mF0lW7XJHZ/S4HitW/AqtfJdmaEoRl7hR4ZSUbtcTOf0FxvZFODVU+Te2JGEY+yGIINTpHW4vd81u4cv8AWY2TU5WNjjqXuVvkVnjsXhcTR5VHILgyA29gWVbLV8jXwq16XFj7qKMn+Y/T1J31M9a2K8GveyPikTG0sccbbDlW/uooy3bFi5NajQ4xECm5vBbPMxfQeiLX01qaU2+4VXy5bol+h1VLU0yqp4fsm7uhctXitxTLc7EpMJIO5SPEZF6iLWhq2UeGx8obNbcDvNymLIlWml+DXhNQrTYhmYYi+zontb+K91EuoSGrKhvRz3bNOJ67LTmkEcs+xHixbPTL/WU/6J20+6O+t9UeC1RDKABAAgAQAIA865Qbr2l5oH9eb9VUM6v1IRX9lfJeoHQzFu4LO+jMt2CqWK1Qx3U4H+6jtxnBcixiT3Zo2LUn+sa4F6R3AKoIrwk9bj81qYc/9RVnXuWySYe5W+Yz0yCz7OpnHWQf7LJyrONrZPSuKaHTIoPXJhio+1dCP6gUlFnK1EVy3HRPEO5bXIrqoi4lD/Bzf6CociW62g9Io4IrRhOooXpoxrpebB8W9S/TohUu5CrWF2iMcG3991zWbRuXFGjOx9kR/JzZU/pJEXM0HaWXNr8Bidv0zkj3sWz0itwjPZp4k+UD0i31R4LZLRlAAgAQAIAEAeesjs17Tc0gf86b9VMcVJpFPN36XY6YYCehSqlGI+RiOIsfchUeo1qOPJlvA36yJ3Kri3mJfk6HRgyd6T61fIaLPDBenv3n5rrMF7pTImiUQrjYminq3aKuTvAXO9VvVdq2PghvlO9ZLzY/I/RmF2ueIf5lo9MyFZdpDJrsXYG4LqNjNEbEGjyWX/SVDa/FhoqYIfsxuV+mWq0YU6tyZl0HcpeQz0e5Xyw3kJI6Ss30PUewvfGWjHJDqT/pV8EPM5ntYj0YrgB4XmP+5iWqr09o1+nvcGeimeqPBWDQMoAEACABAAgDgezxmraVm54F9EsxI7uW3qKdig02Q3w5w0dUaGuFxaysKWzKcEJEQlfob4uPUs/qU1Kl1/llrEq89kYgtOl25w4hecW1yrk4s2ADS4hrRdx3BLVW7JKMQLii+wvC7xB613uE1GtQIJe5Kc9obclXW0u4hT1zHOeZ/uuNvAdC5PrdbskrF+CWC0ROK5zQ8kUcbi4ygXDOHet3o9bjY7H7DJ90XUcjXsBady7KLTXYiGawh7OSB3u49w6VDkTUY6BbZBhdpvE8Wc02VnHsU4LRn2R4yexUjw0dHh1qaclGO2M93pEKsidCWF33hvPf1KDCvi9xZFn40lqaI9x0nctFtLuZaTb0c42wxkVmWZCLa5328LsVBWqyctfg6HCqddXf8nf2eo3wUpcMoAEACAC6AMEoA8sz47i2V875hqsKkgjknrJ2P5Vmrm8oSo51RsWpC70PO2j5pcb8vQtPTpgskjTGK0iOVUZd2h1m0/NsbbMqMPaO6nTJYtcntofHUVpCJdpea5v5k9ASOB8n3qC3peLb90R3JhFtLzXD/LnoAevkLlJV0zFq+2IcmOP2oZueLOqaA9X8PwU6xKl7IRv5EDabm0caqidb8UN0548GtDRw7Us37wamg/8AnTHh0v3Q7kxg7Rs0E35ag8OQ3Kr/AIbC3vgLyY83ajm4N0tqcPAHAeThWY4VEVpITkxJ2nZuJuKqhaenTBa6kWNWvYQU3ahm5vCpoN/H7DikeLU/dCp6Ey7Tc2S+vUUBI4HkLFLHGrj7DZJS90Jj2l5rYbiooSeswXSyohLsxIwjH2QuTafm2RhZJUYe5p4g06YsWpPaQ5+S0yO3aHmZrtQloD3GG4UjqTWm2QrHqT2okHGsyYzmivw04tLTP8mmHJiGPT6zm3+QRXVGtPiTnrBu5o8FKIKQAIAEARq4TmJvk294eCRe1x0i6iuUnHx9xUU1Q/HGG7aclt+iUH9lScchDvE1+pyhBiNVLVVWWaCaokdqklla3U89ZJG9CWSxfEb8wqLsphXuZ9E/hk/IniHmFRdlMK9zPok4ZPyG4h5hUXZTCvcz6JeOT8h4h5hUXZPCvcz6I45PyHiHmFRdlMK9zPok45PyG4mHZBoj/wAKYXuIO7QP2S8cn5DxH/MjDuxmD/l+iOOT8h4h5kYd2Mwf8v0RxyfkPEPMjD+xmD/l+iOOT8h4jAyDQguPmnhe83tzN39knDJ+Q8TPmFRdlMK9zPojhk/IeIeYVF2Uwr3M+iOGT8h4h5hUXZTCvcz6I45PyHiHmDRdlMK9zPol45PyHiHmDQ9lMK9zPok45PyHiZbkqkpZY5o8rYc2Rjg5jmMbdpG8HgkkslB4mxQvx2Q74CB3y2/ZNSyGHiXNAKnTI6qGkuddrdV7Cw/e6u0xmo+Y16JSmEBAAgAQAIAEACABAAgAQAIAEACABAAgAQAIAEACABAAgAQAIAEAf//Z" ], "pos": 3, "pos_overall": 5, "title": "The 14 Best Laptops of 2026 | Reviews by Wirecutter", "url": "https://www.nytimes.com/wirecutter/reviews/best-laptops/", "url_shown": "https://www.nytimes.com› Electronics › Laptops" }, { "additional_info": [ "4.7 store rating (244)", "$500 to $2,419", "Free delivery", "30-day returns" ], "currency": "USD", "desc": "Shop Dell's latest laptops featuring AMD Ryzen and Intel Core Ultra processors. Buy the most powerful PCs for gaming, business and ...", "favicon_text": "Dell", "images": [ "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS1TMs4R0ewig7Y1EwLz6lVnc3X9oukDCYxAvQeFrCXxZ_1YgrXWO2F-LJf3aImf3qyJkN3&s", "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTMgxugZG7NR4GbK4Ug8LEtA4p3F47RdVg-Tc3sAZz7BeDCTgzlTW-hkSJiQA&s", "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTuxWoRa2FQ33IPUKnVQL0Odd1YSMJ5zBWeJ7dW5DbEp3vLhBjBz2Rrkt-Ihg&s" ], "pos": 4, "pos_overall": 7, "price_lower": 500, "price_upper": 2419, "rating": 4.7, "title": "Laptop Computers – Shop Laptops for Business, Gaming & ...", "url": "https://www.dell.com/en-us/shop/dell-laptops/scr/laptops", "url_shown": "https://www.dell.com› USA › Laptop Computers" }, { "desc": "Laptop Mag reviews and benchmarks the latest laptops, tablets and 2-in-1s; takes you hands-on with new products; and helps you save time with smart tips.", "favicon_text": "Laptop Mag", "pos": 5, "pos_overall": 8, "title": "Laptop Mag: Find the Perfect Laptop, Tablet or 2-in-1 for You", "url": "https://www.laptopmag.com/", "url_shown": "https://www.laptopmag.com" }, { "desc": "Shop HP laptops for work or play. Discover powerful ENVY, OMEN, and more. Find the perfect laptop for your needs. Shop now!", "favicon_text": "HP", "pos": 6, "pos_overall": 10, "title": "Laptops - HP® Store", "url": "https://www.hp.com/us-en/shop/cat/laptops", "url_shown": "https://www.hp.com› us-en › shop › cat › laptops" }, { "desc": "Shop a wide selection of Laptops including 2 in 1 and traditional laptops at Amazon.com. Free shipping and free returns on eligible items.", "favicon_text": "Amazon.com", "images": [ "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLJdGsHDwq51-Dr9JMTPdSELmnPcA-mVXaf-sJjB5pVzgHezUuvvMGtqnZoQ&s", "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRQOgPMY1KYLncpKQdkbD5y-BONc_SGqTPZUEhYafYKiTf9RpT1XPjzyx3q&s", "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTIHEn2Hry2Yu-tnb6oGXEKdC1vHJsOLSveiIuvdkooeKnQCslNiifRRo4h_VBZqYuF12w&s" ], "pos": 7, "pos_overall": 11, "title": "Computers & Tablets: Electronics: Traditional Laptops, 2 in ...", "url": "https://www.amazon.com/Notebooks-Laptop-Computers/b?ie=UTF8&node=565108", "url_shown": "https://www.amazon.com› Notebooks-Laptop-Comput..." }, { "desc": "Find Lenovo's best laptop deals today! We offers a wide range of laptops on sale, including Yoga, Ideapad, ThinkPad, Legion, and Thinkbook.", "favicon_text": "Lenovo", "pos": 8, "pos_overall": 12, "title": "Laptops Deal: Find Great Laptop Computers on Sale", "url": "https://www.lenovo.com/us/en/d/deals/laptops/?srsltid=AfmBOorCoPx6HdhrNHSIOsJvL19RdJAxbjw7Q6KS5ftqoH9g_9JH7A_X", "url_shown": "https://www.lenovo.com› deals › laptops" }, { "desc": "Shop laptops for gaming, work or at-home use today - online or by visiting one of our stores nationwide. We have a portable, powerful laptop that will fit your ...Read more", "favicon_text": "Micro Center", "pos": 9, "pos_overall": 13, "title": "Laptop & Notebook Computers", "url": "https://www.microcenter.com/site/products/laptops-notebooks.aspx", "url_shown": "https://www.microcenter.com› site › products › laptops..." } ], "paid": [], "popular_products": [ { "items": [ { "currency": "USD", "description": "Best Buy & more", "image_data": "UklGRh4VAABXRUJQVlA4IBIVAABwTwCdASrMAMkAPkkgjESioiEUebYAKASEtLd+DOpuxAAy6JMbE1O/a1eP/PsfenLcLc7Np3O9Jz6DoD+hbaF3u0r7Pp3P7nvZ+WWoE735Of9z1CPZj6j/t/Rw+t8zPEA8pv+z4SX4P/o+wN+ovWA/0/If+2f8P/3+4l0o/3e9lH9oD+ncCqYTG73tSuLb1OMuZv8zf5m/1EKPaMs90M4UOj/n75SaVFY9yL/Y+ppLI6f3pYRyhMKQJH1Q9FRVa+Fbpjae3xqGpt8qBaj23TUXsHb10IjazuAxLq7u4YgcxjyGusjN2e5CjIVz1PklgZdJbIRk0VMbSBUcWVQFfQZNAWr/vA1zkcUjYsYuxMsdoB/5Sd/LrSdX9exXjKDQr/n4eNPDSUOdiw5+LvVMBgKyTeT+zgnkImJ1GYe3K+OLx07ZeUomnk1OfytXOzUBaXSE6p87oCmXS09Ff2jwOQG1WTB1T/tC12gVMbz0kRlwheZGx2gYn4oLTOxMo8Ef0P/ywFri8TMp4wtvQyYbYVqDAwPbdE/GpM6UrSH2PWEvx5fgF0G91xwviEriA0g13HsN0obeWOV0MKfVw4vrIGz69JvRGlbLz/1CU89+IZ2f+NY6nX6R/Wqjlnywb5wqiPiJJ7LO2MBo306F4E56dlvBYEMyeTk8O+HEcnP9hpm7+rHFPg+eKT3sbHAhQwA55So4g0dde7at2yC1o8Mz17CtulTOdvxgpg2CnFgJrvknfO8M4QpJCfZNjTSwWj3yzhYHrD2SpPtEcHG0O8qWRB0AP068zC6T11O1X3aIu4jyPzBvD/aUGN8L7p9dlr3FdpEZMl44gryaBgnMuU5dNBMbve37gAD+6DKAABcuz2bNOllbKI66l5vdf/Fw3/5Gnkjjn/cXpo7orXnL/fsK/wJzn+2v4mOOmVyut16dMNU2eM8IwnCLQw5Z0P2VIjV3vjT9EMbYQNPvcXiPeBYcBvdVPNPRzRXKGlgx/6XUHz1tk67nFEJn+cKDMegZkOwZaxU5rDRPIKe+3ZQsUQJegYDuDhd2pjem0VjIVJ/8PuHkrx8cbhpTIW/BIHkjZkM9kCPEgj0K4xRpc2OW3ZnWasQcIB/j7/fxsB29nfo1xCEe8AYpa2MrrE95N7coJDPlKKF68wUMqsuDhdARib9MWFfRHwcCHbgGahgvRJ1xLy6KelpbC2J7Y9EDjpAHC4ZTW/a1bIwhXAFZ+UphbtxJTtUCm90yYLjnotPl0efiby62JMVTiQGSdRPDnzuha1r7bMeeNsc3u612me4ryvcwyHb7LVPfXuks4LyUeo3aSLdEtv57icIuq28tECmXJ5lvUbdpvETyNAXp7J1Md9D0CgISlMEONAm1asji28uC8LhoTKpnhhSEOuJuxLtfPb/zCDStFO9NzB9sEvMHlDzkVlhlrfqI8Wuej6H0VPZvKQcltJuSuJf/b0hLU6FmB2RRAbc8YWdhI/KraPG79btt/aVEyQgybyIgeUzI9mmZVlu13/xk6u8WvRBEsSqjVn4e3nhjYbMtm14B9Z3uBmvFJPCfvaIZxDwFpdpg8zuT2ErKX7ahIPnik6MrtYZH97t0lE4fa4aESlcdhwgvc7mx0V8yEUVwYHsqlFmRI2xmleZmR+qunGeJL2/UOkQagGjsu2KFfduO4/Za4WYvDRgfHnztQKqN5H1V1XOqiQEPafbnSHLoYj9ad/HtcuucD2De8kx0TuHgeaARXlL9PcmllwhbfYev+SSyLMvZqWO75beL9lvL9xfSeR3esohVoX3GoD8HjHoEou+86hUtX+ZNueNFG9vYJolvhwMyS1XG3Fk9VxtvKwxZLPQExmUSnrDyG/Rt0ilFLzI2diJYNguCwmiLhZQouI6i29Zwb414x/52rvJkzSjoO11CSrSbn1/eYVMaZoTJhnO4iemBWqUlquDbt3oXHZpUh0tfDmq4XJXisHDUA6wOnf5fUjON1J5C4ku+FrLpqquIx+yyLlHRm2xhh0hPaid/H/NtpsLmRr6UaA5kF3G4RsOYvu2MYr7ulU4InVDvFwWcWrebNgiWCLnkT4a6R2vw5rdTRhn8RcJuZwbPUPBBgZubeLKi5JvoasSkak/PFYWQxcJK/Axhzh/j00y7rY0i+vxhT5pVd9GrK2G4ccEBG/c6H4nXbBAVSYCkIyKr9rSfvmiiQia3TNLkWt1lVhCB9yRqhmsFypH0G0H+Skn+AU7Ebr3S7MUMYIYugW5acV8awi4+5vZNsWbN/Lqf6cmxJ6GA7EzRCApEvrtjQWdNHc4TRTEvC8Ug3fwcWUnK6Fnm/Iq3FDjE/uE+koaarN2PzMvWd29QbZi35cd27s77fV9ktGymcfSH4IVSIm6Wpf/YyF+SN+5/4iXsRnZe5U73rbSqTF6mMj/DpXylDyugWnwGojfmo57RQmYbbVxumEDBsF2L2Dux6boqR6pzcVipP4B1SHea+4QNXrYHTleHls0/CS83Q/EzJjBM6heaIhZISxn2XxTQcIb2f3ip3jKGIxznFGBZNpaWMsmxsHy4CC1a11OzCr4ZBpu5rcKqXLQG9BLxprwyEvQV//zbtXyX1CJujoXtzjXyHCRX8ETmDbmSGLQYRGObtW5PVyu+a+v67p090hLrQmWTLTEvX0pU9NDWgUhnsD/0vZXYZone/YYtWJMxaSpXcBF9oLd5DBzzTZRwAa58Rm/JDUTS/kEXWjcTbAj2e0IhbVmi11lu/kNvTbA4iryKaU9OBJuiXUsWHiaZ3XQwwBxxLBunGzwrEzRAkXNZMniDyxmBciEtNlmut5XgE3NNCCBmNcoNoF61X2IbjlRp4J8lwaRzgQsl+9AIiqbBc9h6UafUYwb9ExH9K2k6HdaRyanYtPQa0pwaBOl55t7wrwqtPeAyO5Bop63d4JahHHblD5JESGyW6rZGwrf4Yy0qzCKZbEtV216zdAFfpIiHzj8MxAh2B0q73BwNTJWQVBG+vVIO9MastlSpgJjSmSA6b6+jqNOt4Qi0Jk4yQrhtih5EmMo2C3Z0mbMUGteQButhZ8SlkLLTZNlVygEbzCWW+2b0QlWX0LeVA6a4VSArmDNESWVlQDX9ocBIMd8QRVMmPwTySBedNavX//jGjwBasxph4xO/XL+wIqX+UdW+FjLgPaPhS8LU786d1b7r1uU/qxhyWo0uGGFmGGxDBvtlPLIy5s0yCWUCiyWYJCwhlBW4dMTyp+IMoQVFdn8GHeQzq0kMnVFPIdEp6/yHuHr2iiJAkONzlAuTyroXQ4MCxjWLyv70zUMBNs+u3OsK5QQnQu7KpJh3CkXynM/yVi+zIoANr/ee9Y3frdkoR2ROkfi7LGNzVV9fuL9uhMPsoUa2u1TWDTKCqTMUoCMOsE+1ZnUUxvx2lw56P4NRN0vMQo9MPOdxOGGUZB2ZSgM6Rucy5zU2XgJ3EOqSIJ9bQcMorsWvoO+IAbCNDiky2efQkQjGiUKMivHsU1Ay2KaBYd7rCCWSyecg5vCEVl7qhEViv8Anc9MM8NDTFheyM39aEN8536+ossDFNiERcR8iQEhv/hYMN9O9GU7KAiYpiUNfGqx9fai9MBftmgXq7+vKedAqFipbx5qUEs0Z0gpAeUDk83Y+LPdVo/DDIQk08dXo19jMcwkESqL3PlgvlkXPSX9ALG9IfaOeg531nlLi3e9Ci1ERn9HHYohpHKn/CsFJNCvurk3F68XQc4U63OdHqzNRx9/v8/OPt4Ovk02n4SVWE7rNAZaDFiOa1cC88Nf18+qdVTr1M3a60fMtW8sVA+UBsmqClTFSe3qMZXACB7YQEtyQCiV4TuHwkFuZvttDLdJF/YF7XG7BnZdihWujBPfOBZPpfYK2AvnWurpKXxST0vS33xwxLvhL+mbve0foBYaQUQuWP/0JZdF3/oGazo8t06py3TSj0gjpYR2EI9e8JD5nOrYp0YjfZGIo7QOzn1K3g6uH21r3Zw7E11LKfKIZEZ/zF/T13RzDT8E/9PNsLzdaf9MwXf80Px/yEhLnEPI78wavawNuNCaPJj7L+OEocetCsZ29PHTF7jiko8Tf+dBJ5zg2kTlDiQbtL+IBT3dkCinihRz08QQjRKIMdReqq3N6K07ll6oOMrsotsMHFuE854E4+VG7Q7dVeOY3pDQqsrBsFtNAds+ZBqbPVxVArtXu00kUxRnz0HFhI+UbW0AmPNzLlJ1gxm63/MLCv2vxRY3SGxncWZ8NOQy5gu/2b0CLaKpX0PH9pf/ZBvNwtgP6sD85ZsvlBdWgK0jKfbMirO7EfButHpFn9AgQG/4r/J87HjoyNv2l0c8JOtr6jqlalLgzG/8fwdmzc3UjZENQvDn01ZVqfh6hbzxsm/RanF9tK+Rh6cfh/1Fm3HknZaIfOcc11JQ8b0K5JIcp2JaHF+/M5jTQBGgEKqIJAHDHZNKbRkc6KqU/xcs9PNEmxmY3/7WixVecXBwG/SD86K79XHMmjNoKox6AMee3YiHCl7FJab8+4Re5QnJl8HT9XrwsWHfQYCHqiIVYotQwARRTGRRNyY46HCmdO/xoSfhILR4FBlZZHztsgkkZGcFQSzYgbRv6lRtYZTu29SSBC8t8dxBJG7GMe92roR7ahOg7Pto4wxJbbRtxZVhMSL02cJT+jmR+QZgNhTfgDnOL5phAAp3yHeGd64406MmngRdhDt4WRLaHJVvtaCOx9K8PVjCSlh6wV4XOU3aiMkfd/mJlL3UXuxm20i+t+EdswKE8OghLwX5uKRIOvva9HqJnx3d1zQEqOoUb9Zfc08IVKM3svFLbpmz6WbqOKhY8FsBcwhNUly3K/cnvXZa93OXx4fnJ191OuwGNPsytz2mrZ1bcXRU4ASeUlB9Js0OCbj7/bSa96upPHW3Alm8HlFZcpCtSbJXWsWjeR0KcVWqg76kXaGbCdk6Mc2aLXObxqLrzpdsW22nq0RBepzOHhAFHfH0rYo/HDMrNt+EP7DQn9DMan9OW0MBmit6UZBQcKbdNebViVLIvpoJqc2Ca9yS7IGW0AUGyR/7ARLqIgU4edmWAwAA9S0tB2HApVFFfyoZS/Q9wzYVpj0V2sVPPZEbsWSqpYgeHHsinajpvU1K84W1NV8LBjLINsxYRusPTouoT9OtSiyKLdZ3oelwByJcazofT9L3axpOcUt7SwqGFXI66MGAOnRmWN1ysXSnV/HdZYNdTiE626kkFcZtONNG8coz85dWLWP92oatq0QsktoZM5m1Lcj/0iGbxoYVARsDTsWW7B8xPVy28/oKnQlaLn2HMAVy8T1DYveMfrR32Z3meoJIXMqFgW/dk2J3kwU+W7F1OPRM84coN9X0Pq+lVu3y258OaF3r+w8Tz+MbuHsEARZSgbTiRNXKEcVQOhyqaNVYSwMqgW96Sd2FFZqWR0PxF+yKWbL7N9jqf3D26W25AkWcne6azey+sVhJxmvbHIRZc9Yt4H37vDXzviNbo90uiuoFQoDpMgu0zhuYmowur4AHw0VaMlUS5sbb6EvuLftjqjt97N3FX0qlgEQtcscJj1AbOWw/j8eN2scNGoyZzn37FxZWE9yAFIiHdRbgXoWcB+7Rh9aX5BrqauMJXhAzsQbX3jHfQF/RKAvnWacDjVyn6kD+dNbAX/4HLaWsPTo6M0RGHiAbj7okpV0PmkfMP92hxyh9UOfKne38vNvb4Ho/t96v4huTBNJOffAbqX1hknDww/jsyeccAFXWaivir42+G6SKoHOa36UxHuck0Nok3gKY7DK2WmWlwbh3FTjxwPjeL4Ax/M0268S4mPNbH/id9fJ+12dJsHoVVAG47KhBQXT7TZyqVpD21Vgc7bOvlRfnN3wd98oE7kQOabwcTAgrAz0Qza9+FIBU6NhcOHUX58tQzSZv5k8jK0byzl8fCL1qjzUzZCLpWKxhy8KAdzbuiG2i9CdemF4GWuK9VSqMxTJjFCci3eCeDh50rx0poOHt8oGEZb8Dsb6QRAYUvnfU//ByOZUPZMRWL9TQKVzM2BVgjtVzlKxL8O+C3/YPPuEl5p6ttB1myHynwmtklPmQJSQkkAb6Casdqm34/wE/bBqunIknlY7r/4IiKEJMlvLB4Z/cVHe7rmx88EsIAwAH8SkB1uX5m16vHMUTPqvvKc65iF3+WniZSiK38xW49wpD3yjbf8QXNzhKjCyYrXZazDBTauysgHf2EWsdFeA/91pVzcagYN0DLy1XACNzcRb+4Ce6tWPcxeynEd5ijZOIHfaPdyZcvOmCpaosoCh5ru/TvGagkLMQiuru6H4pl1id5uVARCDpNuGG0uYJxTmP1ZlAq9JduugWolmgU7xMrStEAOCgiNXuNHNQBX2ojhAJsS+Lz6brCu5WFmm4bq6aVqk444FhxVnY8uBj1KzoTXQq0l0tU4a1T/oQshSausT9tyuRFCS+t4GzudiFOM4QBo+buxojswbCmqwwTdRFqPI+epSiYgATjEvCqoFtJ1zJYHDguGrVHEiWmUvocTjbEU4r+iiVvJ19u73E7Q5L7sgAx36ZsLgGoLS5oYWBCnDsiMYMKT1rskJ7XNtHDPfRUoKgj3jD4xnCZfgFeVmR8VIjov5TYGdZDfwgljCmqo5blSJWDRla/XHHTuXJGuc4JJ+tj/ZonqiOXA2xgGihxvG6Y8A2sqe6QxxJRP7stR1QklaMd9wjiZhfdWDI5OvGP1PpxAbRjqWODuNIrGm+0o54Ow7VLbvZtrvQJ4lpnFKAgMY99ZLF6lgFr/qpS/oYh3IOUiQRXaP8r/38IuA7GAh9p1wXDmOeYqG/65c5tJOEcBUcGv7NK0Rzu95PaeG5ssE4JI8soXCaoD3+ygWy+yHSlfAQeFzcO4PfrFl6uH2Ga8zadOT9+ksvy4VEfa6Gqq7mSRucpnik0uaS1tC1iuYQNicSZ3Bb1GfY9TSpgm4/sKPLzohziZbvz/hi2gi1E/odjS25BxLU1dxSj+iR8hyLdA+KWC1oYeOTq0Jo3ERCI2TVgIJ1LbMGL/nXV61ypUzEsXIYFaHOAt3IqdsihPvkF2oZA0Saxu2lma6ag5Bp2CuBRCRVTKU/9gX5Bs2f+ThSoJci+XUhuQS2F+Sshr8qIzQGO9AcZAwHvEoPghhoKXiopIo3U+pZSYvVlHIrvWVMPy47MqbP2EwJZg69ftoLMK5aAAAAAAAAAAAA=", "pos": 1, "rating": "4.5", "rating_count": 2400, "sellers": [ { "pos": 1, "price_str": "$159.00", "seller_name": "Best Buy" } ], "title": "Lenovo IdeaPad 3 Celeron N4500", "token": "eyJjYXRhbG9naWQiOiAiMTEyNTU2NTg4NDE1OTUyODU2NTIiLCAicHJvZHVjdGlkIjogIjEwOTM5NDU3NzgzMjQ2NTE2MDI3IiwgImhlYWRsaW5lT2ZmZXJEb2NpZCI6ICIxNjU2ODk1NDU1ODA1MTIwOTc1OCIsICJpbWFnZURvY2lkIjogIjEzMjk1Mjk5MzIxMjQ0NzIxMTYyIiwgInJkcyI6ICJQQ18yMTI1MzU0ODQxMTQxNzc0NzAyfFBST0RfUENfMjEyNTM1NDg0MTE0MTc3NDcwMiIsICJncGNpZCI6ICIyMTI1MzU0ODQxMTQxNzc0NzAyIiwgIm1pZCI6ICI1NzY0NjI4NjU3MjY4NTY1NzEiLCAicHZ0IjogImhnIiwgInBhcmFtcyI6IHsicSI6ICJsYXB0b3AiLCAiZ2wiOiAidXMiLCAiaGwiOiAiZW4ifX0=", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:11255658841595285652,productid:10939457783246516027,headlineOfferDocid:16568954558051209758,imageDocid:13295299321244721162,rds:PC_2125354841141774702|PROD_PC_2125354841141774702,gpcid:2125354841141774702,mid:576462865726856571,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Walmart & more", "image_data": "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", "pos": 2, "rating": "3.7", "rating_count": 703, "sellers": [ { "pos": 1, "price_old_str": "$229", "price_str": "$179.00", "seller_name": "Walmart" } ], "title": "HP 14\" HD Windows Laptop", "token": "eyJjYXRhbG9naWQiOiAiMTA4OTIwMDIyNDU0NzQxNDE2ODkiLCAicHJvZHVjdGlkIjogIjExNjEyNzMyNTQzOTE2MzIyODA3IiwgImhlYWRsaW5lT2ZmZXJEb2NpZCI6ICI2MzYwMDc1NDU4ODc3MTA1MTc0IiwgImltYWdlRG9jaWQiOiAiMTI2MzY3MTAxNjYwNzE3NTE1MzAiLCAicmRzIjogIlBDXzM1NzIzNjAxMzA4NzI5ODI0fFBST0RfUENfMzU3MjM2MDEzMDg3Mjk4MjQiLCAiZ3BjaWQiOiAiMzU3MjM2MDEzMDg3Mjk4MjQiLCAibWlkIjogIjU3NjQ2Mjg3NTAwNjMzMjE5NiIsICJwdnQiOiAiaGciLCAicGFyYW1zIjogeyJxIjogImxhcHRvcCIsICJnbCI6ICJ1cyIsICJobCI6ICJlbiJ9fQ==", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:10892002245474141689,productid:11612732543916322807,headlineOfferDocid:6360075458877105174,imageDocid:12636710166071751530,rds:PC_35723601308729824|PROD_PC_35723601308729824,gpcid:35723601308729824,mid:576462875006332196,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 3, "rating": "4.5", "rating_count": 4700, "sellers": [ { "pos": 1, "price_old_str": "$319", "price_str": "$207.00", "seller_name": "Best Buy" } ], "title": "Lenovo IdeaPad Slim 3 Chromebook FHD", "token": "eyJjYXRhbG9naWQiOiAiOTM4MDE1MzM2OTIyMTM3ODgzNiIsICJwcm9kdWN0aWQiOiAiMTQ5MzU5MTA2MTU4MDM0NDc2OTYiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjE1MDg2MDU2Nzg1Mjc0Njc3OTA5IiwgImltYWdlRG9jaWQiOiAiMzAxODc5NzU5OTc1NzAwMjUzOCIsICJyZHMiOiAiUENfMTcwNjcyNDc5NzUxMzQ1MTEwOTJ8UFJPRF9QQ18xNzA2NzI0Nzk3NTEzNDUxMTA5MiIsICJncGNpZCI6ICIxNzA2NzI0Nzk3NTEzNDUxMTA5MiIsICJtaWQiOiAiNTc2NDYyODc2MDM2Nzk2NDc3IiwgInB2dCI6ICJoZyIsICJwYXJhbXMiOiB7InEiOiAibGFwdG9wIiwgImdsIjogInVzIiwgImhsIjogImVuIn19", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:9380153369221378836,productid:14935910615803447696,headlineOfferDocid:15086056785274677909,imageDocid:3018797599757002538,rds:PC_17067247975134511092|PROD_PC_17067247975134511092,gpcid:17067247975134511092,mid:576462876036796477,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Walmart & more", "image_data": "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", "pos": 4, "rating": "3.8", "rating_count": 340, "sellers": [ { "pos": 1, "price_str": "$249.00", "seller_name": "Walmart" } ], "title": "HP 15.6\" HD Laptop Intel Processor N200", "token": "eyJjYXRhbG9naWQiOiAiODE3ODI4MzU2NDk3NjU4MjI2OSIsICJwcm9kdWN0aWQiOiAiMTA1MTA2MTQ0OTU0MTIyNTYyNjYiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjEyMjI1NzI2MTM0MDYyNDk0MTgzIiwgImltYWdlRG9jaWQiOiAiMTE1MTYwNTc3MzExMTI5MTQ1NTIiLCAicmRzIjogIlBDXzk3MjgwMjczNzUxMzg5MjEzNTV8UFJPRF9QQ185NzI4MDI3Mzc1MTM4OTIxMzU1IiwgImdwY2lkIjogIjk3MjgwMjczNzUxMzg5MjEzNTUiLCAicHZ0IjogImhnIiwgInBhcmFtcyI6IHsicSI6ICJsYXB0b3AiLCAiZ2wiOiAidXMiLCAiaGwiOiAiZW4ifX0=", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:8178283564976582269,productid:10510614495412256266,headlineOfferDocid:12225726134062494183,imageDocid:11516057731112914552,rds:PC_9728027375138921355|PROD_PC_9728027375138921355,gpcid:9728027375138921355,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Staples & more", "image_data": "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", "pos": 5, "rating": "4.6", "rating_count": 1000, "sellers": [ { "pos": 1, "price_old_str": "$400", "price_str": "$212.49", "seller_name": "Staples" } ], "title": "Acer Aspire Lite 15 Laptop Intel Processor N150 4GB RAM", "token": "eyJjYXRhbG9naWQiOiAiMTE1NjEyNTE2NDE2Nzg3OTkwNzYiLCAicHJvZHVjdGlkIjogIjgxNjY5NjEwNjIzODQwNjY0NDkiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjQ0Mjg1MDUwODI3MDk2NDk2MDUiLCAiaW1hZ2VEb2NpZCI6ICI3MDI4NzA0NzAxMzYxMTM1MjI1IiwgInJkcyI6ICJQQ18xODMyODA1MjUwMTI1MzU3MzU3M3xQUk9EX1BDXzE4MzI4MDUyNTAxMjUzNTczNTczIiwgImdwY2lkIjogIjE4MzI4MDUyNTAxMjUzNTczNTczIiwgIm1pZCI6ICI1NzY0NjI4MTU0NDQ2MTQ2NDgiLCAicHZ0IjogImhnIiwgInBhcmFtcyI6IHsicSI6ICJsYXB0b3AiLCAiZ2wiOiAidXMiLCAiaGwiOiAiZW4ifX0=", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:11561251641678799076,productid:8166961062384066449,headlineOfferDocid:4428505082709649605,imageDocid:7028704701361135225,rds:PC_18328052501253573573|PROD_PC_18328052501253573573,gpcid:18328052501253573573,mid:576462815444614648,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 6, "rating": "4.2", "rating_count": 55, "sellers": [ { "pos": 1, "price_old_str": "$240", "price_str": "$225.00", "seller_name": "Best Buy" } ], "title": "HP Essential 14\" HD Laptop", "token": "eyJjYXRhbG9naWQiOiAiNjUyNjYyNTM4NTE5MTgyODMwMSIsICJwcm9kdWN0aWQiOiAiMTU5OTc2NjQxMTAxNTMxNjY4MjQiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjMwMjY5NDI2NjY0NzE3Nzk3ODEiLCAiaW1hZ2VEb2NpZCI6ICI4MDEzNTUxMTE0MjI4MzgxNjEyIiwgInJkcyI6ICJQQ18xNjYxNzU5MjQzNzQ2OTM4ODI2MnxQUk9EX1BDXzE2NjE3NTkyNDM3NDY5Mzg4MjYyIiwgImdwY2lkIjogIjE2NjE3NTkyNDM3NDY5Mzg4MjYyIiwgInB2dCI6ICJoZyIsICJwYXJhbXMiOiB7InEiOiAibGFwdG9wIiwgImdsIjogInVzIiwgImhsIjogImVuIn19", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:6526625385191828301,productid:15997664110153166824,headlineOfferDocid:3026942666471779781,imageDocid:8013551114228381612,rds:PC_16617592437469388262|PROD_PC_16617592437469388262,gpcid:16617592437469388262,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Walmart - Prime tech & more", "image_data": "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", "pos": 7, "rating": "3.7", "rating_count": 863, "sellers": [ { "pos": 1, "price_str": "$244.89", "seller_name": "Walmart - Prime tech" } ], "title": "Hp 14\" N150 Laptop", "token": "eyJjYXRhbG9naWQiOiAiNTg5MDExMjY2OTk0NjY3OTEzMyIsICJwcm9kdWN0aWQiOiAiNzY4MjIyOTM0MjA3MzA4MjgyNiIsICJoZWFkbGluZU9mZmVyRG9jaWQiOiAiOTkxNTk0Nzc2MDE2NjA3NDAxMiIsICJpbWFnZURvY2lkIjogIjExNTc3NjM3NTU2MDY3NTc3MDE3IiwgInJkcyI6ICJQQ18xMTI0OTk3MDkyODk0OTkzOTE4MHxQUk9EX1BDXzExMjQ5OTcwOTI4OTQ5OTM5MTgwIiwgImdwY2lkIjogIjExMjQ5OTcwOTI4OTQ5OTM5MTgwIiwgIm1pZCI6ICI1NzY0NjI4Nzg0MzIwNzAyMjEiLCAicHZ0IjogImhnIiwgInBhcmFtcyI6IHsicSI6ICJsYXB0b3AiLCAiZ2wiOiAidXMiLCAiaGwiOiAiZW4ifX0=", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:5890112669946679133,productid:7682229342073082826,headlineOfferDocid:9915947760166074012,imageDocid:11577637556067577017,rds:PC_11249970928949939180|PROD_PC_11249970928949939180,gpcid:11249970928949939180,mid:576462878432070221,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 8, "rating": "4.5", "rating_count": 855, "sellers": [ { "pos": 1, "price_old_str": "$220", "price_str": "$205.99", "seller_name": "Best Buy" } ], "title": "HP 14\" Intel Core N150 Laptop", "token": "eyJjYXRhbG9naWQiOiAiNDczNzgwMzQwNzAyMzA4MDA1NCIsICJwcm9kdWN0aWQiOiAiMTUwNjY3Mzk4NzAyNzEwODEyOSIsICJoZWFkbGluZU9mZmVyRG9jaWQiOiAiNzY5MTUxNjU1MDgwOTUxMTQxOCIsICJpbWFnZURvY2lkIjogIjMxNjYwMzY4NDc2NDM3MTAyMTAiLCAicmRzIjogIlBDXzI3NTI2MTk1OTEwMDE5NTE5ODB8UFJPRF9QQ18yNzUyNjE5NTkxMDAxOTUxOTgwIiwgImdwY2lkIjogIjI3NTI2MTk1OTEwMDE5NTE5ODAiLCAibWlkIjogIjU3NjQ2Mjg3Mzc4MjMyNzQ3NSIsICJwdnQiOiAiaGciLCAicGFyYW1zIjogeyJxIjogImxhcHRvcCIsICJnbCI6ICJ1cyIsICJobCI6ICJlbiJ9fQ==", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:4737803407023080054,productid:1506673987027108129,headlineOfferDocid:7691516550809511418,imageDocid:3166036847643710210,rds:PC_2752619591001951980|PROD_PC_2752619591001951980,gpcid:2752619591001951980,mid:576462873782327475,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Dell & more", "image_data": "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", "pos": 9, "rating": "4.1", "rating_count": 224, "sellers": [ { "pos": 1, "price_str": "$3,899.99", "seller_name": "Dell" } ], "title": "Dell XPS 16 Laptop", "token": "eyJjYXRhbG9naWQiOiAiMjI4MDQyMjA3MTM4NzA0NDUyMCIsICJwcm9kdWN0aWQiOiAiNTk5Nzg5OTY3MzYxOTYzNDUwIiwgImhlYWRsaW5lT2ZmZXJEb2NpZCI6ICI5ODk1ODkzNzQxNTg1NjE3NzE1IiwgImltYWdlRG9jaWQiOiAiMTAyOTc5MjM4OTQwNDUxOTU5MDciLCAicmRzIjogIlBDXzc4NjI1NDY5NDMwNDgwNjI1OHxQUk9EX1BDXzc4NjI1NDY5NDMwNDgwNjI1OCIsICJncGNpZCI6ICI3ODYyNTQ2OTQzMDQ4MDYyNTgiLCAibWlkIjogIjU3NjQ2Mjg4OTA2OTk5MzY0MCIsICJwdnQiOiAiaGciLCAicGFyYW1zIjogeyJxIjogImxhcHRvcCIsICJnbCI6ICJ1cyIsICJobCI6ICJlbiJ9fQ==", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:2280422071387044520,productid:599789967361963450,headlineOfferDocid:9895893741585617715,imageDocid:10297923894045195907,rds:PC_786254694304806258|PROD_PC_786254694304806258,gpcid:786254694304806258,mid:576462889069993640,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 10, "rating": "4.1", "rating_count": 541, "sellers": [ { "pos": 1, "price_str": "$190.00", "seller_name": "Best Buy" } ], "title": "HP 14\" Intel Celeron N4500 Laptop", "token": "eyJjYXRhbG9naWQiOiAiMjE5NzEzNTk2MDkxMDA3ODMzOCIsICJwcm9kdWN0aWQiOiAiNDM3Mjc2MjY3MzU3NTEyMzYyMyIsICJoZWFkbGluZU9mZmVyRG9jaWQiOiAiMTc5OTg2MjcwNTAxNTMyMDEzOTkiLCAiaW1hZ2VEb2NpZCI6ICIxMzE0MzQ3OTU5Mjg3MDkxMTM2NyIsICJyZHMiOiAiUENfMjMzNzEzODAwMzg5MjAzOTQyM3xQUk9EX1BDXzIzMzcxMzgwMDM4OTIwMzk0MjMiLCAiZ3BjaWQiOiAiMjMzNzEzODAwMzg5MjAzOTQyMyIsICJtaWQiOiAiNTc2NDYyODg3MjA2ODgzOTE0IiwgInB2dCI6ICJoZyIsICJwYXJhbXMiOiB7InEiOiAibGFwdG9wIiwgImdsIjogInVzIiwgImhsIjogImVuIn19", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:2197135960910078338,productid:4372762673575123623,headlineOfferDocid:17998627050153201399,imageDocid:13143479592870911367,rds:PC_2337138003892039423|PROD_PC_2337138003892039423,gpcid:2337138003892039423,mid:576462887206883914,pvt:hg&udm=28&hl=en&gl=us" } ], "pos_overall": 1 }, { "items": [ { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 1, "rating": "4.5", "rating_count": 2400, "sellers": [ { "pos": 1, "price_str": "$159.90", "seller_name": "Best Buy" } ], "title": "Lenovo IdeaPad 3 Celeron N4500", "token": "eyJjYXRhbG9naWQiOiAiMTEyNTU2NTg4NDE1OTUyODU2NTIiLCAicHJvZHVjdGlkIjogIjEwOTM5NDU3NzgzMjQ2NTE2MDI3IiwgImhlYWRsaW5lT2ZmZXJEb2NpZCI6ICIxNDc4NzY1OTE1MDE5MzY2MzAwMiIsICJpbWFnZURvY2lkIjogIjEzMjk1Mjk5MzIxMjQ0NzIxMTYyIiwgInJkcyI6ICJQQ18yMTI1MzU0ODQxMTQxNzc0NzAyfFBST0RfUENfMjEyNTM1NDg0MTE0MTc3NDcwMiIsICJncGNpZCI6ICIyMTI1MzU0ODQxMTQxNzc0NzAyIiwgIm1pZCI6ICI1NzY0NjI4NjU3MjY4NTY1NzEiLCAicHZ0IjogImhnIiwgInBhcmFtcyI6IHsicSI6ICJsYXB0b3AiLCAiZ2wiOiAidXMiLCAiaGwiOiAiZW4ifX0=", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:11255658841595285652,productid:10939457783246516027,headlineOfferDocid:14787659150193663002,imageDocid:13295299321244721162,rds:PC_2125354841141774702|PROD_PC_2125354841141774702,gpcid:2125354841141774702,mid:576462865726856571,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 2, "rating": "4.5", "rating_count": 4700, "sellers": [ { "pos": 1, "price_old_str": "$319", "price_str": "$207.00", "seller_name": "Best Buy" } ], "title": "Lenovo IdeaPad Slim 3 Chromebook FHD", "token": "eyJjYXRhbG9naWQiOiAiOTM4MDE1MzM2OTIyMTM3ODgzNiIsICJwcm9kdWN0aWQiOiAiMTQ5MzU5MTA2MTU4MDM0NDc2OTYiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjE1MDg2MDU2Nzg1Mjc0Njc3OTA5IiwgImltYWdlRG9jaWQiOiAiMzAxODc5NzU5OTc1NzAwMjUzOCIsICJyZHMiOiAiUENfMTcwNjcyNDc5NzUxMzQ1MTEwOTJ8UFJPRF9QQ18xNzA2NzI0Nzk3NTEzNDUxMTA5MiIsICJncGNpZCI6ICIxNzA2NzI0Nzk3NTEzNDUxMTA5MiIsICJtaWQiOiAiNTc2NDYyODc2MDM2Nzk2NDc3IiwgInB2dCI6ICJoZyIsICJwYXJhbXMiOiB7InEiOiAibGFwdG9wIiwgImdsIjogInVzIiwgImhsIjogImVuIn19", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:9380153369221378836,productid:14935910615803447696,headlineOfferDocid:15086056785274677909,imageDocid:3018797599757002538,rds:PC_17067247975134511092|PROD_PC_17067247975134511092,gpcid:17067247975134511092,mid:576462876036796477,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Staples & more", "image_data": "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", "pos": 3, "rating": "4.6", "rating_count": 1000, "sellers": [ { "pos": 1, "price_old_str": "$400", "price_str": "$212.49", "seller_name": "Staples" } ], "title": "Acer Aspire Lite 15 Laptop Intel Processor N150 4GB RAM", "token": "eyJjYXRhbG9naWQiOiAiMTE1NjEyNTE2NDE2Nzg3OTkwNzYiLCAicHJvZHVjdGlkIjogIjgxNjY5NjEwNjIzODQwNjY0NDkiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjQ0Mjg1MDUwODI3MDk2NDk2MDUiLCAiaW1hZ2VEb2NpZCI6ICI3MDI4NzA0NzAxMzYxMTM1MjI1IiwgInJkcyI6ICJQQ18xODMyODA1MjUwMTI1MzU3MzU3M3xQUk9EX1BDXzE4MzI4MDUyNTAxMjUzNTczNTczIiwgImdwY2lkIjogIjE4MzI4MDUyNTAxMjUzNTczNTczIiwgIm1pZCI6ICI1NzY0NjI4MTU0NDQ2MTQ2NDgiLCAicHZ0IjogImhnIiwgInBhcmFtcyI6IHsicSI6ICJsYXB0b3AiLCAiZ2wiOiAidXMiLCAiaGwiOiAiZW4ifX0=", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:11561251641678799076,productid:8166961062384066449,headlineOfferDocid:4428505082709649605,imageDocid:7028704701361135225,rds:PC_18328052501253573573|PROD_PC_18328052501253573573,gpcid:18328052501253573573,mid:576462815444614648,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 4, "rating": "4.2", "rating_count": 55, "sellers": [ { "pos": 1, "price_old_str": "$240", "price_str": "$225.00", "seller_name": "Best Buy" } ], "title": "HP Essential 14\" HD Laptop", "token": "eyJjYXRhbG9naWQiOiAiNjUyNjYyNTM4NTE5MTgyODMwMSIsICJwcm9kdWN0aWQiOiAiMTU5OTc2NjQxMTAxNTMxNjY4MjQiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjMwMjY5NDI2NjY0NzE3Nzk3ODEiLCAiaW1hZ2VEb2NpZCI6ICI4MDEzNTUxMTE0MjI4MzgxNjEyIiwgInJkcyI6ICJQQ18xNjYxNzU5MjQzNzQ2OTM4ODI2MnxQUk9EX1BDXzE2NjE3NTkyNDM3NDY5Mzg4MjYyIiwgImdwY2lkIjogIjE2NjE3NTkyNDM3NDY5Mzg4MjYyIiwgInB2dCI6ICJoZyIsICJwYXJhbXMiOiB7InEiOiAibGFwdG9wIiwgImdsIjogInVzIiwgImhsIjogImVuIn19", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:6526625385191828301,productid:15997664110153166824,headlineOfferDocid:3026942666471779781,imageDocid:8013551114228381612,rds:PC_16617592437469388262|PROD_PC_16617592437469388262,gpcid:16617592437469388262,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Dell", "image_data": "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", "pos": 5, "rating": "4.1", "rating_count": 224, "sellers": [ { "pos": 1, "price_old_str": "$2,400", "price_str": "$1,719.99", "seller_name": "Dell" } ], "title": "Dell XPS 16 Laptop", "token": "eyJjYXRhbG9naWQiOiAiOTk4MzExNTg1MjMxNDY1NDgxMyIsICJwcm9kdWN0aWQiOiAiODM1MjA4NjExMTc0MTQzNzczIiwgImhlYWRsaW5lT2ZmZXJEb2NpZCI6ICIzNzI0OTk2NzMxMDE5NDk5ODgxIiwgImltYWdlRG9jaWQiOiAiMTAyOTc5MjM4OTQwNDUxOTU5MDciLCAicmRzIjogIlBDXzc4NjI1NDY5NDMwNDgwNjI1OHxQUk9EX1BDXzc4NjI1NDY5NDMwNDgwNjI1OCIsICJncGNpZCI6ICI3ODYyNTQ2OTQzMDQ4MDYyNTgiLCAibWlkIjogIjU3NjQ2Mjg4OTA2OTk5MzY0MCIsICJwdnQiOiAiaGciLCAicGFyYW1zIjogeyJxIjogImxhcHRvcCIsICJnbCI6ICJ1cyIsICJobCI6ICJlbiJ9fQ==", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:9983115852314654813,productid:835208611174143773,headlineOfferDocid:3724996731019499881,imageDocid:10297923894045195907,rds:PC_786254694304806258|PROD_PC_786254694304806258,gpcid:786254694304806258,mid:576462889069993640,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 6, "rating": "4.5", "rating_count": 855, "sellers": [ { "pos": 1, "price_old_str": "$220", "price_str": "$205.99", "seller_name": "Best Buy" } ], "title": "HP 14\" Intel Core N150 Laptop", "token": "eyJjYXRhbG9naWQiOiAiNDczNzgwMzQwNzAyMzA4MDA1NCIsICJwcm9kdWN0aWQiOiAiMTUwNjY3Mzk4NzAyNzEwODEyOSIsICJoZWFkbGluZU9mZmVyRG9jaWQiOiAiNzY5MTUxNjU1MDgwOTUxMTQxOCIsICJpbWFnZURvY2lkIjogIjMxNjYwMzY4NDc2NDM3MTAyMTAiLCAicmRzIjogIlBDXzI3NTI2MTk1OTEwMDE5NTE5ODB8UFJPRF9QQ18yNzUyNjE5NTkxMDAxOTUxOTgwIiwgImdwY2lkIjogIjI3NTI2MTk1OTEwMDE5NTE5ODAiLCAibWlkIjogIjU3NjQ2Mjg3Mzc4MjMyNzQ3NSIsICJwdnQiOiAiaGciLCAicGFyYW1zIjogeyJxIjogImxhcHRvcCIsICJnbCI6ICJ1cyIsICJobCI6ICJlbiJ9fQ==", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:4737803407023080054,productid:1506673987027108129,headlineOfferDocid:7691516550809511418,imageDocid:3166036847643710210,rds:PC_2752619591001951980|PROD_PC_2752619591001951980,gpcid:2752619591001951980,mid:576462873782327475,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Microsoft Store", "image_data": "UklGRrQWAABXRUJQVlA4IKgWAABQXACdASrMANcAPk0gjUUioiETuw4UKATEpuSQCOzpYAyQuAPRsOXm5WH+2/2f+zf6/+0dJZRvk287/NH8xf8N6o/zD+uHwB/q10s/2q9Rv7m+sf6JP8l6gv9M/4fpPexN6BflveyB/cv+D+4nta///2ALV30W/J/3TjyRGu6fOp/ceAfym1CPYfndwnNOvQL76efbNuVqaAf6Q9YD/Y8sH157C3699dQ5DxDm/iPRpKMNeQ+iQkHNMb7Uerx9/by6/MvrLbqprT5S2GF6KuEAuXf/1pmE+TJ9vJ0XxCa5Y/SQBC9zxDDqeblh327Q6CInGdXLbPO1h55DGX6lCHxopQ9hrVCi+O/nJBvWoGDipEPYgdLq7ia7xWm05W7jrnvO+J3POk0A83e9qL1gz7kH3PxFw8kSLV/GmwdYeo+TmGXUZbNGXj9/IbUYgaYMswo0IRL+opVX57fIikAhisiULl6KjRAo2AvTl8g3zXb2F5FjGwu+WXtFSagjDfMPzSW+SeLZwTLCv4hgbAN3qDGELJXT9h67t68C6DkjHWGoFy1M3poTl7xsV0DclzlTftEUnJfL2vlC8EMJpMHHoBrqhkjTP6lCqe0U7FUziAgwRQGioAvr8H8MMtrjOZOWY83xLO7uTgxTZSrlETiMtvC7Qacw0u6eOowAbnKNoJQFniNdKEzJO8jpDWamCQoHlqU5Py45Un1TXKZhZaC9cODe1NSEzzpiitWE6HmagSq7qMN3gF0rE9g85iwFNbn6Tke1dPgUlcT9HRxuVzXxA5/pfh1Yo/au3H2OZNJqFdaCx+U2iU0TX+TYajgqCO9/46AngkBD0VFBFWHzLj2i+sS+5Y2NN6ehDGk4wa/CRuxiLlJzs2jWr+zt/osWTfyBB3A2HiLlUqkgffq92+mKvjFsECMhgx0hx52H7vo8XCw9kWVpnlpptKbfb1CFs4ifGM3GCXS4aY5hs1TeS5zDDrcLI4Lm/iPRpKa+twAA/uTdAAAAlM5yIx4nf+7ea3+p8tzR3SNZkNtW8k6VU4s5fQ/aEuNYOfvb5HH47TnzrgDlpW9jxzXcdFQxQhOtO+Eejno8t+qPki/1xB0c/oL190k9g9MZB9rkw31+JETkUwc3JwjWrUrdbAGmXhEmm6ox6LLd80UJZyRIDoa7RNuVBocnbQiF0vRVag+RXtGk8VYNAGXDxN4rV8++uBF8G/q6OfakIwfMnJPEfLpcy+o9GBQAZhr5zR+5aPsQ1DmEisQT5qKu/+V1ajwGuuGuKv+CV6te/94rVMBsdhTDMiOwuLVjFo7A+cZIRvmE5eGtf31GhJFWgZagN0og/OV7n18TDG9tNvHRS1LzBLs65I+64U0dk6W3C8GW2LX2Lg52x2ZDJuq2PCQqJH6CtqQnAbeqo2joyMiuoDaP7UX70JibVNkU8xxp6Jq/uUXEuAQEreZGj5t4jOa0ByrcbEKyGTTgSxq4xgrIqPPzMjemr1x9ZHQKMg/qmMAHs2J6nC6r3E4qiqizxFa06+cHpijEGdOKbNXB1yzSF8/QwfnVhrVek3ExJrsxW7xi+7XoXQ6aNpmEOZgNIXJn3i4i9xY+plSZaV5bq8mzSlU+ohMODLbL8WGrBh+IPVHH0l7y8IL6d/6nRlkXCNvyIdUJe9MSnD4LwjpTTRowq9ZHHZ5D3zVIwo8dFAjTaFVg1BEXzoWMev7o7J8hR8+shlOWCSn49y52o7y/ZZBplkadwhvv8ykyw+I0rktIMc54CEq06FoOa9j7ETHKeHCz9ujWKuVeXjWfRVZSUgmXJVeIHpjPpaNcfrJL/EQcWkfExbG1BjAj6DDLIyF0mjXfDttcXfvpumgpRfPdujWoGIj3aABRxd191tTiOoKOaP72gLrQw8gseKOhf4EWQoLkR5vSKDpLqHIPm9mLmRioGo6AnpZeCP9Q6TwzK2Yu84TWnJVb9Iv+LFuOunQcFGWJ5wik0yE/3ET+MtyYsXS2CjzOFzw/f8oCAMtYg7R98Q+RcnH0/tD3toc4/38Gw0wNl8ENw8663GOBExclGa3Ay9pYIxKLHjNsK3w79NLYYRpHFXPH/skcpE/XmB3FVFnN8eH+d8b+HVAdpRb77H5br4VNbdAxp29pgsks2T/+VxKW4uuFRIcaYRX5C9jmyWIpWL+gDxl+erq+aqG6M+kqsDK6XxtpRZZKGINbpGBLiqzohinyYeQ008kymt0y9yoUTgbsJaBB3m6MhkpKOGrZIEmaen7WzT851jMbs1ESASuF2MfSjb06/Hvq8lEDxn650n2zHd5tPpQJsWcERwUH/B3ok6+y9Bw5LzmVHVvRCHzv5daPwsJrcsj+kl8Opu8PL5lhyjJ7tds2Atojq1yry//ghdVsCIpe0mRP2bgcO8lXs+C7kpSvR7SUxv7sPpVGAqMuDsOMwHHmjFFIwvaMtnhPhXdOU8NBOGPlbfRDz8GgJzSaIoABOGbI58HidNYSq1XN0W5ZHoYbDv/t8V30cuUhZz14Y3oQNRqEpEE/aEsLebYgXUJMci7FN7YTofBAk8hYH0oWgWglve/jio56eCYn4iyxCfduY1Y9pb3X8GGb8pdM18qAmnjOoAUjSrypz77layUBRObtcEa2RpQ7OHQ/9uFCZyte1eUdu3UjmmDyFc0juOXcJ+s7Af3kPwfhw8luagL71fFulVpoWn7sMS9Qf6PolscGVetdvT1JP+UcKEuYoMcZCuICNTxicSvVL8LuuDzLIMXJ03GepmGPPbKW/wM4fiXp3vK3H2cTlS6DiAV09HWziyek44uNsbn08hexKSsp5TQef+SBqbw+KgotUANITDP5kLKAUrxTwiBH/ETThPypU+dkhnmDrhVV9EQaB+ije3CIRYh6ZoiCcfcttChBypDnDhcvG6+RJajgzmvvFrHAGKRKYtIyLNNkuMJ2c+xrgfk5GudAFFcgKEHpCB7dVfVJxE10ATHZOU5xrtJAHu80gRfzjuWETKM3RD2ZDw/gN4A8VJNcFPGbrZFXLfYp71zOl7zlvtedGGnrP+GeZz1SDsWMsaQ7VCbwohu+opc2lL0P/fvTG6cSrYgDAnjZe3sg7wYqycdXDFe3pXznqeaeFk61VuMUBo9hWyF0pcX6vpMCak5j+EEx3bgbfD/02+zBSQs+CT9MDZgHjf2HKMv9MRsxyctiGdIjf8PVA0KJVb17Op/7DxVd4myRM5ht2yy2tGX3HAu5o+nS7Yp/W8nrMxW/fgbNmmbGkmHr9XGPH361LoEXc2fDnVMNapLaaiRNP7W7EuFAdienzqSFaoB5NhTfphmY7L39U2REgzocpnm5g7FJybqDKJf8t0EcHFkXwUYVkj+ma9fxAjQfvwgIOURUniTibXnz79MlQI9EwqIOZslTUlwG03auwbXvZnpJxa3OKMlgXgS2hubYmSSOUtGHb/ktdQOHZDrnlh56F/BWaA8Y/+zzBYNJkls4enVHZaWgG0JMxIiJmLcZu3/nw7+Id1hHOcyOag/eqgKJI5KbRoDDr4ItiRDA0zoCNF+odZDB2yVaFU2KIcgUquiM622gJsFXCP4shvn5OsTD63PJBkOjt0ePte82vCkr3mZO1cuFnPuLQhQXl1MfuVJR++durTtvqXS/hc9ZXq6qvUrtRMACG0amXcHZMaz0Wuyse/jajy69ZxsXa5q6rneXdqxVSLV7X9Hw11XHiB6m3QBEf1v5/TOfK+c8lIXhNnut14cqW06u7IJTJqYvHpFztFC+HNhS9iEO+YIlm16r/ItwQ1oBH+59ID4ePbVf/96LRL9j3xfQt8zTKPslgP7TmMpQR3Q+6zqV9YBEPSfB2VE2T6SWVxRr8yk2hSa7Whmu2SQU4CVkv76RIAycMEFQkONVOTusyrTGc8U6xdD1w1QFB3K0R25BLVVUO0jqiU8ebyekUXSRCfKBSIlRSh4QnEh45Wj/mcm0RHY0OOYjvKHPRwp/3pj8tvMvTnZQO1UhF9uqMxnuLRXiimeRrcuXbMsD3JSHLcfdgWjPys3ebpf85bVSgCurjFv6rUyRE9XLD+P7wLpEI8PHsLCiqysK8dLMcnRAxyeHwOdXPAnyjL+Q74sAyLlsOARGSY2orrl1fe0jKn4bIbgd/q9cKZhb2RDmtTB+lee5VZbr6HLD0d/XrevfH1BYAcq2DlUYDeMnHcBDxwLiUQn5YGIA/OTPr5+XdDC8wzrNQbuXYEf0fSlGILy5bElrLbiv9AGLuVfOLh+n5Q9qJnLPLoqMP9ArzrxfRXWFeJjqDsPlEm1YTcJNSuUeoVGBbVI5JiXve4vKerhvb9JsSqwDkV8Epm7Cfiko8N4ew9rg79/pUqgr+YpMwqpz7UfQhTCE7BiOVMr4kKxJrrexiwDyK3VEX02ThIV7MFz9ptM8uPi52qNlycAjALkfqOhYCivXpLCm47HUTd85HkrrDFD5vCn8lVUjetZluTH18NOGCY4/sP4Xh75BwqQGD01e7U6cG9DhdTG+QtjmI5gX71Yt4n37Tu/KVvdJXi/iwp2QOxQczjnMODevUSJDwPtsl1/UGV/ofzjGK8k9wRV7h9BmTPu9So46PudyYt7fr86L2NTR7QquQCoh/H19GP6f8npQyf72ekn9mBBxPsaFKRpKdvK8Dh5iC4PFpR7MWuwZEsIDjf+GZTnVX40mwIumnNrVlqK2JGCo0jlrYUrOtjl6ES8Scwle33dMy/0TC20aDW0RYUXJpBEtFpa0f9kBC5xlU128xpmT+Ddgz8tjjRQrxYxHyCskhiVrJNZDoJSpFWf36tCrlde37n+M19RPxHSlxzW+Bow7WHpDIKniSOrewd1UknmP7ORAwrzdZK/C6va0hebjWb+BHbvlMaVbevEGUcxoYdD+twsMhp5qJqkQuU+i2RPEf5i1CYzo9RmoOAUMpPhgQNl2EfaKLONk1Xj/YNxyzzUefdfe07TPPDTpJqMfWunwYGQVKD+3vlRchDSUuZfPXqbwE277L9BJ1TKJ5egOQ1fr2Zqpgras1ctR+m0QXjm3+UNYmbP9W92P9UI56J7NIxpx1JyJUwOQeDsZXlr7xfdZv73wfYrCIWgDSmapOMZK85QS5I2cwXjbN66jam2m7FKNorX99CYor5BkichoKpWKfes/DP06xu95dAYHERnGinXpRUOtHZzVS+pguzfai+8hi1JvJzJgnqhKdGYdieqyRY7zamWKG4/VcIVriPo3HK2kCB+eSTgd3g0X/bAqnoXaBlEzjSvLXOsaO+akf+cC+RryRUAddg70+BBzKBjyF39cRcKeSnWld3+yM/FeIjvAK5gUEfanlb2ylpC2mL4XfE/dRGIK6BXGA7YKR/Ep/BCXtnw+S+CKCBKyOJi0jeLwd1/hF5MOEsHuFe49NMvQdELgXV7u/u7/HocG9GBZLJl6hpol2F1eosX22egDeeBNn9ZE3tbGtpmBujXe+J9Fha+V9wG+cEf8owJuLKhN+sJJ4iZwQmWRNlUnefwCwEYAeohHcpB2ih7a3+Md+oTPitkiAqRALoa+25nESy5JBsFHQsWhAWNb6u8SMqwoyvojzOLfDqGiq7OTPvzEM3U5vaRR8GsT+fVPo/27TUJ4Uk0C1E/VmQ9xyjJZAkqz8eRQ2m+8sHhT/b1ilPEpxVKDDkSMY9dd1WDPr7s9rMxSGy3U8KrvoU/AWedY1K9sAgflRnKwJCPDeIYgvtyLhvKpevHa8Bzb3UztiBcXVA72JBl/Dms75TlWcgmBMUlqhm8houSwGnRrumDDxYniTsFhoUhy6IXFpxO/NZCxHJfFHtK7FRa7QYUqT+dD9GSFqW1LGhAMX0lYy4ddrVCGuv+xVCbVaqiM5G1+qLwqklVvkf+x+b7Db+tf3DgRkDpTz2XZxsdF++gxw7qGjfbWS4qoRCaqleXen3pE49C5z1L9OmFaf6NGxmoumRv3/HJJuBRI6qpiR0ps+bjGLAKR3IvCPhqIYDnIGXEHYX8H+ztJv/UPypfTC6XuY97LVJapYHOdoiOx6f2OC5veLqegPRdY1lGRZ6NQIHkye7AGCGZinOB3lXEOr3Da2kZrthzwfnn5G+r93EAc7Gb8PAPQKxQiAWPmMrViovuMZw+9vurfLcEGiid5dSi1WEiwT+v45YxZKzxAZianewvvzBtuynLyx7pcuj7hyDhNNxY5mJohjxzlPuW8xSQOduQx4fqiPtrsiJxBhCJfb7o8f8JzrSVr507KlxOYh/G9+5th6lede6x4MlW0e5VeWJ5MwO88b62HFQ5KkvTCQrG6t3/9pTixrSqUixIAkAtegNJftAjWJPJJil5BtonEHL3AKNETajY+5k4c2iqYrHZO/AqNqQQqJGBDxRUfADkPDghBgDTAzXeTKrG+6A/kOFyi/XLjK6W/STK/zJF5kYZd3XEb3Pmb8tEk0237GyRkOIk4fNKfHtW71Fed0yPfVWoB2bO9WV0z3JxvXWWpjCy/xEA0Ql7jFLU4yWI5PnaUflYStcipOF01GNV2a0P9X+3bT3Z1fVmlKEpAAjq4BXIFluEbwgAEU2uG9P5K6jzHda0YxYCzlrI0XNA7OzGXNQQIkr4QrvBJm40penBmqTj2BIKaDfpQuVUAJAUm/Znv++WXWfC/+BDFyrSPOtNqi2ZXHNJkjKH0uhtm0vJC81dFnpCUptGQmv1WqetyOO9xrm5YwwWwmMEHMhACfgJ1rcvj1n6megWWq/ttdc+qjfHekxhsNi76cd0C7hPX7TvYxItB5j3l8sqV7xWtiLbQokAWCvKa0dzvxuty0mtEXM36OPZXcgrHaT2FUYn3p68RrViKRr4MpUlWuxsm451K9Fu3Ja4ML2W9Ue2WMf1UiXkZeIMQDJCFuqHtZZipUTchQQp0L8raR2TNQzVFP6YhPb93tQWCRGtwaqc66eTEk2lToKQag7UjXDKVZ8GcHtaoUfZKY2nwmLre2iyzVur5PHlgvLbHhcoE0e8zUFyHOg9tLcL0U0QJLssvG1mGzhKLgO5ksofpXG2iI/jn2AVfbQo4p3M1P5QL9xGJlYbTVWcLmQZkr2tTpWAGvC81viG4FvHhp4PzRTvzkBqSDNqACXJoE/dhgndmLNimeZHht2n173wQPqNs6EaENk5ZVMCHFKyyqKSnZKtasoFpCAEShPKIWxt4+g2Ltcj2+1CwuGqXgOrG4/WZx4JXgdnExZTJizWAGSZpLfZmaVfgxTb2OcgDTk0jHKcadJ3pYH//H/UgYy5vZVmPg078eamb0Bk2R9RUwi31pv8fWnUA68lpCBtxGCIpXXPQtCzqDEdgbpQ3UDtAB1cYrtPxaGAPxZy+nS01lL0UmaeNpp/Qozjep10c84jQIe6T9D7OoaqvxXmQyofZBKmJbiRhqJmnfsztCFIuK6E6tvk4HVKOQHjfxaPFP2wekaO2SAMbykiyjbMedXdK6Xz9QNRzB0FAiIqDWMp8FJzCg11LyLpcJqmuhm+hIlwi64qeTCXHsTHwQKwrEEUxKd13Yv7runZXVUl/FqSy50h9wrWXCHtUqkQFjF8Ji1KMqw1TnXuzw4tn7HGRZAlzMz7U0VsCbjSTAzVXKO1CyAQSiudvdDXJwm1STBypmRb45ZTwo09X5dp7/DCorFXfM6tmxjFhvnXXaR83u/HWv7ezwyB6p8upN0LpV6ZHraayCbQX6+09iMZWe9NwJ6kHC17wKTWNovgsGcZ924CD2++BQ+4O0X4AAAAAAAAA", "pos": 7, "rating": "4.6", "rating_count": 1800, "sellers": [ { "pos": 1, "price_old_str": "$3,550", "price_str": "$2,999.99", "seller_name": "Microsoft Store" } ], "title": "Microsoft Surface Laptop 7", "token": "eyJjYXRhbG9naWQiOiAiMTU5NzU1MjM1MTIwMDM4OTU1NTIiLCAicHJvZHVjdGlkIjogIjExODQ0MTg1MTk5NDgyNDMzNzM5IiwgImhlYWRsaW5lT2ZmZXJEb2NpZCI6ICIxMDI1NTI4MjgyNTYzMDA5MTI5MyIsICJpbWFnZURvY2lkIjogIjczNjAxNDQ0OTAxNTcxMDUyODUiLCAicmRzIjogIlBDXzE0MDQ2NDY3MTA5Mjk4NzYwNzgyfFBST0RfUENfMTQwNDY0NjcxMDkyOTg3NjA3ODIiLCAiZ3BjaWQiOiAiMTQwNDY0NjcxMDkyOTg3NjA3ODIiLCAibWlkIjogIjU3NjQ2Mjg4OTk0MDM0MDE4NCIsICJwdnQiOiAiaGciLCAicGFyYW1zIjogeyJxIjogImxhcHRvcCIsICJnbCI6ICJ1cyIsICJobCI6ICJlbiJ9fQ==", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:15975523512003895552,productid:11844185199482433739,headlineOfferDocid:10255282825630091293,imageDocid:7360144490157105285,rds:PC_14046467109298760782|PROD_PC_14046467109298760782,gpcid:14046467109298760782,mid:576462889940340184,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "UklGRiwXAABXRUJQVlA4ICAXAAAQWACdASrMANcAPk0ijUUioiET6r4cKATEsZPcEEGmV6vht9HeQP657sfCDrTyi+evOT/t/V9+ivYG/VHpn+af9u/2j94z0ef2r1AP8V/peti9Ary5vZe/cv9zPabvKz874T+P73LoK5m+uvUg7n/5nnL4A/ED/M9QX8k/pPnlQnNM/QI9y/qP+l+6T43vsfNX7R+wH5Z/7zwdvvn+t9gL+cf270If/L7jvb79S/tX8Bv6/f9/12vYj+4n//92X9rD4KhdMJmRksYPPKOq6jG6jVR9UNbaPhEakre25Cq4Z8qH3XX/vtBPcPfuRfn/SbT9iuu+mhXEtGjnfXCJeoddz8eC/8pFYP9LAmJTgsjDUlhZtbQxzZ5AGe2cDxAt8Jkz6jGqBRz5ZeUu0BeD8XrTn3tqB4JpIvV8VOZgohiMbGhtbsua0hZfzyyzJ9rqWsSIGS+PeAEY53XKU3ssXK5/aD6H9FPiRJiHqSqjj4tvwYfZqLDutqW42CyiZa2JDxbyRb3bh5bpE09DWwLyRoKDfvCe47Fc6IHO6fbqzFqE/lK6qN3uvkR/QxDDvuvif2FyMtRCEjM3AdhBxS9cBPjRaNq5Et6MkVkACDKymTf6r9Qwz2CtowkwmhzAtArOebC97PnVQDqhJZAhjJvA63uyWhEpqXaAJwVLr7hk+SOP5okCfJcvUjYF8U4xs0ROnSnBV4T80yZsS9YVM3U5jycpzTkHo/EigGxO3d5n6IgZWVkvXJE43+Trg0k0VGYY0lvciXMcPzAXb4/xSkWUkmpggSWjiy8C8zYuMo1nSp6XEUg9BOF9fXSr5/+4ZQqnksV+fdOX35Hrb7AFVMlC1z3BfEoa8Fz6/AgIEmmu5/xVOwRTv+71f5JDrswSBLykZUbYgJBI/LDceL+gkQfMBPS+OeJS9eOJ+YmESPU7n1i8sbJYxbvLp46YAAD+/hSgAAJX6n/8WGWD+Vf/hrfnszcUvIJk2xrmBWOnwAGmq2PzfORrnIStsw9Cn9ej9dp00IMh0z4rgaozmrGLJtg6PIxO1aFHJhYOXbA3f2yONXgYlarDgqP9dcsnBDHK9oD2ncDXnzpWlnVE9VuwyZRZZ/lkViHWJLKUCYeGLZsIaCHlZphKgFRRCy5F/GlYW6HmtPMLJ3j1ibY2V/KmYOrzaii1hrbJrVu3hYGeNfHmgnCSCZvvm+8fVCuo1iNbenmDRjQuYmYPTXvRrYSRV+B46D+7iAyPbVcHBSBVulxLjT5NDoCjvHen8UZDVhnmiz+Ol1QV4boneWHnB+HNGDBYIBLqrtP/uZzuhDKH3qyj+CNTQs+J/gC59ESl2Q07qRLuVurf2jEvBurvv/gKQ+aDzhP0Zi1uXyZ2dfCZzLq+tJvoVlqV6KczfkdS0tTw8BH67xThfHl9DUDIG8yH0fkTebXcM87kZtrb6byBBjhBL0foIFvQt3DqB3dfZn4zw6U7KYZGlG7AZgl5WrcuMWmitBimaREFIF/+aCM857N0L46UyU/pFLmU+ecniWjv4pAFu2fAyNr0eKv3jbIjt5IyATyPY33kxjMhlElZSqM+6NbWcP9wVGPPDuvwcCJ53erywITsQ8aAqqYcNGg6wR/ULLmsPoBAqFJMnFlvzmQ5emtEwKAyaEPM+qUx8hrH8NyqC5fbMbhBSW6GMwBaWajxYSDnTdbXykAJTz1kp8aw/mqnucaSIN+RRg7F6RaqICZUEPfFKDy/oiE+qeZ6mtJhDKtOnngYzYeEs4K21e+OUJw9GqmX+N6n9U5WH5YJj/CGA+jqfH3dsU34SesL/znPTovgGSd+LRDpwvbYtRqTbadYf5/NJfwtUKJvUTNQ5uZTX9LVdOD1DOPMs5UpvYcF/2qSolJKKXP5yNOAnAZ9MBrGavS2whRUKxULlX//79vY+YqOgUToYzPds4f7PzwMPFzxER+Tr2gfSqeHiEMFlCmcdOSx8c5eUJNWvC+FZyv1gRqCE1TLZPfsE7dS+Myvwq0aPuzXJWjtFj2VOfrVOGKsSJJwacGmgYO8SFizEbyAbvbd536Kpgnay3e0/vJ+2a+kIyO6FzKkga7Xtist3+9BCsbss7hjyzvgsVO+r6U54glh5AXs/uGj+lpYTlfGcYaPuEuuN7EDlbt2nZ+X8HAa5Me4U7i/B1tGUphft5plmm7A5ZcMGsSu9J87pj0IeQctrZ2ZSwmL3O+jR5ipe6d18IP63MnA5xcRxTwYXJA1ep0S/K3lbTJuPrJm1x1JI6R75i5XIlZ+xhlWwh9Z8XZt76EIMhZ3m084qV+rn4OuKKgd4puXat6qQaC/fK3psqXf24sBJGApR3p201xJSBARnfFJdwWj3xrESw2DnM5Km1r47IxPwfvEX9AN3234AgPb8RVKfo6I0xYG0rTQ9NvaNVUSv14UplXMcEv/AnxiwAMBDzrIAJdUo56g3JzkFiOZlsgTWu1Egc46Mec9xuTzNtCGS5HNNpOIdVWmTpYcJ3wxPiQoo81WfZiiZviQl2McGOlc/3DGrqvuWLdECA/HxQkamn+z2n5s4wRgXL2Yo3VLrTgBSORquo3Ag2dIfVc2zMabCzI3u6vRLIs/XtqLhUvPO/23qLGjyWF6GZug/9fzZhBw51zLD+MKaj2FgWrofOq84YzFxWm81Btn9XDNZmxf1LViEscK4Iu22JIiWYwIALk1BzkoUyLV3aVA/vwrkIZs12MZW8ZPn6O+t3OgnRr7oitl8/VvXDZgiZWZRNBZt3naGLI3lMkxrwhIxQbj6HiKymJeKAIuMlrX+ADWynTuD8RkKo17/+g/UDOOYFeTGEXv6SXqRjRB8lHgriQ/SpwVke3RuR55PzXH594aWeBsIkg/KWqynmtJU2/bH/Nq32l1mW45ZL+82Kmu1NoB4gvQD5jXhYBHtZ7TDjUM2VGSAEs7o74Oh5g13Axm0VQTrKnP90YHZXEkWJB4Pt1/d+bM7qK2U2rfE1UDX/av4JXcpC1/9j7G4BI6x3OGwtEPnJcSt2qJfpjChciQuJfY5JeSaiDPg7rkF86B6PmxOM7yIA6w0tZYVhpQjHCJXHxauRhaIgS7O7DDRviW4+enMZSI0Zid+Mo9POfsY83I2dRfILoqQAh7tZHEbSFSbcwNYHr+MB7lO906+/I0AOZ28GGU91UYlPIG/ppWdIIz5lPpuMyVNh4z/MESPdZthJQB1hjtZwD4ScqiJCSoHzwrLJtHvgNbIx0Yqyb22JYJMkKJcKwBzTipNoYL2NwI2nffTIysd7+MTaA4MztS56VUn0WnP5oYvKQVO7q85zlrnB+FlMeDKxV7I7GeAxcFexuMsyJaKmHEoDop6WXGuZa7Ce0LO1XEyh/SpaGOrvgaAhiFJ5FW53OgwY26jtfH/de+7fWDCSp6y/2k6gCP7emaTAXGwknOsWDGKT6wI+okpq4cmqpEJ0BuFTX2npkJSeXUD85pUTZPHpyaqr//CR3C4mkD+e0vi5mE8naXDlJ2vcCZv63IioDfPW6B0mZs2aZ8NzSaggw/myf43o02egXVsQj9wOzEfV6trVdmljUAIpiGtFQ0/+G7F4p1eFf3MebbC9J8XQIf02P57V/qCunLlmP4GrXpJeLgo2Yi6Na61k6mnxnWJ74s6gLubXUXqpZVF14Wz62dsdPE7WsgbPsimeXbdQMMdDjscmnsTcyO8/xu4jzwOrcShyItyjs4ye25ZAHf7wLkVsBK+2iszM5OcFV25lhQJ274Kt08wqlLaABIh4727ND9Hj2SbhIx7YmW1Qv97XVNjOqlEH3NKYPmB/oyuyYt92kZaaom7jkGPWtHQhgPpSlEg7t3i0WaPibTMnRmTzipmyY6RVimlgSGAU4iwl0CmOi0DrJrevsmR+VZkjnfte9+2alFZOlXhO5NU7T3gXqdQ4XO3NT9AfEXMTD1lZt8Csl77GKJCs6YkUj4HjB1G4zAeaP0lWw/L8h7tBts6cpYovT3poe7JkQs+0FZP9RrZhfR39guENElU4kr9TSjtuWUsnNkZV6ill5owO8dc6rKqPGckxLTe6jScKxQ/aKw3gnux0IJRBGyhFNJ2MM5B/FbCGTH/ChkrvTFg5gdLltpMCAuZM3VEWBGO1li5bhuJFsguD7NiS2KSR2nriZ/GNJTdpB4F1ifj/k1KbtUgAhzeEqqU3EpM3cqBfIGo0O19mtH+wvnX4qevOV78q0Bx8Px3EaR2VM/PYx3+KbQ7+VZH65yVOZMJ7JEmGDo9YkZIuVZpcezMfSURvH4ATRJ82w5EDoFF3KuJhSXucgbklpkew95DwJniGgzIdp+p6NjjbFzTxL+gBr63lcriRL8Mji2uxBhDBW2WcTFhdaunAF4Ko6WDgq7DhR3AvhOiLd9zZlSN3qlBq0DTjsD3oA/3rAS9fwrNyLxoihpOYjPQXKjHxWNPSE9UrYLl3X3Up+LNLxv7KpedgFwqTUcB/gE4aYd4vjWZAstprB/Or75jSJsr4Xem/blaxqYa6A22xxlmRDoxmUPnF2QpXOpBg/+virAGfLcr4xen2VVQLYUn6XCaM4bQ8wTb7yVtDXq/9yuhpccOvuBcR5SK8yDPd9zAB4z2xl/rEg4hS+Gy8kb+5+goHzrYjLkvxXGwsPS/PD63z+d36kMvff7Bk9MTu4owIJ5O+ZX1tjnPaJisibgg7FFn/XaqI19mvRKJdhjSGCl/gQcq/S30e8s1rJ0j2DJgofUQaDe8gqa9/1I46tJ2xke9lmwbTZJkLo7Rn0y1SP4vlLbTfP38cEIO0PXQwr5FZMnv2ta6JyFueKabi1Gdw7ayUgaO9FnlXVmRV9VD0KmMWMpjIguguVPiOZ1lmqlYG4g7e+90xwrQCu0bgcWF7jJ5JLH1pC0nNU+N6VR6LFBJPkk3XHd1LbBgyByH2p1C4qlPISA2CuByfQ286eS1DULSxznkZh9wO32nNWZJ4+rFt4/347WB5Ara4cXliYOrCMPJ/OLvHLegvQ+PXKteUdZ0z2nxzysPY9U5d4Tke8AQC1RCgA6OoBVwvp4DS9A0jo8J2ikvVxZVpl74WsKKpr2AZ3rL2PTpCvkoCaTrY3rqdDRkoGtCpef3OdASSlrFZ42UqyGWQEfNja43E1Se/nFvsC6AP0vosWx+jRSqgtq2Rwob2vJsYDX+XQEeBjzqbvcbTO/Al36l9URNAhDoQi4Wqo7vW44hC5M+Af/JNAm9PYB3098eGfAkBTZe+nNZY1+03chFMUlG2Nm+x5blYtZ8W+9vw45VjNj2QxJ99TVTyE9pLssy+O2IWtN302ONXAM7aXnGx1kFEeZ4xPubRqwCgqgRtnH2oZA6whMdxluMNF29bPGu5XKmsOhUVXO0mDswBOraaZ8LjfgxtreK5en/qU91N/9QoTrI+HQSsboR8ikX2VWAgAxkWV0jqSz4jKnaGlkpgzPQZIo2D8D8pOp74S6zm5iE3pIgYJiWaIs2HeQVoZu3mEI4JG6RRemuXLFeKUIytDu9Vb60aeRYwXt25f6XCQE9MeXAnsKhJbi9AZvN8xIL/kOwGxiTpYXjE/e/7J+tt4u2SoiS9wKCw6xTj0DqWrnTdevTm8mZ7a8ffuRR4jMEEApCiS4qtV3pj/PxYGunVNKdLCHmBX4RV1bl6DIgJv3d1RPfSo+0cZYLMkc7Qg+hbQcLcBQlPt0Kn6sWWKqs/LAXr8nFSWTureYNVyk40YaK72YtADhIifVhFwHaauXMvY98D32LhyalSgkP4HdFaGvCbTOCQavQ10DS25995gl0RiVWhcXxmst1h/1BBLmq1p2oIc1ujDHb8GWTmmQX9pfobXLTWlA9J3Q3TKHzwFttqHcn2yatW6HKFdGxYAITUCfyq3KsTWILBkwKJJGCUMwwxnFj2aSsNbJPZJ7emzY805Eevg9JgR6/M8xSKVolgunEJXzh7sTEX2wX+Suid3ffsvxw2hqfUbXappH+ZjaAMe7kAvczVApEj0yTJF/2gb6snS4IC3ou54DH0Dk+YXxMCwZDnnRhFuBwGxp8xaLNtEz+pMGvPMoAFRm9FjoO19txM10oXtbfIf7RxXsC84k2yYE7Q52EeMc8ZoZXCM2Dww94v6UHSSRGhouM2UwOgdSZSALRtvikw6P8Ka139SbwRsdyJlQUET9h1ji52/ocwRRvRRtL4SgP6pA1Q5G8PsaVOxpp73uHBLqXDJ04GcHKjna6kHGfZ5nx2ltsDdPJFXH/IN0KnWrqQnlXrO9Okp+iP8GYPewZgdjiudp2OYVF60VuMARycu8S5m5BBMzPzetrHm2Da10pd73vcN5YJhfTJXaoSRAYt2QhLDkiOqc9UMDk0S/upbzS+7GDs4w58TONQxhtLblC0RueOTRT23gpUXYCHV/PkaG78Xf51vSeWd+yQDBJeRJiIYYqkJRoQ3yQwhsNqVzixK7KavRrPpvZcmbHU210eXJxOscSvwoTLktBnVEhijZ2rDk5U+cxe1Q4w3vAEUGuEq/5nVavo5DePF9opounuNkx5NAy/dXvGxVUo0f/tNECCi/nLmxK3Vji8Jp8+xjp4mfHQcsy+uk4RYluIJNzBMyjmempb8Zg9NvXwVCiwpEIw5Dg7Sf7K+GBBB6N4HLohUt1XPG7HVAiEZPHs9IHnZxeW9CCgR4RY2fdinp9SeKngJF1v3sXd7+kxAzOSDAPlIt8wDUiUcY5nllgacS19BbuJzNrTYluWt9+NEZfJmVgNUsSVcIwOwxsDHYDGG5q76GUE9yBac6ZK06Brc3Qx8UtFFIsA3u7LzqeG4j0O6kLHM8U9eoTuDUQR+VrTfmeGAD1kCqYP8XBtfht5CFOZGXyjSPjCNzFO6p8ITTj3tZ83EUFx6wjL54kfHYSfFFJN01kV2K8it/Eesvw2Tk+c5biIPTz9Ij1H/TAw1u6hoviK5jesFYaAehkzCPaO0yHpy2iKDNWefT4/Jo7bP6qSBLjO4axna/IoizhlpPU6TMTMURXmFUpMUcuvkzPGAGozylJz+OI1uShWmLx2u90KuqRR8Wtfqp0LZjrL5MjxZInL0Cfg6EvlsKhUiLGhaYEhIOE2/4U3QEafxF0CHb0DUDIimW5m6TXQj3shyv/LGBkIIbxmgGD7U1Yu4Mx+67bHF2IRKKPpGSjUug81D8TT9CkWh9NhF4mAaqj645+WLEp4Uzi7GiO7itLmselOUfPmBpUleSfYaSZ7bAD5SkKZZvUxMgpGvttEaR3difVKsq3h6bJp+7/vgzGyk51L3PZnHhcAKTPVgI7o+28kBTsMJwOg7uLsLH0aFCVrIpJpY/9m1Ge7W9+K7JF4QmWLpGBdpdNlXVgY3lpYer/TRBSA4v8u3yp2Jc5hd1WhkUgAadPA3vL3CXbYkcvHHzK39qlA/h3Bem6OBX+nb8V1M1IQerr/WXtyboOlxAXa+dpRrvP09vSlYsent2wbBcChmfe8F+1PWGPTs/ZilKy+2Rt3Gkf/Zq8+X7XpcgFG+NcjbeOGe2/8pRYF7IcDOYa7k7dr5mH3NnpRl1kyJ8TWGs0wkciSQeJrFs0ThYuJKSulKrtbGeZsrb+DeeIG/A3MXzyIxNF3hKDG7TeB4D+SYygq9fnf7oT4ToT36ANq7HeC22ml6zDfGZjSjbX/R6+AFM8q6Q48IWFo/02RW7NUS2rk8EtSO8BIj/9isf8SlxrP3RWzGbVf5hMu7MKQGBf26B+WL34xZVUuDsGOj76tFxeZco0MvGcRfpUjWDu+HwB0D1g7areMsxPsRbtmorZDm0yu1HNOI4UOavI8pKXL3gMGmud66KQPvZOkfADpTmZ9YBWGvjlR+xeDHbg59MjSaSkXBeX0oXjcB2UdI4feHPT0bAKTgfOtmfEfrNvtQABKDYY70QwAAAAAAA", "pos": 8, "rating": "4.6", "rating_count": 695, "sellers": [ { "pos": 1, "price_old_str": "$850", "price_str": "$599.99", "seller_name": "Best Buy" } ], "title": "Lenovo IdeaPad Slim 3 Snapdragon X", "token": "eyJjYXRhbG9naWQiOiAiNzgyNzkzMTc0OTU1NTI0OTU2OSIsICJwcm9kdWN0aWQiOiAiMTI3NzI2ODMyNTkxMzczMzc1NDQiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjE0NjM1MTc0OTI5MDkzNjg4NzU5IiwgImltYWdlRG9jaWQiOiAiMjgxOTg2MTY5OTkzMzI3MDc2MyIsICJyZHMiOiAiUENfMjg4MjU4ODgwMjA3NjM2MDIyNHxQUk9EX1BDXzI4ODI1ODg4MDIwNzYzNjAyMjQiLCAiZ3BjaWQiOiAiMjg4MjU4ODgwMjA3NjM2MDIyNCIsICJtaWQiOiAiNTc2NDYyNTQ5MTc0MzYwMTIyIiwgInB2dCI6ICJoZyIsICJwYXJhbXMiOiB7InEiOiAibGFwdG9wIiwgImdsIjogInVzIiwgImhsIjogImVuIn19", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:7827931749555249569,productid:12772683259137337544,headlineOfferDocid:14635174929093688759,imageDocid:2819861699933270763,rds:PC_2882588802076360224|PROD_PC_2882588802076360224,gpcid:2882588802076360224,mid:576462549174360122,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Best Buy & more", "image_data": "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", "pos": 9, "rating": "3.7", "rating_count": 703, "sellers": [ { "pos": 1, "price_old_str": "$249", "price_str": "$226.00", "seller_name": "Best Buy" } ], "title": "HP 14\" HD Windows Laptop", "token": "eyJjYXRhbG9naWQiOiAiMTA4OTIwMDIyNDU0NzQxNDE2ODkiLCAicHJvZHVjdGlkIjogIjExNjEyNzMyNTQzOTE2MzIyODA3IiwgImhlYWRsaW5lT2ZmZXJEb2NpZCI6ICIxNDQxMDkzODMyMjM3NjMzNDY0MSIsICJpbWFnZURvY2lkIjogIjk4ODg4NjQyMzYyMTkyNDU0MTgiLCAicmRzIjogIlBDXzM1NzIzNjAxMzA4NzI5ODI0fFBST0RfUENfMzU3MjM2MDEzMDg3Mjk4MjQiLCAiZ3BjaWQiOiAiMzU3MjM2MDEzMDg3Mjk4MjQiLCAibWlkIjogIjU3NjQ2Mjg3NTAwNjMzMjE5NiIsICJwdnQiOiAiaGciLCAicGFyYW1zIjogeyJxIjogImxhcHRvcCIsICJnbCI6ICJ1cyIsICJobCI6ICJlbiJ9fQ==", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:10892002245474141689,productid:11612732543916322807,headlineOfferDocid:14410938322376334641,imageDocid:9888864236219245418,rds:PC_35723601308729824|PROD_PC_35723601308729824,gpcid:35723601308729824,mid:576462875006332196,pvt:hg&udm=28&hl=en&gl=us" }, { "currency": "USD", "description": "Microsoft Store & more", "image_data": "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", "pos": 10, "rating": "4.6", "rating_count": 807, "sellers": [ { "pos": 1, "price_old_str": "$2,200", "price_str": "$1,699.99", "seller_name": "Microsoft Store" } ], "title": "Microsoft Surface Laptop 7 Copilot+ PC", "token": "eyJjYXRhbG9naWQiOiAiNTU2MDEwMzkxNjA5MDE2NTIxNyIsICJwcm9kdWN0aWQiOiAiMTEwODIwMTU0MzAwODIxODQwMDAiLCAiaGVhZGxpbmVPZmZlckRvY2lkIjogIjk3OTc4MjE5NDU0OTUwNDY2MzIiLCAiaW1hZ2VEb2NpZCI6ICI1NDk3MTI5NjcwNzMxOTIwOTM2IiwgInJkcyI6ICJQQ185MjczMjE4NDQwNTAwNTY4ODY1fFBST0RfUENfOTI3MzIxODQ0MDUwMDU2ODg2NSIsICJncGNpZCI6ICI5MjczMjE4NDQwNTAwNTY4ODY1IiwgIm1pZCI6ICI1NzY0NjI1MzgyMjgxMjI2ODciLCAicHZ0IjogImhnIiwgInBhcmFtcyI6IHsicSI6ICJsYXB0b3AiLCAiZ2wiOiAidXMiLCAiaGwiOiAiZW4ifX0=", "url": "https://www.google.com/search?ibp=oshop&q=laptop&prds=catalogid:5560103916090165217,productid:11082015430082184000,headlineOfferDocid:9797821945495046632,imageDocid:5497129670731920936,rds:PC_9273218440500568865|PROD_PC_9273218440500568865,gpcid:9273218440500568865,mid:576462538228122687,pvt:hg&udm=28&hl=en&gl=us" } ], "pos_overall": 6 } ], "related_questions": { "items": [ { "pos": 1, "question": "Which brand of laptop is the best?" }, { "pos": 2, "question": "What is a really good inexpensive laptop?" }, { "pos": 3, "question": "Is it cheaper to buy a laptop at Walmart or Best Buy?" }, { "pos": 4, "question": "What is a good laptop to buy?" } ], "pos_overall": 4 }, "related_searches": [ { "pos_overall": 14, "related_searches": [ "Laptop Apple", "Laptop HP", "Laptop for gaming", "Laptop price", "Laptop sale", "Laptop Best Buy", "Laptop Windows", "Laptop for school" ], "related_searches_urls": [ "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+Apple&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAhTEAE", "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+HP&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAhgEAE", "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+for+gaming&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAheEAE", "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+price&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAhcEAE", "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+sale&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAhaEAE", "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+Best+Buy&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAhZEAE", "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+Windows&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAhWEAE", "https://www.google.com/search?sca_esv=a82350b6429375af&hl=en&gl=us&q=Laptop+for+school&sa=X&ved=2ahUKEwjMq6Wq8uyUAxUpqpUCHWp0HJgQ1QJ6BAhUEAE" ] } ], "search_information": { "no_results_for_original_query_found": false, "query": "laptop", "showing_results_for": "laptop", "time_taken_displayed": null, "total_results_count": 267 }, "total_results_count": 267, "what_people_are_saying": { "items": [ { "engagement_timeframe": "2 days ago", "pos": 1, "source": "PCMag", "title": "The Best Laptops We've Tested (June 2026)", "url": "https://www.pcmag.com/picks/the-best-laptops" }, { "engagement_timeframe": "946.4K+ views, 3 days ago", "pos": 2, "source": "Tech reviewer", "title": "Nvidia's New Laptops - RTX Spark", "url": "https://www.youtube.com/watch?v=0-VG9QBm8S8" }, { "engagement_timeframe": "3 weeks ago", "pos": 3, "source": "Laptop editor at CNET", "title": "Best Laptops of 2026: Top Picks Tested by CNET", "url": "https://www.cnet.com/tech/computing/best-laptop/" }, { "engagement_timeframe": "Mar 23, 2026", "pos": 4, "source": "The New York Times", "title": "The 14 Best Laptops of 2026 | Reviews by Wirecutter", "url": "https://www.nytimes.com/wirecutter/reviews/best-laptops/" } ], "pos_overall": 9 } }, "url": "https://www.google.com/search?q=laptop&hl=en&gl=us" }, "errors": [], "status_code": 12000, "task_id": "7468177760372927489" }, "headers": {}, "status_code": 200, "url": "https://www.google.com/search?q=laptop&hl=en&gl=us", "query": "laptop", "task_id": "7468177760372927489", "created_at": "2026-06-04 05:52:10", "updated_at": "2026-06-04 05:52:25" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Google Templates Source: https://help.decodo.com/docs/web-scraping-api-google-templates Web Scraping API Google Templates Google can be scraped using multiple different templates, including the **Google search bar**, **direct URL**, or more specific targets like **Google suggest**, **Google ads**, etc. In each respective template page, you will find: * Whether it can be parsed with `JSON`; * The required parameters; * Ready-to-use code examples for `cURL`, `Node`, and `Python`, where you only need to change the username and password for your Web Scraping API user for the code to work. All Google templates use the Premium Proxy Pool by default. Here is the list of available **Google templates**: | Template | Parser | Input | | ------------------------------------------------------------------------------------------------ | ------------- | ------- | | [**Google Ads**](https://help.decodo.com/docs/web-scraping-api-google-ads#/) | ✅ | `query` | | [**Google AI Mode**](https://help.decodo.com/docs/web-scraping-api-google-ai-mode#/) | ✅ | `query` | | [**Google Lens**](https://help.decodo.com/docs/web-scraping-api-google-lens#/) | ✅ | `query` | | [**Google Search**](https://help.decodo.com/docs/web-scraping-api-google-search#/) | ✅ | `query` | | [**Google Travel Hotels**](https://help.decodo.com/docs/web-scraping-api-google-travel-hotels#/) | | `query` | | [**Google URL**](https://help.decodo.com/docs/web-scraping-api-google-url#/) | Specific URLs | `url` | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Google Travel Hotels Source: https://help.decodo.com/docs/web-scraping-api-google-travel-hotels Web Scraping API Google Travel Hotels Template The `google_travel_hotels` template is built to obtain Google Travel service's hotel search results. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Google Travel Hotels template: | Parameter | Type | Required | Description | | ------------- | ----------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `google_travel_hotels`. | | `query` | string | ✅ | Search query. | | `geo` | string | | Set the country to use when submitting the query. | | `locale` | string | | Set the value to change your Google search page web interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-google-interface-localization) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number within the range of `1` to `10`.
Default value is `1`. | | `date_range` | string | | Dates from and to. Example: `"2022-11-10,2022-11-20"`. | | `stars` | array\ | | Filter for hotels that have the provided star rating. Example: `[4,5]`. Values must be between `2` and `5`. | | `adults` | integer | | Number of adults staying.
Default value is `2`. | | `children` | integer | | Number of children staying. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | When using the `geo` parameter, you must use the Google's location name format [**described here**](https://developers.google.com/google-ads/api/data/geotargets). Single country strings (eg. `United States`) may perform poorly, while more specific locations (e.g., `San Francisco,California,United States`) will work better. ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "google_travel_hotels", "query": "trivago", "page_from": "1", "stars": [4,5], "adults": 2 } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "google_travel_hotels", "query": "trivago", "page_from": "1", "stars": [4,5], "adults": 2 }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "google_travel_hotels", "query": "trivago", "page_from": "1", "stars": [4,5], "adults": 2 } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Google URL Source: https://help.decodo.com/docs/web-scraping-api-google-url Web Scraping API Google Template The `google` template is built to obtain content directly from various Google URLs. Instead of passing multiple parameters, you can simply provide a direct URL to the desired Google page. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. To receive results from specific geo use Google Search Target template or include include `uule` , `gl` , `hl` parameters directly in the URL. ## Input Parameters Request parameters available for Google URL template: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `google`. | | `url` | string | ✅ | A URL of a Google service. Additional parameters can be specified in the URL itself. | | `parse` | boolean | | Automatically parses results when set to `true`, but only applicable to specific page types that support a parser, [read more](https://help.decodo.com/docs/web-scraping-api-google-templates#/). | | `locale` | string | | Set the value to change your Google search page web interface language. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-google-interface-localization) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `page_from` | string | | Customize the starting page number within the range of `1` to `10`.
Default value is `1`. | | `page_count` | integer | | Customize the desired page count number within the range of `1` to `10`.
Each page provides 10 search results.
Default value is `1`. | | `google_tbm` | string | | Filter search results for specific types of content (news, apps, videos...). More information [**here**](https://stenevang.wordpress.com/2013/02/22/google-advanced-power-search-url-request-parameters/) . Sample value: `app`. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests.[**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "google", "url": "https://www.google.com/search?q=laptop&source=hp&ei=OrK3ZITEEY6Ixc8P3NemmA4&iflsig=AD69kcEAAAAAZLfASni8y8AdTBIjpShc1wPCNRMLoubj&ved=0ahUKEwiEyafav5qAAxUORPEDHdyrCeMQ4dUDCAk&uact=5&oq=pizza&gs_lp=Egdnd3Mtd2l6IgVwaXp6YTILEC4YgAQYxwEY0QMyBRAAGIAEMgUQLhiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyCxAuGIAEGMcBGK8BMgsQLhiABBjHARivATIFEC4YgARI1ApQgARYyQlwAXgAkAEAmAF1oAGuBKoBAzAuNbgBA8gBAPgBAagCAA&sclient=gws-wiz", "parse": true } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "google", "url": "https://www.google.com/search?q=pizza&source=hp&ei=OrK3ZITEEY6Ixc8P3NemmA4&iflsig=AD69kcEAAAAAZLfASni8y8AdTBIjpShc1wPCNRMLoubj&ved=0ahUKEwiEyafav5qAAxUORPEDHdyrCeMQ4dUDCAk&uact=5&oq=pizza&gs_lp=Egdnd3Mtd2l6IgVwaXp6YTILEC4YgAQYxwEY0QMyBRAAGIAEMgUQLhiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyCxAuGIAEGMcBGK8BMgsQLhiABBjHARivATIFEC4YgARI1ApQgARYyQlwAXgAkAEAmAF1oAGuBKoBAzAuNbgBA8gBAPgBAagCAA&sclient=gws-wiz", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "google", "url": "https://www.google.com/search?q=pizza&source=hp&ei=OrK3ZITEEY6Ixc8P3NemmA4&iflsig=AD69kcEAAAAAZLfASni8y8AdTBIjpShc1wPCNRMLoubj&ved=0ahUKEwiEyafav5qAAxUORPEDHdyrCeMQ4dUDCAk&uact=5&oq=pizza&gs_lp=Egdnd3Mtd2l6IgVwaXp6YTILEC4YgAQYxwEY0QMyBRAAGIAEMgUQLhiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyCxAuGIAEGMcBGK8BMgsQLhiABBjHARivATIFEC4YgARI1ApQgARYyQlwAXgAkAEAmAF1oAGuBKoBAzAuNbgBA8gBAPgBAagCAA&sclient=gws-wiz", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output The response structure will vary depending on the provided `url`. #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "last_visible_page": -1, "page": 1, "parse_status_code": 12000, "results": { "images": { "items": [ { "alt": "The 13 Best Laptops of 2026 | Reviews by Wirecutter", "data": "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", "pos": 1, "url": "https://www.nytimes.com/wirecutter/reviews/best-laptops/" }, { "alt": "Buy Dell Laptops – Latest PCs for Work, Gaming & Business ...", "data": "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", "pos": 2, "url": "https://www.dell.com/en-us/shop/dell-laptops/scr/laptops" }, { "alt": "The 13 Best Laptops of 2026 | Reviews by Wirecutter", "data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjclHyU3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3N//AABEIAMAAzAMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAAAQIEBQYDBwj/xAA7EAABAwIDBgMFBgYCAwAAAAABAAIDBBEFITEGEhNBUXEiMmEUQoGR0SNDUrHh8AcVYnKhwSQzgpLx/8QAGQEBAAMBAQAAAAAAAAAAAAAAAAEDBAIF/8QAIxEAAwACAwACAgMBAAAAAAAAAAECAxEEITESUSJBEzJhFP/aAAwDAQACEQMRAD8AnISoXtbOgQgua3NxsFwkqWt8uZTZB3QoRqpOgA9U5tW73gD2UbBLRdcBUxnXwqdS0c9RYxMIafedkoq5lfkyUm/DiukMMsxtGxzvUDJW9Ng8bPFOTI7pyVnHCxgyaAPRYcnPldQi6cP2U9PhJPinP/i36q0hpYomgRsa0/5UkNTgF5+TPkyf2ZeoleI5tZZPDU6yFSdbEslCEqARKhCAQhVeLUW+3jRN8Y8w6hWyCMl3iyPHSpHNSqWmZCyFZYrRcF3Gib4HeYfhPVVy9/FkWSfkjFUuXpjbJQEqLKwgE8JqVuiAgOka3zEKPJUnRgsDzUfvcoXOyRXOc45uJTUIKgBa+QzPQaqzo8CrKixe0QM6vzPyUXC6hlJiEE0rd6NrvELXyOV/hdehBjHta9jg5rgCHDQjqsXJz3jepLccqvSlocDpaYh+5xJB7zzf5BWjI7aCwXbcAyRZeXV1T/JmlJLwYGpbJyFyBEqEIAQhNkcWMc4NLi0E7o5oSOQqjDtoKGpdSUs80dPidRGHmie77RmV7EdVcI1ojewQhKhIJbISgIQc5GNkaQ4XBGYWcxCkNLLbMscfCVqLLhWUzaiAsda9sj0K08bP/Ff+HGSfkjKJQlkYYnlrvMDYpAvcTVLa8MbX6FsghOuhSDOoQkuuCQJyRdCRAHNafZHFwxzcNqHWa4/YknQ/hWXJTN8DnYqrLjWSdM6mviz1ZzbXB5JllV7MYwMUpOHM4e1RD7T+ofiVuQvEuXNOWak9nNCcQkXB0IhKhAIs1/ESHFJdmKj+SvlbOxwe8QuIe5g1AIWmRb/ClPTIa2j5mwrF6yhxeHEqeYmojdvB7yTvHQ719ehXvOxO0D9pMG9tkgZDI2Qxuax12kjmCnVex2AVeJtxGfDYjVB28XNya89XNGRV6yNkbAyJjWMGjWiwHwXVUmRKaFASpQMktlwdCJUtkoCAAlsnAJ4ZdSNmZxKAGZ+6M73VboSFocTj3ajkLi6qKqENaZALZrfws7mv46KcsLXyRGSpDr0Sr1dmYzvySKgwzHfLHXH0Eg/2r0ODgCCCDmLKqbVdokW6a42CUpjiBmV0BzYpJTaNhP5KXDho+/cT/S36qDh+0NIJxQ1f2EhNo3nyv9O6vriwXnZ+Re9Lo0REhRuNFK2Ska1jmZi3P0K2lFVR1tK2eLRxsW9DzCw7nDqpWEYocPqt51+A+wkA/P4LE+y3WjaEJi6Ddc0Oa4Oa4XaRzHVNIsuANSJ9klkJEQEtkKACUBKAlAUgQJQE4NT2tTQ2MDU9rV1bGSuzID9clKWzl0kcWxkruyA9O6qMX2nwzCgYw/2qp04MJvY+p0CwW0+LbSY2HRsqBQULhYxwGzj3ctOPjXRTWT6L7bPazCMMq+CJxU1LW5xQkOIPqeSyDMcr8Wfv1DODD7sTf99VW0OCQ058lzzJ1JVvDTtjbkt2HizD+T9OHbfRKjqZmaPuPXNSG1zrZxj4GyhhR5sQo4H7ktTEx3RzwCtW/wDTjR5/rqp+H4pLRENzdB+F3LsoO6lAzuvNVOe0DZUtXDVxB8Lw78Q5hPfmD0WMgllpZBJTmx6dVpMMxJlbGWusyUe7f8lrx5VXoOWI0EVTGQ9gKi0OLV+COEdQH1VEMtbvYPTqrp7bhRKiASNzATJiVrslNz4XVJiNPXwNmpJWyRu5jUehHJMqqlkMbnyvDGjm42WQko56SoNVQSGKXUj3X9wpDcUhxKM01azhy843c/UFefeBwy5ZNnoGw+19LU1f8mlkzcL073ZXPNv0W6IXz3VSPwtm9h8G4bgmZpu8EL1v+H+1ke02FfaENr6ezZ2Hn0ePQ/mqrjrZM33o06E6yAFSWiWQAngJwYmhsYGp4YujIiVIZBc6KUmyHSRHbGSu7IOv/wAVTiu0+F4WTG15qqjThw52PqVlMQxnF8WBbLJ7LTH7qE2JHqVqxca7KqyGrxbajC8KJiDzVVIy4UJvY9CdAsniWN4vjF2ySex0p0iiNie5UWCljg/62AHS/Mrtur0MfGifSps4UtNHCPC3XqpjWjmEwKLW4rSUEZfPM0W0z1WhtL042SZqWN4LiALcxkqLEa2loCePOPRjc3H4Khxja2oqd5lE3hx/jP8ApULWtnnPFnDnE5uc64afUrNedL+oLWu2gqqwmOiHBjPvXzI7qsjw+sqQZIYnSi9nOvz+K5NnbuvhqoW+LIG5t3afqm7krcgWOHIuFystW6B2Qka7eSqCQTSLODmktcMw5uqchAW2HY0SWw4gQOQlHPurhzWuF2kEHmNFj3gFpB0XSkr6igcDG/fj5xnRaIza6YNHLFcKsr6COdo322toRkQVaUVbBXxkxEB48zHaj6p8kO8LrRpUgZd009IeHVEvj92Xp3T8LrpsDxeDGMMduyMJ32g+GZh8zXdx/mxVvU0u+LObcFUlVQyUpLqe7mHzRdeyy5MH0dbPoLB8Tp8Zw6GvonXikbex1aeYPqFOAuvDf4fbVfyDFeFM9xwyoNp43awO0Dx/v07L3imDZWB7HNdG4Xa4ZgjuvPuGnovmugZHdd2QqpxnaXD8IYWtvVTjIRRH8zyWOxDGsYxols0gpaY/cw5XHqdSrsXGuzirNfi21WF4UXRMd7VUD7qLO3c6BZPEsaxfGd5s0vslIfuYTYn0J1Kh09JHC3wAX5nW6k2XoY+NEe9lbZygpo4mjcYAevNd2tslCHuDWEkaLScCqNWV1PSMdJO9rA3qVFqK17sm+Fq84xiqqP5i+Oul3ruPDN/CRy7KnLl+C6Bo8X2ukkDo8PaGjTiOGXy5rL1E0tS/i1EjpHk+ZxurPAMTpsPmd7RSQzNe0tLnC5z/AHyspNfhEL6Z+Ixvgo4HXMYe+4k9Gi1yVjq6vtsFADY3TXNBO80lr+rdT3S59h06IVYFZMPEyqjY4PBG85oIt6dF1gw7EJ2l2HRzSRA2J3N6x6X7WXEi4shjJmg8CeWJl/Kw5ICQW5XSNd1XFshiPjJfEPvANO/Xuuzt0N3iRu9b5KSRyE0H5Jb9EAFNNrWslv1RyugEiLoZBJE8sc3MELUYRjNLWWgxBgimPlkGTXn16FZjJJfou4yVHgPQpMLDh9m//wBgoU2DPfyb81TYLtDNQkQ1BMtONOre30W0pZ4KyETU8jXxnmOX6rdFzYMlU7KySyCRkjY5B7wzV9hcWJ0tKKZlY8R2As24HwF8laGMJzWgKXjj6J3oiwUXCuXXLyc3HNS2ssLJ+ui4vmaHbjGmSTkxouV02khvZ1tZOY0vNmguPQLtR4ZUzESVL+CzlG0Xd+iuYYY4AAxgt15qi+TK6XpyV8WGve0GV4Z6AJs9C+O5Hjb1Gqtkoyv69VR/0XvsGUq6JsrSWeF99Ov0WOx7ARUbweyzuq9Uno4pRe26/q1VFbh5DSJWbzeTgr5uciJPEKmnq8KfaRplg62zC6xTtnaHMdvWysTm0fvovR8UwMPjc5oa4H0WHxbZ2SCR0tE4teMyOSqyYGu0QREoaSokNZw38OqYY3jLMWBU9pBGRCztaAgaBy+KdYjR3+EIUAY6aWECCVzN0m2/1/fVI+JtLMDCWS2Gbbfl0SseI2vikhBkcbb9zY/r3ShktF42sYY3i4YQDu/4/NCSTRQGvbUStmpoWxDeMcjt1xPQDr6LgLE5EHsVy4fGHGDwXkai9j6G2v7suhlDiGNgEbrXNzl8OqAkUTad87W1T3MYTYlv5K7xXBadjmewVMczZM27ozseZWec3dHhu4W5jVWeE4o/D5A4tbJHo5kjQ5Q9oslrxlfUQyQyFjxmNLG9+x5rkArHEq2Cplk9mphFE433SQd3sMgP3kolPBLVO3YI3O9TkD8V1CdHNJb6OVjndXezEVZ7eyalduRXAkJ8r28xbmpOG7O5h1QN8+unyWigjipd1rRnya0XJWvHx/j+TZyWP5dUx8zGODc3POjWi5Xemw2rqmgzf8eMm9tXFXFHQU1GLQRjeOr3Zk/FdXyJXgZVU+F1VUA6qPAYfcHmIVxSUVPSMDYIw0/i5/Nd0qyXlu/Qg+aEJVWAQhCAEcrWFkqFO/oEOegY8l0VmHpyKosSwoPJD2bjuRtkVqUOa14IcLjoVdGdz6QeR47s4yQESx5gZFY2oo6zCXWsZYNctQvfKzCmTNIjFwfddy7LJYtgJG9vMJaNQQr2oyroHm9PVR1Au0rvZdcX2dMTzNRksk6DQqn9tmpyYqiF/Ebru6FZrxuWCwa+B0JZLC7jW0Jv8kzOEgzNLo7WDiblvf6pzB7QC9zrEHytyLT6/uydDPw3OZUxmTLwuZazu/RVkjjTvDOPS7p/EwHI9+ndNc+CaAteJGzNOg1/TumMaWFxa4xsOrWuyC6U0b53htNG55HO1mj481KTfgED5RGGSSAc8hb5p8Ec1SdyljMh/ETZo+qvKDZp0jg6rfvjUMtZvyWhhpKajAsAHdBmStUcf90SZ/DtnC8tfVu4h6Ws0dh9VoYKSClADQL8g3MqzpcMq6uzi0U0B5u8x7BXlFhlNRZxsvJ+N+Z/Rd1ljH1IKekwuqqRd/8AxoupHiPZXVFh9NRi8LLvOr3ZkqUMkoWW8tUQKMkBCWyqAJQhCAEqUMdbe3Tuj0SINglQhACVCEAISoQAmSQxzN3ZRf1T7JQpTa8Bm8V2d4oc6nF/6barGVeBtE7g+LxDkWr1loJIDQTZcJ46Hf8A+S6HiW0tey048z/aB897rnODnubvbtiWC1+6SImV/Cpo3SOvmQDYK5odm5ah7ZKmR1r+QZD9VpaPDqaiYALNtplqmPj77okoMO2dlmc2SsJNtGHIfJaenoqWiYMmsAGh1S8YgbsYsOqtdnX0D5XRyua6t1aJDq3+lXtzinaRA2loaqsb9mzgQn33ixPYK4o8KpqQghu/IPffmVOBJHZCx5MtWASoCFWBUISqACVInIAC605i+9C5WShAWNi2zr+Hpfkokzonn7Fc7kt3bm3RJzuhGgCVCEJFQhCkAlSJJHxxRmaaRscIGb3GwCAcudTUU9FHv1sojB8rfed2CzmJ7WsziwiO/IzyD8gqSlp6zE6oyEvmlObpHG9u5OgXaj7BtIsZbU+GJm7GRodfin/yn2j7WG7Wn0uqWnMFCLRWq6i1rj/qb8eae+WqnIfPK8uI0abADoLK/Hiv9dDZTTQuiiJjHivmoljcnmrki4zVfVQcN28M2HmtZJDcbLO4vJJFUsqAHlrPwOsWnqFonjJV9VBvX9VXU7WiCds1t3ZrIsYO9FcNFVbQ8t76hb6GWOeNssL2vY4XDmm4K8Vq6Kame59KR4vPGfK7t0KkYJtBXYLIX4aXTU2stBJe7eu79FjvG0wezBKqXZ7aPDsepxJRS2kt44XeZvoroZqprQBKhCgCpUgShAKhCUIACVIlCAEc0JWtLjZuqAE4N5+6NToB3VXiuO0GFXbM/j1FsoYzn8TyWOxTHa/Fn7kj+HBygiyHx6rpIGoxbaijog6OiAq6jqT9m36rI1NViWNVQNTI+aQmzWDyj+0BS6PBC2Ns2ISCmiPlaW3e/wDtb9VaROEUZhoIvZYSLF97yydzyHoFfixU/AQ6fCYKMj29xfNyp4jd3xOjVOc6SaPhkNgpm+WCIWb8ebj6lNijZELDzLpqtc45kjY5jWMA3W2XQFcwE6y739gipHNa4EOzB1ShLZQTsqp4TG4tOnI9VFkjuCr2aNsrd0j4qqliLHEP1UDZVT0+8LW+apq2gLpOJCTHM3R4Wmey6hzQrlrYMqOKKsTU7/Y8TbmCDZk1ludl/wCILJXigx9ns9SDuiU6O7rOV1CyVlnNB5g8wVU1ULXtbDX3tpHUgZt/u9FnuED3dj2yMD43BzCLhwNwU/ReLYBtXiey9QKeqJqaJ2g1FurSvV8CxygxunE1BKHEeZh8zT2Weoa7J0WiUaJAf8pQuCBUIRZACVMmlipYTNVSshhGr3mw+HVZTFdsrkw4QzdOnHkGfwHJdKWwaavr6PDYuJXTCO/lYM3v7BZDFtqqutvDQtNLAcjbzu7n6KqpqWtxepc9okqJNXPccgOpdoArimoqKhIsBXVPI/dM+PvK2MbrwFZQYRUVbeO60UAN31Eps358yrilbT0uWGxGSTnVTtzH9rOXcro4S1Dg+rk3y3ysGTWdhoE+wHkC1xgS7Y2NDPEZJHOkld7zjcp+qLJWjNXEAAujQjdTgFGwLZGSVKB6KAf/2Q==", "pos": 3, "url": "https://www.nytimes.com/wirecutter/reviews/best-laptops/" } ], "pos_overall": 4 }, "local_pack": [ { "items": [ { "address": "91,92,93 4th floor, karimullah market Sylhet", "cid": "17729697649947516354", "paid": false, "phone": "01630-332244", "pos": 1, "rating": 4.9, "rating_count": 202, "subtitle": "কম্পিউটারের দোকান", "title": "ইউনিক কম্পিউটার - ল্যাপটপ & ডেক্সটপ শোরুম ইন সিলেট" }, { "address": "Mirer Moidan Point, Dorgah Moholla Rd", "cid": "3357250679951080546", "paid": false, "phone": "01717-074618", "pos": 2, "rating": 4, "rating_count": 144, "subtitle": "কম্পিউটারের দোকান", "title": "পিসি গার্ডেন" }, { "address": "Elegant shopping mall", "cid": "2437021751598621674", "paid": false, "phone": "01611-249636", "pos": 3, "rating": 5, "rating_count": 560, "subtitle": "কম্পিউটারের আনুষঙ্গিক জিনিসের দোকান", "title": "জেনুইন কম্পিউটার" } ], "pos_overall": 3 } ], "organic": [], "organic_videos": [ { "desc": "Apnader laptop r service 2 tai onek valo asha kori shamneo amon service obbahoto thakbe. Ami apnader theke 840 G8 kinsilam 2 years age ...", "pos": 1, "pos_overall": 1, "title": "LaptopPrice in Bangladesh | Best Laptop for Students & Job ...", "url": "https://www.youtube.com/watch?v=0kuL4QOkbhg" }, { "desc": "Laptop Price In Bangladesh 2026 | Best Laptop For Students & Freelancers | Premium Laptop Best Price Are you looking for the latest Laptop ...", "pos": 2, "pos_overall": 2, "title": "LaptopPrice In Bangladesh 2026 | Best Laptop For Students ...", "url": "https://www.youtube.com/watch?v=e05KlWb_doQ" }, { "desc": "Laptop Price in Bangladesh | Best Laptop for Students & Job Holders | Value for Money Premium Models Are you looking for the updated laptop ...", "pos": 3, "pos_overall": 5, "title": "LaptopPrice in Bangladesh | Best Laptop for Students & Job ...", "url": "https://www.youtube.com/watch?v=EKTlZgBmZdA" }, { "desc": "Laptop Price in Bangladesh 2026 | Best Laptops for Students & Office | Most Popular Laptop | Gaming Are you looking for the latest laptop ...", "pos": 4, "pos_overall": 6, "title": "LaptopPrice in Bangladesh 2026 | Best Laptops for Students ...", "url": "https://www.youtube.com/watch?v=pYmL_OIo3Hg" }, { "desc": "Laptop Price in Bangladesh 2025 | Best Laptop for Students & Freelancers | HP Dell Lenovo Acer Asus Are you looking for the updated laptop ...", "pos": 5, "pos_overall": 7, "title": "LaptopPrice in Bangladesh 2025 | Best Laptop for Students ...", "url": "https://www.youtube.com/watch?v=YPTPF_80y8s" } ], "paid": [], "search_information": { "no_results_for_original_query_found": false, "query": "laptop", "showing_results_for": "laptop", "time_taken_displayed": null, "total_results_count": 0 }, "total_results_count": 0 }, "url": "https://www.google.com/search?q=laptop&source=hp&ei=OrK3ZITEEY6Ixc8P3NemmA4&iflsig=AD69kcEAAAAAZLfASni8y8AdTBIjpShc1wPCNRMLoubj&ved=0ahUKEwiEyafav5qAAxUORPEDHdyrCeMQ4dUDCAk&uact=5&oq=pizza&gs_lp=Egdnd3Mtd2l6IgVwaXp6YTILEC4YgAQYxwEY0QMyBRAAGIAEMgUQLhiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyCxAuGIAEGMcBGK8BMgsQLhiABBjHARivATIFEC4YgARI1ApQgARYyQlwAXgAkAEAmAF1oAGuBKoBAzAuNbgBA8gBAPgBAagCAA&sclient=gws-wiz" }, "errors": [], "status_code": 12000, "task_id": "7424370816759897089" }, "headers": {}, "status_code": 200, "task_id": "7424370816759897089", "created_at": "2026-02-03 08:39:00", "updated_at": "2026-02-03 08:39:03" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Introduction Source: https://help.decodo.com/docs/web-scraping-api-introduction Decodo Web Scraping API overview: subscription tiers, pricing, target templates for Google and Amazon, and supported integration types. **Web Scraping API** is a managed web data extraction solution built for scalable scraping workflows. It handles proxy rotation, browser rendering, and anti-bot protection automatically, so you can focus on collecting and processing data instead of maintaining scraping infrastructure. Send a target URL or query together with your scraping parameters, and the API returns extracted content in formats like HTML, JSON, CSV, screenshots, Markdown, etc. ## Pricing Web Scraping API pricing depends on two main factors: * **The selected proxy pool**. You can choose between *Standard* and *Premium* proxy pools. *Standard* proxies are best suited for simpler targets and cost-efficient extraction. *Premium* proxies are designed for more demanding websites with stronger anti-bot protections. Unlike the universal Web template, other target templates use *Premium* proxies by default. * **The JavaScript rendering mode**. For most target templates, you can choose whether JavaScript rendering should be enabled for the request. Rendering is useful for dynamic websites that load content through JavaScript, but it also increases request cost because it requires additional browser resources. The total request cost depends on the combination of proxy pool and rendering mode used. ## Proxy pools Different proxy pools are optimized for different types of targets: | **Proxy pool** | **Best for** | | :------------- | :------------------------------------------------------- | | Standard | Lightweight extraction from simpler websites | | Premium | More demanding targets with stronger anti-bot protection | ## JavaScript rendering modes Rendering mode determines how the target page is processed: | **Rendering mode** | **Description** | | :----------------- | :------------------------------------------------------------- | | Disabled | Fastest option for static pages that do not require JavaScript | | Enabled | Loads and renders JavaScript-heavy websites before extraction | ## Quick start Getting started with Web Scraping API only requires a few steps: 1. Choose a [target template](https://help.decodo.com/docs/web-scraping-api-targets#/) or keep the target set to Web for universal extraction 2. Enter a target URL or search query 3. Configure request [parameters](https://help.decodo.com/docs/web-scraping-api-parameters#/), including the proxy pool, rendering mode, output format, etc. 4. Send the request directly from the dashboard or copy ready-to-use cURL, Python, or Node.js request examples for integration 5. Receive extracted data in your preferred format The API handles: * Browser rendering * Proxy rotation * Location targeting * Anti-bot bypassing * Request retries and stability You can monitor your API usage in the dashboard's [Statistics](https://help.decodo.com/docs/web-scraping-api-statistics#/) section, including traffic breakdowns by domain, success rates, and hourly, daily, and monthly insights.
## Choosing the right setup Recommended configurations depend on the complexity of the target website: | **Target type** | **Recommended setup** | | :----------------------------- | :--------------------------------------- | | Static websites | Standard proxies with rendering disabled | | JavaScript-heavy websites | Rendering enabled | | Protected or difficult targets | Premium proxies with rendering enabled | In case extraction quality is inconsistent, try enabling rendering or switching to the *Premium* proxy pool. If you're unsure which setup to choose, start with the [free plan](https://dashboard.decodo.com/register?planId=922406) to test different target templates, rendering modes, and proxy configurations before scaling your usage.
## Usage policy Web Scraping API is intended for collecting publicly accessible web data. We don't support scraping: * Post-login or authenticated content * Private user information * Restricted or non-public data Users are responsible for ensuring their use of the service complies with applicable website terms and internal policies. *** # JavaScript Rendering Source: https://help.decodo.com/docs/web-scraping-api-javascript-rendering Web Scraping API JavaScript Rendering ## What is JavaScript Rendering JavaScript rendering is the process of executing JavaScript on a webpage to generate dynamic content. Dynamic content refers to data or elements that are loaded or updated on the webpage after the initial HTML is delivered. Many modern websites rely on JavaScript to load data and modify their layout in real time. ## Not Using VS Using JavaScript Rendering Not using JavaScript rendering: * Retrieves only the initial `HTML`. * Fast and resource-efficient, but misses dynamic content. Using JavaScript rendering: * Executes JavaScript to load full content, including dynamic data. * Slower and resource-intensive, but essential for modern dynamic sites. ## When to Use JavaScript Rendering * **Static Websites:** No JS rendering needed. * **Dynamic Websites:** Use JS rendering to capture complete content. * **Interactive Elements:** Necessary for scraping data behind user interactions. For example, [**browser actions**](https://help.decodo.com/docs/web-scraping-api-browser-actions). ## How to Use JavaScript Rendering in Your Requests To include rendering to your request, you will need to add the `headless` parameter with either `html` or `png` set as the value. ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization:Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://ip.decodo.com/ip", "headless": "html" } ' ``` Screenshot response is available when the headless parameter is set to `png`, read more [here](https://help.decodo.com/docs/web-scraping-api-screenshot-response). *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Localisation Source: https://help.decodo.com/docs/web-scraping-api-localisation Geo-target scraping requests by country with geo, domain, and locale parameters. Standard pool covers 8 locations; premium spans 240+ countries. ## Geo Specify the geographic origin of the request. | Parameter | Default Value | Example | | :-------- | :------------ | :-------------------------------------- | | **`geo`** | Randomized | `United States`, `United Kingdom`, etc. | When providing a country name, it must be in Capital Case: * Incorrect: `united states`. * Correct: `United States`. - Canada - France - Germany * Japan * Netherlands * Romania * United Kingdom * United States * Aaland Islands * Afghanistan * Albania * Algeria * American Samoa * Andorra * Angola * Anguilla * Antarctica * Antigua and Barbuda * Argentina * Armenia * Aruba * Australia * Austria * Azerbaijan * Bahamas * Bahrain * Bangladesh * Barbados * Belarus * Belgium * Belize * Benin * Bermuda * Bhutan * Bolivia * Bonaire, Sint Eustatius and Saba * Bosnia and Herzegovina * Botswana * Bouvet Island * Brazil * British Indian Ocean Territory * British Virgin Islands * Brunei Darussalam * Bulgaria * Burkina Faso * Burundi * Cabo Verde * Cambodia * Cameroon * Canada * Cayman Islands * Central African Republic * Chad * Chile * China * Christmas Island * Cocos (Keeling) Islands * Colombia * Comoros * Congo * Congo (Democratic Republic of the) * Cook Islands * Costa Rica * Cote d'Ivoire * Croatia * Cuba * Curacao * Cyprus * Czechia * Denmark * Djibouti * Dominica * Dominican Republic * Ecuador * Egypt * El Salvador * Equatorial Guinea * Eritrea * Estonia * Eswatini * Ethiopia * Falkland Islands (Malvinas) * Faroe Islands * Fiji * Finland * France * French Guiana * French Polynesia * French Southern Territories * Gabon * Gambia * Georgia * Germany * Ghana * Gibraltar * Greece * Greenland * Grenada * Guadeloupe * Guam * Guatemala * Guernsey * Guinea * Guinea-Bissau * Guyana * Haiti * Heard Island and McDonald Islands * Holy See * Honduras * Hong Kong * Hungary * Iceland * India * Indonesia * Iran * Iraq * Ireland * Isle of Man * Israel * Italy * Jamaica * Japan * Jersey * Jordan * Kazakhstan * Kenya * Kiribati * Korea * Kuwait * Kyrgyzstan * Laos * Latvia * Lebanon * Lesotho * Liberia * Libya * Liechtenstein * Lithuania * Luxembourg * Macao * Madagascar * Malawi * Malaysia * Maldives * Mali * Malta * Marshall Islands * Martinique * Mauritania * Mauritius * Mayotte * Mexico * Micronesia * Moldova * Monaco * Mongolia * Montenegro * Montserrat * Morocco * Mozambique * Myanmar * Namibia * Nauru * Nepal * Netherlands * New Caledonia * New Zealand * Nicaragua * Niger * Nigeria * Niue * Norfolk Island * North Macedonia * Northern Mariana Islands * Norway * Oman * Pakistan * Palau * Palestine * Panama * Papua New Guinea * Paraguay * Peru * Philippines * Pitcairn * Poland * Portugal * Puerto Rico * Qatar * Reunion * Romania * Russia * Rwanda * Saint Barthelemy * Saint Helena, Ascension and Tristan da Cunha * Saint Kitts and Nevis * Saint Lucia * Saint Martin * Saint Pierre and Miquelon * Saint Vincent and the Grenadines * Samoa * San Marino * Sao Tome and Principe * Saudi Arabia * Senegal * Serbia * Seychelles * Sierra Leone * Singapore * Sint Maarten * Slovakia * Slovenia * Solomon Islands * Somalia * South Africa * South Georgia and the South Sandwich Islands * South Sudan * Spain * Sri Lanka * Sudan * Suriname * Svalbard and Jan Mayen * Sweden * Switzerland * Syria * Taiwan * Tajikistan * Tanzania * Thailand * Timor-Leste * Togo * Tokelau * Tonga * Trinidad and Tobago * Tunisia * Turkey * Turkmenistan * Turks and Caicos Islands * Tuvalu * U.S. Virgin Islands * Uganda * Ukraine * United Arab Emirates * United Kingdom * United States * United States Minor Outlying Islands * Uruguay * Uzbekistan * Vanuatu * Venezuela * Viet Nam * Wallis and Futuna * Western Sahara * Yemen * Zambia * Zimbabwe **Google** supports more advanced geo-targeting. Read more [here](https://help.decodo.com/docs/web-scraping-api-google-geolocation). All **Amazon** Targets require geo parameters to be set in ISO-2 country code format. Read more [here](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter). Walmart Targets require specific geo parameters. Read more [here](https://help.decodo.com/docs/web-scraping-api-walmart-geo-parameter). ## Domain Specify top-level domain. | Parameter | Default Value | Example | | :----------- | :------------ | :------------------------- | | **`domain`** | `com` | `com`, `co.uk`, `fr`, etc. | Google doesn't support `domain` parameter, use `geo` instead. ## Locale Change the search page web interface language. | Parameter | Default Value | Example | | :----------- | :------------------------------ | :--------------------- | | **`locale`** | Matched with `domain` parameter | `en-GB`, `en-US`, etc. | You can find the full locale parameter list paired with domain parameters specific to **Amazon** [**here**](https://help.decodo.com/docs/web-scraping-api-amazon-locale#/) and for **Google** [here](web-scraping-api-google-interface-localization). *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Manual Parsing Source: https://help.decodo.com/docs/web-scraping-api-manual-parsing Web Scraping API Manual Parsing You can pass parsing instructions to Scraper APIs for selecting the data that you need. Parsing instructions allow you to manually select website elements for parsing. Use `custom_parsing` parameter in conjunction with `parse` set to `true`. ```bash Payload expandable theme={null} { "target": "universal", "url": "https://books.toscrape.com/", "parse": true, "custom_parsing": { "price": { "_fns": [ { "_fn": "xpath", "_args": [".//div[@class='product_price']//p[@class='price_color']/text()"] } ] } } } ``` ```bash Results expandable theme={null} { "results": [ { "content": { "results": { "price": [ "£51.77", "£53.74", "£50.10", "£47.82", "£54.23", "£22.65", "£33.34", "£17.93", "£22.60", "£52.15", "£13.99", "£20.66", "£17.46", "£52.29", "£35.02", "£57.25", "£23.88", "£37.59", "£51.33", "£45.17" ], "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7122929878151750657" }, "status_code": 200, "url": "https://books.toscrape.com/", "task_id": "7122929878151750657", "created_at": "2023-10-25 13:00:20", "updated_at": "2023-10-25 13:00:22" } ] } ``` ## HTML ### `element_text` | Name | Arguments | Description | | -------------- | --------- | ------------------------------------------- | | `element_text` | - | Extract text from HTML & remove whitespaces | ### `xpath` | Name | Arguments | Description | | ------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `xpath` | `xpath_expressions` Type: string Required: true | Applies an XPath expression to the provided input value. If the execution does not yield a result, the subsequent expression in the array is utilized. Expressions can incorporate XSLT functions and are compatible with XPath version 1.0 and XSLT version 1.0. | ### `xpath_one` | Name | Arguments | Description | | ------- | ----------------------------------------------- | ------------------------------------------------------------------------------------------- | | `xpath` | `xpath_expressions` Type: string Required: true | Identical to `xpath` but used for extracting a **singular value** even if more are present. | ### `css` | Name | Arguments | Description | | ----- | --------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `css` | `css_expressions` Type: string Required: true | Applies a CSS expression to the provided input value. If the execution doesn't yield a result, the subsequent expression in the array is utilized. It's important to mention that the css function always outputs a JSON array containing HTML elements, complete with opening and closing tags. If you want to extract the content of the element, you can use the element\_text function afterward. | ### `css_one` | Name | Arguments | Description | | --------- | --------------------------------------------- | ----------------------------------------------------------------------------------------- | | `css_one` | `css_expressions` Type: string Required: true | Identical to `css` but used for extracting a **singular value** even if more are present. | ## Data Manipulation ### `amount_from_string` | Name | Arguments | Description | | -------------------- | --------- | --------------------------------------------------------------------------------------------------------------- | | `amount_from_string` | - | Locate the initial instance of a numerical value within a string and transform it into a floating-point number. | ### `amount_range_from_string` | Name | Arguments | Description | | -------------------------- | --------- | ---------------------------------------------------------------------------------------- | | `amount_range_from_string` | - | Identifies every numeric value in a string and changes them into floating-point numbers. | ### `join` | Name | Arguments | Description | | ------ | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | | `join` | `separator` Type: string Required: false Default: "" | Joins a list of strings into a unified string. The individual values are divided by the specified separator. | ### `regex_find_all` | Name | Arguments | Description | | ---------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------ | | `regex_find_all` | `separator` Type: string Required: false Default: "" | Identifies all strings that conform to a specified regular expression pattern. | ### `regex_search` | Name | Arguments | Description | | -------------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | | `regex_search` | `regex_pattern` Type: string Required: true `group_to_return` Type: integer Required: false Default: 0 | Locates a string that satisfies the provided regular expression. It then returns the specified matching group, which defaults to 0. | ### `regex_substring` | Name | Arguments | Description | | -------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- | | `regex_search` | `regex_pattern` Type: string Required: true `group_to_return` Type: integer Required: false Default: 0 | Identifies a string that satisfies the provided regular expression and retrieves the specified matching group (defaulting to 0). | ### `length` | Name | Arguments | Description | | -------- | --------- | -------------------------------------------------------------------------------------------------------------------------------- | | `length` | - | Obtains the length of the array. When a multi-dimensional array is given as input, the function operates on the innermost array. | ### `select_nth` | Name | Arguments | Description | | ------------ | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `select_nth` | `index` Type: integer Required: true | Provides the nth element from the array, utilizing zero-based indexing. Negative indexes can be used to select items from the end of the array, such as the last (-1) or second last (-2) elements. | ### `convert_to_float` | Name | Arguments | Description | | ------------------ | --------- | ----------------------------------------------------------- | | `convert_to_float` | - | Converts a string or an integer to a floating point number. | ### `convert_to_int` | Name | Arguments | Description | | ---------------- | --------- | ----------------------------------------------------------- | | `convert_to_int` | - | Converts a string or a floating point number to an integer. | ### `convert_to_str` | Name | Arguments | Description | | ---------------- | --------- | ----------------------------------------------------------- | | `convert_to_str` | - | Converts an integer or a floating point number to a string. | ### `average` | Name | Arguments | Description | | --------- | ----------------------------------------------- | --------------------------------------------- | | `average` | `round_precision` Type: integer Required: false | Calculates the average of values in an array. | ### `max` | Name | Arguments | Description | | ----- | --------- | ------------------------------------ | | `max` | - | Finds the biggest value in an array. | ### `min` | Name | Arguments | Description | | ----- | --------- | ------------------------------------- | | `min` | - | Finds the smallest value in an array. | ### `product` | Name | Arguments | Description | | --------- | --------- | ----------------------------------------------------------------------- | | `product` | - | Returns the result of multiplying all the values in the array together. | ## Examples In these examples, we are using `https://www.ebay.com/`. ### Extract products, price & descriptions ```bash Payload expandable theme={null} { "url": "https://www.ebay.co.uk/sch/i.html?_from=R40&_trksid=p4432023.m570.l1313&_nkw=adidas&_sacat=0", "target": "universal", "parse": true, "custom_parsing": { "products": { "_fns": [ { "_fn": "xpath", "_args": [ "(//*[@id='srp-river-main']/div//li[contains(@class, 's-item__pl-on-bottom')])[position() > 1]" ] } ], "_items": { "price": { "_fns": [ { "_fn": "xpath_one", "_args": [ "./div//span[@class='s-item__price']/text()" ] } ] }, "description": { "_fns": [ { "_fn": "xpath_one", "_args": [ "./div//span[@role='heading']/text()" ] } ] }, "href": { "_fns": [ { "_fn": "xpath_one", "_args": [ "./div/div[@class='s-item__info clearfix']/a/@href" ] } ] } } } } } ``` ```bash Response expandable theme={null} { "results": [ { "content": { "results": { "products": [ { "href": "https://www.ebay.co.uk/itm/314886799789?hash=item4950b741ad:g:QDMAAOSwVkFlKa8Y&amdata=enc%3AAQAIAAAA0LsbRYys8H4fUqfXN%2F0l6I2wsuptgwSpVYRmCuLqT39Uix%2BYDkGYcItqn5k%2Bxm2Mj%2FlQ9WNsGYMKAG3MNZlBMzxh2J3aeFZNaj%2BKNiigexyt1IrwMhsSOV1zzegtaeaklkNEpuItSUZ5fjykuYUbraht1G1376pDVj7oaogC88Sli8ZI0f7j1y%2F%2Fl4wvq7c9UIkBxL4UzS%2Bc0FCIFWrMHuFXx%2FUMUGrRJxMXduC8%2FzpomyvCbESUD%2B4EsuagQpVrOqNF3XGyQwrNYWC5l45D53c%3D%7Ctkp%3ABFBMppiLwO1i", "price": "£55.00", "description": "mens adidas gazelle trainers size 10.5" }, { "href": "https://www.ebay.co.uk/itm/125918545219?hash=item1d51548543:g:tFoAAOSwk-pftSpu&amdata=enc%3AAQAIAAAA4DcYxgUnu9H72t9htRNwpK8sAZ6eIP%2BmAAJmI%2Fcu3JVfMptYHb3Yq1%2ByTnQan3cntUKvPPeq1ig24ticW9KR7%2FQADAlDGxbDyXuH81olk8lixas4EkxJTRMHq1CQlkW2MVR5eM7UC1ZpH9HkVWfQSJmM%2BHGc6VncrSoVu9B1mQ3cR%2BxmJPAGYg0gPepeKd%2BF8oM5P1rXh%2BIzie6VgF2GatWREITF5Kg8LI54k3YPY7hFHYSOhZmxxubIA%2BD1zeWg7L25TTp3mPtqD0kgC%2FcJUNZsFPrHgs4xEWZdbSxLluoN%7Ctkp%3ABk9SR6aYi8DtYg", "price": "£51.95", "description": "Adidas Samba Super Leather Black / White (Z28) 019099 Mens Trainers All Sizes" }, { "href": "https://www.ebay.co.uk/itm/134783061453?hash=item1f61b24dcd:g:yt8AAOSwmVxlOlLv&amdata=enc%3AAQAIAAAA4Mkx46Z9F326SPcmQf52Oem%2BGVDHKf79bmnYenZEq%2Bn4tbSjY1Ln5INeTulfQs6oxQkAT6byGG5Mi6bJGtiHhFXtZJvQ87zhmU8P%2FarDSMVXdId6cM75x3ajY%2F2zIcFNFuKrXDtZUjBnYSUY8jB7j9lQNkQ%2FqvQKlXwzPhalXzloWDfcl9YE%2FhzBYFIEejhMlX0h3aTUCS8ujrRzQEMK%2FrW679ngbgfY8MbylwwPUDqYNCKOWzZw4XOETI2AacHS8uirJCK650oHC9jn9rAJYpkNO7XaQazLeCfBZWzCKmfS%7Ctkp%3ABk9SR6aYi8DtYg", "price": "£10.00", "description": "adidas beckenbauer allround Size 10" }, { "href": "https://www.ebay.co.uk/itm/334959390103?hash=item4dfd22ad97:g:f9YAAOSwNnVku4MQ&amdata=enc%3AAQAIAAAA4JSNY3%2BeJmadcxebIjitouG0XAoGpcW69bsnIIkAE0YHErsZlmBwv%2BszEquzxFL22KXgy%2FUnacI9GzOpJ8kxzWU51DbGaWPbU%2FRyjzP7JoXjVCYguChn0VtQ9n%2Bdni7Aj9otWo2hV9T8di213N%2BiD8Q6fswzNsrzQSyoiclxK2PCZ5hf1eXj4DjB6bebs2bDYhgYjuDuYkBHuSnbvIvLlcaQMrLGHSzeP7G6kmOyjYv83DdlS8JvJGWz0gkTnXyJxm%2B67Xid5C2qjyNUEmQtkknT%2BFDLta1Ap%2F7E5hEriQFl%7Ctkp%3ABk9SR6aYi8DtYg", "price": "£69.99", "description": "adidas Terrex AX4 GTX Mens Trainers Goretex RRP £120 FY9664 Small Fit CLEARANCE" }, { "href": "https://www.ebay.co.uk/itm/203242037757?hash=item2f522b61fd:g:dBYAAOSwPHlj2-ek&amdata=enc%3AAQAIAAAA4CNdkOHW%2FlebrWIkHQnzRMloTJhceteQkqsLeps%2FmQwbOCjueOVVDlkkTkmKszNAzSo9wGe2ZU1JViP7tZJSC16nWAC2LibGDK2ux5%2B3QV0Wci5n8eUCXuowdhU7H66DE6xhdNWXcUeiGObQkT7qHsFiMsGrVeRr4S6kd2jugp8iEoj%2BjPjWRSH%2Bj%2B4%2FdwKFMdrPr%2B1ziLVr14Igv5d5Uy1n1tPfhABBslGIKBdry1zMYXrpEvSdp6NeYVKoeeWP9GNaiZT9F%2FsYusHb1pDkmTQO0TDa%2FDSfivzqqj%2FrN3CJ%7Ctkp%3ABk9SR6aYi8DtYg", "price": "£52.99", "description": "adidas Samba Super Mens Shoes Trainers Uk Size 7 - 12 019332 Navy Blue" }, { "href": "https://www.ebay.co.uk/itm/404323572516?hash=item5e23901b24:g:JAEAAOSwj9hkgKZG&amdata=enc%3AAQAIAAAA4DVifOD37ssqpUJm2DhEB7vgbi8CXD%2B4%2F322uZirNi62U0%2F5FV4uIHMrnGsgQK8sO0w4JC%2BR9JQ8JX3fDm1HzpmzQvTENVtvnNWjBlDOR%2FAREoKKkkBQDx7S0QyjybTWrXuMgoWrgCiGTtyIW8ZjlwjLY5aWMRgMmyLPMa9o712ILcv0L7%2FAoUkeV%2B8OYKZRwaloa8SSrYAX30gOGMK2Ji7Ox4jzEunZzlwvkdvjZpbAIzlO8Xj28aasUGL9l2sg5DTdfZPrhmZeskdLO%2BfVIrLkiOv9UUgcMb8nA4Y80CQv%7Ctkp%3ABk9SR6aYi8DtYg", "price": "£39.99", "description": "Men's adidas Hoop 3.0 Lace up Mid Trainer Boot in Black" }, { "href": "https://www.ebay.co.uk/itm/204409194218?hash=item2f97bcc6ea:g:-JEAAOSwbW5kyFQT&amdata=enc%3AAQAIAAAAwJ9Wh2dI3mvs8EYJY3dcbilZz5DIhclwWRKy6Uur0pvOoVczvD23nMX%2FGeuHmpPLXjqlChuml17uwTEQgiEb1O7c5SHWmSlnagBReIV5AlB%2F1gktl4q4%2BlAH7ogQ%2BCxxT0iHAeDSnOq8v%2BbCwdNspsh2NoJSW0gC7jVcDuNf3MQ8nJu2L6Jo76NBbM8qyeoBVxRFlKAGXY12eZCnQHekO74CNUpTxGzFZ6lJHhfh%2FrvTe85AIuZL4jkoLxrSdhj0Iw%3D%3D%7Ctkp%3ABk9SR6aYi8DtYg", "price": "£54.99", "description": "adidas dragon Mens Originals Trainers Uk Size 7 - 12 G50919 NAVY/WHITE/METGOLD" }, { "href": "https://www.ebay.co.uk/itm/115953995899?hash=item1aff65907b:g:4J4AAOSwDLtlOlsB&amdata=enc%3AAQAIAAAA0PE%2BcV3wqnxRRm7kcnCEjf7gDdxJ8glwXM%2BUpfN0zWdppfN%2F4Y8Ri77iwf6T1Mv8VizsyyxB2dlyH0%2FlAsw3ke%2FM8958o%2Fe2p1nDvakH9i7MDGap70ypRt7AT7AeKu%2BDUKNo%2BmOAqwSrru2z7vIbKlt3wCJgiVujmcXLF7mlipQ%2BlHIqPzdcKoAbOELbnE%2BuDctPKgPW941j%2F4%2F0l25yyzsnHeKl8l4AMB6l%2BveSLRZ7gixJhCT7TpNRiTjSA72vDCUpsuFyXU7g%2Fl8Q8IOlNjc%3D%7Ctkp%3ABk9SR6aYi8DtYg", "price": "£8.80", "description": "Adidas Originals Spezial Blue FX5675 Men's Trainers Size UK 11" }, { "href": "https://www.ebay.co.uk/itm/325747241213?hash=item4bd80c70fd:g:H0UAAOSwGxtkwlJo&amdata=enc%3AAQAIAAAA0M6HBAzluhS0ynAupiZ3X7Ky67A6awu%2BQci%2F5D0To0l%2BTpqP3BmYNygfsUVKZRbb9cKxrwGronrvzXJZH7PxW6%2BK3LFKs95zCJ4y3aXvi%2BGTQ2XtGzJjzmqXPUodgyl5uZKaWruYW2noZ9lN7hrjsJuMUTsn9huxDqwKSjDzhy24uopSDyzEkrN8FhfO9pnSkZRTwxodcwSHFpM96obLrRBUw5t1ViMlv6Qser47XKjrF66x3qgfhAiVoyP9ZJXtrKhDSvm0TUJB30EMEgXHXZw%3D%7Ctkp%3ABFBMnpmLwO1i", "price": "£54.99", "description": "ADIDAS ORIGINALS GAZELLE TRAINER BLACK OR NAVY BLUE WHITE BB5478 UK MENS" }, { "href": "https://www.ebay.co.uk/itm/144774740207?hash=item21b53f38ef:g:T-wAAOSwj6Zj25ZG&amdata=enc%3AAQAIAAAA4G0XvOGA3M80XgGbH6rIYm2q5PaO1F7OLqPB4%2BFWpS2X0Lm2sEu9eNThV5g3rg6eF4%2Bjf3M4lXNGGapSm4YrAxP5bThHvYmkcbTSikFF2eCJUavzTLNiGxgQ8njgGjmPIxQNMgDpKmnQEe1xlhJnIewTcpodhtDZd39vOe89jLCg52nzUNrBtTEtAwq4CuDwYwVRO3OmYHpsDvVCq9AKzlb6Wpis6NepMbrJO9ICaHqpPSMkHMP4WiNp43KeYiUVBvsvGaKT3ugQ1u0ggTnS5cPgJ2fQ5z8lBKnuMEK17qUn%7Ctkp%3ABFBMnpmLwO1i", "price": "£20.99", "description": "Adidas Mens Women 1,3,6 Pairs Socks 3 Stripes Crew Socks Sports Gym Trainers" }, { "href": "https://www.ebay.co.uk/itm/374992173297?hash=item574f4678f1:g:koMAAOSwor9lLSSh&amdata=enc%3AAQAIAAAA4Oi%2FPazJdOX0Cu%2Ft95VCFQBlPXj1wcGSwdYecX1ygFr6%2F51crHaBFHhNS4ecadC6SK7%2BbP50MdDu%2FCkHBAzaM8Pn%2BeNdyOFldmQ7pUG8MdBKK0stxuTsIVOPaXhUgOrf%2BHcU6uM8Ik7zx0uTXMoTp9GfRPF6wiJUU5xL6bEo0WZ4O54aWQTiiBL5RK%2BZSucOBUCJw8j%2BcFZo2WJjmpy9QtstTyrWxkk%2BXyFxL8rJNujWz6wO9GjLZw88M%2BJ5iTWiIwymdmNUTipOxhPW1J8Dz9XIYd1PHP5A35X6ArUULcw5%7Ctkp%3ABFBMnpmLwO1i", "price": "£59.50", "description": "ADIDAS ORIGINALS GAZELLE MENS TRAINERS MONO BLACK SUEDE RRP £75 CQ2809 GR" }, { "href": "https://www.ebay.co.uk/itm/204439654490?hash=item2f998d905a:g:hWEAAOSwGTdk6GXy&amdata=enc%3AAQAIAAAA4AwIKw6A4bVkwKJ5DUdFiO1WQYNG7w3TQqk8zqGxidYCJ7a4DLoea1oScKOOvJHylDi2%2BD4Iax6gR9c1x6zK64XNH%2F7Apbap13Ki%2FOB%2B5kjY6PrAx%2BKo1f7raX%2FQHCPMHPzdz4bUM9NWJS3AkoZbRWg2BPpSlTwHkJoiyDlbiHUkSrb%2FV4xnN69VloeVc7cvUflUgX2q2SeNj%2F1heynXuRHGXsuJWE6pb8n%2FiBt1aw9R8xYdc%2BiGjW%2FD0GOS3yiMtc7UwhrD4NU820IZQst84q32pts2iX%2BTRI%2FtBaeRNcVB%7Ctkp%3ABFBMnpmLwO1i", "price": "£64.99", "description": "Adidas Gazelle Trainers Mens All Black Lace Up Sneakers Classic Trainers" }, { "href": "https://www.ebay.co.uk/itm/134766543842?hash=item1f60b643e2:g:oRIAAOSwEkhlKUAM&amdata=enc%3AAQAIAAAA4Ic9mtrTlx4IvW3fwIIkVpuOmLZT4K64EJ758U6tjZ%2B0SWuDAt6EYMU1Pql4Hxiba5WkAZH5Gam7YmUjw53Ha4fs53NEM2OEpyIEvgLrlZR8Ct0iIm6M841zXpTt9PzuySzu17L%2F2AAdYO8%2Fxw6YNx6GsAgCYGFYViETJ0Kb7SwzqXAqzU%2BrxTH0AFedlhjEE4zJ%2FEol4hwW6Ahej8O5BtZFWWulvbybNJODxr50mjPF9NhOK494AtjhwJRltmUoSs7pTud6mF36as3texo%2FRk5jYedWLzkqqWajsGxdQWml%7Ctkp%3ABFBMnpmLwO1i", "price": "£34.99", "description": "Adidas Run 80s Mens Trainers Shoes Sneakers, Navy, Size UK 9 (EUR 43.3)" }, { "href": "https://www.ebay.co.uk/itm/401639704989?hash=item5d8397899d:g:wfIAAOSw0vJb9UYE&amdata=enc%3AAQAIAAAA0GuAt8UqsS%2FNadfXmAK5hf0IZduKI01H41tFyhH76m0YD1Z2A1OGCNEW50fa%2B4Xngxkd%2F7UuUDBHScdIPwW5tntgaV4KHoO1m3%2BvxSmy13kyg6%2B9CtG%2BP1Qyf%2BkOg7y1FpKeMSeB3LJ3AWNs6l2%2FHCn3WRDVbXwDNiAh3ep1m4yHNvlRWbRj1d5Kw63GKZbBnV3%2FvEy1z0DzwYKQoI8axJwgMhKDnscdaVIA7V%2FJoD4dqTFeg5oKN1xx0jSU%2FKtbYt9WsHg9SUXky7EufXmy6UA%3D%7Ctkp%3ABFBMoJmLwO1i", "price": "£54.99", "description": "Adidas Original New Men's Beckenbauer Lace up Trainers " }, { "href": "https://www.ebay.co.uk/itm/204446336579?hash=item2f99f38643:g:HXQAAOSwhh1k8JtF&amdata=enc%3AAQAIAAAA4KPbXXswFx2qJeNoMwwcT6hIqCz%2F%2FwECTtFtnDJZr%2FE9u4mTxGKwAIkJGLu2cH1DW39GbsD2ltFQyVFy0bap4hbp7D3BLQ52Pl6xbRVPMqmsWHsDlYM2UJxMIGC5rtbZx7ypwDLpcbj%2BeDbi%2BnB43rbqNNRa81d%2BDvW%2FGDv6bAdddicN4LA9Eft9lDzx7l9Fg42b932N71I9kQfEJJ9zQh31Zyvw%2BVlBtMlGdR%2BXOZtOW5yBbkoHTdOYh77PwOY0fQbU88PkigJMwLF65OJYO0tPxBjokPoset6jiZ1EhFg7%7Ctkp%3ABFBMoJmLwO1i", "price": "£69.99", "description": "Adidas ZX750 Trainers Mens Suede Classic Trainers Gym Shoes Sneakers" }, { "href": "https://www.ebay.co.uk/itm/255916392201?hash=item3b95ce3f09:g:SZwAAOSwpV9jUUJE&amdata=enc%3AAQAIAAAA0PLTDAj3MQ4ZLOmS891N1VYGMGYORV447C6NSCMgXS0Wt67qdB16%2FJZfAXDceJcFV%2B1bouTKNcTrD9iPuQyCndtrMkTACppsOpMY0bRX7ZRGxy3btlooLOJKpTZYhwILamhJYF28aojBxFsr443aFSZjpKpaAm3HezQRoJRmeIAhyXwzD6qiXzfeDda6uXdBrlVswcWzDlVfv8OFKKHzwKp8%2Bkep5Ql9d58XBxODUhOnYuU5j6HG6NxROyGEGi79MYxtrRamHrzLzawaaHrzKaE%3D%7Ctkp%3ABFBMoJmLwO1i", "price": "£60.00", "description": "ADIDAS MEXICANA - COLLEGIATE GOLD / CORE BLACK - H01823 - UK 9, 10, 10.5" }, { "href": "https://www.ebay.co.uk/itm/275882424038?hash=item403bdfb6e6:g:OGcAAOSwB1tkeYN1&amdata=enc%3AAQAIAAAA4MLGIjTLfGKY4z0qWLQK2C%2FLyY3etAeeOVFa2ZJP1s4HQw9ULQuSUSykd2Myl1bLGZ2qbbXB1Wb8ADWZSu%2Fw37JjfctxXkL%2FZM7e5D9KHZCXt7mCpJBpvtz3WIQRRpQkGI357bXDpgF8FcIHYCJqYErvEV8vWOqr963EjLMpTCL72%2Fjy%2BChDWdHnExNQYp%2FugNd7bxhw3ALYRhu9s8a77ClNPnylmaN0Za%2F8W%2BcyNFHhQTA%2BKUfiBRDTYwKjMU6%2FbqJ0We5ops%2B7kn2jg9KePjsCWmHyaBR7xzdLsuzma4Wt%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£39.99", "description": "adidas Hoops 3.0 Mid Mens Trainers 'WTR' Boots GZ6680 ~RRP £65 CLEARANCE DEAL" }, { "href": "https://www.ebay.co.uk/itm/204250003955?hash=item2f8e3fb9f3:g:53kAAOSwyt9j8tHk&amdata=enc%3AAQAIAAAA4Gy07XMBhvfenPo7FCiEz%2B46nn%2Bpxsz4sucxxy7d5OlE9N7SuD8fKN03bRwdJeP3hp4ugp4HqLDr7%2F8cklGURcwIr0hqTQYQqdrsomWqRMf5L4ReM61nDoBlCXBkOokhV83oUfO577uDWQZqU%2BPgDmNfdoojcjVFQGuca%2F9fvOAsY9Dyxh%2FccE5ZwF%2B8rdZlruOiBTHBZSV%2FIUGDLyGteb5M%2FQwYGTLyT7LTeyh8mjWyCwDNKAwgJNPyzfB3MIDk8fA%2FNHsv6w4vIbTtom0m4dSnfWNhLDHrRABLgFteNgd7%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£64.99", "description": "adidas Samba OG Mens Originals Shoes Trainers Uk Size 7 - 12 B75806 White black" }, { "href": "https://www.ebay.co.uk/itm/115794456700?hash=item1af5e3307c:g:e1AAAOSwHXlhipzx&amdata=enc%3AAQAIAAAA4DqLkgOF3IgskKVzX4bUIYfHY1JDFUkv5prZhE%2BiklBut6cFCGSeUfKBHJwmNZAdT94vGc%2B%2BtxTBF4JQE52LkH48o5iE2RXlO8a0sgx2NYQDrhfGRVKefBf6tWqoHwGoiLuj3mXMpdYpFBfhnwNtdXIdZ3tBdxN8KSgKsmfNjZkrapZq8y82yvyaZ86vWD90AbkQbyLHh27Xev0MxVH41RayDd5uFvlmDheceNd5unOO8MvselGCvIvkuZ9YsMPpz%2FKXRyUaRruiLmB8jE06wvFxkeyKrYFBgoqeh4zvVpo9%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£53.99", "description": "Adidas Dragon Mens Trainers in Various Colours and Sizes" }, { "href": "https://www.ebay.co.uk/itm/134783062002?hash=item1f61b24ff2:g:rTAAAOSwBrNlOlNC&amdata=enc%3AAQAIAAAA4MVCF7CQCrgpxWWtaa4ZMgu12O571RwLXlgEym57CQxh6l5s2A8bLX4oPWWORCi%2Bk9iGyVef6q%2BuwzzqWXgvBhfCJLeeTjnW9tAp9%2BaBnjiLVIG12D5Xqfx6niTPKR540MGm7HxwzzN3Q3xGLUq3hEhL0l%2Fx7YC611gJeWQmLj4W8oo0XjwNhHNkTIguFiqp1j%2BpdZ6d5stjvirrxD7qGNOPYS4sAhT83x%2F4N0A0z%2B%2BpNbXGchNw0CKqYkXuTSwj%2BWedQriZotJ3Fi2H%2B2Gq%2FAckcIVhbQKDznMesfjzru5h%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£15.00", "description": "adidas munchen size 8" }, { "href": "https://www.ebay.co.uk/itm/285532549083?hash=item427b10efdb:g:aCAAAOSww-ZlOlRV&amdata=enc%3AAQAIAAAA4HBwJP0LynQdkmb6L61jGO7M%2F8N1A9vz9mK2LtAhaa5aJf74SVJsdc%2FOk0oDSODPpR9gVIIvSyuZsYsAzQneTaxKUr04f2qU%2FHDL7Nc%2BGxV1jjkM32o%2BHPG8fPUx7tv8%2BgKUBc9jlIK%2B%2BaFAJmdk9hVfe42zWLZDTQwBVgoQzbb680HJqgxG7%2FyDbGy28OaBtFQZySEj%2BNPa3KrwQu6cStOpuAfoAsWGb9Nov4GpxWlocfsRc84uPQ2xLxXUDqkiFisKA1ZvinvHWFrzTFuFq5lDTovTd4RUdoVDaA3VpQGG%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£14.99", "description": "adidas Originals ZX 8000 - 9.5 UK" }, { "href": "https://www.ebay.co.uk/itm/186098943830?hash=item2b545c8756:g:sTIAAOSwcQJlFU42&amdata=enc%3AAQAIAAAA0FSAVdC7nvzL7cFsif7dW71YWpJSWZ9OfOVxLUZJT1quGkNEPeALIMdVRUvxEivUjWnIeCvXGyyGi8vSF2oSjGaLB9B0vlAQUQYqgmFuEqJLNYgqeiAv%2F7QVL1qQoDltgWk0VRQUCTVeun%2FCWyc93Wp2chylqLIN5yAWWxYWNUdyUlLDbpn1ir%2Bn5X0l0GOF3hJYYl55KG64dsfdoO246m1QAw5g31wHY6x2fkVu67yFs6Hsgjy5TzVHZjBN86xXximXNXvPkq4ZwJ1HiZZg2nY%3D%7Ctkp%3ABFBMqJiLwO1i", "price": "£49.99", "description": "Men's adidas ZX 5K BOOST Trainers Triple Core Black GX8664 RRP £159.99" }, { "href": "https://www.ebay.co.uk/itm/134783043431?hash=item1f61b20767:g:eFUAAOSw1ixlOkvb&amdata=enc%3AAQAIAAAA4GHnkZpklBs%2BjBn6hDyNEJnYzDfenfrXQei9w2Nhxw8gM%2FZNKXmhzTDyfSwaBL0fVhLdw3F2xO4Suxga%2FE0aYKoy3zakZNAAJwYgY7QkZvbmdkWbH%2FVoRvjkM%2B93v5vEdzQrNrRRwwKCWZJAQY%2BPCQKaeOmxDhOYhSoUDBFXQL9nLsz%2FhTbYnQ6Q2YoyP9dNqVv2jU%2FCZdFiiTm9wMGOuxbmOYKTtCdFojgaJUkG%2BYHH9wBtGDcokFIgZPt9LBkf0yhkdREr0ozJq%2FQQStCZ%2BtvjbREpLvTU1GfzPdx7K1Vo%7Ctkp%3ABFBMqJiLwO1i", "price": "£99.00", "description": "Adidas yeezy boost 350 v2 carbon UK9" }, { "href": "https://www.ebay.co.uk/itm/186046553746?hash=item2b513d1e92:g:5noAAOSwhdBk5dHO&amdata=enc%3AAQAIAAAA4KoSH72x85g6qGiAnAaTZ%2FCQ4p6Uozd%2B8VGFHB8OFYLug30O2NXUbEjJrRwRXGmo1kMvd583xDU%2FCls3MJMgel35zVH1Yibc3V6Nwhnx4ty%2F5ahdghUhO7MtmQrC9pXVYhdxiwU0FPSUIEgcGFiDY502QiCh1FpV7qLk%2Ba%2BgU27%2F1Uylp3qcCc8YbCtBT2xGQ%2BvTm8U6LTZUK2qRP2owib6Yky%2BB6jyuoVphrb9%2Bo10mRO1KqsWPaeK7wBpJ2ApwCsIHXBsNgjuXpyWJZdma0PjAw3CYAK4EOCSfP5vkMI3F%7Ctkp%3ABFBMqJiLwO1i", "price": "£39.99", "description": "Men's adidas Originals U Path Run Triple White Cloud Trainers G27637 RRP£69.99" }, { "href": "https://www.ebay.co.uk/itm/275886342142?hash=item403c1b7ffe:g:3psAAOSwt41kfKlT&amdata=enc%3AAQAIAAAA4Dhm%2FUcnjoN2Ao57ejgfgCyiqOCXkADhyNUpdxv03BNC%2Ba5p0LsMia9ZU2H8pA6dWOIwton82u5vubOSVxcGT3iwGbc2PoT2%2FyykQlsYld2CFSUltGzzdEEbfKefPHue8dQeAdAQe1OFenXaEeLeEnaxy6UwPlDisnH8yJ0CRnf1GCbOVOkwsSO9bJhj6%2FEg%2BcRlJve91X6HTBdIp0RTPXO8c7KpWY8NV0JCQRMzZ%2FMO2bQUJaK%2B62y2O0RfaF1J5ewl1Nyaw7E4Ar1srM%2BoOZ3xKIvi%2Fmk5l5qLk0Tded2Y%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£45.00", "description": "adidas 100DB Mid Trainer Boots GW6747~Brown / Green RRP £90 SIZE 6 - 13" }, { "href": "https://www.ebay.co.uk/itm/275925777775?hash=item403e753d6f:g:caQAAOSw0MZknSCW&amdata=enc%3AAQAIAAAAwIvsnbRirtpSGSyVthQpXBDXYQM6yczOmfF7O5TpBy%2FFsCmuqMW2qOsv%2BHTHJG5vK9jG4F9ejhNZMqZKEY5O%2B4hZV3fwFMX%2Bk1MQJ8IMKXcitQ6f1PP3DQ3tJeibC5XQ%2BVhXN6axUIGOlMz6J%2BjKvD58TBdZtMe%2FWdZybWMOQ6cEThz9Jimr2L4IpHLGs5cHN421SX67nnarhD99v9wZc0hiPZfFaMhzIaipm7np2RMv23tNtrCCa6h8Ik%2F9ZP9OsQ%3D%3D%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£29.99", "description": "adidas X9000 L1 Mens Trainers 2 Colours RRP £65 H00553/4 Running CLEARANCE" }, { "href": "https://www.ebay.co.uk/itm/305229369646?hash=item471116912e:g:xR4AAOSw90VlOltx&amdata=enc%3AAQAIAAAA4EdNZMbI48H4syRqg0KCYv8lHQ4UQA5henyU8tyeQ7NATJSWkcNHiokQ%2F9N7NBlt01WbRqyTSiRofnda7%2BJOCV8ZWho1uo%2BqtuzdQB3rYPlgu3bvT%2FDnWE7FGWeO8mqL8dD6LeCQJ6m4XWPgleVIqAB1zDcF3BlPzRWNdEwIED4TBgEKRDuASjFP8%2BMjPKV%2B1kBq9ubwQTiHEG1Xk7lc%2FBSxXNNh%2FLfi1Isjglqx%2BrwZNWogAuoeHx%2FOwxOd7Zby9SA7fi2qCu%2BiEcNqJUmdqmanm5VA3zUgsBoofJc8fJzX%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£60.00", "description": "Adidas Twinstrike Adv Stretch Lea Uk Size 11" }, { "href": "https://www.ebay.co.uk/itm/195868245857?hash=item2d9aa83f61:g:CZkAAOSwgOpetYgI&amdata=enc%3AAQAIAAAAwCaFzJqvPHe77JK6EOhl9AR%2B3gp4LyBzpwCTXyht441KltVJ47mU4U%2BFlSzVZLs9EYa6zk%2BG02ZR2cCuj8YUKfEPW8NetryGFpnfTQjfa4G7%2Fgqi8avs8CxA%2FqXSE9ftTtS5ggToJKPMuKhJRrZGb9JpZjPcztlVwmvZSP13IA5eJC2uESsf0sE8tkSxmuBxnup%2Bh%2FEhqr%2FdhOy5DJcOFitTMc3lpTPWkJRyVWdgIjAWpNKbSC3yyoYAeGDxcP8%2BjA%3D%3D%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£50.00", "description": "adidas Beckenbauer Originals Mens Shoes Trainers Uk Sizes 7 - 1 2 G96460 Brown" }, { "href": "https://www.ebay.co.uk/itm/166397921587?hash=item26be16c933:g:ak8AAOSwMKllOlhN&amdata=enc%3AAQAIAAAA4I86p4FMBXwIuU9rCTd8FF3GbFWa2%2BNjp3ESTqL3CFtzYee%2BcGm7E919IHtPn%2FThIphjMiMKKkn4plrdkEYhQmgXWgcCj198lbJVqlLM5axeJtpx9DbBzNs0KXqjT8msmrp1A6BTUsEEpmH4tupD7LtydjQgeyphBStMmsOUnu428g70SkjL7bt2FzIhKX6zNGf0gYlu8kG5QflvHcnBScKggTcqMxwcsbkXPZsdPaZlNsq6tVJebHJTRlg9z4GA6%2B%2BjuAe4B3iLZFhaMpP4jCoGE0H961TCuY7SMj0GipW6%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£100.00", "description": "Adidas Prime X Size 7.5" }, { "href": "https://www.ebay.co.uk/itm/203293040033?hash=item2f55359da1:g:r-UAAOSw9zVgPRFP&amdata=enc%3AAQAIAAAAwI0MciBDoW9HQdc9m2IoxEuC5QcZ9cEMaHpyCS8fKNUi8EEXgXBNXCfyD%2BrA1sfpep%2BNI66s0PkBp5o%2BwYQzBHEXMyqnNUy1Er5MO9o35UaXeS2uc4dvHif1EcUkIo8lv0vdzHlfAreysfPd0C6D2S6ITLA%2BI5gECFCuViTxg8YSD3HK2leF16MO0lNuUJ12%2Fc8R%2BGnB5Nyy08Pf5fKVyW2NqRqooToAj0teXpmLh32RVQlJTW8qe9zC6C5LWKQAbw%3D%3D%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£49.99", "description": "ADIDAS ORIGINALS SAMBA SUPER MEN'S TRAINERS" }, { "href": "https://www.ebay.co.uk/itm/225837154292?hash=item3494f17ff4:g:rLMAAOSwYXZlOlmn&amdata=enc%3AAQAIAAAA4Mcuu1c0CBj4fYXkgD1vSdG5Quo7%2FnjEOrCfwKFsWjxBR5MtjISUQiJkwlajFU5wUKHzKiteksaJBMtCtEOxkrITQbdRDCSOzPHN3wQolFTpHQULC1LrqPLLyoY4JNQYe%2FSE6ebd7O0USX8oJW%2FpZlhrUiOSse%2Fx3S34VKYbBd7dV3Ub7HPPosvtz1tAnC8tDhwXyhkuJv1dA5Uv9gzOQ1k55OBpgA1rUloLwyvQDLgRghGMBQ1yplzzIUgA1I4vz%2FPe%2BsLSeQvKIqVn6cNXdQEjXaIJoaJZSGgdAxv8fpcJ%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£14.60", "description": "Rare Vintage Adidas Forum Low Hip Hop Trainers Size 11 Uk" }, { "href": "https://www.ebay.co.uk/itm/334675222094?hash=item4dec329e4e:g:Z5MAAOSwR0FjpKQF&amdata=enc%3AAQAIAAAAwDJouYZ1lEQFlhzFvlk3UK2kpkiNSuROXvN0V9pSPnMoxt1P95zP%2BC6%2FGRTg4kLOjGwRxxNFFeZgiyT%2FC1YLKOafkzdKCPXIbB%2FBK75SCXap1us4FpQbmC6V76OboaUo1Hwv0dDd3ZBKep5MxriEw96aGdlVO7KGiT2GLyWRANiTis5GIYwv1NAx9djymv%2F4dNn2OqtMv%2FbeRYMR9jj44if9Kj%2FLQk2z5LaIkSutYZfed4V5HP4j9cVCvDDOkGg0MA%3D%3D%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£29.99", "description": "adidas Seeley Mens Trainers Skate Canvas AQ8531 ~RRP £59.99 Small Fit FREEPOST" }, { "href": "https://www.ebay.co.uk/itm/126049102839?var=427017944959&hash=item1d591cabf7:g:4XgAAOSw7G5k1tYI&amdata=enc%3AAQAIAAAA4ND9oKEOva9C7Yr6MHFJVJ3KPmgCjuKbWZScuQCwXsK0kJ2g8tX9OOO7SOeLDY3AEDVXCLAx0hGxpb7lrCebkLhoQB6OJEC0TVd7eZpqYi0oBy1p6YzjCK%2BPginqhnoTbF%2FRzB0otLRVr4PV%2BPELym7LxW5CGefMVupOgkx9Ved5p%2FPCd5pclBWgXgF9mCA1lOEGaMcAfK2RPFjPYPs6bmByq3lmQXo81WSuu9A76WILJvxNQhOjmhJChiucMwSdAEdLjLtT12mVBkVP9rGrjuACuEjokVx%2BLJ8VjWKLLHcn%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£179.95", "description": "Adidas Handball Spezial W Aluminium Off White Black UK 4 5 6 7 8 9 US IF6562 New" }, { "href": "https://www.ebay.co.uk/itm/134783064666?hash=item1f61b25a5a:g:3YkAAOSwprJlOlQx&amdata=enc%3AAQAIAAAAwH0Rg2ivWjtYkdKV8lo9r9E2nbce6a7fwINKZfgAwmT19gclqulmathZCE%2FEnmqO576iHq40YaNeN%2Bfoxj3vU4quYztYSvRUwiDAxIwQDIOwIDUE80ILuWNaNwBvnvkidS1%2BZ8AwQrEQ59IBwBkEwUTBQkVYbEGiGw%2FNY%2FPc1%2BNyS%2Bp00yXGbsxxE7afcxvP6hMFbEusvgRyZpk%2F1V%2BmXk1CKV4Aqh%2BOahZ4a6IGnVFQMfyI6OjNSHkkDAD7lZcCBg%3D%3D%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£5.00", "description": "adidas trainers size 10" }, { "href": "https://www.ebay.co.uk/itm/223970800083?hash=item3425b331d3:g:rWoAAOSwvydiAp8C&amdata=enc%3AAQAIAAAA4AC4L3wKXJZJHztkzDH3STaYFd3%2FH4GanAHd24yG81qAG8JWcqMM3uiXMQXZ2w%2Boc%2B8FkCPPLRn8nJCea1rxCnwnCXQ8fHt%2FcPBI5Be3ik7KiWLJONXY0Gq5O2ioIQp76t6NaSxX3aeDpoIexoFbnCrwWlz3aRiTkmtUiu3OIhU8%2B9%2B6PJSJUPO%2Fve9VdbO50c5O%2FLIno%2FIjESFpScQS%2BY4AGs%2FFJpMkPDs3MTN1RRh7qE4cJ7zTvizKTjqHBfj6zgqvrBK6pVS59KgOwa%2FA4rg%2B6ApgWm2wRkxgu1YKD%2FIL%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£49.99", "description": "adidas Samba Super Mens Shoes Trainers Uk Size 7 to 12 019099 Black Leather" }, { "href": "https://www.ebay.co.uk/itm/186136640025?hash=item2b569bba19:g:ujsAAOSwj~hlNSBm&amdata=enc%3AAQAIAAAA4KKRrnr77bSeEbtkmo3c501WBLEXKuGZKaJ0jYCGX7SpBhfqXpLyU47cXFhhLi2ZBffRr%2FlBFzM6goFWfFkBfmpsK6a9e6mE3SX2Rre3F2eB7PyjTtY8vaNXRTICnMEWed8hH2L2nQb%2FaFkflm8uVZrAVONjxorqOsqCLWQJZ1I%2FkPBVfBQQMtaPelPAgOOVuLFYKht1ZVgcm7m4FyCu1QXkQKP1r%2FYqSboTGr1hYbUq9KlW44Eh84lrQu%2F7N1xH3ZKt3JNEDBSL9CuaaXQU94ulZqRonMzloNBGuTSRO6FW%7Ctkp%3ABk9SR6iYi8DtYg", "price": "£7.50", "description": "Adidas Handball spezial blue UK size 9 left trainer only" }, { "href": "https://www.ebay.co.uk/itm/203874435151?hash=item2f77dd004f:g:dx0AAOSwieRiNJO1&amdata=enc%3AAQAIAAAA0LPK%2BS6cGho4wp3h9qE2ZjwINXxWZHKXU3Dh%2FN5hsYmOwwADiRpY5Hx6e69VNsPYyQvdCE75Y7NSLhHN2Jn9AuG%2F6jiF%2BESKdyLwcelra5rl7L%2Fo0VaVWn5b7ZEAXGr4UsHvbfWPRALyEK0G6sO7vARp7gRCvwqUa0hsiHEZQTpv8Vuc%2FPlwkduM1G9le1AybFpy4YxemnQuoeRW8cJpwqE0BeqdXwmexIskELMZfdrqQm7R6EctXZSpHGYf9Rsp2qUnmGy5qtPgk%2BRlP4OSWzE%3D%7Ctkp%3ABFBMqJiLwO1i", "price": "£50.00", "description": "Adidas Mens ZX 2K Boost Pure Trainer / Navy / BNIB / RRP £110" }, { "href": "https://www.ebay.co.uk/itm/325747241213?hash=item4bd80c70fd:g:H0UAAOSwGxtkwlJo&amdata=enc%3AAQAIAAAA0M6HBAzluhS0ynAupiZ3X7Ky67A6awu%2BQci%2F5D0To0l%2BTpqP3BmYNygfsUVKZRbb9cKxrwGronrvzXJZH7PxW6%2BK3LFKs95zCJ4y3aXvi%2BGTQ2XtGzJjzmqXPUodgyl5uUL69m%2Bh5cFxn8IAWa%2BUZ2ff0Jn%2FsTe6j6y4mc4bw8NRYsH0b3n0CLyhbsMVdC80UJFB%2Brjv8t%2FIozJSs4J4pSFEokvsG4eBe4IUHZwIPz4uOlB79nbCwXbvGadEgbhVcM0tyXI1G0iUeaLNR931rhI%3D%7Ctkp%3ABFBMqJiLwO1i", "price": "£54.99", "description": "ADIDAS ORIGINALS GAZELLE TRAINER BLACK OR NAVY BLUE WHITE BB5478 UK MENS" }, { "href": "https://www.ebay.co.uk/itm/144774740207?hash=item21b53f38ef:g:T-wAAOSwj6Zj25ZG&amdata=enc%3AAQAIAAAA4G0XvOGA3M80XgGbH6rIYm2q5PaO1F7OLqPB4%2BFWpS2X0Lm2sEu9eNThV5g3rg6eF4%2Bjf3M4lXNGGapSm4YrAxP5bThHvYmkcbTSikFF2eCJUavzTLNiGxgQ8njgGjmPI2QUuXD6ccMVUz3rODONk52RdYWxjc05OWCMstZZZF1t%2FZClRISlQEZ7yvmudSaM4Pxchwv5YvKD%2FRWE43D3zwy4y2Mn2F522iJaZaU29maxL4d0cWS5LbS%2FYi7qSVpHwoQqeAY%2BkPs4DrCOUhMPgBkxvFq0%2BiGY6j%2FSZgr6B3n9%7Ctkp%3ABFBMqpiLwO1i", "price": "£11.99", "description": "Adidas Mens Women 1,3,6 Pairs Socks 3 Stripes Crew Socks Sports Gym Trainers" }, { "href": "https://www.ebay.co.uk/itm/235270800208?hash=item36c73b8350:g:fGAAAOSw-gllOk2J&amdata=enc%3AAQAIAAAA4PE5G8CU6ZRiR9g2UeaDTrlkSb1LE6OJXF0gK%2BnBn0uO0MrNfDGae2lEYsj4jlheAOXuU25ncdXI7u3v9sbHSRiyr91X1aSPvBP7tVVuaLYv5LP7kdtHa1BepIJJExGIVtM6IiexW1tb0hxDHCuOTKtmEke30smn2ItkH6dymZpjim0N1kT2zG3GClvpOp3YV80MdWrni5nC6kbS8bvnavj4VvNa8bxBpJ70IWgATaafIQFYo%2B6v8YyfrAJTIjBlr0vdAgG%2BzlNNYVCx8ZlU9JP4F%2FtBQKAcRrZJG%2BAf8R8L%7Ctkp%3ABFBMqpiLwO1i", "price": "£180.00", "description": "adidas yeezy qntm (used 2 Times Only)" }, { "href": "https://www.ebay.co.uk/itm/256270638630?hash=item3baaeb9e26:g:OeIAAOSwcOplOl0Y&amdata=enc%3AAQAIAAAAwBVKoFuheSmmDhjtU0w%2B%2F7DEmd8hmRiu93xwCYh%2BpNuC4%2FUi%2FXA9Hc1F5MoqkP3s1G8uaw8%2FeubXN4WZiDwM%2BnqrVR%2BfgEh2vhq5QYUJ9siY7vB3TC%2B4j8XHwFA2Uo63cP%2BWsrdisOJZt5U6jGHLeb%2Bip%2BDcrvFdgd3ebY%2BGD%2BCGClPbli72bl5kjlTEBR4baQdzXXSxx1CNsfrHx25dNihq15%2F%2Fj8N1%2Fr47LbC5YgZOpVBlXJf7JFHwTN5VVapRWA%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£21.00", "description": "Adidas Samba Size 11" }, { "href": "https://www.ebay.co.uk/itm/204113425132?hash=item2f861bb2ec:g:8eQAAOSwWNtjgVmc&amdata=enc%3AAQAIAAAAwEtrP1I7PyINalNI%2FBCaO%2FpoFbDegh%2BMM895TdxXKXreebT7RFyew4ZavKRCj4JFLb80e4%2BggHfOuxqkjpltoSWwfMQqQt%2Fc2wd08c17K7dKnHlCT6AEEqL%2BdH9KiTznQEVb0vBOG7me%2BMpt8dfvgVIPS8xn9wboBnu%2BnkMUlQuMLTy%2BvbV1tbYIucPk0jrjYLm0B1NM%2B122clkjt6BI6D0Q19Fvwgi1cU1FD1CI15GPWtiyEAj%2B1FK%2FXyAYP73qWA%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£64.99", "description": "Adidas ZX 750 Mens Shoes Trainers Uk Size 7 to 12 GW5531 Originals Black Silver" }, { "href": "https://www.ebay.co.uk/itm/145393243444?hash=item21da1cd534:g:07cAAOSwyW5lOldn&amdata=enc%3AAQAIAAAA4Nu17mS51Ej8C2F%2BlP5IYKO2gQo%2BDMvCtGWxHY0UdnCr0IhCR9JWbvnpQHcXC5TBFTEkHo72D%2Bhg5KeLsEAYanpBAVLMUgdzSWB8oTFw8jLOKA8XQbK3yaecnwtneyo3cY4v7Bn6OwemiSPvNf415M%2F0jHphQ%2Fjq7ISFmo%2BSpg1UZFxtvb8S8%2FvN9Mfan6egNvezuMCOw8%2F2KEUmARwcTy8MQKtTDSyG5W%2Bt9fWyzJUa3obfgM24sAU7SPfPmvADLeP9ea8ErYJiVBS9DCiSPiK4ikoi0AGierVpbw78RQE7%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£5.99", "description": "mens adidas trainers size 10" }, { "href": "https://www.ebay.co.uk/itm/334987899116?hash=item4dfed5b0ec:g:GaQAAOSwGzRk2aN4&amdata=enc%3AAQAIAAAAwN1PBIZjnLAXOn7vbwtG4rF1XLkXDNF8e%2B3DhihU6RDgP4zd%2F0u1mQzkb3%2B9vhgFpoaYOWEb21Sop7yOi04oWdRNmcygulCsowBOBJcbDtDjlYmP3nLdA%2Bxk6YfObFTrARqaYy1dDwP0JFi9KUiCWLdg79275JUxmyv7vPb59gm%2FTYWb53yMnN%2BblHkRnDugYczOLttyKR2ko%2BaksuQd957NZ65dDLbbgCH4luKI3lGFnN4Z1%2FAU8ZwgSUdNe6P0%2FA%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£29.99", "description": "adidas Daily 3.0 Mens Canvas Trainers RRP £60 GY5484 CLEARANCE" }, { "href": "https://www.ebay.co.uk/itm/155851646628?hash=item24497b66a4:g:4ykAAOSwJnRlOk8u&amdata=enc%3AAQAIAAAA4Gg6M6LrZFlH5QjmrI0XYBQOqq1cNP6YpsDRh005JvGVcduAhY8cUJvY29psc6HmI1QoI33HprowoDFIw3534GtJCMJzRoeq01z2uYFm7VUbk84xIhyscBES0Jg%2BOSQ3WBmUIqKyg%2FlLr%2BB6ySw7M7tSbBnqhsiBfK2FJePpzG9lJzREff%2BDZcUmaejKokwmtXjJiplEwMKYch6dJi6F3ASHKyhb4Ns2mMOEUQtvptf3lLmc%2FqUbXu8XoXlg3zgXwQo2FA8WVIsEmUTlKyUKThzysh1g8QvYHrlZEYa586ET%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£9.00", "description": "adidas arrow trainers UK size 9" }, { "href": "https://www.ebay.co.uk/itm/225692841952?hash=item348c5777e0:g:bLUAAOSw4CVk97I0&amdata=enc%3AAQAIAAAAwNRRjWqXQj1cJBq0f9I9Bjp3Xj34GU8jVT2gMWNHweAHHxMXaiKT%2Fejp%2BFcUg5cYDb8QbHYDIn2Y5QiT46PEyATC8%2B7uyu5IRn%2B7E7b2SceMKTwKS8Ap50GkvVqUgnhMn7mJ4TW3bxgwpWZmO2bvgDswiIdYvZa3SKvBb1TII42zbvSowPk7cEeOPh9GfRJXMo030HQPUPu96HiYShGo%2FAOoOzh%2FHDNTdCA3nfcHkP1GuSPou8meNKJrjdS8IvkNwQ%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£54.99", "description": "Adidas Dragon Originals Mens Shoes Trainers Size 7 - 12 G50922 BLUE Bird / WHITE" }, { "href": "https://www.ebay.co.uk/itm/374992173297?hash=item574f4678f1:g:koMAAOSwor9lLSSh&amdata=enc%3AAQAIAAAA0Oi%2FPazJdOX0Cu%2Ft95VCFQBlPXj1wcGSwdYecX1ygFr6%2F51crHaBFHhNS4ecadC6SK7%2BbP50MdDu%2FCkHBAzaM8Pn%2BeNdyOFldmQ7pUG8MdBKK0stxuTsIVOPaXhUgOrf%2BACsXoqjjESLr47EwHWOILJktT7h%2FJEi1ny60f5kZOAah1pJpFud4%2Fegyb55HSLsmj083PR%2FyOKQCrwpHFfCzhr8PyBbRWIQ07HO%2BGOXAXiF%2BD5TNZ2Y%2FAB59Wk1v%2F0xhzh1hrjFw%2BhDOGgy9Odw7p4%3D%7Ctkp%3ABFBMqpiLwO1i", "price": "£59.50", "description": "ADIDAS ORIGINALS GAZELLE MENS TRAINERS MONO BLACK SUEDE RRP £75 CQ2809 GR" }, { "href": "https://www.ebay.co.uk/itm/204439654490?hash=item2f998d905a:g:hWEAAOSwGTdk6GXy&amdata=enc%3AAQAIAAAA0AwIKw6A4bVkwKJ5DUdFiO1WQYNG7w3TQqk8zqGxidYCJ7a4DLoea1oScKOOvJHylDi2%2BD4Iax6gR9c1x6zK64XNH%2F7Apbap13Ki%2FOB%2B5kjY6PrAx%2BKo1f7raX%2FQHCPMHORuERQlH%2Fg3DsGOGnVoeYzKe%2F7VvM%2FqgS%2FukQwG6kQpdMLk7scsN7vo7XgDRI8cz3v0T2ffzF94LvE5dUyFqQlxyX5zSFx3pZYXLmFqmkby%2F%2B9z1xIv0YbO5PbHmfmLWr%2FFmgSWgU0On0RlCwSWH7o%3D%7Ctkp%3ABFBMqpiLwO1i", "price": "£64.99", "description": "Adidas Gazelle Trainers Mens All Black Lace Up Sneakers Classic Trainers" }, { "href": "https://www.ebay.co.uk/itm/225606315014?hash=item34872f2c06:g:-CUAAOSw~eFkfohm&amdata=enc%3AAQAIAAAAwCIC742oyl0ImAn%2BnGd1f0YhvCJq6RRfOzPh51AfSKPdjaiwKl4TN%2BLnF6kObZ6Wgh%2BdZrH4hFMrJYS0nCXQp92%2FNnp7sdBbgGVfz5bsYbs1nlNr8wKbt0e07ke9sh9BZbtbAe7V%2FXMk5fDw85AqKq88k2le9ntaCS01wvvbJf9A77r5ML7pfDMP9bN%2B5SbYjvYQq6aHfZHLepKFzT%2BROW2nBKKFThIIObGPTBgm29qDDy8PHei45Jqmo6yESW4GVA%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£60.00", "description": "adidas Samba OG Mens Originals Shoes Trainers Uk Size 7 - 12 B75807 black white" }, { "href": "https://www.ebay.co.uk/itm/196050800436?hash=item2da589cf34:g:rOgAAOSwaVRlFcTW&amdata=enc%3AAQAIAAAA4OmtJSEclh3Gq%2FRg7BRZB5D%2BZh4rKwqSDoUNpUgz8XamJVH5qP319H1EJTXxnT%2FRul8QvUlpoBq00rpyOtdmGcPrxmbzCcapfhQknKPPk0jvaLWhuU%2FnJaGj2B4qYJzOQpmSoe3Ei0ECZj%2FuTNllIHCNSrDwAEABnukU7cE4hYTvcRhVhBz74ko3aAijmd4ZST2YloikeYbtr4B%2FHBBd0Ksxn0u9OhFfz34ruPfTZoluNyn49YOSNk55LHUMlEX%2FeyoS96romDtmxbpPYuRYLmM5kYQyo%2F2nulowaj6ZB8Xp%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£29.99", "description": "Mens Adidas Bounce Trainers 10" }, { "href": "https://www.ebay.co.uk/itm/234713814250?hash=item36a60894ea:g:FB4AAOSw4TBjNZ8z&amdata=enc%3AAQAIAAAAwNgHy26iBarBISchNOVUDku6ZLp%2BvS56Auk7qY1Q8eMQqIKemrbEqJauJ0JpNYH%2FBO4HW2kWW3Uhk%2BxXXerA%2F1q%2F8EpU92TrAOB%2FqyBKR2qwcSWODWJTv7WbtG2tr40Gl0gzxf7ycDh5ygDtHFuOwRuCrnseAIkBkuZBBQ8ZD0%2FT1j7iUbBrICES9Xbs6n9TPelZ%2BhHuULU5v3cJSw%2BzHb%2F0%2BPisppNQLLQfoSWeU%2FSnqnjWMYIFNSxGR1%2FZ2zJK5g%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£59.98", "description": "Adidas Originals ZX 750 G96718, UK Mens Shoes Trainers Sizes 7 to 12 BRAND NEW" }, { "href": "https://www.ebay.co.uk/itm/335089424963?hash=item4e04e2da43:g:YwsAAOSw57FlOlhD&amdata=enc%3AAQAIAAAA4KHyR28VRvKm%2BoEFXxfAopLmfjPbBHqTsfMmZoB2NzXLuZltCTHFuNfZRGJ8s5YdNnCOYRU2pfOdriVRyM6MI6v2pKK%2Bfvo3N0%2FXoWHxyV3xieQHhJvnjWjpkFMQriZ70eBXq3TcJUs1jHFysv%2BSSHmSAhL3qOlj6CJm2hjkV1p6caFIBQNO44qtmELQgAHgXbgrecxdmPPuI3Nmiam0HQQWn4Quhv436JhcilWXOK1rtbpDCkuWAbA3KrRkBubmWa%2BTs%2FbyOyBAVXdzSvzm7%2BQl%2Bbv13LyDsxyvXzRww7WE%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£20.00", "description": "adidas Superrep Trainers Size UK 9. Grey / White" }, { "href": "https://www.ebay.co.uk/itm/133766120153?hash=item1f251502d9:g:zAUAAOSwmx9foWdC&amdata=enc%3AAQAIAAAAwL4DfVpbgzCZ9GYdHi1y%2FDDyvjZANuFT48A5C%2FkDMKlY3%2F8AndYWokVJriT6RAyzQwFStPstih8VlDIqGsWA7TbiHEYkZfD6hYoclS8MM676aZOfZt88rt0W1fwmHIIwm5I7itNUQkLhVLnmIZlWzXO6E7NOo5t9eksX0mg1Cc%2BlDuYESC%2Fo7xlUaKW95wylJPwwBOEZ08gPfziVdBfubc9kx4P5%2B9jNBE%2F98fjD6Cwvd6u8Kh9FfatEqXieh42Tgw%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£59.99", "description": "Adidas Jeans Mens Trainers in Various Colours and Sizes" }, { "href": "https://www.ebay.co.uk/itm/175978523500?hash=item28f9232b6c:g:zFIAAOSwKYFlLpJu&amdata=enc%3AAQAIAAAA4Jc8VXbEel1c7fFNOpRSNN1WmD10mlq8FrkfVfPhts89CB4JdENdFCFuoDhWAqePe77uwUVheGrQIeOwDOTZ%2B9B2QRi4dHuNrKs6WbWAGoQM3W3N%2B%2F5oMDagdwdKzvEywrpEoqgOxy9RdQv8cRinSyWkx1UMN50nyCgYBvH6onkECRog1iqWwpMQd%2FUcatEx6kRjMtgPAT14jyrbTNudSAqNlYw9kF1JfLEeAz%2B2YMy%2F3NulejJ6TcsSKLzhLJcQgYzMl%2F%2B825mDb19ywZL86XGnRjzWghqMq%2BLiQ4j4J9iI%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£69.00", "description": "Size UK 6.5 - Adidas Samba OG Low White" }, { "href": "https://www.ebay.co.uk/itm/155851722505?hash=item24497c8f09:g:-TwAAOSwy8xlOlro&amdata=enc%3AAQAIAAAAwAY6qD3M%2Byo6DotvPxbLpA3PTzsxmj8%2FAOZ8a5zRulm2D2IgD23VtzDr7GeHbbma5WDxUypof8QqPG1uyS9xAr4CXOr0%2FPHdaW%2BoZEMcrrt0wI16c6ViTqx%2BB6o6qAJyHPuKysuOM69SlJVxwlMWGgOuhUsAWrXS6DVt%2F8f6oErFJFtzpz38TR0H9B6m4%2B8g45MHWLC0xz93YhBH71u9DdJVQg231Fuvs5BnVAsTTN1OnJcO0AKhHK1ea2rGICDchg%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£49.99", "description": "ADIDAS Originals CAMPUS 80s Pantone classic trainers UK9 GY4599" }, { "href": "https://www.ebay.co.uk/itm/204440739987?hash=item2f999e2093:g:7MkAAOSwrRBi2Jox&amdata=enc%3AAQAIAAAAwHODVpDK6ewuyEUHRosSE%2FXNvimhQNz4r9R1H6FUS7iNoHflC5MY8rXeVADZEqhJYDKrgR5jokYrAZvjfbPwsDHz2aGpjUkW7yJRSEAAEHl%2B0OWDgzDkQC6Nb%2BruQx7Eb2Jfo4PnSwxBEOLYRIkFvy1TuWPXW9WbvF5alZQyEZX%2FkP08%2BQBHKC76ka3J4UeT1wJF%2Fxxto7eCKk7Uki9O9HGTQ2I9o8Ik24TRVcJDHML0iVElDYzTadoTDxyeSvmXWg%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£64.99", "description": "adidas ZX 750 Mens Shoes Trainers Uk Size 7 to 12 G40159 Originals Navy White" }, { "href": "https://www.ebay.co.uk/itm/401639704989?hash=item5d8397899d:g:wfIAAOSw0vJb9UYE&amdata=enc%3AAQAIAAAAwAMWJu%2BjeDKWuHjWxMv6v8UAbxRrGYlhglX%2FC%2BKxYiyh0S7nQxdM8hgM9War1%2BtDqIXzMVgqZF02YzEGAuJL96co9YR7dmJBZEvEIecPCwBY6S2kZ3P695%2F2Pm1zs0a0EJCao30t%2FWE%2FAXKNlGB1upISI3OyZ672Fmof%2BQJx0tvKWU%2BI5e45lhGHnHBRS3KRWSI%2F%2BZuFX8h78FpC2tEBCQdB65WC1Gc0V6X6R1umT0gNv8%2F4JsrD7VyO6yku0Z50Jw%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£54.99", "description": "Adidas Original New Men's Beckenbauer Lace up Trainers " }, { "href": "https://www.ebay.co.uk/itm/155851669659?hash=item24497bc09b:g:4YkAAOSwyi9lOlI4&amdata=enc%3AAQAIAAAAwGTxgayvNA6jthUQcr67gvmW8y8x9m0IHJlNU6k6ZEsiXMij3SUY5vlDiqsLL9qhldpGPWpA3s4nUaNkMvHBMuLgSfFUS2%2F3ALHw2PnDWdIs9%2FhmMU31ZEPYFFROiV7LIdCn1wr%2B85XEv7ckKXQ%2FjixJ5jHtG22OY4anYgoMtD1RisHGXku0pwJIXJ2PRnbRP4q9C469DL8BQnSVHAQbUcsFM0iqkraypTxIGjv78SrKOIEUxOfMuhvqFeM%2BxO%2BaYA%3D%3D%7Ctkp%3ABk9SR6qYi8DtYg", "price": "£5.99", "description": "Adidas Mens High Top Trainers UK Size 9 EU Size 43.5" }, { "href": "https://www.ebay.co.uk/itm/134558599486?hash=item1f5451493e:g:twEAAOSwAadglVlW&amdata=enc%3AAQAIAAAAwJ1Tth8m21UxOyHpyM%2FMGsXM6ohpxVTtU6JG%2FPfl9yHbyHN6QkMCpzkwp87dlb9WengDRgzvRy9YIxrGW4E3dddLgEm%2BV%2Bb%2Fef2sMFoKuvqtOTfTUHrsYMHdKgUSFEA3KkYTnVWxrjSTk2feIBn1S111%2B883rlD4itTAa5xYNvZg9Z2u1xUPm7WlQvkzXDbxfYX%2BVilkOfhL%2BSYQDElIiTtXCOUPg2tfsWWuXUclub4T%2F%2FOorg37MCPm7fJCncnG8g%3D%3D%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£58.99", "description": "Adidas ZX 750 Suede Mens Trainers in Various Colours and Sizes" }, { "href": "https://www.ebay.co.uk/itm/335089385136?hash=item4e04e23eb0:g:UL0AAOSwCCtlOk~A&amdata=enc%3AAQAIAAAA4LTZp8pWNaCsc0Sv0%2Bt0bZgkvKcR6ArbNSYyE%2B5pRhH%2Bvk7wOO7ORPjhxFM683xz2H0ibqm%2Fz0T0qXFXVUuwtttFqv6HZT7HI161a9HOMKsBkP9kxZXZqofoZvHFZDHZ1HS%2F6Sl8pHEujD2Ennov50CVivGTSC9GBhSaDNVY%2BjNB5555JOphKNT8nQIkvgsijihXi4fVF%2BKF1jHM%2BVpBK62w38ZQ4curaoWE3BTQJIZBdeQDRqtefZ19VNPhhLsxyeLgssZBkVpeTrK6LpNXpToymNiyXEfnjonv5VVIE29x%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£10.00", "description": "Adidas adiPrene Trainers Uk 11.5 Adult" }, { "href": "https://www.ebay.co.uk/itm/115953721986?hash=item1aff616282:g:B7wAAOSwwvRlMwLv&amdata=enc%3AAQAIAAAA4Fd6QtVUxOzNjpVbj9WgkID6SGqli2PV1mCY7bAMYrXrDfh5fR%2Br6gWgQAlecafoSlRHl%2FvgGDJvo8ZUzz%2FUdtjCr6Uge05ukUqQma5Sy435meTnCPb0mdZ5kBbntO0Xm07oFkVQ3c0voQwxPl1aU2lJq0ziSj%2FPf39JUm42AsVc1sK18igSxSmuDkl2HlxdcxOYgqEYaaHrTdXE6mlbeGcgjWonJTsBhqe9crt8Zqf84sqRHW3jhNPQGtMkOh1XNE6qVo2wlFP3dQTwJOFX5vcPSTROaibBa7JySHf7Wd1L%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£89.99", "description": "ADIDAS Forest Hills Men’s Terrace Trainers, White/Yellow/Gold - Size 7" }, { "href": "https://www.ebay.co.uk/itm/275590143722?hash=item402a73deea:g:SpoAAOSwpshjpKCN&amdata=enc%3AAQAIAAAA4OobWYl%2BxgraM3dmM1Gtm1SxVG9TvLPwLwa%2F0REArhsj8K6g3rlnVHzPi6LJUYXMRRr5h1q9cHk9nQ1kgWmlrgIxLTjZJ4aNp7usofayGcKhI1KwEfoiIV6Rij74gArwaU4E0S5smghlxlvB52qaxngQ1FPBFflSjbJblHpdBb%2B6RfPqH%2BFENIdbDYw0n%2BaMg6tAklTkjDh7ygHlEZ%2BVEVJGUX4nDiZbYHcH5Va3x%2F1cY%2FVcjKwz3pghmWVpm99p2LkiRfnR9n8QNoSEp5%2FXswD8KWHtBXFBfxRsYNLqhjrd%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£39.99", "description": "adidas Hoops 2.0 Mid Mens Trainers Boots B44621 ~RRP £59.99 CLEARANCE OFFER" }, { "href": "https://www.ebay.co.uk/itm/134783042325?hash=item1f61b20315:g:BLkAAOSwzwxlOkuv&amdata=enc%3AAQAIAAAA4OUAmg4KLEofMgR7lOsYZJpkmH2XtUHjxH0QBACH4poRQwOHSkN%2Bkt%2FY6Gclh%2BkKlZTef%2BvKlNzGDKak2Z2knujMfnL1%2FnXX2ICeo5%2Bxib54TqMA1JrYo%2F53Tp8uDxZJxT0GcRM8K6sy%2FHl69xFIkFx1xMwj6Wj%2BGwtLK4WMGQlEhJREfdj9rHwfLE%2FWgwpE99G9hn9DEUzfhKiOZZzzU%2FFxsAfdwlDshgVrwVjK%2FfJgSUrtkkkdEj6s6Fmg9Z03HPTgv0zkD1sVBfJgSQokrNfvKqbufn9DBWkeHx%2Bw%2F3K0%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£5.00", "description": "adidas superstar size 7.5" }, { "href": "https://www.ebay.co.uk/itm/114787654447?hash=item1ab9e09b2f:g:AaAAAOSwF3VgjByn&amdata=enc%3AAQAIAAAAwItmaO7Vwn4SUSVMdfeRcQ5RxOA5jBzdX3JGhI8EtzQzVwQwtKioqx3QA4gXPHtNkevwG431nFibK40XrXY5%2BE7LbtnM3P%2FCHMWOtp4TxKPRI5PDFnqoh3tWuz4BvsxnLX8KxypQdXmJBfvWTOFZcAXfjcBt11EhYtGCVaWVVkASl7Tv5wmQvuaeJCMXC2K7L66czl5xpgZVsC%2BLTpwObhCx96I9dL49FMz7Keku3DNQIj26PCk8%2BsU5oI0iX4KStw%3D%3D%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£54.99", "description": "ADIDAS ORIGINALS SAMBA SUPER SUEDE NEW MEN'S TRAINERS " }, { "href": "https://www.ebay.co.uk/itm/145393177154?hash=item21da1bd242:g:4GkAAOSwkEhlOk1i&amdata=enc%3AAQAIAAAAwM1177dcahF8jQmMYnSJ8HiJbRgT5Rd3lpQds%2FYt1d7VCEjQ%2FfKvPvhp9jmPfVezpMzL1H1IaD23ihMh%2B3ToE3XkTC5BJHbU573fYEZsERPegIv4nx6l%2FeSHEKw4699pYb94eolALGo6WVKDwtqsiLVSOibKT2tyqqPoyCR%2BqCzDEzGGIR%2FfSpL520uKKkhHRGay4ZnmJIvkp2nukG83B7jMLGhBFR1sC1MOUeedPp7jA6gCWrEZxR%2Bi5QhvpuZZkw%3D%3D%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£14.00", "description": "adidas trainers size 9" }, { "href": "https://www.ebay.co.uk/itm/124744576435?hash=item1d0b5b2db3:g:80QAAOSwWFZg8SBp&amdata=enc%3AAQAIAAAA4BHZxbtYKyqbBLpZifDDE3ykFh9Pa4liHQDSrCygrmPk1aOF3kYYmVLzOYSrSC7EGAC1cariScHnqv30HLusJoFyvDaJK3XiHyPgYjOme0klN5kwGNIkxqoL0AJq2ih7GxGdRXJdsMXTckN3H141pjClh6nZABfpjtsLF677%2BMVjfTlv92K66eGhJal093zkKLIHD7p8OHVW1IlwaxHlZEAqcEJIuxaD9LPzTZNvFHQUJagFRMG5uPE%2BNciShpYkwMwvWnGwkpjOGUb4XwkAEnsQHxHGdG%2By9eqGSW8KslIP%7Ctkp%3ABk9SR6yYi8DtYg", "price": "£26.99", "description": "adidas Hoops 2.0 Mens Trainers Size 12.5 ONLY NOW £26.99 REDUCED TO CLEAR" }, { "href": "https://www.ebay.co.uk/itm/404553132872?epid=14047719120&hash=item5e313eeb48:g:afQAAOSwxVJlLYzN&amdata=enc%3AAQAIAAAA0EcckN6OddQTJwgWC%2B7rKiFleHQGFG%2B3Q9tH7sDhmxFe%2FKDMKzmkFYBWoZnTSgFOoPWjqzxRABxSygJV5HErKdKuLSiQE7z1Hi8u6LohsdR1H7Eord4wedkpfQXWWnSckxidofwsXt2OoZj7neYfRIKB7AbfNsfO8gCfdBAodjGAEFEet%2FxF%2BoLscqpaXHswfLaGVTl1XoRv2ugFXxEgRWTi%2FeGm6t0LXtg%2F%2BiB%2BhO6G6CAd3OwZe5KmTUrSiEJWwGGNzVX058JEbgsYDN5rfVI%3D%7Ctkp%3ABFBMrJiLwO1i", "price": "£29.99", "description": "adidas Hoops 2.0 Mid Mens Trainers Boots B44621" }, { "href": "https://www.ebay.co.uk/itm/305184664100?epid=7062786641&hash=item470e6c6a24:g:1nkAAOSw8ttlHr59&amdata=enc%3AAQAIAAAA0LrIrmTwUoga80o%2BGd5ahmEiP8LLFw7Cmc%2B9zkAd%2B%2FUeBAayU5Aq%2FHbx7xiOwLZWLhfHBe9iJWohhrDflVAyA8oouK2%2BFVUmk8qBfgX74fC0BUh%2BUCdzTB7W9MufiTIVAuhpNmTlgo1yfkIZ7VRZh1SzhBi%2B8nM1H2baoHknbbIV0EWZHPJy0u3NOkB5TBD5XzXJZSMHszt67Im1PCLWAnAxwe3LOZnIW5OwWze3ES42wg41JXsV3ywFmSRwOQinATfi0nIpTBr0xSQuD3ZB4t8%3D%7Ctkp%3ABFBMrJiLwO1i", "price": "£79.95", "description": "adidas Terrex Unity Leather Mid COLD RDY Mens Hiking Boots Black GZ3367 UK 10" } ], "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7123287615784128513" }, "status_code": 200, "url": "https://www.ebay.co.uk/sch/i.html?_from=R40&_trksid=p4432023.m570.l1313&_nkw=adidas&_sacat=0", "task_id": "7123287615784128513", "created_at": "2023-10-26 12:41:51", "updated_at": "2023-10-26 12:41:53" } ] } ``` ### Extract product information ```bash Payload expandable theme={null} { "url": "https://www.ebay.co.uk/itm/125918545219?hash=item1d51548543:g:tFoAAOSwk-pftSpu&amdata=enc%3AAQAIAAAAwAj7SDUwT6R%2FBC%2FKeU%2FEZ8EKB1ZWxfIHTA%2BO6TajIlSFK0PAI6NScnu1T118h2tK1nrqEcrOEgG4XZrMsBJPs7r08yqv4agX4mbxKlOHnm%2Bc%2BI%2FDGvfQMkz3Pttza9rDSOEOzbDPE5YESdBHp%2FXXPn4uY3C6Z13A2zj42UXOg25T4uEb%2FuwXE1W%2BtqYzAZi%2B3rWqrz6JIJnWjVCzsVSToKBcJTYlOMOYrF47wKNTzqwrJil8KfRUu72L7mF%2B6GtdoA%3D%3D%7Ctkp%3ABk9SR8D19b_tYg", "target": "universal", "parse": true, "custom_parsing": { "title": { "_fns": [ { "_fn": "xpath_one", "_args": [ "//h1[@class='x-item-title__mainTitle']/span/text()" ] } ] }, "price": { "_fns": [ { "_fn": "xpath_one", "_args": [ "//div[@class='x-price-primary']/span/text()" ] } ] }, "available": { "_fns": [ { "_fn": "xpath_one", "_args": [ "//div[@class='d-quantity__availability']/div/span[1]/text()" ] } ] }, "sold": { "_fns": [ { "_fn": "xpath_one", "_args": [ "//div[@class='d-quantity__availability']/div/span[3]/text()" ] } ] } } } ``` ```bash Result expandable theme={null} { "results": [ { "content": { "results": { "sold": "854 sold", "price": "£51.95", "title": "Adidas Samba Super Leather Black / White (Z28) 019099 Mens Trainers All Sizes", "available": "8 available", "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7123298102051645441" }, "status_code": 200, "url": "https://www.ebay.co.uk/itm/125918545219?hash=item1d51548543:g:tFoAAOSwk-pftSpu&amdata=enc:AQAIAAAAwAj7SDUwT6R/BC/KeU/EZ8EKB1ZWxfIHTA%2BO6TajIlSFK0PAI6NScnu1T118h2tK1nrqEcrOEgG4XZrMsBJPs7r08yqv4agX4mbxKlOHnm%2Bc%2BI/DGvfQMkz3Pttza9rDSOEOzbDPE5YESdBHp/XXPn4uY3C6Z13A2zj42UXOg25T4uEb/uwXE1W%2BtqYzAZi%2B3rWqrz6JIJnWjVCzsVSToKBcJTYlOMOYrF47wKNTzqwrJil8KfRUu72L7mF%2B6GtdoA%3D%3D%7Ctkp:Bk9SR8D19b_tYg", "task_id": "7123298102051645441", "created_at": "2023-10-26 13:23:32", "updated_at": "2023-10-26 13:23:33" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Markdown Response Source: https://help.decodo.com/docs/web-scraping-api-markdown-response Web Scraping API can return a response in Markdown format Scraper API supports automatically transforming HTML output into Markdown. This format provides a clean, human-readable output that streamlines integration into your content workflows and applications, especially useful for feeding scraping results into large language models, which usually have a limited token context. **Request Example:** ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://dummyjson.com/", "headless": "html", "markdown": true } ' ``` **Example output:** ```text wrap theme={null} # Example Domain\n\nThis domain is for use in illustrative examples in documents. You may use this\ndomain in literature without prior coordination or asking for permission.\n\n[More information...](https://www.iana.org/domains/example) ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Parameters Overview Source: https://help.decodo.com/docs/web-scraping-api-parameters Complete parameter reference: proxy pool, geo-targeting, JS rendering, headers, cookies, session IDs, POST requests, device types, and markdown output. Note that supported parameters may vary slightly depending on the target template. [**Read more**](https://help.decodo.com/docs/web-scraping-api-targets#/). | Parameter | Default value | Description | Example | | :------------------------ | :-------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------- | | `proxy_pool` | `premium` | `standard` handles simple pages;
`Premium` resolves complex anti-bot measures and used for Target Templates | `standard` | | `url` or `query` | `null` | Mandatory. Some [**target templates**](https://help.decodo.com/docs/web-scraping-api-targets) support `query` parameter, otherwise `url` is required. | `https://ip.decodo.com` | | `target` | `null` | Necessary for specific [**target templates**](https://help.decodo.com/docs/web-scraping-api-targets#/) | `google_search` | | `headless` | `null`
Some target templates force JS rendering by default | `html` value enables JavaScript rendering. [Read more. ](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [Read more.](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | `html` | | `geo` | auto-randomized | The geographical location on which the result depends. [**Read more**](https://help.decodo.com/docs/web-scraping-api-localisation). | `United States` | | `domain` | `com` | Specify top-level domain: **com**, **co.uk**, **fr**, etc. | `com` | | `locale` | Matched with `domain` parameter | This will change the search page web interface language (not the results).
Example: – en-US – en-GB | `en-gb` | | `headers` | `null` | Adds request headers to the target request. | `User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ Safari/537.36` | | `cookies` | `null` | Client cookie. Allows users to open up pages as if they are logged in. | `Cookie: sessionid=8e1f3b56-7abc-47e6-b2e2-1d273b0a1c4d; logged_in=true; locale=en-US` | | `force_cookies` | `false` | By default, user-provided cookies are not forwarded to the target.
Set this parameter to `true` to override this behaviour. | `true` | | `force_headers` | `false` | By default, user-provided headers are not forwarded to the target.
Set this parameter to `true` to override this behaviour. | `true` | | `device_type` | `desktop` | Device type and browser. [Read more.](https://help.decodo.com/docs/web-scraping-api-device-types) | `desktop` | | `parse` | `false` | For certain target templates dedicated parsers are available.
To retrieve structured data, set `parse` parameter to `true`. [Read more.](https://help.decodo.com/docs/web-scraping-api-parsing-deprecated) | `true` | | `session_id` | `null` | Session to re-use the same IP for multiple requests for up to 10 minutes | `1234` | | `http_method` | `GET` | Used to make a `POST` request instead of `GET`. | `POST` | | `payload` | `null` | Base64 encoded `POST` request body. Used when `http_method` is `POST`. | `{foo: bar}` | | `successful_status_codes` | `null` | Define one or more `HTTP` response codes you consider successful and want to get the content for. | `401`, `404` | | `markdown` | `false` | Parses HTML output into Markdown. Results in less tokens when feeding results into LLM models. [Read more.](https://help.decodo.com/docs/web-scraping-api-markdown-response) | `true` | | `xhr` | `false` | Retrieves a list of XHR and fetch requests.[Read more.](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr) | `true` | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Parsing Overview Source: https://help.decodo.com/docs/web-scraping-api-parsing Web Scraping API Parsing Certain target templates include built-in parsing strategies developed to simplify data extraction and transformation. You can enable these strategies by setting the `parse` parameter to `true`. Below, you'll find a table of templates that support this functionality. ## Target Template Supporting Parsing Strategies | Templates | Target | Input | | ------------------------------------------------------------------------------------------ | -------------------- | ------------ | | [**Amazon**](https://help.decodo.com/docs/web-scraping-api-amazon-url) | `amazon` | `url` | | [**Amazon Bestsellers**](https://help.decodo.com/docs/web-scraping-api-amazon-bestsellers) | `amazon_bestsellers` | `query` | | [**Amazon Pricing**](https://help.decodo.com/docs/web-scraping-api-amazon-pricing) | `amazon_pricing` | `query` | | [**Amazon Product**](https://help.decodo.com/docs/web-scraping-api-amazon-product) | `amazon_product` | `query` | | [**Amazon Search**](https://help.decodo.com/docs/web-scraping-api-amazon-search) | `amazon_search` | `query` | | [**Amazon Sellers**](https://help.decodo.com/docs/web-scraping-api-amazon-sellers) | `amazon_sellers` | `query` | | [**Bing**](https://help.decodo.com/docs/web-scraping-api-bing-url) | `bing` | `url` | | [**Bing Search**](https://help.decodo.com/docs/web-scraping-api-bing-search) | `bing_search` | `query` | | [**Google**](https://help.decodo.com/docs/web-scraping-api-google-url) | `google` | `url` | | [**Google Ads**](https://help.decodo.com/docs/web-scraping-api-google-ads) | `google_ads` | `query` | | [**Google Lens**](https://help.decodo.com/docs/web-scraping-api-google-lens) | `google_lens` | `query` | | [**Google Search**](https://help.decodo.com/docs/web-scraping-api-google-search) | `google_search` | `query` | | [**Google AI Mode**](https://help.decodo.com/docs/web-scraping-api-google-ai-mode) | `google_ai_mode` | `query` | | [**Target**](https://help.decodo.com/docs/web-scraping-api-target-url) | `target` | `url` | | [**Target Product**](https://help.decodo.com/docs/web-scraping-api-target-product#/) | `target_product` | `product_id` | | [**Target Search**](https://help.decodo.com/docs/web-scraping-api-target-search#/) | `target_search` | `query` | | [**Walmart Product**](https://help.decodo.com/docs/web-scraping-api-walmart-product) | `walmart_product` | `url` | | [**Walmart Search**](https://help.decodo.com/docs/web-scraping-api-walmart-search) | `walmart_search` | `url` | | [**ChatGPT**](https://help.decodo.com/docs/web-scraping-api-chatgpt) | `chatgpt` | `prompt` | | [**Perplexity**](https://help.decodo.com/docs/web-scraping-api-perplexity) | `perplexity` | `prompt` | ### Manual Parsing You can pass parsing instructions to Scraper APIs for selecting the data that you need. Parsing instructions allow you to manually select website elements for parsing. Learn more [**here**](https://help.decodo.com/docs/web-scraping-api-manual-parsing). *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Perplexity Source: https://help.decodo.com/docs/web-scraping-api-perplexity Web Scraping API Perplexity Template The `perplexity` template is built to obtain conversational responses from Perplexity. ### Useful Links * The Perplexity template uses the Premium Proxy Pool by default. * [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration method is recommended for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are supported. ## Input Parameters Request parameters available for Perplexity template: | Parameter | Type | Required | Description | | ---------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `target` | string | ✅ | Target type must be set to `perplexity`. | | `prompt` | string | ✅ | The prompt sent to Perplexity. Must be fewer than 8000 characters. | | `headless` | string | | By default, JavaScript rendering is forced, omit parameter in the request.
Set to `png` to receive screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `geo` | string | | Set the country to use when submitting the prompt. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter#/) | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/task' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "perplexity", "prompt": "Top 3 tips to improve productivity while working from home?", "parse": true, "geo": "United States" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "perplexity", "prompt": "Top 3 tips to improve productivity while working from home?", "parse": true, "geo": "United States" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "perplexity", "prompt": "Top 3 tips to improve productivity while working from home?", "parse": True, "geo": "United States" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output As an output, you will get a JSON file. Descriptions for fields in the parsed JSON `content` section are provided in the table below. Keep in mind that the number of fields can vary according to the provided prompt. | Content key | Description | | ------------------- | ------------------------------------------------------------------------------------ | | `model` | The Perplexity model used. | | `prompt_query` | The original query submitted in the request. | | `displayed_tabs` | Interface tabs in Perplexity (e.g., shopping, images). | | `answer_results` | The full response text. | | `answer_results_md` | The full response text in Markdown format. | | `related_queries` | Queries list associated with the main prompt. | | `top_images` | A list of top images with associated titles, links. | | `top_sources` | A list of main citations, each with associated links and titles. | | `inline_products` | A list of inline products with associated titles, prices, links, and other metadata. | In addition to the main AI response, we provide extra data under `additional_results`. Descriptions for these fields can be found in the table below. Keep in mind that the number of fields can vary according to the provided prompt. | Additional results Key | Description | | ---------------------- | ------------------------------------------------------------------------------------ | | `hotels_results` | A list of hotels with associated titles, links, addresses, and additional details. | | `places_results` | A list of places with associated titles, links, coordinates, and other metadata. | | `videos_results` | A list of videos with associated thumbnails, titles, links, and sources. | | `shopping_results` | A list of shopping items with associated titles, prices, links, and other metadata. | | `sources_results` | A list of citations, each with associated links and titles. | | `images_results` | A list of related images with associated titles, image links, and source page links. | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "url": "https://www.perplexity.ai/search/top-3-tips-to-improve-producti-b8lqANjhQbmQYeQ_lcNHVg", "model": "turbo", "top_sources": [ { "url": "https://www.indeed.com/career-advice/career-development/productivity-tips-working-from-home", "title": "20 Tips for Working From Home: How To Be Productive Outside the ...", "source": "indeed career guide" }, { "url": "https://brainhub.eu/library/stay-productive-working-remotely", "title": "Staying Productive While Working From Home - Tips & Tricks", "source": "brainhub.eu" }, { "url": "https://www.unitemps.com/career-advice/working-from-home-tips/", "title": "15 working from home tips for productivity and wellbeing - Unitemps", "source": "unitemps" }, { "url": "https://www.bamboohr.com/blog/tips-for-working-remotely", "title": "How to Work From Home: Tips to Boost Productivity", "source": "bamboohr.com" } ], "prompt_query": "Top 3 tips to improve productivity while working from home?", "answer_results": [ "The top 3 tips to improve productivity while working from home are:", { "list": [ [ [ [ "Create a dedicated workspace:" ], " Set up a specific area in your home, ideally separate from your living or relaxing spaces, that is organized, comfortable, and designed for work. This physical separation helps signal to your brain that it’s time to focus and can minimize distractions[3][12]." ] ], [ [ [ "Establish a consistent routine and clear working hours:" ], " Begin your day with a morning routine and set regular work hours. Treat your remote workday like you would in an office—get dressed, start at a set time, and plan breaks. This helps reinforce structure, making it easier to concentrate and maintain boundaries between work and personal life[1][5][12]." ] ], [ [ [ "Limit distractions and take regular breaks:" ], " Proactively manage potential distractions, such as household chores, social media, or family members. Use productivity techniques like time blocking or the Pomodoro Method (working for set intervals, then taking short breaks) to enhance concentration and reduce burnout[1][3][9]." ] ] ] }, "Implementing these three strategies will help most remote workers boost focus, efficiency, and overall well-being while working from home.", { "enumerated_references": [ { "num": 1, "url": "https://www.indeed.com/career-advice/career-development/productivity-tips-working-from-home" }, { "num": 2, "url": "https://brainhub.eu/library/stay-productive-working-remotely" }, { "num": 3, "url": "https://www.unitemps.com/career-advice/working-from-home-tips/" }, { "num": 4, "url": "https://www.bamboohr.com/blog/tips-for-working-remotely" }, { "num": 5, "url": "https://asana.com/resources/how-to-be-productive-at-home" }, { "num": 6, "url": "https://dev.to/thinkers/guide-to-stay-productive-while-working-from-home-4m69" }, { "num": 7, "url": "https://www.reddit.com/r/productivity/comments/160qb1r/wfh_peeps_what_are_some_tips_you_can_share/" }, { "num": 8, "url": "https://www.networksolutions.com/blog/work-from-home-best-practices/" }, { "num": 9, "url": "https://www.upwork.com/resources/productivity-tips-working-from-home" }, { "num": 10, "url": "https://porch.com/advice/stay-productive-working-home" }, { "num": 11, "url": "https://www.highspot.com/blog/36-tips-to-stay-productive-while-working-from-home/" }, { "num": 12, "url": "https://www.nextiva.com/blog/working-from-home-tips.html" }, { "num": 13, "url": "https://theeverygirl.com/productivity-hacks-work-from-home/" } ] } ], "displayed_tabs": [ "search", "sources", "tasks" ], "related_queries": [ "What are the most effective routines to start and end my workday at home", "How can I minimize distractions like social media and household chores", "Which technology tools can boost my productivity while working remotely", "How do I set healthy boundaries with my household and coworkers", "What are some personal habits that can enhance my focus and efficiency at home" ], "answer_results_md": "\nThe top 3 tips to improve productivity while working from home are:\n\n- **Create a dedicated workspace:** Set up a specific area in your home, ideally separate from your living or relaxing spaces, that is organized, comfortable, and designed for work. This physical separation helps signal to your brain that it’s time to focus and can minimize distractions[3][12].\n- **Establish a consistent routine and clear working hours:** Begin your day with a morning routine and set regular work hours. Treat your remote workday like you would in an office—get dressed, start at a set time, and plan breaks. This helps reinforce structure, making it easier to concentrate and maintain boundaries between work and personal life[1][5][12].\n- **Limit distractions and take regular breaks:** Proactively manage potential distractions, such as household chores, social media, or family members. Use productivity techniques like time blocking or the Pomodoro Method (working for set intervals, then taking short breaks) to enhance concentration and reduce burnout[1][3][9].\n\nImplementing these three strategies will help most remote workers boost focus, efficiency, and overall well-being while working from home.\n\n[1] https://www.indeed.com/career-advice/career-development/productivity-tips-working-from-home\n[2] https://brainhub.eu/library/stay-productive-working-remotely\n[3] https://www.unitemps.com/career-advice/working-from-home-tips/\n[4] https://www.bamboohr.com/blog/tips-for-working-remotely\n[5] https://asana.com/resources/how-to-be-productive-at-home\n[6] https://dev.to/thinkers/guide-to-stay-productive-while-working-from-home-4m69\n[7] https://www.reddit.com/r/productivity/comments/160qb1r/wfh_peeps_what_are_some_tips_you_can_share/\n[8] https://www.networksolutions.com/blog/work-from-home-best-practices/\n[9] https://www.upwork.com/resources/productivity-tips-working-from-home\n[10] https://porch.com/advice/stay-productive-working-home\n[11] https://www.highspot.com/blog/36-tips-to-stay-productive-while-working-from-home/\n[12] https://www.nextiva.com/blog/working-from-home-tips.html\n[13] https://theeverygirl.com/productivity-hacks-work-from-home/\n", "parse_status_code": 12000, "additional_results": { "sources_results": [ { "url": "https://www.indeed.com/career-advice/career-development/productivity-tips-working-from-home", "title": "20 Tips for Working From Home: How To Be Productive Outside the ..." }, { "url": "https://brainhub.eu/library/stay-productive-working-remotely", "title": "Staying Productive While Working From Home - Tips & Tricks" }, { "url": "https://www.unitemps.com/career-advice/working-from-home-tips/", "title": "15 working from home tips for productivity and wellbeing - Unitemps" }, { "url": "https://www.bamboohr.com/blog/tips-for-working-remotely", "title": "How to Work From Home: Tips to Boost Productivity" }, { "url": "https://asana.com/resources/how-to-be-productive-at-home", "title": "Be Productive at Home: 11 Tips to Promote Efficiency [2025] - Asana" }, { "url": "https://dev.to/thinkers/guide-to-stay-productive-while-working-from-home-4m69", "title": "How to Stay Productive While Working from Home: A Complete Guide" }, { "url": "https://www.reddit.com/r/productivity/comments/160qb1r/wfh_peeps_what_are_some_tips_you_can_share/", "title": "WFH peeps, what are some tips you can share? - productivity - Reddit" }, { "url": "https://www.networksolutions.com/blog/work-from-home-best-practices/", "title": "20 Work From Home Best Practices for Boosting Productivity" }, { "url": "https://www.upwork.com/resources/productivity-tips-working-from-home", "title": "25 Top Tips for Work Productivity from Home in 2025 - Upwork" }, { "url": "https://porch.com/advice/stay-productive-working-home", "title": "Easy Tips to Help you Stay Productive While Working from Home" }, { "url": "https://www.highspot.com/blog/36-tips-to-stay-productive-while-working-from-home/", "title": "36 Tips to Stay Productive While Working from Home" }, { "url": "https://www.nextiva.com/blog/working-from-home-tips.html", "title": "24 Work From Home Tips to Drive Better Productivity" }, { "url": "https://theeverygirl.com/productivity-hacks-work-from-home/", "title": "Productivity Hacks for Work From Home Employees | The Everygirl" } ] } }, "errors": [], "status_code": 12000, "task_id": "7355837545495677953" }, "headers": { "date": "Tue, 29 Jul 2025 05:52:26 GMT", "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch, Accept-Encoding", "cf-ray": "966a59a63b0a09f5-LAS", "server": "cloudflare", "content-type": "text/html; charset=utf-8", "x-powered-by": "Next.js", "cache-control": "private, no-cache, no-store, max-age=0, must-revalidate", "x-firefox-spdy": "h2", "cf-cache-status": "DYNAMIC", "x-frame-options": "DENY", "content-encoding": "gzip", "content-security-policy": "object-src 'none'; base-uri 'self'; form-action 'self' https://onedrive.live.com https://*.sharepoint.com; frame-ancestors 'self' https://onedrive.live.com https://*.sharepoint.com https://app.athina.ai; block-all-mixed-content; upgrade-insecure-requests;", "strict-transport-security": "max-age=15552000; includeSubDomains; preload" }, "cookies": [ { "key": "m", "path": "/", "value": "912dbae5-6ec9-470a-8297-afa3b1f5ff64321a7d", "domain": "m.stripe.com", "secure": true, "comment": "", "expires": 1788328356, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "pplx.visitor-id", "path": "/", "value": "33d3e98b-9f20-422e-a4fd-6421ec4c9d8f", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": 1785304338, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "pplx.session-id", "path": "/", "value": "a42cc928-c2e5-4e9c-9d15-65964fc19602", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__cf_bm", "path": "/", "value": "t6fowQdTSSFC.8BvfJKRMJQl2vrrp2X5eZCTqNhaaWk-1753768338-1.0.1.1-eyaXAaQF6JFcXXzyvgstCzX7JKFDzdTab2XXt3lEtWqGTxVVwuUAX6cM19z2KJovFiYktIxHoUW7kPViIcdSmxPNbgSjMnS6_snbX0UW3YM", "domain": ".perplexity.ai", "secure": true, "comment": "", "expires": 1753770138, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__cflb", "path": "/", "value": "02DiuDyvFMmK5p9jVbVnMNSKYZhUL9aGkRrsFKFDUXmLg", "domain": "www.perplexity.ai", "secure": true, "comment": "", "expires": 1753851138, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "segmented-control-popover-studio", "path": "/", "value": "1", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": 1785304342, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "next-auth.csrf-token", "path": "/", "value": "0f29983dd9cef1af8097db3e9dea8d296a3504c581ba8dcdeaf5697a5d2f31e9%7C8fca4b8f36614ef650ad66f0dbdfc444db3da837392cdf3e9d4a32d1e86fd6e4", "domain": "www.perplexity.ai", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "comet-custom-color-themes-enabled", "path": "/", "value": "true", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_dd_s", "path": "/", "value": "aid=6ace56ec-f8be-4e65-add6-b800f95d62a9&rum=2&id=03e7f657-643c-4c79-ad4c-1bdbe467737a&created=1753768339902&expire=1753769247456&logs=0", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": 1753769247, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "cf_clearance", "path": "/", "value": "lg51YL07Hejhsr4U9dixz0x0fxwKABC6bZc.KxlZR60-1753768347-1.2.1.1-iHQve.BmqgAiabDecZM47J_zyx1mRogKZep0J7j.lAD8wBTS9t.RPVD2u1YSrvUv3DQWFxd3DNDRB9_avcse.ceo0QIIQ.hwArNeoJNtuSOoShU.rnrtxYfPwCneA2.Fb7zIsF9NPxCrGVB5WGPl6bXl9cl5FU0JPj0W1qX0EIrpDYsiFDXxm6nS5pvIYa3OQGzX9EnNCt7DKQUxBrNzVoHsmDyNeRBhvCgL1KPAUOg", "domain": ".perplexity.ai", "secure": true, "comment": "", "expires": 1785304348, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "next-auth.callback-url", "path": "/", "value": "https%3A%2F%2Fwww.perplexity.ai%2Fapi%2Fauth%2Fsignin-callback%3Fredirect%3Dhttps%253A%252F%252Fwww.perplexity.ai", "domain": "www.perplexity.ai", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "AWSALB", "path": "/", "value": "Y8Gu8sgxuQgsSmDLCDTXQakmD5jfXKeVkNL1VOOl4lcZcWWoRE0TqlMND8AyUJoIUnBrWYDIZ12BbgQvNh2MsUb8fDclHiuGgWtLY2ZTvgMC9l4FX2PYGfQSRPVV", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": 1754373149, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "AWSALBCORS", "path": "/", "value": "Y8Gu8sgxuQgsSmDLCDTXQakmD5jfXKeVkNL1VOOl4lcZcWWoRE0TqlMND8AyUJoIUnBrWYDIZ12BbgQvNh2MsUb8fDclHiuGgWtLY2ZTvgMC9l4FX2PYGfQSRPVV", "domain": "www.perplexity.ai", "secure": true, "comment": "", "expires": 1754373149, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "sidebarHiddenHubs", "path": "/", "value": "[]", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": 1788328349, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "pplx.la-status", "path": "/", "value": "allowed", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "pplx.metadata", "path": "/", "value": "{%22qc%22:1%2C%22qcr%22:0%2C%22qcdr%22:0%2C%22qcs%22:0%2C%22qcd%22:1%2C%22hli%22:false%2C%22hcga%22:false%2C%22hcds%22:false%2C%22hso%22:false%2C%22hfo%22:false%2C%22fqa%22:1753768349192%2C%22lqa%22:1753768349192}", "domain": "www.perplexity.ai", "secure": false, "comment": "", "expires": 1788328354, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__stripe_mid", "path": "/", "value": "1e8097f1-fca4-4b97-9a8a-550f0794b87d047262", "domain": ".www.perplexity.ai", "secure": true, "comment": "", "expires": 1785304356, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__stripe_sid", "path": "/", "value": "321769ee-a763-4151-bc30-ffe5a6cd7b25fb1183", "domain": ".www.perplexity.ai", "secure": true, "comment": "", "expires": 1753770156, "max-age": "", "version": "", "httponly": "", "samesite": "" } ], "status_code": 200, "task_id": "7355837545495677953", "created_at": "2025-07-29 05:52:15", "updated_at": "2025-07-29 05:52:40" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Quick Start Source: https://help.decodo.com/docs/web-scraping-api-quick-start First-request walkthrough for the Decodo Web Scraping API. Covers credential retrieval, a sample cURL call, and synchronous, async, and batch modes. Decodo Web Scraping API is a comprehensive data collection solution for eCommerce marketplaces, search engine results pages, social media platforms, and various other websites. ## Get API credentials Obtain your API credentials by creating an account first. Once logged into the Dashboard, purchase a free trial or subscription (find more information about pricing [**here**](https://help.decodo.com/docs/web-scraping-api-introduction)). Then navigate to the API Playground to retrieve your API Token or Username and Password. Group427323676 ## First Request Test your setup with a simple request: ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://ip.decodo.com" } ' ``` Don't forget to update the Authorization section with your token. You should receive an HTML response; the location will be randomized and might differ from the example: ```json JSON expandable theme={null} { "results": [ { "content": "{\n \"browser\": {\n \"name\": \"Firefox\",\n \"version\": \"123.0\"\n },\n \"platform\": {\n \"name\": \"Windows\",\n \"os\": \"Windows 10\",\n \"type\": \"desktop\"\n },\n \"engine\": {\n \"name\": \"Gecko\",\n \"version\": \"20100101\"\n },\n \"isp\": {\n \"isp\": \"Cogent Communications\",\n \"asn\": 174,\n \"domain\": \"\",\n \"organization\": \"Cogent Communications\"\n },\n \"city\": {\n \"name\": \"New York\",\n \"code\": \"NY\",\n \"state\": \"New York\",\n \"time_zone\": \"America/New_York\",\n \"zip_code\": \"10118\",\n \"latitude\": 40.7126,\n \"longitude\": -74.0066\n },\n \"proxy\": {\n \"ip\": \"149.115.134.88\"\n },\n \"country\": {\n \"code\": \"US\",\n \"name\": \"United States\",\n \"continent\": \"North America\"\n }\n}\n", "headers": { "content-length": "813", "content-type": "application/json", "date": "Wed, 28 Jan 2026 14:06:35 GMT", "server": "nginx" }, "cookies": [], "status_code": 200, "task_id": "7422278918918391809", "created_at": "2026-01-28 14:06:33", "updated_at": "2026-01-28 14:06:35" } ] } ``` ## Find out more Our API offers many features that might interest you. Here are a few main topics. Three **integration types** are supported: * Synchronous (real-time) requests, read more [**here**](https://help.decodo.com/docs/web-scraping-api-real-time-requests). * Asynchronous requests, read more [**here**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests). * Batch requests, read more [**here**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks). We support a lot of **parameters** like JS rendering, browser actions, device types, and more. Read [**here**](https://help.decodo.com/docs/web-scraping-api-parameters). Check out our huge **Target Template offering** for Google, Amazon, ChatGPT, and more, read [**here**](https://help.decodo.com/docs/web-scraping-api-targets). *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Real-time Requests Source: https://help.decodo.com/docs/web-scraping-api-real-time-requests Make synchronous scraping requests with the Decodo Web Scraping API. The response returns in the same HTTP connection once the target page is retrieved. ## Introduction The real-time integration puts the entire job request into one URL, which is formed by the API. #### Post Endpoint: `scraper-api.decodo.com/v2/scrape` #### Example: ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://ip.decodo.com" } ' ``` #### Response Example: ```json JSON expandable theme={null} { "results": [ { "content": "{\n \"browser\": {\n \"name\": \"Firefox\",\n \"version\": \"123.0\"\n },\n \"platform\": {\n \"name\": \"Windows\",\n \"os\": \"Windows 10\",\n \"type\": \"desktop\"\n },\n \"engine\": {\n \"name\": \"Gecko\",\n \"version\": \"20100101\"\n },\n \"isp\": {\n \"isp\": \"Cogent Communications\",\n \"asn\": 174,\n \"domain\": \"\",\n \"organization\": \"Cogent Communications\"\n },\n \"city\": {\n \"name\": \"New York\",\n \"code\": \"NY\",\n \"state\": \"New York\",\n \"time_zone\": \"America/New_York\",\n \"zip_code\": \"10118\",\n \"latitude\": 40.7126,\n \"longitude\": -74.0066\n },\n \"proxy\": {\n \"ip\": \"149.115.134.88\"\n },\n \"country\": {\n \"code\": \"US\",\n \"name\": \"United States\",\n \"continent\": \"North America\"\n }\n}\n", "headers": { "content-length": "813", "content-type": "application/json", "date": "Wed, 28 Jan 2026 14:06:35 GMT", "server": "nginx" }, "cookies": [], "status_code": 200, "task_id": "7422278918918391809", "created_at": "2026-01-28 14:06:33", "updated_at": "2026-01-28 14:06:35" } ] } ``` *** ## Quick Start 1. Send a query. To specify it, you can add [**parameters**](https://help.decodo.com/docs/web-scraping-api-parameters). * You need to post query parameters in the same way you post `JSON` ones. * Don't forget to input your credentials (tokens). [**How to find it?**](https://help.decodo.com/docs/web-scraping-api-quick-start) 2. The Web Scraping API retrieves the content you need. 3. The data should come back with the `HTTP` status code **`200`**, and it should be parsed in `JSON` format or contain raw `HTML`. ### Keep an Open Connection * If the connection is closed before the job is completed, the data is lost. * The **timeout limit** for open connections is `150` seconds. In a rare case of a heavy load, we may not be able to get the data to you. * You can collect data using the same connection and get an immediate response. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Reddit Post Source: https://help.decodo.com/docs/web-scraping-api-reddit-post Web Scraping API Reddit Post Template The `reddit_post` template is built to obtain Reddit post information. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Reddit Post template: | Parameter | Type | Required | Description | | --------- | ------ | -------- | ------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `reddit_post`. | | `url` | string | ✅ | Reddit post URL. | | `geo` | string | | Set the country to use when submitting the query. | | `locale` | string | | Set the value to change your post page web interface language | Parsing is set to "true" by default for this source - it is required to successfully scrape the results. ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "reddit_post", "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "reddit_post", "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "reddit_post", "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output #### Response Example ```json JSON expandable theme={null} [ { "kind": "Listing", "data": { "after": null, "dist": 1, "modhash": "", "geo_filter": "", "children": [ { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "Here is a place to have in depth, x's and o's, discussions on yesterday's games. Post-game discussions are linked in the table, keep your memes and reactions there.\n\nPlease keep your discussion of a particular game in the respective comment thread. **All direct replies to this post will be removed.**\n\n\n|Away|Home|Score|GT|PGT|\n|:--|:--|:-:|:-:|:-:|\n|[](/DEN) Denver Nuggets |[](/OKC) Oklahoma City Thunder | 128 - 95 | [Link](https://www.reddit.com/r/nba/comments/17jafow/game_thread_denver_nuggets_20_oklahoma_city/) | [Link](https://www.reddit.com/r/nba/comments/17jdirs/post_game_thread_the_denver_nuggets_30_blow_out/) |\n|[](/GSW) Golden State Warriors |[](/HOU) Houston Rockets | 106 - 95 | [Link](https://www.reddit.com/r/nba/comments/17jf6f5/game_thread_golden_state_warriors_11_houston/) | [Link](https://www.reddit.com/r/nba/comments/17jiera/post_game_thread_the_golden_state_warriors_21/) |\n|[](/ATL) Atlanta Hawks |[](/MIL) Milwaukee Bucks | 127 - 110 | [Link](https://www.reddit.com/r/nba/comments/17jfa1a/game_thread_atlanta_hawks_02_vs_milwaukee_bucks/) | [Link](https://www.reddit.com/r/nba/comments/17jib35/post_game_thread_the_atlanta_hawks_12_defeat_the/) |\n|[](/POR) Portland Trail Blazers |[](/PHI) Philadelphia 76ers | 98 - 126 | No GT Found | [Link](https://www.reddit.com/r/nba/comments/17jimvj/post_game_thread_the_philadelphia_76ers_21/) |\n|[](/SAS) San Antonio Spurs |[](/LAC) Los Angeles Clippers | 83 - 123 | [Link](https://www.reddit.com/r/nba/comments/17jhkzk/game_thread_san_antonio_spurs_11_vs_los_angeles/) | [Link](https://www.reddit.com/r/nba/comments/17jkiut/post_game_thread_the_los_angeles_clippers_21/) |\n|[](/LAL) Los Angeles Lakers |[](/SAC) Sacramento Kings | 127 - 132 | [Link](https://www.reddit.com/r/nba/comments/17ji351/game_thread_los_angeles_lakers_11_vs_sacramento/) | [Link](https://www.reddit.com/r/nba/comments/17jksua/post_game_thread_the_sacramento_kings_21_defeat/) |", "user_reports": [], "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[SERIOUS NEXT DAY THREAD] Post-Game Discussion (October 29, 2023)", "link_flair_richtext": [ { "e": "text", "t": "Discussion" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "discussion", "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_17jrqc5", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.81, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 37, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "is_original_content": false, "author_fullname": "t2_6vjwa", "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": "Discussion", "can_mod_post": false, "score": 37, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": "NBA", "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "gildings": {}, "content_categories": null, "is_self": true, "mod_note": null, "created": 1698667201, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Here is a place to have in depth, x&#39;s and o&#39;s, discussions on yesterday&#39;s games. Post-game discussions are linked in the table, keep your memes and reactions there.</p>\n\n<p>Please keep your discussion of a particular game in the respective comment thread. <strong>All direct replies to this post will be removed.</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\">Away</th>\n<th align=\"left\">Home</th>\n<th align=\"center\">Score</th>\n<th align=\"center\">GT</th>\n<th align=\"center\">PGT</th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\"><a href=\"/DEN\"></a> Denver Nuggets</td>\n<td align=\"left\"><a href=\"/OKC\"></a> Oklahoma City Thunder</td>\n<td align=\"center\">128 - 95</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jafow/game_thread_denver_nuggets_20_oklahoma_city/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jdirs/post_game_thread_the_denver_nuggets_30_blow_out/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/GSW\"></a> Golden State Warriors</td>\n<td align=\"left\"><a href=\"/HOU\"></a> Houston Rockets</td>\n<td align=\"center\">106 - 95</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jf6f5/game_thread_golden_state_warriors_11_houston/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jiera/post_game_thread_the_golden_state_warriors_21/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/ATL\"></a> Atlanta Hawks</td>\n<td align=\"left\"><a href=\"/MIL\"></a> Milwaukee Bucks</td>\n<td align=\"center\">127 - 110</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jfa1a/game_thread_atlanta_hawks_02_vs_milwaukee_bucks/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jib35/post_game_thread_the_atlanta_hawks_12_defeat_the/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/POR\"></a> Portland Trail Blazers</td>\n<td align=\"left\"><a href=\"/PHI\"></a> Philadelphia 76ers</td>\n<td align=\"center\">98 - 126</td>\n<td align=\"center\">No GT Found</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jimvj/post_game_thread_the_philadelphia_76ers_21/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/SAS\"></a> San Antonio Spurs</td>\n<td align=\"left\"><a href=\"/LAC\"></a> Los Angeles Clippers</td>\n<td align=\"center\">83 - 123</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jhkzk/game_thread_san_antonio_spurs_11_vs_los_angeles/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jkiut/post_game_thread_the_los_angeles_clippers_21/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/LAL\"></a> Los Angeles Lakers</td>\n<td align=\"left\"><a href=\"/SAC\"></a> Sacramento Kings</td>\n<td align=\"center\">127 - 132</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17ji351/game_thread_los_angeles_lakers_11_vs_sacramento/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jksua/post_game_thread_the_sacramento_kings_21_defeat/\">Link</a></td>\n</tr>\n</tbody></table>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": true, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "e454879a-ff45-11ea-b58e-0ea6879ad6a7", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": " r/NBA", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": "moderator", "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "#264184", "id": "17jrqc5", "is_robot_indexable": true, "num_duplicates": 0, "report_reasons": null, "author": "NBA_MOD", "discussion_type": null, "num_comments": 39, "send_replies": false, "media": null, "contest_mode": false, "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/", "subreddit_subscribers": 16893175, "created_utc": 1698667201, "num_crossposts": 0, "mod_reports": [], "is_video": false } } ], "before": null } }, { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k72t2uw", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "AutoModerator", "can_mod_post": false, "created_utc": 1698667202, "send_replies": false, "parent_id": "t3_17jrqc5", "score": 1, "author_fullname": "t2_6l4z3", "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "REMINDER: This thread is only for serious and thought-provoking analysis. We ask users to report low effort comments that do not bring insightful discussion. Temporary bans may be handed out to users who post memes and other low-effort or off-topic comments in this thread.\n\n*I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/nba) if you have any questions or concerns.*", "edited": false, "top_awarded_type": null, "author_flair_css_class": null, "name": "t1_k72t2uw", "is_submitter": false, "downs": 0, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>REMINDER: This thread is only for serious and thought-provoking analysis. We ask users to report low effort comments that do not bring insightful discussion. Temporary bans may be handed out to users who post memes and other low-effort or off-topic comments in this thread.</p>\n\n<p><em>I am a bot, and this action was performed automatically. Please <a href=\"/message/compose/?to=/r/nba\">contact the moderators of this subreddit</a> if you have any questions or concerns.</em></p>\n</div>", "removal_reason": null, "collapsed_reason": null, "distinguished": "moderator", "associated_award": null, "stickied": true, "author_premium": true, "can_gild": false, "gildings": {}, "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": true, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t2uw/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667202, "author_flair_text": null, "treatment_tags": [], "link_id": "t3_17jrqc5", "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 0, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 1 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e5d37e18-fd02-11ea-b89b-0eff36fc1de5", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k737chl", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "iamJuJu11", "can_mod_post": false, "created_utc": 1698674197, "send_replies": true, "parent_id": "t1_k72t3db", "score": 18, "author_fullname": "t2_9libc", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "These first few games it looks like CP3 can’t get his legs under him for 3’s and is coming up short. I get he has to shoot them to at least threaten and spread the floor but his facilitation and play off the bench has been great to watch, especially as someone who used to hate him on the Clips and Rockets. Still getting used to him in a dubs jersey but the energy with this team is pretty exciting right now. Took months to have 2 road wins last year 😅", "edited": false, "top_awarded_type": null, "author_flair_css_class": "VOTE", "name": "t1_k737chl", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":vote-1:", "u": "https://emoji.redditmedia.com/bd4kjwekhyp51_t5_2qo4s/vote-1", "e": "emoji" }, { "e": "text", "t": " Registered to Vote" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>These first few games it looks like CP3 can’t get his legs under him for 3’s and is coming up short. I get he has to shoot them to at least threaten and spread the floor but his facilitation and play off the bench has been great to watch, especially as someone who used to hate him on the Clips and Rockets. Still getting used to him in a dubs jersey but the energy with this team is pretty exciting right now. Took months to have 2 road wins last year 😅</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k737chl/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698674197, "author_flair_text": ":vote-1: Registered to Vote", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 18 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "c62b0378-3feb-11e8-882d-0ebe5c653b82", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k73dvdt", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "nuggs_analysis", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k72yidw", "score": 15, "author_fullname": "t2_f8rwzu88x", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "It’s a great feeling isn’t it? Ours was like 29th last year.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "name": "t1_k73dvdt", "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>It’s a great feeling isn’t it? Ours was like 29th last year.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73dvdt/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698676885, "author_flair_text": null, "treatment_tags": [], "created_utc": 1698676885, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 15 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72yidw", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "MC-Jdf", "can_mod_post": false, "created_utc": 1698670130, "send_replies": true, "parent_id": "t1_k72t3db", "score": 29, "author_fullname": "t2_54idsp64", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "We've got a bench boys.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Warriors1", "name": "t1_k72yidw", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":gsw-1:", "u": "https://emoji.redditmedia.com/spk2ywnjz3bb1_t5_2qo4s/gsw-1", "e": "emoji" }, { "e": "text", "t": " Warriors" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>We&#39;ve got a bench boys.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72yidw/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698670130, "author_flair_text": ":gsw-1: Warriors", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 29 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72t3db", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "NBA_MOD", "can_mod_post": false, "created_utc": 1698667210, "send_replies": false, "parent_id": "t3_17jrqc5", "score": 12, "author_fullname": "t2_6vjwa", "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "\n\n**Warriors @ Rockets**\n\n[](/GSW) **106 - 95** [](/HOU)\n\n**Box Scores: [NBA](https://www.nba.com/game/GSW-vs-HOU-0022300096/boxscore) & [Yahoo](http://sports.yahoo.com/nba/golden-state-warriors-houston-rockets-2023102910)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Golden State Warriors|26|31|24|25|106|\n|Houston Rockets|24|23|28|20|95|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Golden State Warriors|106|35-81|43.2%|18-45|40.0%|18-23|78.3%|8|59|27|18|6|14|6|\n|Houston Rockets|95|34-90|37.8%|9-33|27.3%|18-19|94.69999999999999%|10|49|22|20|7|7|4|", "edited": false, "top_awarded_type": null, "author_flair_css_class": "NBA", "name": "t1_k72t3db", "is_submitter": true, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p><strong>Warriors @ Rockets</strong></p>\n\n<p><a href=\"/GSW\"></a> <strong>106 - 95</strong> <a href=\"/HOU\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/GSW-vs-HOU-0022300096/boxscore\">NBA</a> &amp; <a href=\"http://sports.yahoo.com/nba/golden-state-warriors-houston-rockets-2023102910\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Golden State Warriors</td>\n<td align=\"left\">26</td>\n<td align=\"left\">31</td>\n<td align=\"left\">24</td>\n<td align=\"left\">25</td>\n<td align=\"left\">106</td>\n</tr>\n<tr>\n<td align=\"left\">Houston Rockets</td>\n<td align=\"left\">24</td>\n<td align=\"left\">23</td>\n<td align=\"left\">28</td>\n<td align=\"left\">20</td>\n<td align=\"left\">95</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Golden State Warriors</td>\n<td align=\"left\">106</td>\n<td align=\"left\">35-81</td>\n<td align=\"left\">43.2%</td>\n<td align=\"left\">18-45</td>\n<td align=\"left\">40.0%</td>\n<td align=\"left\">18-23</td>\n<td align=\"left\">78.3%</td>\n<td align=\"left\">8</td>\n<td align=\"left\">59</td>\n<td align=\"left\">27</td>\n<td align=\"left\">18</td>\n<td align=\"left\">6</td>\n<td align=\"left\">14</td>\n<td align=\"left\">6</td>\n</tr>\n<tr>\n<td align=\"left\">Houston Rockets</td>\n<td align=\"left\">95</td>\n<td align=\"left\">34-90</td>\n<td align=\"left\">37.8%</td>\n<td align=\"left\">9-33</td>\n<td align=\"left\">27.3%</td>\n<td align=\"left\">18-19</td>\n<td align=\"left\">94.69999999999999%</td>\n<td align=\"left\">10</td>\n<td align=\"left\">49</td>\n<td align=\"left\">22</td>\n<td align=\"left\">20</td>\n<td align=\"left\">7</td>\n<td align=\"left\">7</td>\n<td align=\"left\">4</td>\n</tr>\n</tbody></table>\n</div>", "removal_reason": null, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "gildings": {}, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t3db/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667210, "author_flair_text": " r/NBA", "treatment_tags": [], "link_id": "t3_17jrqc5", "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 0, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 12 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "81006018-b670-11e7-ae1b-0e987abeb926", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k74rmfn", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "HowieHubler", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k72zlet", "score": 8, "author_fullname": "t2_15178y", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "Yup. Giannis doesn’t hold the pick at all", "edited": false, "top_awarded_type": null, "author_flair_css_class": null, "name": "t1_k74rmfn", "is_submitter": false, "downs": 0, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Yup. Giannis doesn’t hold the pick at all</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74rmfn/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698695454, "author_flair_text": null, "treatment_tags": [], "created_utc": 1698695454, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 3, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 8 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72zlet", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "irelli", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k72wq75", "score": 22, "author_fullname": "t2_9vopn", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "The problem is Giannis doesn't actually set a screen, which makes it easy to trap Dame. \n\nHe's slipping every single time", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "TrailBlazers5", "name": "t1_k72zlet", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "e": "text", "t": "Trail Blazers" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>The problem is Giannis doesn&#39;t actually set a screen, which makes it easy to trap Dame. </p>\n\n<p>He&#39;s slipping every single time</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72zlet/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698670662, "author_flair_text": "Trail Blazers", "treatment_tags": [], "created_utc": 1698670662, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 22 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72wq75", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "SquimJim", "can_mod_post": false, "created_utc": 1698669204, "send_replies": true, "parent_id": "t1_k72t3sg", "score": 20, "author_fullname": "t2_7mb1q", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Ugly game for the Bucks, but it's one game early in the season. \n\nBeen banging the Jalen Johnson drum ever since the playoffs and he's looking exactly like I would have envisioned him for this year. He's part of the reason I think the Hawks have a real shot at coming out on top of that 2nd tier group in the East. I know things haven't looked fantastic for them, but once their shooting normalizes, (like in this game), I believe they'll start stringing a handful of wins together. I don't think this is \"Midlanta\" of yesteryear. \n\nDame/Giannis PnR sometimes looks deadly and sometimes it looks very mid. Am I seeing that correctly? I'm sure it's a chemistry thing and will get better with time, but Giannis doesn't seem right in that role all the time. Lopez almost feels like the better option at times.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Celtics1", "name": "t1_k72wq75", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Celtics" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Ugly game for the Bucks, but it&#39;s one game early in the season. </p>\n\n<p>Been banging the Jalen Johnson drum ever since the playoffs and he&#39;s looking exactly like I would have envisioned him for this year. He&#39;s part of the reason I think the Hawks have a real shot at coming out on top of that 2nd tier group in the East. I know things haven&#39;t looked fantastic for them, but once their shooting normalizes, (like in this game), I believe they&#39;ll start stringing a handful of wins together. I don&#39;t think this is &quot;Midlanta&quot; of yesteryear. </p>\n\n<p>Dame/Giannis PnR sometimes looks deadly and sometimes it looks very mid. Am I seeing that correctly? I&#39;m sure it&#39;s a chemistry thing and will get better with time, but Giannis doesn&#39;t seem right in that role all the time. Lopez almost feels like the better option at times.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72wq75/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698669204, "author_flair_text": "Celtics", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 20 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "b8a1c822-3feb-11e8-88e1-0e5f55d58ce0", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k7432ai", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "GayLoveSession", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k734p5f", "score": 6, "author_fullname": "t2_8xim2wev", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "As someone who rushed to the waiver wire to pick up Jalen Johnson, I sincerely hope you're wrong and his shooting is sustainable", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "name": "t1_k7432ai", "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>As someone who rushed to the waiver wire to pick up Jalen Johnson, I sincerely hope you&#39;re wrong and his shooting is sustainable</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k7432ai/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698686443, "author_flair_text": null, "treatment_tags": [], "created_utc": 1698686443, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 6 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "b8a1c822-3feb-11e8-88e1-0e5f55d58ce0", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k748rw4", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "Standard-Big1474", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k734p5f", "score": 2, "author_fullname": "t2_mi6wltvc", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "I think it will be matchup dependent as sometimes it may be better to have Jalen being the lead ball handler for the bench unit (for those rare moments Trae and DJ both rest) but Jalen was definitely the right move for Giannis as Bey is kinda undersized at the 4", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "Hawks1", "name": "t1_k748rw4", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":atl-1:", "u": "https://emoji.redditmedia.com/30i0t802e0t81_t5_2qo4s/atl-1", "e": "emoji" }, { "e": "text", "t": " Hawks" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>I think it will be matchup dependent as sometimes it may be better to have Jalen being the lead ball handler for the bench unit (for those rare moments Trae and DJ both rest) but Jalen was definitely the right move for Giannis as Bey is kinda undersized at the 4</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k748rw4/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698688527, "author_flair_text": ":atl-1: Hawks", "treatment_tags": [], "created_utc": 1698688527, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 2 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k734p5f", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "Handyman2116", "can_mod_post": false, "created_utc": 1698673033, "send_replies": true, "parent_id": "t1_k72t3sg", "score": 9, "author_fullname": "t2_5by8352k", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Man, I love Jalen Johnson so much, I know his shooting is probably not that sustainable, but having a guy like him who can handle the ball and playmake makes him a much better fit for Snyder's system. I'm glad that Quin gave him the start over Bey, Bey might be better suited to a bench role at this moment. \n\nAlso, I don't want to jinx anything, but Hunter has been very good to start the year.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Hawks1", "name": "t1_k734p5f", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":atl-1:", "u": "https://emoji.redditmedia.com/30i0t802e0t81_t5_2qo4s/atl-1", "e": "emoji" }, { "e": "text", "t": " Hawks" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Man, I love Jalen Johnson so much, I know his shooting is probably not that sustainable, but having a guy like him who can handle the ball and playmake makes him a much better fit for Snyder&#39;s system. I&#39;m glad that Quin gave him the start over Bey, Bey might be better suited to a bench role at this moment. </p>\n\n<p>Also, I don&#39;t want to jinx anything, but Hunter has been very good to start the year.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k734p5f/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698673033, "author_flair_text": ":atl-1: Hawks", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 9 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72t3sg", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "NBA_MOD", "can_mod_post": false, "created_utc": 1698667216, "send_replies": false, "parent_id": "t3_17jrqc5", "score": 12, "author_fullname": "t2_6vjwa", "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "\n\n**Hawks @ Bucks**\n\n[](/ATL) **127 - 110** [](/MIL)\n\n**Box Scores: [NBA](https://www.nba.com/game/ATL-vs-MIL-0022300097/boxscore) & [Yahoo](http://sports.yahoo.com/nba/atlanta-hawks-milwaukee-bucks-2023102915)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Atlanta Hawks|31|37|33|26|127|\n|Milwaukee Bucks|25|22|33|30|110|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Atlanta Hawks|127|47-93|50.5%|15-37|40.5%|18-22|81.8%|13|55|32|17|15|17|2|\n|Milwaukee Bucks|110|39-86|45.300000000000004%|16-44|36.4%|16-20|80.0%|12|46|22|22|10|23|3|", "edited": false, "top_awarded_type": null, "author_flair_css_class": "NBA", "name": "t1_k72t3sg", "is_submitter": true, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p><strong>Hawks @ Bucks</strong></p>\n\n<p><a href=\"/ATL\"></a> <strong>127 - 110</strong> <a href=\"/MIL\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/ATL-vs-MIL-0022300097/boxscore\">NBA</a> &amp; <a href=\"http://sports.yahoo.com/nba/atlanta-hawks-milwaukee-bucks-2023102915\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Atlanta Hawks</td>\n<td align=\"left\">31</td>\n<td align=\"left\">37</td>\n<td align=\"left\">33</td>\n<td align=\"left\">26</td>\n<td align=\"left\">127</td>\n</tr>\n<tr>\n<td align=\"left\">Milwaukee Bucks</td>\n<td align=\"left\">25</td>\n<td align=\"left\">22</td>\n<td align=\"left\">33</td>\n<td align=\"left\">30</td>\n<td align=\"left\">110</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Atlanta Hawks</td>\n<td align=\"left\">127</td>\n<td align=\"left\">47-93</td>\n<td align=\"left\">50.5%</td>\n<td align=\"left\">15-37</td>\n<td align=\"left\">40.5%</td>\n<td align=\"left\">18-22</td>\n<td align=\"left\">81.8%</td>\n<td align=\"left\">13</td>\n<td align=\"left\">55</td>\n<td align=\"left\">32</td>\n<td align=\"left\">17</td>\n<td align=\"left\">15</td>\n<td align=\"left\">17</td>\n<td align=\"left\">2</td>\n</tr>\n<tr>\n<td align=\"left\">Milwaukee Bucks</td>\n<td align=\"left\">110</td>\n<td align=\"left\">39-86</td>\n<td align=\"left\">45.300000000000004%</td>\n<td align=\"left\">16-44</td>\n<td align=\"left\">36.4%</td>\n<td align=\"left\">16-20</td>\n<td align=\"left\">80.0%</td>\n<td align=\"left\">12</td>\n<td align=\"left\">46</td>\n<td align=\"left\">22</td>\n<td align=\"left\">22</td>\n<td align=\"left\">10</td>\n<td align=\"left\">23</td>\n<td align=\"left\">3</td>\n</tr>\n</tbody></table>\n</div>", "removal_reason": null, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "gildings": {}, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t3sg/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667216, "author_flair_text": " r/NBA", "treatment_tags": [], "link_id": "t3_17jrqc5", "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 0, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 12 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "df053da0-3feb-11e8-a762-0e6e643e70f6", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k73ga4o", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "ShotgunStyles", "can_mod_post": false, "created_utc": 1698677842, "send_replies": true, "parent_id": "t1_k72t531", "score": 20, "author_fullname": "t2_498v24bq", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "It's very early in the season but I think this game shows that the Kings have legit depth as Malik Monk and the funky bunch were able to close out the AD/Lebron Lakers without Fox or Sabonis in the last 3:30 of overtime. Of course, Fox and his heroics did the heavy lifting, but that shows how valuable Monk can be when he's on his 6MOTY mission.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Kings4", "name": "t1_k73ga4o", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":sac-4:", "u": "https://emoji.redditmedia.com/hm383popw4r81_t5_2qo4s/sac-4", "e": "emoji" }, { "e": "text", "t": " Kings" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>It&#39;s very early in the season but I think this game shows that the Kings have legit depth as Malik Monk and the funky bunch were able to close out the AD/Lebron Lakers without Fox or Sabonis in the last 3:30 of overtime. Of course, Fox and his heroics did the heavy lifting, but that shows how valuable Monk can be when he&#39;s on his 6MOTY mission.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73ga4o/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698677842, "author_flair_text": ":sac-4: Kings", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 20 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "df053da0-3feb-11e8-a762-0e6e643e70f6", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k75nzwj", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "ShotgunStyles", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k73uxl7", "score": 4, "author_fullname": "t2_498v24bq", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Kings outscored the Lakers 56 to 44 in terms of points in the paint. Some of that was because of guys like Fox and Monk beating everyone, including AD. \n\nSabonis though, took 8 FGs, and only 2 of them were jump shots. He made 1, which was a trailer 3, and the miss was a last-second jumper with Christian Wood on him. Sabonis scored on AD a few times too, and they weren't in transition if I remember correctly. AD's presence definitely deterred more shots though.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "Kings4", "name": "t1_k75nzwj", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":sac-4:", "u": "https://emoji.redditmedia.com/hm383popw4r81_t5_2qo4s/sac-4", "e": "emoji" }, { "e": "text", "t": " Kings" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Kings outscored the Lakers 56 to 44 in terms of points in the paint. Some of that was because of guys like Fox and Monk beating everyone, including AD. </p>\n\n<p>Sabonis though, took 8 FGs, and only 2 of them were jump shots. He made 1, which was a trailer 3, and the miss was a last-second jumper with Christian Wood on him. Sabonis scored on AD a few times too, and they weren&#39;t in transition if I remember correctly. AD&#39;s presence definitely deterred more shots though.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k75nzwj/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698707822, "author_flair_text": ":sac-4: Kings", "treatment_tags": [], "created_utc": 1698707822, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 4 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k73uxl7", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "braisedbywolves", "can_mod_post": false, "created_utc": 1698683445, "send_replies": true, "parent_id": "t1_k72t531", "score": 12, "author_fullname": "t2_83tq8", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "The Lakers really do go as Anthony Davis goes. Despite some horrible shooting from most everyone, he kept them \nin the game for three quarters (seemingly by himself) and more or less completely stonewalled anything interior by the Kings (Sabonis could essentially do nothing but a few jumpers, in which he didn't seem that confident) - what they got, they got in transition or by jump shots. \n\nFast forward to 40 minutes logged; he slows down and stops working as hard on offense, and the Kings were able to exploit that, gang rebound against him, and move him in space even without Fox and Sabonis on the floor.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "TrailBlazers3", "name": "t1_k73uxl7", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Trail Blazers" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>The Lakers really do go as Anthony Davis goes. Despite some horrible shooting from most everyone, he kept them \nin the game for three quarters (seemingly by himself) and more or less completely stonewalled anything interior by the Kings (Sabonis could essentially do nothing but a few jumpers, in which he didn&#39;t seem that confident) - what they got, they got in transition or by jump shots. </p>\n\n<p>Fast forward to 40 minutes logged; he slows down and stops working as hard on offense, and the Kings were able to exploit that, gang rebound against him, and move him in space even without Fox and Sabonis on the floor.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73uxl7/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698683445, "author_flair_text": "Trail Blazers", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 12 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k73h0te", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "fundraiser", "can_mod_post": false, "created_utc": 1698678137, "send_replies": true, "parent_id": "t1_k72t531", "score": 15, "author_fullname": "t2_51wgq", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Was really surprised how aggressive the Kings were from the get go. Lots of drives to the basket with a mix of Sabonis set plays and others initiating the action. Hopefully this continues as we saw last playoffs that eliminating Sabonis causes major disruption to our offense. \n\nAs predicted, Sasha's constant movement and cutting fits this team's system like a glove. He looked a little shaky out there but love that he kept shooting and he seems to understand that a Sabonis hand-off at the three point line creates massive space.\n\nAlso, Kevin freaking Heurter man! It was so weird seeing him out there at the end of the 4th quarter as last season he was typically pulled. His defense and rebounding was immaculate and that game icing 3 in OT punctuated what a complete game he played. \n\nI'm excited, folks!", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Kings2", "name": "t1_k73h0te", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Kings" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Was really surprised how aggressive the Kings were from the get go. Lots of drives to the basket with a mix of Sabonis set plays and others initiating the action. Hopefully this continues as we saw last playoffs that eliminating Sabonis causes major disruption to our offense. </p>\n\n<p>As predicted, Sasha&#39;s constant movement and cutting fits this team&#39;s system like a glove. He looked a little shaky out there but love that he kept shooting and he seems to understand that a Sabonis hand-off at the three point line creates massive space.</p>\n\n<p>Also, Kevin freaking Heurter man! It was so weird seeing him out there at the end of the 4th quarter as last season he was typically pulled. His defense and rebounding was immaculate and that game icing 3 in OT punctuated what a complete game he played. </p>\n\n<p>I&#39;m excited, folks!</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73h0te/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698678137, "author_flair_text": "Kings", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 15 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72t531", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "NBA_MOD", "can_mod_post": false, "created_utc": 1698667237, "send_replies": false, "parent_id": "t3_17jrqc5", "score": 17, "author_fullname": "t2_6vjwa", "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "\n\n**Lakers @ Kings**\n\n[](/LAL) **127 - 132** [](/SAC)\n\n**Box Scores: [NBA](https://www.nba.com/game/LAL-vs-SAC-0022300100/boxscore) & [Yahoo](http://sports.yahoo.com/nba/los-angeles-lakers-sacramento-kings-2023102923)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**OT1**|**Total**|\n|:---|:--|:--|:--|:--|:--|:--|\n|Los Angeles Lakers|28|27|28|32|12|127|\n|Sacramento Kings|41|25|21|28|17|132|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Los Angeles Lakers|127|43-98|43.9%|15-45|33.300000000000004%|26-34|76.5%|8|69|27|22|4|12|4|\n|Sacramento Kings|132|49-104|47.099999999999994%|17-48|35.4%|17-24|70.8%|6|56|30|28|6|10|7|", "edited": false, "top_awarded_type": null, "author_flair_css_class": "NBA", "name": "t1_k72t531", "is_submitter": true, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p><strong>Lakers @ Kings</strong></p>\n\n<p><a href=\"/LAL\"></a> <strong>127 - 132</strong> <a href=\"/SAC\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/LAL-vs-SAC-0022300100/boxscore\">NBA</a> &amp; <a href=\"http://sports.yahoo.com/nba/los-angeles-lakers-sacramento-kings-2023102923\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>OT1</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Los Angeles Lakers</td>\n<td align=\"left\">28</td>\n<td align=\"left\">27</td>\n<td align=\"left\">28</td>\n<td align=\"left\">32</td>\n<td align=\"left\">12</td>\n<td align=\"left\">127</td>\n</tr>\n<tr>\n<td align=\"left\">Sacramento Kings</td>\n<td align=\"left\">41</td>\n<td align=\"left\">25</td>\n<td align=\"left\">21</td>\n<td align=\"left\">28</td>\n<td align=\"left\">17</td>\n<td align=\"left\">132</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Los Angeles Lakers</td>\n<td align=\"left\">127</td>\n<td align=\"left\">43-98</td>\n<td align=\"left\">43.9%</td>\n<td align=\"left\">15-45</td>\n<td align=\"left\">33.300000000000004%</td>\n<td align=\"left\">26-34</td>\n<td align=\"left\">76.5%</td>\n<td align=\"left\">8</td>\n<td align=\"left\">69</td>\n<td align=\"left\">27</td>\n<td align=\"left\">22</td>\n<td align=\"left\">4</td>\n<td align=\"left\">12</td>\n<td align=\"left\">4</td>\n</tr>\n<tr>\n<td align=\"left\">Sacramento Kings</td>\n<td align=\"left\">132</td>\n<td align=\"left\">49-104</td>\n<td align=\"left\">47.099999999999994%</td>\n<td align=\"left\">17-48</td>\n<td align=\"left\">35.4%</td>\n<td align=\"left\">17-24</td>\n<td align=\"left\">70.8%</td>\n<td align=\"left\">6</td>\n<td align=\"left\">56</td>\n<td align=\"left\">30</td>\n<td align=\"left\">28</td>\n<td align=\"left\">6</td>\n<td align=\"left\">10</td>\n<td align=\"left\">7</td>\n</tr>\n</tbody></table>\n</div>", "removal_reason": null, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "gildings": {}, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t531/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667237, "author_flair_text": " r/NBA", "treatment_tags": [], "link_id": "t3_17jrqc5", "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 0, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 17 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k73tb25", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "mohiben", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k72xwbx", "score": 20, "author_fullname": "t2_97o9m", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Why would they include a weakness on the team? Seems shortsighted, is it some weird NBA tradition or am I missing something?", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "Nuggets1", "name": "t1_k73tb25", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "e": "text", "t": "Nuggets" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Why would they include a weakness on the team? Seems shortsighted, is it some weird NBA tradition or am I missing something?</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73tb25/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698682834, "author_flair_text": "Nuggets", "treatment_tags": [], "created_utc": 1698682834, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 20 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72xwbx", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "SquimJim", "can_mod_post": false, "created_utc": 1698669816, "send_replies": true, "parent_id": "t1_k72t2xe", "score": 32, "author_fullname": "t2_7mb1q", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "So now the Nugs are getting double-digit scoring outputs from multiple guys on the bench and playing defense that stifles the high-octane Thunder? What even is their weakness at this point? Hopefully this doesn't continue, for the sake of the rest of us.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Celtics1", "name": "t1_k72xwbx", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Celtics" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>So now the Nugs are getting double-digit scoring outputs from multiple guys on the bench and playing defense that stifles the high-octane Thunder? What even is their weakness at this point? Hopefully this doesn&#39;t continue, for the sake of the rest of us.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72xwbx/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698669816, "author_flair_text": "Celtics", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 32 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "d706f418-3feb-11e8-9197-0e3df3befd50", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k75tcvn", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "runevault", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k73ek01", "score": 2, "author_fullname": "t2_39khi", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "If we can win games while the starters play less minutes, the rest of the league is in so much trouble. Still incredibly early but the signs are pointing in a great direction for the young Nuggs.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "Nuggets2", "name": "t1_k75tcvn", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "e": "text", "t": "Nuggets" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>If we can win games while the starters play less minutes, the rest of the league is in so much trouble. Still incredibly early but the signs are pointing in a great direction for the young Nuggs.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k75tcvn/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698710016, "author_flair_text": "Nuggets", "treatment_tags": [], "created_utc": 1698710016, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 2 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k73ek01", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "Apprehensive-Sir-411", "can_mod_post": false, "created_utc": 1698677161, "send_replies": true, "parent_id": "t1_k72t2xe", "score": 23, "author_fullname": "t2_75td01em", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Jokic is a joy to watch and the reason my reaction to the loss is respect rather than disappointment. Really glad Chet experienced that matchup early and managed to do some damage on the other end! The Nuggets’ bench looking this good is a TERRIFYING development for the rest of the league.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Thunder2", "name": "t1_k73ek01", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":okc-2:", "u": "https://emoji.redditmedia.com/uf6xc0kcw4r81_t5_2qo4s/okc-2", "e": "emoji" }, { "e": "text", "t": " Thunder" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Jokic is a joy to watch and the reason my reaction to the loss is respect rather than disappointment. Really glad Chet experienced that matchup early and managed to do some damage on the other end! The Nuggets’ bench looking this good is a TERRIFYING development for the rest of the league.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73ek01/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698677161, "author_flair_text": ":okc-2: Thunder", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 23 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "c401be98-3feb-11e8-aeff-0efb286a2c8c", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k737qse", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "TheyCallMeTheWizard", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k736sjm", "score": 7, "author_fullname": "t2_525mtbhj", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "That’s so much more poetic", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Thunder3", "name": "t1_k737qse", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":okc-3:", "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3", "e": "emoji" }, { "e": "text", "t": " Thunder" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>That’s so much more poetic</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k737qse/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698674369, "author_flair_text": ":okc-3: Thunder", "treatment_tags": [], "created_utc": 1698674369, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 3, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 7 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k736sjm", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "InkBlotSam", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k72zl7l", "score": 26, "author_fullname": "t2_xzc24", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "TL;DR: Chet needs to be a little bit fatter, to be honest.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "Nuggets4", "name": "t1_k736sjm", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":den-4:", "u": "https://emoji.redditmedia.com/2hbcqdwnlnse1_t5_2qo4s/den-4", "e": "emoji" }, { "e": "text", "t": " Nuggets" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>TL;DR: Chet needs to be a little bit fatter, to be honest.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k736sjm/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698673958, "author_flair_text": ":den-4: Nuggets", "treatment_tags": [], "created_utc": 1698673958, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": "#dadada", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 26 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k74hrh3", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "TheyCallMeTheWizard", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k74fg9d", "score": 2, "author_fullname": "t2_525mtbhj", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "Bulls will blow it up. I think Vucevic will be moved", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Thunder3", "name": "t1_k74hrh3", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":okc-3:", "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3", "e": "emoji" }, { "e": "text", "t": " Thunder" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Bulls will blow it up. I think Vucevic will be moved</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74hrh3/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698691828, "author_flair_text": ":okc-3: Thunder", "treatment_tags": [], "created_utc": 1698691828, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 3, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 2 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k74fg9d", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "ICantFWBrokeBoys", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k72zl7l", "score": 1, "author_fullname": "t2_ug3nglrx", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "spurs on the right path having collins take on all the bigs, would serve okc right to find a big to slide chet to the 4, perhaps eventually a trade to look out for giddey?", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "name": "t1_k74fg9d", "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>spurs on the right path having collins take on all the bigs, would serve okc right to find a big to slide chet to the 4, perhaps eventually a trade to look out for giddey?</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74fg9d/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698690985, "author_flair_text": null, "treatment_tags": [], "created_utc": 1698690985, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 1 } }, { "kind": "t1", "data": { "total_awards_received": 0, "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "ups": 1, "removal_reason": null, "link_id": "t3_17jrqc5", "author_flair_template_id": null, "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k76vgh4", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "TheyCallMeTheWizard", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k76owju", "score": 2, "author_fullname": "t2_525mtbhj", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "Giddey seems to be very Ben Simmons-esque in that regard. He could do with studying his pitfalls and opportunities", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Thunder3", "name": "t1_k76vgh4", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":okc-3:", "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3", "e": "emoji" }, { "e": "text", "t": " Thunder" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Giddey seems to be very Ben Simmons-esque in that regard. He could do with studying his pitfalls and opportunities</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k76vgh4/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698727005, "author_flair_text": ":okc-3: Thunder", "treatment_tags": [], "created_utc": 1698727005, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 3, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 2 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k76owju", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "[deleted]", "can_mod_post": false, "created_utc": 1698723291, "send_replies": true, "parent_id": "t1_k72zl7l", "score": 1, "approved_by": null, "report_reasons": null, "all_awardings": [], "subreddit_id": "t5_2qo4s", "body": "J Will can be an innings-eater for Chet down low when he returns from the hamstring injury. \nI'd look toward J Dub or Wallace making a leap over Poku or Ous. I agree with you about Giddey. He needs to be much better if OKC wants a playoff spot this year. \nGiddey is intriguing. I really like him, but I still can't figure him out. He's improved this year at using his size to get all the way to the rim. But he has meh touch, awkward footwork, and only uses his right hand to finish. His defense is...lackluster. At the same time, I love his off-ball cutting, passing, and size. He's improved each year, too. I don't know that his skills + developmental timeline match with OKC's, and that's a bummer because he's a joy to watch.", "edited": false, "author_flair_css_class": null, "downs": 0, "is_submitter": false, "body_html": "<div class=\"md\"><p>J Will can be an innings-eater for Chet down low when he returns from the hamstring injury.<br/>\nI&#39;d look toward J Dub or Wallace making a leap over Poku or Ous. I agree with you about Giddey. He needs to be much better if OKC wants a playoff spot this year.<br/>\nGiddey is intriguing. I really like him, but I still can&#39;t figure him out. He&#39;s improved this year at using his size to get all the way to the rim. But he has meh touch, awkward footwork, and only uses his right hand to finish. His defense is...lackluster. At the same time, I love his off-ball cutting, passing, and size. He&#39;s improved each year, too. I don&#39;t know that his skills + developmental timeline match with OKC&#39;s, and that&#39;s a bummer because he&#39;s a joy to watch.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "associated_award": null, "stickied": false, "subreddit_type": "public", "can_gild": false, "top_awarded_type": null, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k76owju/", "num_reports": null, "locked": false, "name": "t1_k76owju", "created": 1698723291, "subreddit": "nba", "author_flair_text": null, "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "mod_note": null, "distinguished": null } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72zl7l", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "TheyCallMeTheWizard", "can_mod_post": false, "created_utc": 1698670659, "send_replies": true, "parent_id": "t1_k72t2xe", "score": 12, "author_fullname": "t2_525mtbhj", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Thunder will bounce back, but gotta take a look in the mirror. Some of their young players need to make a leap this year and it’s not clear if they’ve done so: Giddey, Ous, Poku\n\nHighly unpopular in the sub is the thought that more mass is more durable, yet the laws of physics dictate it’s a good idea if you don’t want to me a glass cannon, and if not you need to stay out of the kitchen and at the perimeter like KD. \n\nIt may be a good idea to get at least a player that can absorb the punishment in the post, because every time Chet hits the ground everyone’s holding their breath not knowing if that’s the season or not. Slendermen of the past like Bol and Shawn Bradley did ok, but that’s it. A KD style is probably best if you don’t bulk up like how MJ, KG, and Giannis all did\n\nThe rookie Cason only missing one shot this season is insane, and he creates better spacing than Giddey. I think Giddey will be great, but may need a system where he’s the primary ball handler to develop to his potential. Especially if he doesn’t develop some defense and a reliable shot.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Thunder3", "name": "t1_k72zl7l", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":okc-3:", "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3", "e": "emoji" }, { "e": "text", "t": " Thunder" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Thunder will bounce back, but gotta take a look in the mirror. Some of their young players need to make a leap this year and it’s not clear if they’ve done so: Giddey, Ous, Poku</p>\n\n<p>Highly unpopular in the sub is the thought that more mass is more durable, yet the laws of physics dictate it’s a good idea if you don’t want to me a glass cannon, and if not you need to stay out of the kitchen and at the perimeter like KD. </p>\n\n<p>It may be a good idea to get at least a player that can absorb the punishment in the post, because every time Chet hits the ground everyone’s holding their breath not knowing if that’s the season or not. Slendermen of the past like Bol and Shawn Bradley did ok, but that’s it. A KD style is probably best if you don’t bulk up like how MJ, KG, and Giannis all did</p>\n\n<p>The rookie Cason only missing one shot this season is insane, and he creates better spacing than Giddey. I think Giddey will be great, but may need a system where he’s the primary ball handler to develop to his potential. Especially if he doesn’t develop some defense and a reliable shot.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72zl7l/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698670659, "author_flair_text": ":okc-3: Thunder", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 12 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72t2xe", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "NBA_MOD", "can_mod_post": false, "created_utc": 1698667203, "send_replies": false, "parent_id": "t3_17jrqc5", "score": 5, "author_fullname": "t2_6vjwa", "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "\n\n**Nuggets @ Thunder**\n\n[](/DEN) **128 - 95** [](/OKC)\n\n**Box Scores: [NBA](https://www.nba.com/game/DEN-vs-OKC-0022300095/boxscore) & [Yahoo](http://sports.yahoo.com/nba/denver-nuggets-oklahoma-city-thunder-2023102925)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Denver Nuggets|34|35|28|31|128|\n|Oklahoma City Thunder|23|28|24|20|95|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Denver Nuggets|128|53-88|60.199999999999996%|11-27|40.699999999999996%|11-13|84.6%|10|52|34|21|8|13|5|\n|Oklahoma City Thunder|95|37-90|41.099999999999994%|6-32|18.8%|15-18|83.3%|7|41|22|14|8|9|4|", "edited": false, "top_awarded_type": null, "author_flair_css_class": "NBA", "name": "t1_k72t2xe", "is_submitter": true, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p><strong>Nuggets @ Thunder</strong></p>\n\n<p><a href=\"/DEN\"></a> <strong>128 - 95</strong> <a href=\"/OKC\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/DEN-vs-OKC-0022300095/boxscore\">NBA</a> &amp; <a href=\"http://sports.yahoo.com/nba/denver-nuggets-oklahoma-city-thunder-2023102925\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Denver Nuggets</td>\n<td align=\"left\">34</td>\n<td align=\"left\">35</td>\n<td align=\"left\">28</td>\n<td align=\"left\">31</td>\n<td align=\"left\">128</td>\n</tr>\n<tr>\n<td align=\"left\">Oklahoma City Thunder</td>\n<td align=\"left\">23</td>\n<td align=\"left\">28</td>\n<td align=\"left\">24</td>\n<td align=\"left\">20</td>\n<td align=\"left\">95</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Denver Nuggets</td>\n<td align=\"left\">128</td>\n<td align=\"left\">53-88</td>\n<td align=\"left\">60.199999999999996%</td>\n<td align=\"left\">11-27</td>\n<td align=\"left\">40.699999999999996%</td>\n<td align=\"left\">11-13</td>\n<td align=\"left\">84.6%</td>\n<td align=\"left\">10</td>\n<td align=\"left\">52</td>\n<td align=\"left\">34</td>\n<td align=\"left\">21</td>\n<td align=\"left\">8</td>\n<td align=\"left\">13</td>\n<td align=\"left\">5</td>\n</tr>\n<tr>\n<td align=\"left\">Oklahoma City Thunder</td>\n<td align=\"left\">95</td>\n<td align=\"left\">37-90</td>\n<td align=\"left\">41.099999999999994%</td>\n<td align=\"left\">6-32</td>\n<td align=\"left\">18.8%</td>\n<td align=\"left\">15-18</td>\n<td align=\"left\">83.3%</td>\n<td align=\"left\">7</td>\n<td align=\"left\">41</td>\n<td align=\"left\">22</td>\n<td align=\"left\">14</td>\n<td align=\"left\">8</td>\n<td align=\"left\">9</td>\n<td align=\"left\">4</td>\n</tr>\n</tbody></table>\n</div>", "removal_reason": null, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "gildings": {}, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t2xe/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667203, "author_flair_text": " r/NBA", "treatment_tags": [], "link_id": "t3_17jrqc5", "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 0, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 5 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "81006018-b670-11e7-ae1b-0e987abeb926", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "total_awards_received": 0, "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "ups": 3, "removal_reason": null, "link_id": "t3_17jrqc5", "author_flair_template_id": null, "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k73v98x", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "braisedbywolves", "can_mod_post": false, "send_replies": true, "parent_id": "t1_k72wcfk", "score": 5, "author_fullname": "t2_83tq8", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "Well, Portland can't do team defense at all, so almost everything anyone does against them works", "edited": false, "top_awarded_type": null, "author_flair_css_class": "TrailBlazers3", "name": "t1_k73v98x", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Trail Blazers" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Well, Portland can&#39;t do team defense at all, so almost everything anyone does against them works</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73v98x/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698683568, "author_flair_text": "Trail Blazers", "treatment_tags": [], "created_utc": 1698683568, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 3, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 5 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72wcfk", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "[deleted]", "can_mod_post": false, "created_utc": 1698668999, "send_replies": true, "parent_id": "t1_k72tbpb", "score": 3, "approved_by": null, "report_reasons": null, "all_awardings": [], "subreddit_id": "t5_2qo4s", "body": "I don't know if this meets the eye test but I could have sworn that he is getting the Dame treatment with teams throwing their wings at him. \n\nI'll tune in a bit more this season to check out what's going on.", "edited": false, "author_flair_css_class": null, "downs": 0, "is_submitter": false, "body_html": "<div class=\"md\"><p>I don&#39;t know if this meets the eye test but I could have sworn that he is getting the Dame treatment with teams throwing their wings at him. </p>\n\n<p>I&#39;ll tune in a bit more this season to check out what&#39;s going on.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "associated_award": null, "stickied": false, "subreddit_type": "public", "can_gild": false, "top_awarded_type": null, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72wcfk/", "num_reports": null, "locked": false, "name": "t1_k72wcfk", "created": 1698668999, "subreddit": "nba", "author_flair_text": null, "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 2, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "mod_note": null, "distinguished": null } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72tbpb", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "irelli", "can_mod_post": false, "created_utc": 1698667341, "send_replies": true, "parent_id": "t1_k72t48e", "score": 17, "author_fullname": "t2_9vopn", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "1) Billups can't leave soon enough \n\n2) Scoots gonna have a rough year all season long. His weakness are exactly what people are concerned about. If he becomes good, it's probably gonna be on that Fox type timeline", "edited": false, "top_awarded_type": null, "author_flair_css_class": "TrailBlazers5", "name": "t1_k72tbpb", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Trail Blazers" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>1) Billups can&#39;t leave soon enough </p>\n\n<p>2) Scoots gonna have a rough year all season long. His weakness are exactly what people are concerned about. If he becomes good, it&#39;s probably gonna be on that Fox type timeline</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72tbpb/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667341, "author_flair_text": "Trail Blazers", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 17 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72t48e", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "NBA_MOD", "can_mod_post": false, "created_utc": 1698667223, "send_replies": false, "parent_id": "t3_17jrqc5", "score": 7, "author_fullname": "t2_6vjwa", "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "\n\n**Trail Blazers @ 76ers**\n\n[](/POR) **98 - 126** [](/PHI)\n\n**Box Scores: [NBA](https://www.nba.com/game/POR-vs-PHI-0022300098/boxscore) & [Yahoo](http://sports.yahoo.com/nba/portland-trail-blazers-philadelphia-76ers-2023102920)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Portland Trail Blazers|28|32|21|17|98|\n|Philadelphia 76ers|36|30|33|27|126|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Portland Trail Blazers|98|36-94|38.3%|7-31|22.6%|19-22|86.4%|14|48|19|26|10|15|9|\n|Philadelphia 76ers|126|40-82|48.8%|11-28|39.300000000000004%|35-40|87.5%|11|60|28|20|10|15|17|", "edited": false, "top_awarded_type": null, "author_flair_css_class": "NBA", "name": "t1_k72t48e", "is_submitter": true, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p><strong>Trail Blazers @ 76ers</strong></p>\n\n<p><a href=\"/POR\"></a> <strong>98 - 126</strong> <a href=\"/PHI\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/POR-vs-PHI-0022300098/boxscore\">NBA</a> &amp; <a href=\"http://sports.yahoo.com/nba/portland-trail-blazers-philadelphia-76ers-2023102920\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Portland Trail Blazers</td>\n<td align=\"left\">28</td>\n<td align=\"left\">32</td>\n<td align=\"left\">21</td>\n<td align=\"left\">17</td>\n<td align=\"left\">98</td>\n</tr>\n<tr>\n<td align=\"left\">Philadelphia 76ers</td>\n<td align=\"left\">36</td>\n<td align=\"left\">30</td>\n<td align=\"left\">33</td>\n<td align=\"left\">27</td>\n<td align=\"left\">126</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Portland Trail Blazers</td>\n<td align=\"left\">98</td>\n<td align=\"left\">36-94</td>\n<td align=\"left\">38.3%</td>\n<td align=\"left\">7-31</td>\n<td align=\"left\">22.6%</td>\n<td align=\"left\">19-22</td>\n<td align=\"left\">86.4%</td>\n<td align=\"left\">14</td>\n<td align=\"left\">48</td>\n<td align=\"left\">19</td>\n<td align=\"left\">26</td>\n<td align=\"left\">10</td>\n<td align=\"left\">15</td>\n<td align=\"left\">9</td>\n</tr>\n<tr>\n<td align=\"left\">Philadelphia 76ers</td>\n<td align=\"left\">126</td>\n<td align=\"left\">40-82</td>\n<td align=\"left\">48.8%</td>\n<td align=\"left\">11-28</td>\n<td align=\"left\">39.300000000000004%</td>\n<td align=\"left\">35-40</td>\n<td align=\"left\">87.5%</td>\n<td align=\"left\">11</td>\n<td align=\"left\">60</td>\n<td align=\"left\">28</td>\n<td align=\"left\">20</td>\n<td align=\"left\">10</td>\n<td align=\"left\">15</td>\n<td align=\"left\">17</td>\n</tr>\n</tbody></table>\n</div>", "removal_reason": null, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "gildings": {}, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t48e/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667223, "author_flair_text": " r/NBA", "treatment_tags": [], "link_id": "t3_17jrqc5", "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 0, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 7 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "likes": null, "replies": { "kind": "Listing", "data": { "after": null, "dist": null, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k734719", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "ATDIadherent", "can_mod_post": false, "created_utc": 1698672806, "send_replies": true, "parent_id": "t1_k72t4no", "score": 9, "author_fullname": "t2_7myg4", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Spurs just exposed for not knowing how to optimally play with each other/together. With time and experience it'll improve. But I think we're in for a frustrating few weeks to start.", "edited": false, "top_awarded_type": null, "author_flair_css_class": null, "name": "t1_k734719", "is_submitter": false, "downs": 0, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Spurs just exposed for not knowing how to optimally play with each other/together. With time and experience it&#39;ll improve. But I think we&#39;re in for a frustrating few weeks to start.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k734719/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698672806, "author_flair_text": null, "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 9 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k74hlhw", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "twotonkatrucks", "can_mod_post": false, "created_utc": 1698691768, "send_replies": true, "parent_id": "t1_k72t4no", "score": 4, "author_fullname": "t2_jl2sm", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Any team with decent defense will likely expose spurs’ out of sync offense and will have chance to convert on turnovers. The young age of the squad really shows on offense.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Spurs1", "name": "t1_k74hlhw", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Spurs" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Any team with decent defense will likely expose spurs’ out of sync offense and will have chance to convert on turnovers. The young age of the squad really shows on offense.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74hlhw/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698691768, "author_flair_text": "Spurs", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 4 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": null, "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k73m2eu", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "102WOLFPACK", "can_mod_post": false, "created_utc": 1698680103, "send_replies": true, "parent_id": "t1_k72t4no", "score": 3, "author_fullname": "t2_a6goq", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "We’ll likely have quite a few games like this throughout the year. We’re still insanely young and inexperienced. I like Sochan a lot as a player, but the PG experiment isn’t working, and we really should have Tre leading the way.", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Spurs5", "name": "t1_k73m2eu", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": "Spurs" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>We’ll likely have quite a few games like this throughout the year. We’re still insanely young and inexperienced. I like Sochan a lot as a player, but the PG experiment isn’t working, and we really should have Tre leading the way.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73m2eu/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698680103, "author_flair_text": "Spurs", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 3 } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qo4s", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "awarders": [], "mod_reason_by": null, "banned_by": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nba", "author_flair_template_id": "e0bacf8e-3feb-11e8-bb43-0e1d1ff4db48", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "k75wayp", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": true, "author": "Blutz101", "can_mod_post": false, "created_utc": 1698711218, "send_replies": true, "parent_id": "t1_k72t4no", "score": 1, "author_fullname": "t2_bl7zhxtu", "removal_reason": null, "approved_by": null, "mod_note": null, "all_awardings": [], "body": "Spurs can’t start road games sluggish and outta touch like that. Gonna get whooped by men if you ain’t gonna step up to the plate. Clearly we’re young and when the shot wasn’t falling we didn’t know what to do. The clippers did a great job getting in all of our faces for passes and then jumping them, getting in lanes and making out night hell on both ends. We left them open all night and they made us pay. Clippers are a good team so it’s ok but there was lots to learn. Pop touched on in his short post game but gotta go about road games completely different. Can’t start like we just all woke up from naps, can’t be giving them momentum off our mistakes early. Overall as a team we were ass but I’d like to see us play more as a team and for each other. Need to mature overall, age will help a lot", "edited": false, "top_awarded_type": null, "author_flair_css_class": "Spurs5", "name": "t1_k75wayp", "is_submitter": false, "downs": 0, "author_flair_richtext": [ { "a": ":sas-5:", "u": "https://emoji.redditmedia.com/5x0fpl9sw4r81_t5_2qo4s/sas-5", "e": "emoji" }, { "e": "text", "t": " Spurs" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Spurs can’t start road games sluggish and outta touch like that. Gonna get whooped by men if you ain’t gonna step up to the plate. Clearly we’re young and when the shot wasn’t falling we didn’t know what to do. The clippers did a great job getting in all of our faces for passes and then jumping them, getting in lanes and making out night hell on both ends. We left them open all night and they made us pay. Clippers are a good team so it’s ok but there was lots to learn. Pop touched on in his short post game but gotta go about road games completely different. Can’t start like we just all woke up from naps, can’t be giving them momentum off our mistakes early. Overall as a team we were ass but I’d like to see us play more as a team and for each other. Need to mature overall, age will help a lot</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_17jrqc5", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k75wayp/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698711218, "author_flair_text": ":sas-5: Spurs", "treatment_tags": [], "collapsed": false, "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 1, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 1 } } ], "before": null } }, "user_reports": [], "saved": false, "id": "k72t4no", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": true, "collapsed_reason_code": null, "no_follow": false, "author": "NBA_MOD", "can_mod_post": false, "created_utc": 1698667230, "send_replies": false, "parent_id": "t3_17jrqc5", "score": 5, "author_fullname": "t2_6vjwa", "approved_by": null, "mod_note": null, "all_awardings": [], "collapsed": false, "body": "\n\n**Spurs @ Clippers**\n\n[](/SAS) **83 - 123** [](/LAC)\n\n**Box Scores: [NBA](https://www.nba.com/game/SAS-vs-LAC-0022300099/boxscore) & [Yahoo](http://sports.yahoo.com/nba/san-antonio-spurs-los-angeles-clippers-2023102912)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|San Antonio Spurs|17|20|23|23|83|\n|Los Angeles Clippers|23|33|37|30|123|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|San Antonio Spurs|83|30-80|37.5%|11-33|33.300000000000004%|12-16|75.0%|6|44|21|23|9|25|6|\n|Los Angeles Clippers|123|47-91|51.6%|16-42|38.1%|13-21|61.9%|9|62|23|16|15|16|5|", "edited": false, "top_awarded_type": null, "author_flair_css_class": "NBA", "name": "t1_k72t4no", "is_submitter": true, "downs": 0, "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p><strong>Spurs @ Clippers</strong></p>\n\n<p><a href=\"/SAS\"></a> <strong>83 - 123</strong> <a href=\"/LAC\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/SAS-vs-LAC-0022300099/boxscore\">NBA</a> &amp; <a href=\"http://sports.yahoo.com/nba/san-antonio-spurs-los-angeles-clippers-2023102912\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">San Antonio Spurs</td>\n<td align=\"left\">17</td>\n<td align=\"left\">20</td>\n<td align=\"left\">23</td>\n<td align=\"left\">23</td>\n<td align=\"left\">83</td>\n</tr>\n<tr>\n<td align=\"left\">Los Angeles Clippers</td>\n<td align=\"left\">23</td>\n<td align=\"left\">33</td>\n<td align=\"left\">37</td>\n<td align=\"left\">30</td>\n<td align=\"left\">123</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">San Antonio Spurs</td>\n<td align=\"left\">83</td>\n<td align=\"left\">30-80</td>\n<td align=\"left\">37.5%</td>\n<td align=\"left\">11-33</td>\n<td align=\"left\">33.300000000000004%</td>\n<td align=\"left\">12-16</td>\n<td align=\"left\">75.0%</td>\n<td align=\"left\">6</td>\n<td align=\"left\">44</td>\n<td align=\"left\">21</td>\n<td align=\"left\">23</td>\n<td align=\"left\">9</td>\n<td align=\"left\">25</td>\n<td align=\"left\">6</td>\n</tr>\n<tr>\n<td align=\"left\">Los Angeles Clippers</td>\n<td align=\"left\">123</td>\n<td align=\"left\">47-91</td>\n<td align=\"left\">51.6%</td>\n<td align=\"left\">16-42</td>\n<td align=\"left\">38.1%</td>\n<td align=\"left\">13-21</td>\n<td align=\"left\">61.9%</td>\n<td align=\"left\">9</td>\n<td align=\"left\">62</td>\n<td align=\"left\">23</td>\n<td align=\"left\">16</td>\n<td align=\"left\">15</td>\n<td align=\"left\">16</td>\n<td align=\"left\">5</td>\n</tr>\n</tbody></table>\n</div>", "removal_reason": null, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "gildings": {}, "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t4no/", "subreddit_type": "public", "locked": false, "report_reasons": null, "created": 1698667230, "author_flair_text": " r/NBA", "treatment_tags": [], "link_id": "t3_17jrqc5", "subreddit_name_prefixed": "r/nba", "controversiality": 0, "depth": 0, "author_flair_background_color": "#edeff1", "collapsed_because_crowd_control": null, "mod_reports": [], "num_reports": null, "ups": 5 } } ], "before": null } } ] ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Reddit Subreddit Source: https://help.decodo.com/docs/web-scraping-api-reddit-subreddit Web Scraping API Reddit subreddit Template The `reddit_subreddit` template is built to obtain Reddit Subreddit information. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Reddit Subreddit template: | Parameter | Type | Required | Description | | --------- | ------ | -------- | -------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `reddit_post`. | | `url` | string | ✅ | Reddit subreddit URL. | | `geo` | string | | Set the country to use when submitting the query. | | `locale` | string | | Set the value to change your post page web interface language. | Parsing is set to "true" by default for this source - it is required to successfully scrape the results. ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "reddit_subreddit", "url": "https://www.reddit.com/r/nba/" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "reddit_subreddit", "url": "https://www.reddit.com/r/nba/" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "reddit_subreddit", "url": "https://www.reddit.com/r/nba/" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output #### Response Example ```json JSON expandable theme={null} { "kind": "Listing", "data": { "after": "t3_1p0wr69", "dist": 25, "modhash": "", "geo_filter": null, "children": [ { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "# Game Threads Index (November 18, 2025):\n\n|Tip-off|GDT|Away|Score|Home|PGT|\n|:--|:--:|:--|:-:|:--|:--:|\n|07:00 pm ET|[Link](https://www.reddit.com/r/nba/comments/1p0qve3/game_thread_golden_state_warriors_96_orlando/)|[Golden State Warriors](/r/warriors)|FINAL >!113 to 121!<|[Orlando Magic](/r/orlandomagic)|[Link](https://www.reddit.com/r/nba/comments/1p0vq0p/post_game_thread_the_orlando_magic_87_defeat_the/)|\n|07:30 pm ET|[Link](https://www.reddit.com/r/nba/comments/1p0rlm0/game_thread_boston_celtics_77_brooklyn_nets_211/)|[Boston Celtics](/r/bostonceltics)|FINAL >!113 to 99!<|[Brooklyn Nets](/r/gonets)|[Link](https://www.reddit.com/r/nba/comments/1p0x62d/post_game_thread_the_boston_celtics_87_defeat_the/)|\n|07:30 pm ET|[Link](https://www.reddit.com/r/nba/comments/1p0rlm7/game_thread_detroit_pistons_122_atlanta_hawks_95/)|[Detroit Pistons](/r/detroitpistons)|FINAL >!120 to 112!<|[Atlanta Hawks](/r/atlantahawks)|[Link](https://www.reddit.com/r/nba/comments/1p0w9cl/post_game_thread_the_detroit_pistons_132_defeat/)|\n|08:00 pm ET|[Link](https://www.reddit.com/r/nba/comments/1p0salp/game_thread_memphis_grizzlies_410_san_antonio/)|[Memphis Grizzlies](/r/memphisgrizzlies)|FINAL >!101 to 111!<|[San Antonio Spurs](/r/nbaspurs)|[Link](https://www.reddit.com/r/nba/comments/1p0wsqc/post_game_thread_the_san_antonio_spurs_104_defeat/)|\n|10:30 pm ET|[Link](https://www.reddit.com/r/nba/comments/1p0vlez/game_thread_utah_jazz_58_los_angeles_lakers_104/)|[Utah Jazz](/r/utahjazz)|FINAL >!126 to 140!<|[Los Angeles Lakers](/r/lakers)|[Link](https://www.reddit.com/r/nba/comments/1p0zsrc/post_game_thread_the_los_angeles_lakers_114/)|\n|11:00 pm ET|[Link](https://www.reddit.com/r/nba/comments/1p0w83t/game_thread_phoenix_suns_86_portland_trail/)|[Phoenix Suns](/r/suns)|FINAL >!127 to 110!<|[Portland Trail Blazers](/r/ripcity)|[Link](https://www.reddit.com/r/nba/comments/1p107wn/post_game_thread_the_phoenix_suns_96_defeat_the/)|", "author_fullname": "t2_6vjwa", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Daily Discussion Thread + Game Thread Index", "link_flair_richtext": [ { "e": "text", "t": "Index Thread" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "index", "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0klky", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.84, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 15, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": "Index Thread", "can_mod_post": false, "score": 15, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": 1763538900, "author_flair_css_class": "NBA", "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "gildings": {}, "content_categories": null, "is_self": true, "mod_note": null, "created": 1763492403, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><h1>Game Threads Index (November 18, 2025):</h1>\n\n<table><thead>\n<tr>\n<th align=\"left\">Tip-off</th>\n<th align=\"center\">GDT</th>\n<th align=\"left\">Away</th>\n<th align=\"center\">Score</th>\n<th align=\"left\">Home</th>\n<th align=\"center\">PGT</th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">07:00 pm ET</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0qve3/game_thread_golden_state_warriors_96_orlando/\">Link</a></td>\n<td align=\"left\"><a href=\"/r/warriors\">Golden State Warriors</a></td>\n<td align=\"center\">FINAL <span class=\"md-spoiler-text\">113 to 121</span></td>\n<td align=\"left\"><a href=\"/r/orlandomagic\">Orlando Magic</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0vq0p/post_game_thread_the_orlando_magic_87_defeat_the/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\">07:30 pm ET</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0rlm0/game_thread_boston_celtics_77_brooklyn_nets_211/\">Link</a></td>\n<td align=\"left\"><a href=\"/r/bostonceltics\">Boston Celtics</a></td>\n<td align=\"center\">FINAL <span class=\"md-spoiler-text\">113 to 99</span></td>\n<td align=\"left\"><a href=\"/r/gonets\">Brooklyn Nets</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0x62d/post_game_thread_the_boston_celtics_87_defeat_the/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\">07:30 pm ET</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0rlm7/game_thread_detroit_pistons_122_atlanta_hawks_95/\">Link</a></td>\n<td align=\"left\"><a href=\"/r/detroitpistons\">Detroit Pistons</a></td>\n<td align=\"center\">FINAL <span class=\"md-spoiler-text\">120 to 112</span></td>\n<td align=\"left\"><a href=\"/r/atlantahawks\">Atlanta Hawks</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0w9cl/post_game_thread_the_detroit_pistons_132_defeat/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\">08:00 pm ET</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0salp/game_thread_memphis_grizzlies_410_san_antonio/\">Link</a></td>\n<td align=\"left\"><a href=\"/r/memphisgrizzlies\">Memphis Grizzlies</a></td>\n<td align=\"center\">FINAL <span class=\"md-spoiler-text\">101 to 111</span></td>\n<td align=\"left\"><a href=\"/r/nbaspurs\">San Antonio Spurs</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0wsqc/post_game_thread_the_san_antonio_spurs_104_defeat/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\">10:30 pm ET</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0vlez/game_thread_utah_jazz_58_los_angeles_lakers_104/\">Link</a></td>\n<td align=\"left\"><a href=\"/r/utahjazz\">Utah Jazz</a></td>\n<td align=\"center\">FINAL <span class=\"md-spoiler-text\">126 to 140</span></td>\n<td align=\"left\"><a href=\"/r/lakers\">Los Angeles Lakers</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0zsrc/post_game_thread_the_los_angeles_lakers_114/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\">11:00 pm ET</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0w83t/game_thread_phoenix_suns_86_portland_trail/\">Link</a></td>\n<td align=\"left\"><a href=\"/r/suns\">Phoenix Suns</a></td>\n<td align=\"center\">FINAL <span class=\"md-spoiler-text\">127 to 110</span></td>\n<td align=\"left\"><a href=\"/r/ripcity\">Portland Trail Blazers</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p107wn/post_game_thread_the_phoenix_suns_96_defeat_the/\">Link</a></td>\n</tr>\n</tbody></table>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "0a662acc-0504-11e8-a550-0e84efa39ed0", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": " r/NBA", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "#264184", "id": "1p0klky", "is_robot_indexable": true, "report_reasons": null, "author": "NBA_MOD", "discussion_type": null, "num_comments": 19, "send_replies": false, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0klky/daily_discussion_thread_game_thread_index/", "stickied": true, "url": "https://www.reddit.com/r/nba/comments/1p0klky/daily_discussion_thread_game_thread_index/", "subreddit_subscribers": 16893176, "created_utc": 1763492403, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "Here is a place to have in depth, x's and o's, discussions on yesterday's games. Post-game discussions are linked in the table, keep your memes and reactions there.\n\nPlease keep your discussion of a particular game in the respective comment thread. **All direct replies to this post will be removed.**\n\n\n|Away|Home|Score|GT|PGT|\n|:--|:--|:-:|:-:|:-:|\n|[](/GSW) Golden State Warriors |[](/ORL) Orlando Magic | 113 - 121 | [Link](https://www.reddit.com/r/nba/comments/1p0qve3/game_thread_golden_state_warriors_96_orlando/) | [Link](https://www.reddit.com/r/nba/comments/1p0vq0p/post_game_thread_the_orlando_magic_87_defeat_the/) |\n|[](/BOS) Boston Celtics |[](/BKN) Brooklyn Nets | 113 - 99 | [Link](https://www.reddit.com/r/nba/comments/1p0rlm0/game_thread_boston_celtics_77_brooklyn_nets_211/) | [Link](https://www.reddit.com/r/nba/comments/1p0x62d/post_game_thread_the_boston_celtics_87_defeat_the/) |\n|[](/DET) Detroit Pistons |[](/ATL) Atlanta Hawks | 120 - 112 | [Link](https://www.reddit.com/r/nba/comments/1p0rlm7/game_thread_detroit_pistons_122_atlanta_hawks_95/) | [Link](https://www.reddit.com/r/nba/comments/1p0w9cl/post_game_thread_the_detroit_pistons_132_defeat/) |\n|[](/MEM) Memphis Grizzlies |[](/SAS) San Antonio Spurs | 101 - 111 | [Link](https://www.reddit.com/r/nba/comments/1p0salp/game_thread_memphis_grizzlies_410_san_antonio/) | [Link](https://www.reddit.com/r/nba/comments/1p0wsqc/post_game_thread_the_san_antonio_spurs_104_defeat/) |\n|[](/UTA) Utah Jazz |[](/LAL) Los Angeles Lakers | 126 - 140 | [Link](https://www.reddit.com/r/nba/comments/1p0vlez/game_thread_utah_jazz_58_los_angeles_lakers_104/) | [Link](https://www.reddit.com/r/nba/comments/1p0zsrc/post_game_thread_the_los_angeles_lakers_114/) |\n|[](/PHX) Phoenix Suns |[](/POR) Portland Trail Blazers | 127 - 110 | [Link](https://www.reddit.com/r/nba/comments/1p0w83t/game_thread_phoenix_suns_86_portland_trail/) | [Link](https://www.reddit.com/r/nba/comments/1p107wn/post_game_thread_the_phoenix_suns_96_defeat_the/) |\n\n \n \n\n--------------------------------------------------\nLooking for another place to talk ball besides the subreddit? We have a thriving and active community over at [discord.gg/rNBA](https://discord.gg/rNBA) and we'd love to have you check it out.\n\nWith almost 13,000 members, we are one of the largest NBA chat servers. It's not only basketball. There are 2K sims that are run by community members and much more. \n\nLike football, soccer, F1, baseball, and other sports? You're bound to find like-minded people to talk about that as well. \n\nCome stop by and say hi.", "author_fullname": "t2_6vjwa", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[SERIOUS NEXT DAY THREAD] Post-Game Discussion (November 18, 2025)", "link_flair_richtext": [ { "e": "text", "t": "Discussion" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "discussion", "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p15tef", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.7, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 4, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": "Discussion", "can_mod_post": false, "score": 4, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": "NBA", "author_flair_richtext": [ { "e": "text", "t": " r/NBA" } ], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763553602, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Here is a place to have in depth, x&#39;s and o&#39;s, discussions on yesterday&#39;s games. Post-game discussions are linked in the table, keep your memes and reactions there.</p>\n\n<p>Please keep your discussion of a particular game in the respective comment thread. <strong>All direct replies to this post will be removed.</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\">Away</th>\n<th align=\"left\">Home</th>\n<th align=\"center\">Score</th>\n<th align=\"center\">GT</th>\n<th align=\"center\">PGT</th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\"><a href=\"/GSW\"></a> Golden State Warriors</td>\n<td align=\"left\"><a href=\"/ORL\"></a> Orlando Magic</td>\n<td align=\"center\">113 - 121</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0qve3/game_thread_golden_state_warriors_96_orlando/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0vq0p/post_game_thread_the_orlando_magic_87_defeat_the/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/BOS\"></a> Boston Celtics</td>\n<td align=\"left\"><a href=\"/BKN\"></a> Brooklyn Nets</td>\n<td align=\"center\">113 - 99</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0rlm0/game_thread_boston_celtics_77_brooklyn_nets_211/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0x62d/post_game_thread_the_boston_celtics_87_defeat_the/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/DET\"></a> Detroit Pistons</td>\n<td align=\"left\"><a href=\"/ATL\"></a> Atlanta Hawks</td>\n<td align=\"center\">120 - 112</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0rlm7/game_thread_detroit_pistons_122_atlanta_hawks_95/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0w9cl/post_game_thread_the_detroit_pistons_132_defeat/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/MEM\"></a> Memphis Grizzlies</td>\n<td align=\"left\"><a href=\"/SAS\"></a> San Antonio Spurs</td>\n<td align=\"center\">101 - 111</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0salp/game_thread_memphis_grizzlies_410_san_antonio/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0wsqc/post_game_thread_the_san_antonio_spurs_104_defeat/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/UTA\"></a> Utah Jazz</td>\n<td align=\"left\"><a href=\"/LAL\"></a> Los Angeles Lakers</td>\n<td align=\"center\">126 - 140</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0vlez/game_thread_utah_jazz_58_los_angeles_lakers_104/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0zsrc/post_game_thread_the_los_angeles_lakers_114/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/PHX\"></a> Phoenix Suns</td>\n<td align=\"left\"><a href=\"/POR\"></a> Portland Trail Blazers</td>\n<td align=\"center\">127 - 110</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p0w83t/game_thread_phoenix_suns_86_portland_trail/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/1p107wn/post_game_thread_the_phoenix_suns_96_defeat_the/\">Link</a></td>\n</tr>\n</tbody></table>\n\n<hr/>\n\n<p>Looking for another place to talk ball besides the subreddit? We have a thriving and active community over at <a href=\"https://discord.gg/rNBA\">discord.gg/rNBA</a> and we&#39;d love to have you check it out.</p>\n\n<p>With almost 13,000 members, we are one of the largest NBA chat servers. It&#39;s not only basketball. There are 2K sims that are run by community members and much more. </p>\n\n<p>Like football, soccer, F1, baseball, and other sports? You&#39;re bound to find like-minded people to talk about that as well. </p>\n\n<p>Come stop by and say hi.</p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/dalPcCXNRqjGku9yGYAfvW_DfMojJPGABrNOkiH2NR4.jpeg?auto=webp&s=427a3827dde32234ad9c823d801980ab0edee6f7", "width": 512, "height": 288 }, "resolutions": [ { "url": "https://external-preview.redd.it/dalPcCXNRqjGku9yGYAfvW_DfMojJPGABrNOkiH2NR4.jpeg?width=108&crop=smart&auto=webp&s=44fa5e2c74872b35fc7ad56b526f056a4d90f508", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/dalPcCXNRqjGku9yGYAfvW_DfMojJPGABrNOkiH2NR4.jpeg?width=216&crop=smart&auto=webp&s=c0d8fd4049a51cf720d922477877cb8ae54dd8da", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/dalPcCXNRqjGku9yGYAfvW_DfMojJPGABrNOkiH2NR4.jpeg?width=320&crop=smart&auto=webp&s=cb02050e2e662a9e77ff2a4948843b9a196af557", "width": 320, "height": 180 } ], "variants": {}, "id": "dalPcCXNRqjGku9yGYAfvW_DfMojJPGABrNOkiH2NR4" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "e454879a-ff45-11ea-b58e-0ea6879ad6a7", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": " r/NBA", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": "moderator", "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "#264184", "id": "1p15tef", "is_robot_indexable": true, "report_reasons": null, "author": "NBA_MOD", "discussion_type": null, "num_comments": 11, "send_replies": false, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p15tef/serious_next_day_thread_postgame_discussion/", "stickied": true, "url": "https://www.reddit.com/r/nba/comments/1p15tef/serious_next_day_thread_postgame_discussion/", "subreddit_subscribers": 16893176, "created_utc": 1763553602, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_axhcoe6e", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Ayton on playing his first game with LeBron James: “He threw me an alley-oop and I told him, ‘That’s my 2nd alley-oop from you. The 1st one was when I was in 8th grade at your camp.’”", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p11n39", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.98, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 6315, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fdrq6tc&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fdrq6tc&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fdrq6tc.jpg%3FExpires%3D1763798304389%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DASO7kXJZkqPdGiMl4iP4zTnCnhs2mgKPePW1BHWiSmUmYNF%7E-4KWz4CBYEakLoPfgEriajuR0giqRxqb67NV1l%7E12VpW-JUURVs6QiXJW7LYOYZvuV7oO9Q2B11EFSiTO0bUGuiEHGSgTwHsqn-kS%7EteVI1Fqu22Cz%7EFFHXjniyNAoUdCD-hAYwoEnAj60-%7EzsRMCOL9eZLBaTQTaKuDiiger2fcrzLT2LZzmK6BAhQVxfMnj7t2Q1kEONymU33rdRrA9m-kfxnp2cKKfuDRd6QzJK9jkD9sclbgsQn7c7nHj5v-OkHWFqIK4vUGNn9mnAwRk0cUxRRdr7o-sKhpig__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": "d6b0f054-3feb-11e8-96d1-0ea4bf1137fc", "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Streamable video #vhrur6\" on Streamable.", "title": "Streamable video #vhrur6", "thumbnail_width": 1280, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fdrq6tc&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fdrq6tc&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fdrq6tc.jpg%3FExpires%3D1763798304389%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DASO7kXJZkqPdGiMl4iP4zTnCnhs2mgKPePW1BHWiSmUmYNF%7E-4KWz4CBYEakLoPfgEriajuR0giqRxqb67NV1l%7E12VpW-JUURVs6QiXJW7LYOYZvuV7oO9Q2B11EFSiTO0bUGuiEHGSgTwHsqn-kS%7EteVI1Fqu22Cz%7EFFHXjniyNAoUdCD-hAYwoEnAj60-%7EzsRMCOL9eZLBaTQTaKuDiiger2fcrzLT2LZzmK6BAhQVxfMnj7t2Q1kEONymU33rdRrA9m-kfxnp2cKKfuDRd6QzJK9jkD9sclbgsQn7c7nHj5v-OkHWFqIK4vUGNn9mnAwRk0cUxRRdr7o-sKhpig__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/drq6tc.jpg?Expires=1763798304389&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=ASO7kXJZkqPdGiMl4iP4zTnCnhs2mgKPePW1BHWiSmUmYNF~-4KWz4CBYEakLoPfgEriajuR0giqRxqb67NV1l~12VpW-JUURVs6QiXJW7LYOYZvuV7oO9Q2B11EFSiTO0bUGuiEHGSgTwHsqn-kS~teVI1Fqu22Cz~FFHXjniyNAoUdCD-hAYwoEnAj60-~zsRMCOL9eZLBaTQTaKuDiiger2fcrzLT2LZzmK6BAhQVxfMnj7t2Q1kEONymU33rdRrA9m-kfxnp2cKKfuDRd6QzJK9jkD9sclbgsQn7c7nHj5v-OkHWFqIK4vUGNn9mnAwRk0cUxRRdr7o-sKhpig__", "type": "video", "thumbnail_height": 720 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fdrq6tc&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fdrq6tc&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fdrq6tc.jpg%3FExpires%3D1763798304389%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DASO7kXJZkqPdGiMl4iP4zTnCnhs2mgKPePW1BHWiSmUmYNF%7E-4KWz4CBYEakLoPfgEriajuR0giqRxqb67NV1l%7E12VpW-JUURVs6QiXJW7LYOYZvuV7oO9Q2B11EFSiTO0bUGuiEHGSgTwHsqn-kS%7EteVI1Fqu22Cz%7EFFHXjniyNAoUdCD-hAYwoEnAj60-%7EzsRMCOL9eZLBaTQTaKuDiiger2fcrzLT2LZzmK6BAhQVxfMnj7t2Q1kEONymU33rdRrA9m-kfxnp2cKKfuDRd6QzJK9jkD9sclbgsQn7c7nHj5v-OkHWFqIK4vUGNn9mnAwRk0cUxRRdr7o-sKhpig__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p11n39", "height": 338 }, "link_flair_text": null, "can_mod_post": false, "score": 6315, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?width=140&height=78&auto=webp&s=5590bf19f8bcfde4afdb6f3d990e3d03a02cb208", "edited": false, "author_flair_css_class": "Thunder1", "author_flair_richtext": [ { "a": ":okc-1:", "e": "emoji", "u": "https://emoji.redditmedia.com/5129sp3cw4r81_t5_2qo4s/okc-1" }, { "e": "text", "t": " Thunder" } ], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "mod_note": null, "created": 1763539104, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/drq6tc", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?auto=webp&s=f0f1aff774564b67c6d74b8004845c53c2ded044", "width": 1280, "height": 720 }, "resolutions": [ { "url": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?width=108&crop=smart&auto=webp&s=22f8aca2774b5b7a32cbdb5df4d7154008cb38c6", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?width=216&crop=smart&auto=webp&s=3a501e243e1cad50f0f6a9c49681b146aa3346b8", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?width=320&crop=smart&auto=webp&s=15331541fec2711479ab999e8206905cc80032d4", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?width=640&crop=smart&auto=webp&s=372c3d2e136292df2fa84799c4577be264200583", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?width=960&crop=smart&auto=webp&s=f865c0f029a95bc145fcd0532f8cb2844e6048d7", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s.jpeg?width=1080&crop=smart&auto=webp&s=703a31912bd4a5e47934dd9b7ddd678ab3f6637a", "width": 1080, "height": 607 } ], "variants": {}, "id": "gEAiX4PVPcPI8pyOAmpZVfsB9FcjWuKUYaCyruqAI2s" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":okc-1: Thunder", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p11n39", "is_robot_indexable": true, "report_reasons": null, "author": "aingenevalostatrade", "discussion_type": null, "num_comments": 166, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p11n39/ayton_on_playing_his_first_game_with_lebron_james/", "stickied": false, "url": "https://streamable.com/drq6tc", "subreddit_subscribers": 16893176, "created_utc": 1763539104, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Streamable video #vhrur6\" on Streamable.", "title": "Streamable video #vhrur6", "thumbnail_width": 1280, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fdrq6tc&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fdrq6tc&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fdrq6tc.jpg%3FExpires%3D1763798304389%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DASO7kXJZkqPdGiMl4iP4zTnCnhs2mgKPePW1BHWiSmUmYNF%7E-4KWz4CBYEakLoPfgEriajuR0giqRxqb67NV1l%7E12VpW-JUURVs6QiXJW7LYOYZvuV7oO9Q2B11EFSiTO0bUGuiEHGSgTwHsqn-kS%7EteVI1Fqu22Cz%7EFFHXjniyNAoUdCD-hAYwoEnAj60-%7EzsRMCOL9eZLBaTQTaKuDiiger2fcrzLT2LZzmK6BAhQVxfMnj7t2Q1kEONymU33rdRrA9m-kfxnp2cKKfuDRd6QzJK9jkD9sclbgsQn7c7nHj5v-OkHWFqIK4vUGNn9mnAwRk0cUxRRdr7o-sKhpig__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/drq6tc.jpg?Expires=1763798304389&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=ASO7kXJZkqPdGiMl4iP4zTnCnhs2mgKPePW1BHWiSmUmYNF~-4KWz4CBYEakLoPfgEriajuR0giqRxqb67NV1l~12VpW-JUURVs6QiXJW7LYOYZvuV7oO9Q2B11EFSiTO0bUGuiEHGSgTwHsqn-kS~teVI1Fqu22Cz~FFHXjniyNAoUdCD-hAYwoEnAj60-~zsRMCOL9eZLBaTQTaKuDiiger2fcrzLT2LZzmK6BAhQVxfMnj7t2Q1kEONymU33rdRrA9m-kfxnp2cKKfuDRd6QzJK9jkD9sclbgsQn7c7nHj5v-OkHWFqIK4vUGNn9mnAwRk0cUxRRdr7o-sKhpig__", "type": "video", "thumbnail_height": 720 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_izmtc", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "LeBron talks about Bronny moving out: \"He's not a resident anymore, so we don't talk as much\"", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": true, "name": "t3_1p1azui", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.96, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 1062, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F0kgxeg&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F0kgxeg&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F0kgxeg_1.jpg%3FExpires%3D1763826025516%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dfgzixhu7s-ho5CiDfMQ52nP82Nf%7E2MDBZpj8Ssa3GDd-BJTscCOyIaMZ9Kb6NXQj2WKfxdtSAH2uELpS8Zu6gao4tKh8Jw0zYeq5uRg8NthqnrYjrjaaUxlkxui-MiOHrRAW0l4f3cGHLwrWxVymTmNo%7Ek91XLsyhdgvOrK-lEBb3GyW98FsYJI2i3p%7ESJs%7E%7Eddf6WE4K9-E7sUjw6yeIQYvs5Obm9wFuBuyex8SWG8-6YNNQCQzS6iUuPugqARgsmBleaXPbqVLQx%7EYl7C1AVyh2LsPRPYib5lnOFQ1iX85tei1UhJpKB%7ETfj168FA-7InsPl5BTJw0%7Espflz-ucg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": "cc0d49ae-3feb-11e8-8327-0e3e867879aa", "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"LeBron talks about Bronny moving out: \"He's not a resident anymore, so we don't talk as much\"\" on Streamable.", "title": "LeBron talks about Bronny moving out: \"He's not a resident anymore, so we don't talk as much\"", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F0kgxeg&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F0kgxeg&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F0kgxeg_1.jpg%3FExpires%3D1763826025516%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dfgzixhu7s-ho5CiDfMQ52nP82Nf%7E2MDBZpj8Ssa3GDd-BJTscCOyIaMZ9Kb6NXQj2WKfxdtSAH2uELpS8Zu6gao4tKh8Jw0zYeq5uRg8NthqnrYjrjaaUxlkxui-MiOHrRAW0l4f3cGHLwrWxVymTmNo%7Ek91XLsyhdgvOrK-lEBb3GyW98FsYJI2i3p%7ESJs%7E%7Eddf6WE4K9-E7sUjw6yeIQYvs5Obm9wFuBuyex8SWG8-6YNNQCQzS6iUuPugqARgsmBleaXPbqVLQx%7EYl7C1AVyh2LsPRPYib5lnOFQ1iX85tei1UhJpKB%7ETfj168FA-7InsPl5BTJw0%7Espflz-ucg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/0kgxeg_1.jpg?Expires=1763826025516&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=fgzixhu7s-ho5CiDfMQ52nP82Nf~2MDBZpj8Ssa3GDd-BJTscCOyIaMZ9Kb6NXQj2WKfxdtSAH2uELpS8Zu6gao4tKh8Jw0zYeq5uRg8NthqnrYjrjaaUxlkxui-MiOHrRAW0l4f3cGHLwrWxVymTmNo~k91XLsyhdgvOrK-lEBb3GyW98FsYJI2i3p~SJs~~ddf6WE4K9-E7sUjw6yeIQYvs5Obm9wFuBuyex8SWG8-6YNNQCQzS6iUuPugqARgsmBleaXPbqVLQx~Yl7C1AVyh2LsPRPYib5lnOFQ1iX85tei1UhJpKB~Tfj168FA-7InsPl5BTJw0~spflz-ucg__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F0kgxeg&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F0kgxeg&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F0kgxeg_1.jpg%3FExpires%3D1763826025516%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dfgzixhu7s-ho5CiDfMQ52nP82Nf%7E2MDBZpj8Ssa3GDd-BJTscCOyIaMZ9Kb6NXQj2WKfxdtSAH2uELpS8Zu6gao4tKh8Jw0zYeq5uRg8NthqnrYjrjaaUxlkxui-MiOHrRAW0l4f3cGHLwrWxVymTmNo%7Ek91XLsyhdgvOrK-lEBb3GyW98FsYJI2i3p%7ESJs%7E%7Eddf6WE4K9-E7sUjw6yeIQYvs5Obm9wFuBuyex8SWG8-6YNNQCQzS6iUuPugqARgsmBleaXPbqVLQx%7EYl7C1AVyh2LsPRPYib5lnOFQ1iX85tei1UhJpKB%7ETfj168FA-7InsPl5BTJw0%7Espflz-ucg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p1azui", "height": 338 }, "link_flair_text": null, "can_mod_post": false, "score": 1062, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?width=140&height=78&auto=webp&s=b67ec7a9bc0150a766b03898bc27ccd854250051", "edited": false, "author_flair_css_class": "Lakers1", "author_flair_richtext": [ { "a": ":lal-1:", "e": "emoji", "u": "https://emoji.redditmedia.com/rwysqekrs4r81_t5_2qo4s/lal-1" }, { "e": "text", "t": " Lakers" } ], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "mod_note": null, "created": 1763566869, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/0kgxeg", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?auto=webp&s=f1e49ad06e00415ca87fde2f5e85dfb270d81f25", "width": 1920, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?width=108&crop=smart&auto=webp&s=6bba0954270e155a87a9c13ed5203c17d215f5b7", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?width=216&crop=smart&auto=webp&s=961b10abe84a9226ea9323aa6c51af20cc788697", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?width=320&crop=smart&auto=webp&s=9f9fba1ef5c3a93b03ffaa52dc29f65d297ee37d", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?width=640&crop=smart&auto=webp&s=c45abad0be50f180dc40cb71eaf331317da80b74", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?width=960&crop=smart&auto=webp&s=2f73a1e04548aaab9ba253fdff5149caac7e15d1", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY.jpeg?width=1080&crop=smart&auto=webp&s=da05fe029ba24cdd91833c679741435a20ccb08c", "width": 1080, "height": 607 } ], "variants": {}, "id": "KB7cBYc34McfD6KtmQd1eadBDNrjyCwJDjUz2qYQYIY" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-1: Lakers", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p1azui", "is_robot_indexable": true, "report_reasons": null, "author": "Jayveesac", "discussion_type": null, "num_comments": 121, "send_replies": false, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p1azui/lebron_talks_about_bronny_moving_out_hes_not_a/", "stickied": false, "url": "https://streamable.com/0kgxeg", "subreddit_subscribers": 16893176, "created_utc": 1763566869, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"LeBron talks about Bronny moving out: \"He's not a resident anymore, so we don't talk as much\"\" on Streamable.", "title": "LeBron talks about Bronny moving out: \"He's not a resident anymore, so we don't talk as much\"", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F0kgxeg&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F0kgxeg&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F0kgxeg_1.jpg%3FExpires%3D1763826025516%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dfgzixhu7s-ho5CiDfMQ52nP82Nf%7E2MDBZpj8Ssa3GDd-BJTscCOyIaMZ9Kb6NXQj2WKfxdtSAH2uELpS8Zu6gao4tKh8Jw0zYeq5uRg8NthqnrYjrjaaUxlkxui-MiOHrRAW0l4f3cGHLwrWxVymTmNo%7Ek91XLsyhdgvOrK-lEBb3GyW98FsYJI2i3p%7ESJs%7E%7Eddf6WE4K9-E7sUjw6yeIQYvs5Obm9wFuBuyex8SWG8-6YNNQCQzS6iUuPugqARgsmBleaXPbqVLQx%7EYl7C1AVyh2LsPRPYib5lnOFQ1iX85tei1UhJpKB%7ETfj168FA-7InsPl5BTJw0%7Espflz-ucg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/0kgxeg_1.jpg?Expires=1763826025516&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=fgzixhu7s-ho5CiDfMQ52nP82Nf~2MDBZpj8Ssa3GDd-BJTscCOyIaMZ9Kb6NXQj2WKfxdtSAH2uELpS8Zu6gao4tKh8Jw0zYeq5uRg8NthqnrYjrjaaUxlkxui-MiOHrRAW0l4f3cGHLwrWxVymTmNo~k91XLsyhdgvOrK-lEBb3GyW98FsYJI2i3p~SJs~~ddf6WE4K9-E7sUjw6yeIQYvs5Obm9wFuBuyex8SWG8-6YNNQCQzS6iUuPugqARgsmBleaXPbqVLQx~Yl7C1AVyh2LsPRPYib5lnOFQ1iX85tei1UhJpKB~Tfj168FA-7InsPl5BTJw0~spflz-ucg__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_8lemz", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Highlight] Lebron comes up with another assist, under the basket to Laravia", "link_flair_richtext": [ { "e": "text", "t": "Highlight" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "highlights", "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0zfb3", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.95, "author_flair_background_color": null, "ups": 5832, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Ft7uaht&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Ft7uaht&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Ft7uaht.jpg%3FExpires%3D1763790286181%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DPf1d%7ESX93DJUrqOOkHqox5fpBFZnI-AbLf8p1Ru4%7E8Y4O%7EXMNE0yXtMwQvDll4Y1EVkNjjUBJnRwouV2jC86tTCcdz6hGeaCA3R1ghlEgpzBFX27MTSjhFGz2uTuiN0ilBHujWAexvVZflHBIq7L7vllKW7dW8Kwe6%7EFXPGkJ0eXptbJOmYiP4Ufkz3wniJ4AqjDc01WdeiEgP88UrWzJwLVFNhMxBScwSl%7ENiH8%7E5Xlq4cIh2H0h9NjqnwVNBZZcGg5yqHZOJqdo5SYm1QiDvDi%7EUZXFavkszZGBoZbHBVXUuCTKDrdPcLNpeQwzuhftbZchBCFJF5HLIwdmET75w__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Lebron comes up with another assist, under the basket to Laravia\" on Streamable.", "title": "[Highlight] Lebron comes up with another assist, under the basket to Laravia", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Ft7uaht&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Ft7uaht&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Ft7uaht.jpg%3FExpires%3D1763790286181%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DPf1d%7ESX93DJUrqOOkHqox5fpBFZnI-AbLf8p1Ru4%7E8Y4O%7EXMNE0yXtMwQvDll4Y1EVkNjjUBJnRwouV2jC86tTCcdz6hGeaCA3R1ghlEgpzBFX27MTSjhFGz2uTuiN0ilBHujWAexvVZflHBIq7L7vllKW7dW8Kwe6%7EFXPGkJ0eXptbJOmYiP4Ufkz3wniJ4AqjDc01WdeiEgP88UrWzJwLVFNhMxBScwSl%7ENiH8%7E5Xlq4cIh2H0h9NjqnwVNBZZcGg5yqHZOJqdo5SYm1QiDvDi%7EUZXFavkszZGBoZbHBVXUuCTKDrdPcLNpeQwzuhftbZchBCFJF5HLIwdmET75w__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/t7uaht.jpg?Expires=1763790286181&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=Pf1d~SX93DJUrqOOkHqox5fpBFZnI-AbLf8p1Ru4~8Y4O~XMNE0yXtMwQvDll4Y1EVkNjjUBJnRwouV2jC86tTCcdz6hGeaCA3R1ghlEgpzBFX27MTSjhFGz2uTuiN0ilBHujWAexvVZflHBIq7L7vllKW7dW8Kwe6~FXPGkJ0eXptbJOmYiP4Ufkz3wniJ4AqjDc01WdeiEgP88UrWzJwLVFNhMxBScwSl~NiH8~5Xlq4cIh2H0h9NjqnwVNBZZcGg5yqHZOJqdo5SYm1QiDvDi~UZXFavkszZGBoZbHBVXUuCTKDrdPcLNpeQwzuhftbZchBCFJF5HLIwdmET75w__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Ft7uaht&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Ft7uaht&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Ft7uaht.jpg%3FExpires%3D1763790286181%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DPf1d%7ESX93DJUrqOOkHqox5fpBFZnI-AbLf8p1Ru4%7E8Y4O%7EXMNE0yXtMwQvDll4Y1EVkNjjUBJnRwouV2jC86tTCcdz6hGeaCA3R1ghlEgpzBFX27MTSjhFGz2uTuiN0ilBHujWAexvVZflHBIq7L7vllKW7dW8Kwe6%7EFXPGkJ0eXptbJOmYiP4Ufkz3wniJ4AqjDc01WdeiEgP88UrWzJwLVFNhMxBScwSl%7ENiH8%7E5Xlq4cIh2H0h9NjqnwVNBZZcGg5yqHZOJqdo5SYm1QiDvDi%7EUZXFavkszZGBoZbHBVXUuCTKDrdPcLNpeQwzuhftbZchBCFJF5HLIwdmET75w__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p0zfb3", "height": 338 }, "link_flair_text": "Highlight", "can_mod_post": false, "score": 5832, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?width=140&height=78&auto=webp&s=81442f4b9d4394474b5d970ec7ccceb482dac68d", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "subreddit_type": "public", "created": 1763531063, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/t7uaht", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?auto=webp&s=6d77bc26df12c618ea70505691d4a2d95d12e30c", "width": 1920, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?width=108&crop=smart&auto=webp&s=eb17570fe1223c14f0e0c19f08f8ccc3bd4a670d", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?width=216&crop=smart&auto=webp&s=551950e162041025ff2d2d8bcd2f95c0b7d4f0c9", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?width=320&crop=smart&auto=webp&s=aa24275970826c2326b65841f91988b097909ed5", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?width=640&crop=smart&auto=webp&s=e31f88959a63233447f5255a33936f40a8492aec", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?width=960&crop=smart&auto=webp&s=03f0d58190ca2ad06a38c16eea5a0be0dd792634", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw.jpeg?width=1080&crop=smart&auto=webp&s=bd8c64010b68e3103fa5975c4bf1d6803690b108", "width": 1080, "height": 607 } ], "variants": {}, "id": "zGX2UjG1vJxuGVfo4pcsV2h9-pEBMltdo5N9TzW8fWw" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "11e1d3fc-5c54-11e4-8ccc-12313b0e448d", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "#0079d3", "id": "1p0zfb3", "is_robot_indexable": true, "report_reasons": null, "author": "Large_banana_hammock", "discussion_type": null, "num_comments": 316, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p0zfb3/highlight_lebron_comes_up_with_another_assist/", "stickied": false, "url": "https://streamable.com/t7uaht", "subreddit_subscribers": 16893176, "created_utc": 1763531063, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Lebron comes up with another assist, under the basket to Laravia\" on Streamable.", "title": "[Highlight] Lebron comes up with another assist, under the basket to Laravia", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Ft7uaht&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Ft7uaht&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Ft7uaht.jpg%3FExpires%3D1763790286181%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DPf1d%7ESX93DJUrqOOkHqox5fpBFZnI-AbLf8p1Ru4%7E8Y4O%7EXMNE0yXtMwQvDll4Y1EVkNjjUBJnRwouV2jC86tTCcdz6hGeaCA3R1ghlEgpzBFX27MTSjhFGz2uTuiN0ilBHujWAexvVZflHBIq7L7vllKW7dW8Kwe6%7EFXPGkJ0eXptbJOmYiP4Ufkz3wniJ4AqjDc01WdeiEgP88UrWzJwLVFNhMxBScwSl%7ENiH8%7E5Xlq4cIh2H0h9NjqnwVNBZZcGg5yqHZOJqdo5SYm1QiDvDi%7EUZXFavkszZGBoZbHBVXUuCTKDrdPcLNpeQwzuhftbZchBCFJF5HLIwdmET75w__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/t7uaht.jpg?Expires=1763790286181&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=Pf1d~SX93DJUrqOOkHqox5fpBFZnI-AbLf8p1Ru4~8Y4O~XMNE0yXtMwQvDll4Y1EVkNjjUBJnRwouV2jC86tTCcdz6hGeaCA3R1ghlEgpzBFX27MTSjhFGz2uTuiN0ilBHujWAexvVZflHBIq7L7vllKW7dW8Kwe6~FXPGkJ0eXptbJOmYiP4Ufkz3wniJ4AqjDc01WdeiEgP88UrWzJwLVFNhMxBScwSl~NiH8~5Xlq4cIh2H0h9NjqnwVNBZZcGg5yqHZOJqdo5SYm1QiDvDi~UZXFavkszZGBoZbHBVXUuCTKDrdPcLNpeQwzuhftbZchBCFJF5HLIwdmET75w__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_xbpwc", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "LeBron on playing with his new teammates: \"I can fit in with anybody. I don't even understand why that was even a question. What's wrong with these people out here?\"", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p10d2h", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.96, "author_flair_background_color": null, "subreddit_type": "public", "ups": 4165, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fxbir6h&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fxbir6h&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fxbir6h.jpg%3FExpires%3D1763793417749%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHU3Ai-rMTzShn-lGuAeSAekf9-L58NdStgt3Bkwj0aqKM4kb%7ExZPO8RMAILuyWzMRtwNG72lXgEQPJEp1wsPC2HCPpAU6yOJi%7Enl4nSFOgGmMw3PEELQPtNskcaov9spurrft%7EvQgv5p0ZAmH3J0GGqr8JaxQJ2wqyrZy-ahAFEELwYqUdmH0VPYcPC0P-rgU00ifEgY4Bn2s7RmZO%7EA0gBz%7EeEVLSLb6cIPZ%7ElUpFgHBoUVvIpWz69KkiT83fYXBnGV-FqidvjpqKhsNuVjcgFd1gTppGP9k%7EaUhKdONUll19gYVQdZ7C0G5kUaobWjONQPi2BfE6XENkuM9fXZpA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"LeBron on playing with his new teammates: \"I can fit in with anybody. I don't even understand why that was even a question. What's wrong with these people out here?\"\" on Streamable.", "title": "LeBron on playing with his new teammates: \"I can fit in with anybody. I don't even understand why that was even a question. What's wrong with these people out here?\"", "thumbnail_width": 1280, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fxbir6h&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fxbir6h&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fxbir6h.jpg%3FExpires%3D1763793417749%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHU3Ai-rMTzShn-lGuAeSAekf9-L58NdStgt3Bkwj0aqKM4kb%7ExZPO8RMAILuyWzMRtwNG72lXgEQPJEp1wsPC2HCPpAU6yOJi%7Enl4nSFOgGmMw3PEELQPtNskcaov9spurrft%7EvQgv5p0ZAmH3J0GGqr8JaxQJ2wqyrZy-ahAFEELwYqUdmH0VPYcPC0P-rgU00ifEgY4Bn2s7RmZO%7EA0gBz%7EeEVLSLb6cIPZ%7ElUpFgHBoUVvIpWz69KkiT83fYXBnGV-FqidvjpqKhsNuVjcgFd1gTppGP9k%7EaUhKdONUll19gYVQdZ7C0G5kUaobWjONQPi2BfE6XENkuM9fXZpA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/xbir6h.jpg?Expires=1763793417749&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=HU3Ai-rMTzShn-lGuAeSAekf9-L58NdStgt3Bkwj0aqKM4kb~xZPO8RMAILuyWzMRtwNG72lXgEQPJEp1wsPC2HCPpAU6yOJi~nl4nSFOgGmMw3PEELQPtNskcaov9spurrft~vQgv5p0ZAmH3J0GGqr8JaxQJ2wqyrZy-ahAFEELwYqUdmH0VPYcPC0P-rgU00ifEgY4Bn2s7RmZO~A0gBz~eEVLSLb6cIPZ~lUpFgHBoUVvIpWz69KkiT83fYXBnGV-FqidvjpqKhsNuVjcgFd1gTppGP9k~aUhKdONUll19gYVQdZ7C0G5kUaobWjONQPi2BfE6XENkuM9fXZpA__", "type": "video", "thumbnail_height": 720 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fxbir6h&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fxbir6h&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fxbir6h.jpg%3FExpires%3D1763793417749%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHU3Ai-rMTzShn-lGuAeSAekf9-L58NdStgt3Bkwj0aqKM4kb%7ExZPO8RMAILuyWzMRtwNG72lXgEQPJEp1wsPC2HCPpAU6yOJi%7Enl4nSFOgGmMw3PEELQPtNskcaov9spurrft%7EvQgv5p0ZAmH3J0GGqr8JaxQJ2wqyrZy-ahAFEELwYqUdmH0VPYcPC0P-rgU00ifEgY4Bn2s7RmZO%7EA0gBz%7EeEVLSLb6cIPZ%7ElUpFgHBoUVvIpWz69KkiT83fYXBnGV-FqidvjpqKhsNuVjcgFd1gTppGP9k%7EaUhKdONUll19gYVQdZ7C0G5kUaobWjONQPi2BfE6XENkuM9fXZpA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p10d2h", "height": 338 }, "link_flair_text": null, "can_mod_post": false, "score": 4165, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?width=140&height=78&auto=webp&s=def4aad86f0892a1e5c478aa7d63a5a2f0acfe65", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "mod_note": null, "created": 1763534290, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/xbir6h", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?auto=webp&s=eacf839217ee723e04ea7ec3b43e6602c134c3dc", "width": 1280, "height": 720 }, "resolutions": [ { "url": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?width=108&crop=smart&auto=webp&s=a9fa3bc2d5f65c4e235d483b32c1bf06b3d1295f", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?width=216&crop=smart&auto=webp&s=00d24dc47470fcc46d8097b1b4fff3202be6e4af", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?width=320&crop=smart&auto=webp&s=6b976bae23ffa9d57e061f53f62e8cd250ea3252", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?width=640&crop=smart&auto=webp&s=c0b80301281b81190933d650d86f2d1ee6f417b5", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?width=960&crop=smart&auto=webp&s=f91580e3a65507c7835e7e30980db24745517049", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU.jpeg?width=1080&crop=smart&auto=webp&s=b9c7989e40a7e6836b1050d6633d1c51ec41a091", "width": 1080, "height": 607 } ], "variants": {}, "id": "5B3FyzoFN54r-CjS_brkqg5qBnLo2eG3jzV5FrSmgFU" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p10d2h", "is_robot_indexable": true, "report_reasons": null, "author": "JetGan", "discussion_type": null, "num_comments": 362, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p10d2h/lebron_on_playing_with_his_new_teammates_i_can/", "stickied": false, "url": "https://streamable.com/xbir6h", "subreddit_subscribers": 16893176, "created_utc": 1763534290, "num_crossposts": 1, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"LeBron on playing with his new teammates: \"I can fit in with anybody. I don't even understand why that was even a question. What's wrong with these people out here?\"\" on Streamable.", "title": "LeBron on playing with his new teammates: \"I can fit in with anybody. I don't even understand why that was even a question. What's wrong with these people out here?\"", "thumbnail_width": 1280, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fxbir6h&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fxbir6h&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fxbir6h.jpg%3FExpires%3D1763793417749%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHU3Ai-rMTzShn-lGuAeSAekf9-L58NdStgt3Bkwj0aqKM4kb%7ExZPO8RMAILuyWzMRtwNG72lXgEQPJEp1wsPC2HCPpAU6yOJi%7Enl4nSFOgGmMw3PEELQPtNskcaov9spurrft%7EvQgv5p0ZAmH3J0GGqr8JaxQJ2wqyrZy-ahAFEELwYqUdmH0VPYcPC0P-rgU00ifEgY4Bn2s7RmZO%7EA0gBz%7EeEVLSLb6cIPZ%7ElUpFgHBoUVvIpWz69KkiT83fYXBnGV-FqidvjpqKhsNuVjcgFd1gTppGP9k%7EaUhKdONUll19gYVQdZ7C0G5kUaobWjONQPi2BfE6XENkuM9fXZpA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/xbir6h.jpg?Expires=1763793417749&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=HU3Ai-rMTzShn-lGuAeSAekf9-L58NdStgt3Bkwj0aqKM4kb~xZPO8RMAILuyWzMRtwNG72lXgEQPJEp1wsPC2HCPpAU6yOJi~nl4nSFOgGmMw3PEELQPtNskcaov9spurrft~vQgv5p0ZAmH3J0GGqr8JaxQJ2wqyrZy-ahAFEELwYqUdmH0VPYcPC0P-rgU00ifEgY4Bn2s7RmZO~A0gBz~eEVLSLb6cIPZ~lUpFgHBoUVvIpWz69KkiT83fYXBnGV-FqidvjpqKhsNuVjcgFd1gTppGP9k~aUhKdONUll19gYVQdZ7C0G5kUaobWjONQPi2BfE6XENkuM9fXZpA__", "type": "video", "thumbnail_height": 720 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "Source: https://www.espn.com/nba/story/_/id/47014061/inside-mavericks-power-struggle-nico-harrison-vs-mark-cuban\n\n> Harrison built his case from a business perspective. Doncic would be eligible to sign a five-year, $345 million supermax contract extension in the summer. That deal would be an awful investment, Harrison told Dumont, pointing to Doncic's conditioning concerns, poor off-court habits and recurring calf strains, predicting that his body would break down.\n\n> Doncic's camp and Harrison had several disagreements regarding the recovery process from the calf strain that sidelined the superstar at the time, which the GM portrayed to Dumont as proof that Doncic was not fully committed to the Mavs.\n\n> Harrison also blamed the Mavs' five-game elimination to the Boston Celtics in the Finals on Doncic's defensive struggles. He pitched Dumont on his vision of building the league's best defense around Davis, who Harrison had been close with since Davis was a teen playing on the AAU circuit.\n\n", "author_fullname": "t2_1511lsehjf", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[MacMahon] Doncic would be eligible to sign a 5YR/$345M extension in the summer. That deal would be an awful investment, Harrison told Dumont, pointing to Doncic's conditioning concerns, poor off-court habits and recurring calf strains, predicting that his body would break down.", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p18rvx", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.95, "author_flair_background_color": null, "subreddit_type": "public", "ups": 977, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 977, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763561659, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Source: <a href=\"https://www.espn.com/nba/story/_/id/47014061/inside-mavericks-power-struggle-nico-harrison-vs-mark-cuban\">https://www.espn.com/nba/story/_/id/47014061/inside-mavericks-power-struggle-nico-harrison-vs-mark-cuban</a></p>\n\n<blockquote>\n<p>Harrison built his case from a business perspective. Doncic would be eligible to sign a five-year, $345 million supermax contract extension in the summer. That deal would be an awful investment, Harrison told Dumont, pointing to Doncic&#39;s conditioning concerns, poor off-court habits and recurring calf strains, predicting that his body would break down.</p>\n\n<p>Doncic&#39;s camp and Harrison had several disagreements regarding the recovery process from the calf strain that sidelined the superstar at the time, which the GM portrayed to Dumont as proof that Doncic was not fully committed to the Mavs.</p>\n\n<p>Harrison also blamed the Mavs&#39; five-game elimination to the Boston Celtics in the Finals on Doncic&#39;s defensive struggles. He pitched Dumont on his vision of building the league&#39;s best defense around Davis, who Harrison had been close with since Davis was a teen playing on the AAU circuit.</p>\n</blockquote>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?auto=webp&s=b777365b788d0d0c7c8a188bfccc1ad6d0effa64", "width": 1296, "height": 729 }, "resolutions": [ { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=108&crop=smart&auto=webp&s=0de6869f213a9129f5492b71fca7ccdcd7667846", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=216&crop=smart&auto=webp&s=814458ac2c180aab7d902c8c13abd6aead485adf", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=320&crop=smart&auto=webp&s=aaca893dc91cc8b41f7c77a5d059139a40492748", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=640&crop=smart&auto=webp&s=9147a8f8157277d10d5e6e039202f95e8cf5f09d", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=960&crop=smart&auto=webp&s=5f5ce70b7d9da52fe2896452df4d26a1948505d2", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=1080&crop=smart&auto=webp&s=bcc75bf390a13a805c5f716ba8aaae219084a963", "width": 1080, "height": 607 } ], "variants": {}, "id": "dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p18rvx", "is_robot_indexable": true, "report_reasons": null, "author": "YujiDomainExpansion", "discussion_type": null, "num_comments": 410, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p18rvx/macmahon_doncic_would_be_eligible_to_sign_a/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p18rvx/macmahon_doncic_would_be_eligible_to_sign_a/", "subreddit_subscribers": 16893176, "created_utc": 1763561659, "num_crossposts": 1, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_afglk8m", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Highlight] Bronny James hits a long LeFuckYou 3", "link_flair_richtext": [ { "e": "text", "t": "Highlight" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "highlights", "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0zxtv", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.95, "author_flair_background_color": "#edeff1", "ups": 4150, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F9oedag&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F9oedag&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F9oedag.jpg%3FExpires%3D1763792020395%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHCb9ixbqqJIg9xPVkWhR9oUBqXYzUNOCw-O9gdKohXY002-%7EUZhwX8nThW2hHlicjOY481GfqhzLusrr-GtbW2YAQk5OoqKV4Ha-Hsptukv1hhCe1C8td%7EM%7EQd%7EZ0CquYLwySh5%7EMOXMjKjSDM3EEXEZZtaXDiOFowkcFt4VJzPsxzjU9XWM9L1ZMgzPjbe5saBn%7EzO66VvwJv9PubCrcgELN3QQsO-S5oMkGXGqD4JbOD1vx2FKNCKTWlKVq%7E0itTgWzkgLHhEhsWW7OiMwCeBSMd4Diz20boNj25hxwzGOTNZxptZsfm1oHOwSBXYVQWImCQlExULXPplps5C5oQ__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": "cc57a3a0-3feb-11e8-a765-0ee0c6cba6de", "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch this video on Streamable.", "title": "Watch 9oedag | Streamable", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F9oedag&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F9oedag&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F9oedag.jpg%3FExpires%3D1763792020395%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHCb9ixbqqJIg9xPVkWhR9oUBqXYzUNOCw-O9gdKohXY002-%7EUZhwX8nThW2hHlicjOY481GfqhzLusrr-GtbW2YAQk5OoqKV4Ha-Hsptukv1hhCe1C8td%7EM%7EQd%7EZ0CquYLwySh5%7EMOXMjKjSDM3EEXEZZtaXDiOFowkcFt4VJzPsxzjU9XWM9L1ZMgzPjbe5saBn%7EzO66VvwJv9PubCrcgELN3QQsO-S5oMkGXGqD4JbOD1vx2FKNCKTWlKVq%7E0itTgWzkgLHhEhsWW7OiMwCeBSMd4Diz20boNj25hxwzGOTNZxptZsfm1oHOwSBXYVQWImCQlExULXPplps5C5oQ__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/9oedag.jpg?Expires=1763792020395&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=HCb9ixbqqJIg9xPVkWhR9oUBqXYzUNOCw-O9gdKohXY002-~UZhwX8nThW2hHlicjOY481GfqhzLusrr-GtbW2YAQk5OoqKV4Ha-Hsptukv1hhCe1C8td~M~Qd~Z0CquYLwySh5~MOXMjKjSDM3EEXEZZtaXDiOFowkcFt4VJzPsxzjU9XWM9L1ZMgzPjbe5saBn~zO66VvwJv9PubCrcgELN3QQsO-S5oMkGXGqD4JbOD1vx2FKNCKTWlKVq~0itTgWzkgLHhEhsWW7OiMwCeBSMd4Diz20boNj25hxwzGOTNZxptZsfm1oHOwSBXYVQWImCQlExULXPplps5C5oQ__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F9oedag&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F9oedag&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F9oedag.jpg%3FExpires%3D1763792020395%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHCb9ixbqqJIg9xPVkWhR9oUBqXYzUNOCw-O9gdKohXY002-%7EUZhwX8nThW2hHlicjOY481GfqhzLusrr-GtbW2YAQk5OoqKV4Ha-Hsptukv1hhCe1C8td%7EM%7EQd%7EZ0CquYLwySh5%7EMOXMjKjSDM3EEXEZZtaXDiOFowkcFt4VJzPsxzjU9XWM9L1ZMgzPjbe5saBn%7EzO66VvwJv9PubCrcgELN3QQsO-S5oMkGXGqD4JbOD1vx2FKNCKTWlKVq%7E0itTgWzkgLHhEhsWW7OiMwCeBSMd4Diz20boNj25hxwzGOTNZxptZsfm1oHOwSBXYVQWImCQlExULXPplps5C5oQ__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p0zxtv", "height": 338 }, "link_flair_text": "Highlight", "can_mod_post": false, "score": 4150, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?width=140&height=78&auto=webp&s=59fbfdc9ec35fdd7c7cf41ab678bf909b643d4f8", "edited": false, "author_flair_css_class": "Lakers2", "author_flair_richtext": [ { "a": ":lal-2:", "e": "emoji", "u": "https://emoji.redditmedia.com/1qov69yrs4r81_t5_2qo4s/lal-2" }, { "e": "text", "t": " Lakers" } ], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "subreddit_type": "public", "created": 1763532820, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/9oedag", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?auto=webp&s=c98277dd7681b94dd6d7e021baef6ad87eb59987", "width": 1920, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?width=108&crop=smart&auto=webp&s=3c222e18ec4956edca7a50915bf24b3dfa72cd9a", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?width=216&crop=smart&auto=webp&s=569b3ffd63497f66df3bfd8f0e230a5c0339c251", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?width=320&crop=smart&auto=webp&s=93aa430be7571c693d552eb259ca6ce7538f9be2", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?width=640&crop=smart&auto=webp&s=b502c98800b8f834b2e7ff4a64f4240b87bcb612", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?width=960&crop=smart&auto=webp&s=fd9201f6afab1fe70e7e281d84baf85c789c7162", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs.jpeg?width=1080&crop=smart&auto=webp&s=d3ff340cdb6550223f4748e18c360005244a8165", "width": 1080, "height": 607 } ], "variants": {}, "id": "fYS9oBfRi65PqHaj74TkQ5cYNlJYsFpR_SFIomyadqs" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "11e1d3fc-5c54-11e4-8ccc-12313b0e448d", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-2: Lakers", "treatment_tags": [], "visited": false, "removed_by": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "#0079d3", "id": "1p0zxtv", "is_robot_indexable": true, "report_reasons": null, "author": "VGstuffed", "discussion_type": null, "num_comments": 163, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0zxtv/highlight_bronny_james_hits_a_long_lefuckyou_3/", "stickied": false, "url": "https://streamable.com/9oedag", "subreddit_subscribers": 16893176, "created_utc": 1763532820, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch this video on Streamable.", "title": "Watch 9oedag | Streamable", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F9oedag&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F9oedag&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F9oedag.jpg%3FExpires%3D1763792020395%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DHCb9ixbqqJIg9xPVkWhR9oUBqXYzUNOCw-O9gdKohXY002-%7EUZhwX8nThW2hHlicjOY481GfqhzLusrr-GtbW2YAQk5OoqKV4Ha-Hsptukv1hhCe1C8td%7EM%7EQd%7EZ0CquYLwySh5%7EMOXMjKjSDM3EEXEZZtaXDiOFowkcFt4VJzPsxzjU9XWM9L1ZMgzPjbe5saBn%7EzO66VvwJv9PubCrcgELN3QQsO-S5oMkGXGqD4JbOD1vx2FKNCKTWlKVq%7E0itTgWzkgLHhEhsWW7OiMwCeBSMd4Diz20boNj25hxwzGOTNZxptZsfm1oHOwSBXYVQWImCQlExULXPplps5C5oQ__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/9oedag.jpg?Expires=1763792020395&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=HCb9ixbqqJIg9xPVkWhR9oUBqXYzUNOCw-O9gdKohXY002-~UZhwX8nThW2hHlicjOY481GfqhzLusrr-GtbW2YAQk5OoqKV4Ha-Hsptukv1hhCe1C8td~M~Qd~Z0CquYLwySh5~MOXMjKjSDM3EEXEZZtaXDiOFowkcFt4VJzPsxzjU9XWM9L1ZMgzPjbe5saBn~zO66VvwJv9PubCrcgELN3QQsO-S5oMkGXGqD4JbOD1vx2FKNCKTWlKVq~0itTgWzkgLHhEhsWW7OiMwCeBSMd4Diz20boNj25hxwzGOTNZxptZsfm1oHOwSBXYVQWImCQlExULXPplps5C5oQ__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_8lemz", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Highlight] Reaves to LeBron to Ayton for the score!", "link_flair_richtext": [ { "e": "text", "t": "Highlight" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "highlights", "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0zcon", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.96, "author_flair_background_color": null, "ups": 4050, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F00hhn2&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F00hhn2&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F00hhn2.jpg%3FExpires%3D1763790027061%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dcm5XMMLmvRNp4X5sCLzTzXy1Fg-XtKcCR3LN827WymV5FrvzRRECg2Vy300yeBTikEA8aw69gAHY7aOH%7EmEL-lpH-jWQz7FSs0SlJU28s4yeHo46mVtL6V7zWRx5SVrrPuKd8nB2mf5mcW7zTFmUQOY0XbfvqHiKGQWxF%7ECk0AiPR7iC3FZ5DuG5EohSu%7EAIxUoXRyb-2UqSmIM%7ExzusLnGqpZEYxYDMVyxi3JiWe3kpr9n7gTj7bBOE8Jih%7EBZIcY3hs9jKf2fcLH8CyhFvOSnC3samdess9EQbu3udVX6l-pHJSdMS72KwnjJt0SbnpKomW4lubQJgcRg6ombeVg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Reaves to LeBron to Ayton for the score!\" on Streamable.", "title": "[Highlight] Reaves to LeBron to Ayton for the score!", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F00hhn2&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F00hhn2&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F00hhn2.jpg%3FExpires%3D1763790027061%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dcm5XMMLmvRNp4X5sCLzTzXy1Fg-XtKcCR3LN827WymV5FrvzRRECg2Vy300yeBTikEA8aw69gAHY7aOH%7EmEL-lpH-jWQz7FSs0SlJU28s4yeHo46mVtL6V7zWRx5SVrrPuKd8nB2mf5mcW7zTFmUQOY0XbfvqHiKGQWxF%7ECk0AiPR7iC3FZ5DuG5EohSu%7EAIxUoXRyb-2UqSmIM%7ExzusLnGqpZEYxYDMVyxi3JiWe3kpr9n7gTj7bBOE8Jih%7EBZIcY3hs9jKf2fcLH8CyhFvOSnC3samdess9EQbu3udVX6l-pHJSdMS72KwnjJt0SbnpKomW4lubQJgcRg6ombeVg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/00hhn2.jpg?Expires=1763790027061&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=cm5XMMLmvRNp4X5sCLzTzXy1Fg-XtKcCR3LN827WymV5FrvzRRECg2Vy300yeBTikEA8aw69gAHY7aOH~mEL-lpH-jWQz7FSs0SlJU28s4yeHo46mVtL6V7zWRx5SVrrPuKd8nB2mf5mcW7zTFmUQOY0XbfvqHiKGQWxF~Ck0AiPR7iC3FZ5DuG5EohSu~AIxUoXRyb-2UqSmIM~xzusLnGqpZEYxYDMVyxi3JiWe3kpr9n7gTj7bBOE8Jih~BZIcY3hs9jKf2fcLH8CyhFvOSnC3samdess9EQbu3udVX6l-pHJSdMS72KwnjJt0SbnpKomW4lubQJgcRg6ombeVg__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F00hhn2&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F00hhn2&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F00hhn2.jpg%3FExpires%3D1763790027061%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dcm5XMMLmvRNp4X5sCLzTzXy1Fg-XtKcCR3LN827WymV5FrvzRRECg2Vy300yeBTikEA8aw69gAHY7aOH%7EmEL-lpH-jWQz7FSs0SlJU28s4yeHo46mVtL6V7zWRx5SVrrPuKd8nB2mf5mcW7zTFmUQOY0XbfvqHiKGQWxF%7ECk0AiPR7iC3FZ5DuG5EohSu%7EAIxUoXRyb-2UqSmIM%7ExzusLnGqpZEYxYDMVyxi3JiWe3kpr9n7gTj7bBOE8Jih%7EBZIcY3hs9jKf2fcLH8CyhFvOSnC3samdess9EQbu3udVX6l-pHJSdMS72KwnjJt0SbnpKomW4lubQJgcRg6ombeVg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p0zcon", "height": 338 }, "link_flair_text": "Highlight", "can_mod_post": false, "score": 4050, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?width=140&height=78&auto=webp&s=168d24e3870094da3e2f04681a6f54a33f74cdb4", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "subreddit_type": "public", "created": 1763530818, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/00hhn2", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?auto=webp&s=ed4c5f6d1e7c9b945940df87f64b1f046c6b34b1", "width": 1920, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?width=108&crop=smart&auto=webp&s=f7a85f4ea209db912a7f49641950294a771ea824", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?width=216&crop=smart&auto=webp&s=6fc3bb588f1600785229823f2a8e606ac260ff5a", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?width=320&crop=smart&auto=webp&s=571e820cd7d95f8fd20ef9cb1faf67ba7c112c64", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?width=640&crop=smart&auto=webp&s=2257cecad6e3e21bc2293b8a5bb0a547baf86916", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?width=960&crop=smart&auto=webp&s=c3f30452ab6c0d2db123e50c72d2a9bad14628ee", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA.jpeg?width=1080&crop=smart&auto=webp&s=236cee7a11736dc7bd8cdf274a28992e00672f58", "width": 1080, "height": 607 } ], "variants": {}, "id": "qDEMQ43MrPRxwIGMNpZWg7XXlLZ-LakVZs2WYoEyZxA" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "11e1d3fc-5c54-11e4-8ccc-12313b0e448d", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "#0079d3", "id": "1p0zcon", "is_robot_indexable": true, "report_reasons": null, "author": "Large_banana_hammock", "discussion_type": null, "num_comments": 165, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p0zcon/highlight_reaves_to_lebron_to_ayton_for_the_score/", "stickied": false, "url": "https://streamable.com/00hhn2", "subreddit_subscribers": 16893176, "created_utc": 1763530818, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Reaves to LeBron to Ayton for the score!\" on Streamable.", "title": "[Highlight] Reaves to LeBron to Ayton for the score!", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F00hhn2&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F00hhn2&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F00hhn2.jpg%3FExpires%3D1763790027061%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dcm5XMMLmvRNp4X5sCLzTzXy1Fg-XtKcCR3LN827WymV5FrvzRRECg2Vy300yeBTikEA8aw69gAHY7aOH%7EmEL-lpH-jWQz7FSs0SlJU28s4yeHo46mVtL6V7zWRx5SVrrPuKd8nB2mf5mcW7zTFmUQOY0XbfvqHiKGQWxF%7ECk0AiPR7iC3FZ5DuG5EohSu%7EAIxUoXRyb-2UqSmIM%7ExzusLnGqpZEYxYDMVyxi3JiWe3kpr9n7gTj7bBOE8Jih%7EBZIcY3hs9jKf2fcLH8CyhFvOSnC3samdess9EQbu3udVX6l-pHJSdMS72KwnjJt0SbnpKomW4lubQJgcRg6ombeVg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/00hhn2.jpg?Expires=1763790027061&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=cm5XMMLmvRNp4X5sCLzTzXy1Fg-XtKcCR3LN827WymV5FrvzRRECg2Vy300yeBTikEA8aw69gAHY7aOH~mEL-lpH-jWQz7FSs0SlJU28s4yeHo46mVtL6V7zWRx5SVrrPuKd8nB2mf5mcW7zTFmUQOY0XbfvqHiKGQWxF~Ck0AiPR7iC3FZ5DuG5EohSu~AIxUoXRyb-2UqSmIM~xzusLnGqpZEYxYDMVyxi3JiWe3kpr9n7gTj7bBOE8Jih~BZIcY3hs9jKf2fcLH8CyhFvOSnC3samdess9EQbu3udVX6l-pHJSdMS72KwnjJt0SbnpKomW4lubQJgcRg6ombeVg__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "Solid game by LeBron, he looked rusty early but was facilitating excellently down the stretch\n\nSource: [https://www.espn.com.au/nba/boxscore/\\_/gameId/401810108](https://www.espn.com.au/nba/boxscore/_/gameId/401810108)", "author_fullname": "t2_1ybu5s3406", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "LeBron James checks out in his return with 11 points, 12 assists and 3 rebounds in 30 minutes", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0znfc", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.97, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 3636, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "cc57a3a0-3feb-11e8-a765-0ee0c6cba6de", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 3636, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": "Lakers2", "author_flair_richtext": [ { "a": ":lal-2:", "e": "emoji", "u": "https://emoji.redditmedia.com/1qov69yrs4r81_t5_2qo4s/lal-2" }, { "e": "text", "t": " Lakers" } ], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763531833, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Solid game by LeBron, he looked rusty early but was facilitating excellently down the stretch</p>\n\n<p>Source: <a href=\"https://www.espn.com.au/nba/boxscore/_/gameId/401810108\">https://www.espn.com.au/nba/boxscore/_/gameId/401810108</a></p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?auto=webp&s=900cbb3d576c4452f862fcda4debb0114c39fb42", "width": 400, "height": 400 }, "resolutions": [ { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=108&crop=smart&auto=webp&s=704578dbf63d8d9bf94257210b57270b10ad2f7c", "width": 108, "height": 108 }, { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=216&crop=smart&auto=webp&s=b857744e5d66655b4a0ea60b054c82b61e66a68f", "width": 216, "height": 216 }, { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=320&crop=smart&auto=webp&s=46d25e41dc039b77b0751db20d5707dfb14c70a9", "width": 320, "height": 320 } ], "variants": {}, "id": "-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-2: Lakers", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0znfc", "is_robot_indexable": true, "report_reasons": null, "author": "Competitive-Day-5675", "discussion_type": null, "num_comments": 195, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0znfc/lebron_james_checks_out_in_his_return_with_11/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0znfc/lebron_james_checks_out_in_his_return_with_11/", "subreddit_subscribers": 16893176, "created_utc": 1763531833, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "I can't believe this former punchline of a team is on a 12 game win streak and it's barely being discussed. Did we all have that on our bingo card?\n\nPistons fans have been through it, watching other teams beat the odds to the top draft picks (aside from Cade)\n\nNow they're 13-2 on a 12 game win streak and barely a noise being made by the media.\n\nI know I don't need to say it, but pick any high profile team and put them on a 12 game win streak, watch the media get some TOP grade, top grade wood.\n\nHappy for you Detroit! Hope it's the start of something special", "author_fullname": "t2_5rwe8u0xt", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "The Pistons are the best NBA story so far and no one cares", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0wk6v", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.92, "author_flair_background_color": null, "subreddit_type": "public", "ups": 4348, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 4348, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": 1763522226, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "content_categories": null, "is_self": true, "mod_note": null, "created": 1763522126, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>I can&#39;t believe this former punchline of a team is on a 12 game win streak and it&#39;s barely being discussed. Did we all have that on our bingo card?</p>\n\n<p>Pistons fans have been through it, watching other teams beat the odds to the top draft picks (aside from Cade)</p>\n\n<p>Now they&#39;re 13-2 on a 12 game win streak and barely a noise being made by the media.</p>\n\n<p>I know I don&#39;t need to say it, but pick any high profile team and put them on a 12 game win streak, watch the media get some TOP grade, top grade wood.</p>\n\n<p>Happy for you Detroit! Hope it&#39;s the start of something special</p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0wk6v", "is_robot_indexable": true, "report_reasons": null, "author": "Diqt", "discussion_type": null, "num_comments": 586, "send_replies": false, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p0wk6v/the_pistons_are_the_best_nba_story_so_far_and_no/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0wk6v/the_pistons_are_the_best_nba_story_so_far_and_no/", "subreddit_subscribers": 16893176, "created_utc": 1763522126, "num_crossposts": 2, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "# Luka Doncic is Averaging the Most Free Throw Attempts by a Guard in NBA History\n\n**Top 10 Free Throw Attempts by a Guard in NBA History**\n\n| Rank | Player | FTA | Season |\n|------|------------------|-------|---------|\n| 1 🏆 | **Luka Doncic** | **12.5** | **2025-26** |\n| 2 | Jerry West | 12.4 | 1965-66 |\n| 3 | Jerry West | 12.3 | 1961-62 |\n| 4 | Oscar Robertson | 11.9 | 1963-64 |\n| 5 | Michael Jordan | 11.9 | 1986-87 |\n| 6 | James Harden | 11.8 | 2019-20 |\n| 7 | Oscar Robertson | 11.6 | 1965-66 |\n| 8 | Allen Iverson | 11.5 | 2005-06 |\n| 9 | Oscar Robertson | 11.2 | 1960-61 |\n| 10 | World B. Free | 11.2 | 1979-80 |\n\n————————\n\n2025-26 Luka is averaging the Most FTA by a guard in NBA History, and the most since 2019-20 James Harden.\n\n\n[Source](https://www.statmuse.com/ask?query=highest+free+throw+attempts+per+game+in+a+season+by+a+guard&preferred_domain=&direct=true&l=&t=1763562694502)", "author_fullname": "t2_zh844", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Luka Doncic is Averaging the Most Free Throw Attempts by a Guard in NBA History", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p19n2v", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.91, "author_flair_background_color": "", "subreddit_type": "public", "ups": 494, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 494, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": 1763570978, "author_flair_css_class": "Heat2", "author_flair_richtext": [ { "e": "text", "t": "[MIA] Dwyane Wade" } ], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763563759, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><h1>Luka Doncic is Averaging the Most Free Throw Attempts by a Guard in NBA History</h1>\n\n<p><strong>Top 10 Free Throw Attempts by a Guard in NBA History</strong></p>\n\n<table><thead>\n<tr>\n<th>Rank</th>\n<th>Player</th>\n<th>FTA</th>\n<th>Season</th>\n</tr>\n</thead><tbody>\n<tr>\n<td>1 🏆</td>\n<td><strong>Luka Doncic</strong></td>\n<td><strong>12.5</strong></td>\n<td><strong>2025-26</strong></td>\n</tr>\n<tr>\n<td>2</td>\n<td>Jerry West</td>\n<td>12.4</td>\n<td>1965-66</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Jerry West</td>\n<td>12.3</td>\n<td>1961-62</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Oscar Robertson</td>\n<td>11.9</td>\n<td>1963-64</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Michael Jordan</td>\n<td>11.9</td>\n<td>1986-87</td>\n</tr>\n<tr>\n<td>6</td>\n<td>James Harden</td>\n<td>11.8</td>\n<td>2019-20</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Oscar Robertson</td>\n<td>11.6</td>\n<td>1965-66</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Allen Iverson</td>\n<td>11.5</td>\n<td>2005-06</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Oscar Robertson</td>\n<td>11.2</td>\n<td>1960-61</td>\n</tr>\n<tr>\n<td>10</td>\n<td>World B. Free</td>\n<td>11.2</td>\n<td>1979-80</td>\n</tr>\n</tbody></table>\n\n<p>————————</p>\n\n<p>2025-26 Luka is averaging the Most FTA by a guard in NBA History, and the most since 2019-20 James Harden.</p>\n\n<p><a href=\"https://www.statmuse.com/ask?query=highest+free+throw+attempts+per+game+in+a+season+by+a+guard&amp;preferred_domain=&amp;direct=true&amp;l=&amp;t=1763562694502\">Source</a></p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg.png?auto=webp&s=78f8a0e760fba9d124e98422674f1b5bcc40a8a0", "width": 1200, "height": 630 }, "resolutions": [ { "url": "https://external-preview.redd.it/pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg.png?width=108&crop=smart&auto=webp&s=967f7b4b8ea1496772b1075da28cb24d8ffdc7e4", "width": 108, "height": 56 }, { "url": "https://external-preview.redd.it/pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg.png?width=216&crop=smart&auto=webp&s=5eeddc4571eeed9c8962407ad2be94828a2e3989", "width": 216, "height": 113 }, { "url": "https://external-preview.redd.it/pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg.png?width=320&crop=smart&auto=webp&s=7e0a048bc27cc573f40842db8a156bcfc0ac780f", "width": 320, "height": 168 }, { "url": "https://external-preview.redd.it/pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg.png?width=640&crop=smart&auto=webp&s=a3011e088624ff6b09defd125a44ce064e357974", "width": 640, "height": 336 }, { "url": "https://external-preview.redd.it/pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg.png?width=960&crop=smart&auto=webp&s=ec64e96da7bbfd84ce95e89a0a52ff6eecbb24f3", "width": 960, "height": 504 }, { "url": "https://external-preview.redd.it/pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg.png?width=1080&crop=smart&auto=webp&s=e69578c0ccccc922dd2796dfc614d5f7605517c4", "width": 1080, "height": 567 } ], "variants": {}, "id": "pwf8Rj7KrzJc8kPc40qKYC3bTafiC2QahduQ39KzRhg" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": "[MIA] Dwyane Wade", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p19n2v", "is_robot_indexable": true, "report_reasons": null, "author": "AashyLarry", "discussion_type": null, "num_comments": 349, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p19n2v/luka_doncic_is_averaging_the_most_free_throw/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p19n2v/luka_doncic_is_averaging_the_most_free_throw/", "subreddit_subscribers": 16893176, "created_utc": 1763563759, "num_crossposts": 1, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "Source: https://www.espn.com/nba/story/_/id/47014061/inside-mavericks-power-struggle-nico-harrison-vs-mark-cuban\n\n> In the aftermath, Dumont and his new basketball cabinet, which once again includes former majority owner Mark Cuban, are plotting to pivot to the future with 18-year-old Cooper Flagg, the No. 1 pick delivered to Dallas by unprecedented lottery luck, gifting the new ownership group a second chance to build a sustainable contender around a generational talent.\n\n> Multiple team sources said the Mavs, who are 4-11 and outside the playoff picture in the West, will also explore the trade market for Davis, the 10-time All-Star big man who was the headliner in the return of the Luka Doncic deal, as part of that process before this season's deadline.", "author_fullname": "t2_1511lsehjf", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[MacMahon] Sources within the Dallas Mavericks say that the team will explore Anthony Davis trades before this season’s trade deadline.", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p18fpg", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.97, "author_flair_background_color": null, "subreddit_type": "public", "ups": 461, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 461, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763560833, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Source: <a href=\"https://www.espn.com/nba/story/_/id/47014061/inside-mavericks-power-struggle-nico-harrison-vs-mark-cuban\">https://www.espn.com/nba/story/_/id/47014061/inside-mavericks-power-struggle-nico-harrison-vs-mark-cuban</a></p>\n\n<blockquote>\n<p>In the aftermath, Dumont and his new basketball cabinet, which once again includes former majority owner Mark Cuban, are plotting to pivot to the future with 18-year-old Cooper Flagg, the No. 1 pick delivered to Dallas by unprecedented lottery luck, gifting the new ownership group a second chance to build a sustainable contender around a generational talent.</p>\n\n<p>Multiple team sources said the Mavs, who are 4-11 and outside the playoff picture in the West, will also explore the trade market for Davis, the 10-time All-Star big man who was the headliner in the return of the Luka Doncic deal, as part of that process before this season&#39;s deadline.</p>\n</blockquote>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?auto=webp&s=b777365b788d0d0c7c8a188bfccc1ad6d0effa64", "width": 1296, "height": 729 }, "resolutions": [ { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=108&crop=smart&auto=webp&s=0de6869f213a9129f5492b71fca7ccdcd7667846", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=216&crop=smart&auto=webp&s=814458ac2c180aab7d902c8c13abd6aead485adf", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=320&crop=smart&auto=webp&s=aaca893dc91cc8b41f7c77a5d059139a40492748", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=640&crop=smart&auto=webp&s=9147a8f8157277d10d5e6e039202f95e8cf5f09d", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=960&crop=smart&auto=webp&s=5f5ce70b7d9da52fe2896452df4d26a1948505d2", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA.jpeg?width=1080&crop=smart&auto=webp&s=bcc75bf390a13a805c5f716ba8aaae219084a963", "width": 1080, "height": 607 } ], "variants": {}, "id": "dgDUOOlmJosr9Ra1LkrY3-x5AffB3oAs6q_XPwAiKqA" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p18fpg", "is_robot_indexable": true, "report_reasons": null, "author": "YujiDomainExpansion", "discussion_type": null, "num_comments": 312, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p18fpg/macmahon_sources_within_the_dallas_mavericks_say/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p18fpg/macmahon_sources_within_the_dallas_mavericks_say/", "subreddit_subscribers": 16893176, "created_utc": 1763560833, "num_crossposts": 1, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "Mikal Bridges currently Ranks #14 All time in consecutive games played. [Source](https://en.wikipedia.org/wiki/List_of_NBA_players_with_500_consecutive_games_played)\nHe logs the most miles covered season after season. Somehow he still remains un-injured. \n\nThe modern game and spacing requires players to run up and down and cover a lot of length as fast as possible. This has caused an increasing amount of players to become injured season after season. Yet the “Iron Man” Mikal Bridges still stands undefeated by injuries. \n\nAll NBA teams should study mikal bridges and why he’s been able to stay healthy. His diet consists of chipotle. ", "author_fullname": "t2_ramfy2n7", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Mikal Bridges has never Missed a game since he was Drafted 556 games in a row. In an era of space, pace and injuries he remains the anomaly.", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0t74a", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.98, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 5406, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "cc57a3a0-3feb-11e8-a765-0ee0c6cba6de", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 5406, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": 1763513389, "author_flair_css_class": "Lakers2", "author_flair_richtext": [ { "a": ":lal-2:", "e": "emoji", "u": "https://emoji.redditmedia.com/1qov69yrs4r81_t5_2qo4s/lal-2" }, { "e": "text", "t": " Lakers" } ], "gildings": {}, "content_categories": null, "is_self": true, "mod_note": null, "created": 1763512802, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Mikal Bridges currently Ranks #14 All time in consecutive games played. <a href=\"https://en.wikipedia.org/wiki/List_of_NBA_players_with_500_consecutive_games_played\">Source</a>\nHe logs the most miles covered season after season. Somehow he still remains un-injured. </p>\n\n<p>The modern game and spacing requires players to run up and down and cover a lot of length as fast as possible. This has caused an increasing amount of players to become injured season after season. Yet the “Iron Man” Mikal Bridges still stands undefeated by injuries. </p>\n\n<p>All NBA teams should study mikal bridges and why he’s been able to stay healthy. His diet consists of chipotle. </p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-2: Lakers", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0t74a", "is_robot_indexable": true, "report_reasons": null, "author": "OrganicHunt952", "discussion_type": null, "num_comments": 275, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0t74a/mikal_bridges_has_never_missed_a_game_since_he/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0t74a/mikal_bridges_has_never_missed_a_game_since_he/", "subreddit_subscribers": 16893176, "created_utc": 1763512802, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_8lemz", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Highlight] Lebron finds Gabe Vincent in the corner for a buzzer beater and 11-point laker lead", "link_flair_richtext": [ { "e": "text", "t": "Highlight" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "highlights", "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0z71f", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.96, "author_flair_background_color": null, "ups": 2042, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3949ni&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3949ni&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3949ni.jpg%3FExpires%3D1763789517367%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DMkOHrJyTBsRQyOh7KqHsVtRHif5LIoSXffkf9F3E2fHdcNOZmJieK%7E4C84XaKM%7EhGnyQl98kul-lLa7im0QCsjYxKhnBwr9RK4ttQQoBC4J5Hql0gUGMZU8yDLzxCWCqXQ-ybFctw9%7EwBT-fuyh9bFX0ZIoTGCn%7EO%7EEgqNy2br%7Eo%7EX1XGAJ27ekrb2qQ4UkV9hp2RIvuHkD78Yze09rkE6QcRW8qbdy1xL1QKHrv78yKqaIPOogvJPYHOio1LmZ7-k3mdFR86rgpWwIMnMTz%7EFKaJKLWRWTx1sGfdHHXvoAQFb0wouBAjmqNpEGutdvc3wD9csi5D0rEOZX4Y96EdA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Lebron finds Gabe Vincent in the corner for a buzzer beater and 11-point laker leadd\" on Streamable.", "title": "[Highlight] Lebron finds Gabe Vincent in the corner for a buzzer beater and 11-point laker leadd", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3949ni&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3949ni&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3949ni.jpg%3FExpires%3D1763789517367%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DMkOHrJyTBsRQyOh7KqHsVtRHif5LIoSXffkf9F3E2fHdcNOZmJieK%7E4C84XaKM%7EhGnyQl98kul-lLa7im0QCsjYxKhnBwr9RK4ttQQoBC4J5Hql0gUGMZU8yDLzxCWCqXQ-ybFctw9%7EwBT-fuyh9bFX0ZIoTGCn%7EO%7EEgqNy2br%7Eo%7EX1XGAJ27ekrb2qQ4UkV9hp2RIvuHkD78Yze09rkE6QcRW8qbdy1xL1QKHrv78yKqaIPOogvJPYHOio1LmZ7-k3mdFR86rgpWwIMnMTz%7EFKaJKLWRWTx1sGfdHHXvoAQFb0wouBAjmqNpEGutdvc3wD9csi5D0rEOZX4Y96EdA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/3949ni.jpg?Expires=1763789517367&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=MkOHrJyTBsRQyOh7KqHsVtRHif5LIoSXffkf9F3E2fHdcNOZmJieK~4C84XaKM~hGnyQl98kul-lLa7im0QCsjYxKhnBwr9RK4ttQQoBC4J5Hql0gUGMZU8yDLzxCWCqXQ-ybFctw9~wBT-fuyh9bFX0ZIoTGCn~O~EgqNy2br~o~X1XGAJ27ekrb2qQ4UkV9hp2RIvuHkD78Yze09rkE6QcRW8qbdy1xL1QKHrv78yKqaIPOogvJPYHOio1LmZ7-k3mdFR86rgpWwIMnMTz~FKaJKLWRWTx1sGfdHHXvoAQFb0wouBAjmqNpEGutdvc3wD9csi5D0rEOZX4Y96EdA__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3949ni&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3949ni&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3949ni.jpg%3FExpires%3D1763789517367%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DMkOHrJyTBsRQyOh7KqHsVtRHif5LIoSXffkf9F3E2fHdcNOZmJieK%7E4C84XaKM%7EhGnyQl98kul-lLa7im0QCsjYxKhnBwr9RK4ttQQoBC4J5Hql0gUGMZU8yDLzxCWCqXQ-ybFctw9%7EwBT-fuyh9bFX0ZIoTGCn%7EO%7EEgqNy2br%7Eo%7EX1XGAJ27ekrb2qQ4UkV9hp2RIvuHkD78Yze09rkE6QcRW8qbdy1xL1QKHrv78yKqaIPOogvJPYHOio1LmZ7-k3mdFR86rgpWwIMnMTz%7EFKaJKLWRWTx1sGfdHHXvoAQFb0wouBAjmqNpEGutdvc3wD9csi5D0rEOZX4Y96EdA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p0z71f", "height": 338 }, "link_flair_text": "Highlight", "can_mod_post": false, "score": 2042, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?width=140&height=78&auto=webp&s=82acd96d122fa9e8086c9db669b0708752b42f5e", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "subreddit_type": "public", "created": 1763530286, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/3949ni", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?auto=webp&s=df1dee11d05b267306f2da5313fc8d8547354eef", "width": 1920, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?width=108&crop=smart&auto=webp&s=55cbf4a20b4d71d8cf6a9dfca0f9ea12933ab1ad", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?width=216&crop=smart&auto=webp&s=2398573c388f3fe353b63bd8414f150bc30f97ee", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?width=320&crop=smart&auto=webp&s=9b53a2898186d51d53533b34c0d64bf20ce4aaf0", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?width=640&crop=smart&auto=webp&s=1a787caf9545841782a5bf36e62c627bebb6cdbd", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?width=960&crop=smart&auto=webp&s=0025d4c70fdf6b21c9b6de117793dfc8fc8ff611", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU.jpeg?width=1080&crop=smart&auto=webp&s=3bfdece8d90be0a10d9f30145f03220eaf1700b6", "width": 1080, "height": 607 } ], "variants": {}, "id": "4bfOiBRJWOyJTtH7zm-SGMbOfCRQiiJcbcJRAPIZFmU" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "11e1d3fc-5c54-11e4-8ccc-12313b0e448d", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "#0079d3", "id": "1p0z71f", "is_robot_indexable": true, "report_reasons": null, "author": "Large_banana_hammock", "discussion_type": null, "num_comments": 132, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p0z71f/highlight_lebron_finds_gabe_vincent_in_the_corner/", "stickied": false, "url": "https://streamable.com/3949ni", "subreddit_subscribers": 16893176, "created_utc": 1763530286, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Lebron finds Gabe Vincent in the corner for a buzzer beater and 11-point laker leadd\" on Streamable.", "title": "[Highlight] Lebron finds Gabe Vincent in the corner for a buzzer beater and 11-point laker leadd", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3949ni&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3949ni&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3949ni.jpg%3FExpires%3D1763789517367%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DMkOHrJyTBsRQyOh7KqHsVtRHif5LIoSXffkf9F3E2fHdcNOZmJieK%7E4C84XaKM%7EhGnyQl98kul-lLa7im0QCsjYxKhnBwr9RK4ttQQoBC4J5Hql0gUGMZU8yDLzxCWCqXQ-ybFctw9%7EwBT-fuyh9bFX0ZIoTGCn%7EO%7EEgqNy2br%7Eo%7EX1XGAJ27ekrb2qQ4UkV9hp2RIvuHkD78Yze09rkE6QcRW8qbdy1xL1QKHrv78yKqaIPOogvJPYHOio1LmZ7-k3mdFR86rgpWwIMnMTz%7EFKaJKLWRWTx1sGfdHHXvoAQFb0wouBAjmqNpEGutdvc3wD9csi5D0rEOZX4Y96EdA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/3949ni.jpg?Expires=1763789517367&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=MkOHrJyTBsRQyOh7KqHsVtRHif5LIoSXffkf9F3E2fHdcNOZmJieK~4C84XaKM~hGnyQl98kul-lLa7im0QCsjYxKhnBwr9RK4ttQQoBC4J5Hql0gUGMZU8yDLzxCWCqXQ-ybFctw9~wBT-fuyh9bFX0ZIoTGCn~O~EgqNy2br~o~X1XGAJ27ekrb2qQ4UkV9hp2RIvuHkD78Yze09rkE6QcRW8qbdy1xL1QKHrv78yKqaIPOogvJPYHOio1LmZ7-k3mdFR86rgpWwIMnMTz~FKaJKLWRWTx1sGfdHHXvoAQFb0wouBAjmqNpEGutdvc3wD9csi5D0rEOZX4Y96EdA__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_11d1ig", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "LeBron James' first chalk toss of his 23rd NBA season.", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 118, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0x4w7", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.94, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 2813, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F7skdux&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F7skdux&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F7skdux.jpg%3FExpires%3D1763782981208%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DUk8rjueZulH7fo%7EULObgor-0jnlPEsnoLmsV1GbAWUKnr2A0UxcAm2-6sZBs1pFn299Y9o8vQB5xbNStMBDrKuyqm%7E5T6z-lldXZlHOONHzhjG7ORMOr4q3TYgEEhGBtSkw8T4yKzw3RN3nIMjrXks1uKLoOOVkYAehl5NKTqg7qFN6JWfWqFE7oFbJyxYPQ5VmQD5NQAiW7Rag-78cCSQOq0eNLtMJ2gGY8CrepajVMaMrtjdmpLxzz2DwzUPBvVglwb%7E5ugE2CN%7Ei9yvQUql2Du-7spG7fF0JbiACH5yP3Dc9YSkJ0K7X-7bGSz4%7E8LL2RA1V432sbf8vVk7yh%7Ew__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"506\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 506 }, "thumbnail_width": 140, "author_flair_template_id": "ccddfb4e-3feb-11e8-af69-0ec720dcbbde", "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Shabazz 💫 - LEBRON CHALK TOSS HOW IVE MISSED YOU\" on Streamable.", "title": "Shabazz 💫 - LEBRON CHALK TOSS HOW IVE MISSED YOU", "thumbnail_width": 1280, "height": 506, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F7skdux&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F7skdux&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F7skdux.jpg%3FExpires%3D1763782981208%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DUk8rjueZulH7fo%7EULObgor-0jnlPEsnoLmsV1GbAWUKnr2A0UxcAm2-6sZBs1pFn299Y9o8vQB5xbNStMBDrKuyqm%7E5T6z-lldXZlHOONHzhjG7ORMOr4q3TYgEEhGBtSkw8T4yKzw3RN3nIMjrXks1uKLoOOVkYAehl5NKTqg7qFN6JWfWqFE7oFbJyxYPQ5VmQD5NQAiW7Rag-78cCSQOq0eNLtMJ2gGY8CrepajVMaMrtjdmpLxzz2DwzUPBvVglwb%7E5ugE2CN%7Ei9yvQUql2Du-7spG7fF0JbiACH5yP3Dc9YSkJ0K7X-7bGSz4%7E8LL2RA1V432sbf8vVk7yh%7Ew__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"506\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/7skdux.jpg?Expires=1763782981208&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=Uk8rjueZulH7fo~ULObgor-0jnlPEsnoLmsV1GbAWUKnr2A0UxcAm2-6sZBs1pFn299Y9o8vQB5xbNStMBDrKuyqm~5T6z-lldXZlHOONHzhjG7ORMOr4q3TYgEEhGBtSkw8T4yKzw3RN3nIMjrXks1uKLoOOVkYAehl5NKTqg7qFN6JWfWqFE7oFbJyxYPQ5VmQD5NQAiW7Rag-78cCSQOq0eNLtMJ2gGY8CrepajVMaMrtjdmpLxzz2DwzUPBvVglwb~5ugE2CN~i9yvQUql2Du-7spG7fF0JbiACH5yP3Dc9YSkJ0K7X-7bGSz4~8LL2RA1V432sbf8vVk7yh~w__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F7skdux&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F7skdux&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F7skdux.jpg%3FExpires%3D1763782981208%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DUk8rjueZulH7fo%7EULObgor-0jnlPEsnoLmsV1GbAWUKnr2A0UxcAm2-6sZBs1pFn299Y9o8vQB5xbNStMBDrKuyqm%7E5T6z-lldXZlHOONHzhjG7ORMOr4q3TYgEEhGBtSkw8T4yKzw3RN3nIMjrXks1uKLoOOVkYAehl5NKTqg7qFN6JWfWqFE7oFbJyxYPQ5VmQD5NQAiW7Rag-78cCSQOq0eNLtMJ2gGY8CrepajVMaMrtjdmpLxzz2DwzUPBvVglwb%7E5ugE2CN%7Ei9yvQUql2Du-7spG7fF0JbiACH5yP3Dc9YSkJ0K7X-7bGSz4%7E8LL2RA1V432sbf8vVk7yh%7Ew__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"506\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p0x4w7", "height": 506 }, "link_flair_text": null, "can_mod_post": false, "score": 2813, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?width=140&height=118&auto=webp&s=d9238017c55966f0efeab0227bbe8991445d6aec", "edited": false, "author_flair_css_class": "Lakers4", "author_flair_richtext": [ { "a": ":lal-4:", "e": "emoji", "u": "https://emoji.redditmedia.com/t7l8050ts4r81_t5_2qo4s/lal-4" }, { "e": "text", "t": " Minneapolis Lakers" } ], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "mod_note": null, "created": 1763523799, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/7skdux", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?auto=webp&s=c3c1e44ea9295808e38faa378314a7fd000f24b2", "width": 1280, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?width=108&crop=smart&auto=webp&s=35acd5475dbfb4a7488b070680ddec8dd97f8a5d", "width": 108, "height": 91 }, { "url": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?width=216&crop=smart&auto=webp&s=5837cfa80accff6856c5730b7db023dfbbfdd617", "width": 216, "height": 182 }, { "url": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?width=320&crop=smart&auto=webp&s=26e383cf0fe49a3ddc4defe1544dadb76491535a", "width": 320, "height": 270 }, { "url": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?width=640&crop=smart&auto=webp&s=ad3cb67c086bfd78ba57591d0f468fe1ec83b560", "width": 640, "height": 540 }, { "url": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?width=960&crop=smart&auto=webp&s=dadc37710e0cd279d3bcaf29be03700a3feab45d", "width": 960, "height": 810 }, { "url": "https://external-preview.redd.it/q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U.jpeg?width=1080&crop=smart&auto=webp&s=9adc30b4b01e6660846dfaa81dd641bf57bfe3f1", "width": 1080, "height": 911 } ], "variants": {}, "id": "q1m_WvJhpIwq5L2lrNJmo9rlwa8SdtQ1GO8aoQe391U" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-4: Minneapolis Lakers", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0x4w7", "is_robot_indexable": true, "report_reasons": null, "author": "kurruchi", "discussion_type": null, "num_comments": 197, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0x4w7/lebron_james_first_chalk_toss_of_his_23rd_nba/", "stickied": false, "url": "https://streamable.com/7skdux", "subreddit_subscribers": 16893176, "created_utc": 1763523799, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Shabazz 💫 - LEBRON CHALK TOSS HOW IVE MISSED YOU\" on Streamable.", "title": "Shabazz 💫 - LEBRON CHALK TOSS HOW IVE MISSED YOU", "thumbnail_width": 1280, "height": 506, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F7skdux&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F7skdux&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F7skdux.jpg%3FExpires%3D1763782981208%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DUk8rjueZulH7fo%7EULObgor-0jnlPEsnoLmsV1GbAWUKnr2A0UxcAm2-6sZBs1pFn299Y9o8vQB5xbNStMBDrKuyqm%7E5T6z-lldXZlHOONHzhjG7ORMOr4q3TYgEEhGBtSkw8T4yKzw3RN3nIMjrXks1uKLoOOVkYAehl5NKTqg7qFN6JWfWqFE7oFbJyxYPQ5VmQD5NQAiW7Rag-78cCSQOq0eNLtMJ2gGY8CrepajVMaMrtjdmpLxzz2DwzUPBvVglwb%7E5ugE2CN%7Ei9yvQUql2Du-7spG7fF0JbiACH5yP3Dc9YSkJ0K7X-7bGSz4%7E8LL2RA1V432sbf8vVk7yh%7Ew__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"506\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/7skdux.jpg?Expires=1763782981208&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=Uk8rjueZulH7fo~ULObgor-0jnlPEsnoLmsV1GbAWUKnr2A0UxcAm2-6sZBs1pFn299Y9o8vQB5xbNStMBDrKuyqm~5T6z-lldXZlHOONHzhjG7ORMOr4q3TYgEEhGBtSkw8T4yKzw3RN3nIMjrXks1uKLoOOVkYAehl5NKTqg7qFN6JWfWqFE7oFbJyxYPQ5VmQD5NQAiW7Rag-78cCSQOq0eNLtMJ2gGY8CrepajVMaMrtjdmpLxzz2DwzUPBvVglwb~5ugE2CN~i9yvQUql2Du-7spG7fF0JbiACH5yP3Dc9YSkJ0K7X-7bGSz4~8LL2RA1V432sbf8vVk7yh~w__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "||\n|:-:|\n|[](/UTA) **125 - 140** [](/LAL)|\n|**Box Scores: [NBA](http://www.nba.com/game/UTA-vs-LAL-0022500253/box-score) - [Yahoo](https://sports.yahoo.com/nba/scoreboard/)**|\n\n||\n|:-:|\n|&nbsp;|\n|**GAME SUMMARY**|\n|**Location:** Crypto.com Arena|\n|**Officials:** Bill Kennedy, Brian Forte, and Sha'Rae Mitchell|\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Utah Jazz|36|35|22|32|125|\n|Los Angeles Lakers|27|40|37|36|140|\n\n||\n|:-:|\n|&nbsp;|\n|**TEAM STATS**|\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Utah Jazz|125|47-91|51.6%|13-45|28.9%|18-19|94.7%|8|39|32|30|13|18|2|\n|Los Angeles Lakers|140|50-84|59.5%|11-32|34.4%|29-40|72.5%|11|53|30|21|9|17|1|\n\n\n||\n|:-:|\n|&nbsp;|\n|**PLAYER STATS**|\n\n||||||||||||||||\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n**[](/UTA) Utah Jazz**|**MIN**|**PTS**|**FGM-A**|**3PM-A**|**FTM-A**|**ORB**|**DRB**|**REB**|**AST**|**STL**|**BLK**|**TO**|**PF**|**±**|\n|Svi Mykhailiuk^SF|25:12|13|5-7|3-5|0-0|0|3|3|1|0|0|1|2|-6|\n|Lauri Markkanen^PF|32:01|31|12-21|3-9|4-4|2|3|5|2|2|0|1|4|-6|\n|Jusuf Nurkić^C|28:52|10|4-5|0-1|2-2|2|8|10|6|2|0|6|4|-13|\n|Ace Bailey^SG|23:22|13|6-12|1-6|0-0|1|0|1|1|1|0|1|3|5|\n|Keyonte George^PG|35:21|33|12-22|5-13|4-4|0|4|4|7|2|0|3|4|-10|\n|Kyle Anderson|20:02|5|2-5|0-0|1-2|1|2|3|5|2|0|1|2|2|\n|Kevin Love|13:32|0|0-2|0-2|0-0|1|3|4|0|0|1|0|2|-8|\n|Isaiah Collier|20:59|9|3-6|0-0|3-3|0|2|2|6|0|0|4|3|-14|\n|Brice Sensabaugh|17:23|3|1-6|1-6|0-0|1|0|1|3|2|0|1|5|-16|\n|Cody Williams|20:36|4|2-5|0-3|0-0|0|0|0|0|1|1|0|1|-14|\n|Elijah Harkless|02:40|4|0-0|0-0|4-4|0|0|0|1|1|0|0|0|5|\n|Walter Clayton Jr.|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Taylor Hendricks|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Kyle Filipowski|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Walker Kessler|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Georges Niang|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|John Tonje|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Oscar Tshiebwe|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n**[](/LAL) Los Angeles Lakers**|**MIN**|**PTS**|**FGM-A**|**3PM-A**|**FTM-A**|**ORB**|**DRB**|**REB**|**AST**|**STL**|**BLK**|**TO**|**PF**|**±**|\n|LeBron James^SF|29:37|11|4-7|2-3|1-4|1|2|3|12|1|0|1|0|1|\n|Rui Hachimura^PF|25:42|6|3-8|0-2|0-0|2|2|4|1|0|0|0|1|14|\n|Deandre Ayton^C|29:59|20|10-13|0-0|0-2|4|10|14|1|1|1|1|2|11|\n|Austin Reaves^SG|33:26|26|7-11|1-4|11-12|1|4|5|1|1|0|4|3|10|\n|Luka Dončić^PG|34:13|37|11-22|2-10|13-16|0|5|5|10|4|0|8|4|10|\n|Marcus Smart|17:09|5|2-5|1-4|0-0|1|2|3|1|0|0|0|3|11|\n|Jaxson Hayes|15:02|8|3-3|0-0|2-3|2|1|3|0|1|0|0|1|13|\n|Jake LaRavia|25:30|16|6-10|2-5|2-3|0|4|4|2|1|0|0|1|13|\n|Gabe Vincent|16:01|6|2-3|2-3|0-0|0|0|0|1|0|0|0|3|15|\n|Adou Thiero|03:33|2|1-1|0-0|0-0|0|0|0|0|0|0|0|2|-6|\n|Dalton Knecht|03:33|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|-6|\n|Bronny James|03:33|3|1-1|1-1|0-0|0|0|0|1|0|0|3|1|-6|\n|Maxi Kleber|02:40|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|-5|\n|Jarred Vanderbilt|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Christian Koloko|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Chris Mañon|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|\n|Nick Smith Jr.|00:00|0|0-0|0-0|0-0|0|0|0|0|0|0|0|0|0|", "author_fullname": "t2_9chnwc73", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Post Game Thread] The Los Angeles Lakers (11-4) defeat the Utah Jazz (5-9), 140-125.", "link_flair_richtext": [ { "e": "text", "t": "Post Game Thread" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "postgamethread", "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0zsrc", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.95, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 1739, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "cc57a3a0-3feb-11e8-a765-0ee0c6cba6de", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": "Post Game Thread", "can_mod_post": false, "score": 1739, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": "Lakers2", "author_flair_richtext": [ { "a": ":lal-2:", "e": "emoji", "u": "https://emoji.redditmedia.com/1qov69yrs4r81_t5_2qo4s/lal-2" }, { "e": "text", "t": " [LAL] Austin Reaves" } ], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763532346, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><table><thead>\n<tr>\n<th align=\"center\"></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"center\"><a href=\"/UTA\"></a> <strong>125 - 140</strong> <a href=\"/LAL\"></a></td>\n</tr>\n<tr>\n<td align=\"center\"><strong>Box Scores: <a href=\"http://www.nba.com/game/UTA-vs-LAL-0022500253/box-score\">NBA</a> - <a href=\"https://sports.yahoo.com/nba/scoreboard/\">Yahoo</a></strong></td>\n</tr>\n</tbody></table>\n\n<table><thead>\n<tr>\n<th align=\"center\"></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"center\">&nbsp;</td>\n</tr>\n<tr>\n<td align=\"center\"><strong>GAME SUMMARY</strong></td>\n</tr>\n<tr>\n<td align=\"center\"><strong>Location:</strong> Crypto.com Arena</td>\n</tr>\n<tr>\n<td align=\"center\"><strong>Officials:</strong> Bill Kennedy, Brian Forte, and Sha&#39;Rae Mitchell</td>\n</tr>\n</tbody></table>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Utah Jazz</td>\n<td align=\"left\">36</td>\n<td align=\"left\">35</td>\n<td align=\"left\">22</td>\n<td align=\"left\">32</td>\n<td align=\"left\">125</td>\n</tr>\n<tr>\n<td align=\"left\">Los Angeles Lakers</td>\n<td align=\"left\">27</td>\n<td align=\"left\">40</td>\n<td align=\"left\">37</td>\n<td align=\"left\">36</td>\n<td align=\"left\">140</td>\n</tr>\n</tbody></table>\n\n<table><thead>\n<tr>\n<th align=\"center\"></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"center\">&nbsp;</td>\n</tr>\n<tr>\n<td align=\"center\"><strong>TEAM STATS</strong></td>\n</tr>\n</tbody></table>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Utah Jazz</td>\n<td align=\"left\">125</td>\n<td align=\"left\">47-91</td>\n<td align=\"left\">51.6%</td>\n<td align=\"left\">13-45</td>\n<td align=\"left\">28.9%</td>\n<td align=\"left\">18-19</td>\n<td align=\"left\">94.7%</td>\n<td align=\"left\">8</td>\n<td align=\"left\">39</td>\n<td align=\"left\">32</td>\n<td align=\"left\">30</td>\n<td align=\"left\">13</td>\n<td align=\"left\">18</td>\n<td align=\"left\">2</td>\n</tr>\n<tr>\n<td align=\"left\">Los Angeles Lakers</td>\n<td align=\"left\">140</td>\n<td align=\"left\">50-84</td>\n<td align=\"left\">59.5%</td>\n<td align=\"left\">11-32</td>\n<td align=\"left\">34.4%</td>\n<td align=\"left\">29-40</td>\n<td align=\"left\">72.5%</td>\n<td align=\"left\">11</td>\n<td align=\"left\">53</td>\n<td align=\"left\">30</td>\n<td align=\"left\">21</td>\n<td align=\"left\">9</td>\n<td align=\"left\">17</td>\n<td align=\"left\">1</td>\n</tr>\n</tbody></table>\n\n<table><thead>\n<tr>\n<th align=\"center\"></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"center\">&nbsp;</td>\n</tr>\n<tr>\n<td align=\"center\"><strong>PLAYER STATS</strong></td>\n</tr>\n</tbody></table>\n\n<table><thead>\n<tr>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n<th align=\"left\"></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\"><strong><a href=\"/UTA\"></a> Utah Jazz</strong></td>\n<td align=\"left\"><strong>MIN</strong></td>\n<td align=\"left\"><strong>PTS</strong></td>\n<td align=\"left\"><strong>FGM-A</strong></td>\n<td align=\"left\"><strong>3PM-A</strong></td>\n<td align=\"left\"><strong>FTM-A</strong></td>\n<td align=\"left\"><strong>ORB</strong></td>\n<td align=\"left\"><strong>DRB</strong></td>\n<td align=\"left\"><strong>REB</strong></td>\n<td align=\"left\"><strong>AST</strong></td>\n<td align=\"left\"><strong>STL</strong></td>\n<td align=\"left\"><strong>BLK</strong></td>\n<td align=\"left\"><strong>TO</strong></td>\n<td align=\"left\"><strong>PF</strong></td>\n<td align=\"left\"><strong>±</strong></td>\n</tr>\n<tr>\n<td align=\"left\">Svi Mykhailiuk<sup>SF</sup></td>\n<td align=\"left\">25:12</td>\n<td align=\"left\">13</td>\n<td align=\"left\">5-7</td>\n<td align=\"left\">3-5</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">3</td>\n<td align=\"left\">3</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">2</td>\n<td align=\"left\">-6</td>\n</tr>\n<tr>\n<td align=\"left\">Lauri Markkanen<sup>PF</sup></td>\n<td align=\"left\">32:01</td>\n<td align=\"left\">31</td>\n<td align=\"left\">12-21</td>\n<td align=\"left\">3-9</td>\n<td align=\"left\">4-4</td>\n<td align=\"left\">2</td>\n<td align=\"left\">3</td>\n<td align=\"left\">5</td>\n<td align=\"left\">2</td>\n<td align=\"left\">2</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">4</td>\n<td align=\"left\">-6</td>\n</tr>\n<tr>\n<td align=\"left\">Jusuf Nurkić<sup>C</sup></td>\n<td align=\"left\">28:52</td>\n<td align=\"left\">10</td>\n<td align=\"left\">4-5</td>\n<td align=\"left\">0-1</td>\n<td align=\"left\">2-2</td>\n<td align=\"left\">2</td>\n<td align=\"left\">8</td>\n<td align=\"left\">10</td>\n<td align=\"left\">6</td>\n<td align=\"left\">2</td>\n<td align=\"left\">0</td>\n<td align=\"left\">6</td>\n<td align=\"left\">4</td>\n<td align=\"left\">-13</td>\n</tr>\n<tr>\n<td align=\"left\">Ace Bailey<sup>SG</sup></td>\n<td align=\"left\">23:22</td>\n<td align=\"left\">13</td>\n<td align=\"left\">6-12</td>\n<td align=\"left\">1-6</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">3</td>\n<td align=\"left\">5</td>\n</tr>\n<tr>\n<td align=\"left\">Keyonte George<sup>PG</sup></td>\n<td align=\"left\">35:21</td>\n<td align=\"left\">33</td>\n<td align=\"left\">12-22</td>\n<td align=\"left\">5-13</td>\n<td align=\"left\">4-4</td>\n<td align=\"left\">0</td>\n<td align=\"left\">4</td>\n<td align=\"left\">4</td>\n<td align=\"left\">7</td>\n<td align=\"left\">2</td>\n<td align=\"left\">0</td>\n<td align=\"left\">3</td>\n<td align=\"left\">4</td>\n<td align=\"left\">-10</td>\n</tr>\n<tr>\n<td align=\"left\">Kyle Anderson</td>\n<td align=\"left\">20:02</td>\n<td align=\"left\">5</td>\n<td align=\"left\">2-5</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">1-2</td>\n<td align=\"left\">1</td>\n<td align=\"left\">2</td>\n<td align=\"left\">3</td>\n<td align=\"left\">5</td>\n<td align=\"left\">2</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">2</td>\n<td align=\"left\">2</td>\n</tr>\n<tr>\n<td align=\"left\">Kevin Love</td>\n<td align=\"left\">13:32</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-2</td>\n<td align=\"left\">0-2</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">3</td>\n<td align=\"left\">4</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">2</td>\n<td align=\"left\">-8</td>\n</tr>\n<tr>\n<td align=\"left\">Isaiah Collier</td>\n<td align=\"left\">20:59</td>\n<td align=\"left\">9</td>\n<td align=\"left\">3-6</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">3-3</td>\n<td align=\"left\">0</td>\n<td align=\"left\">2</td>\n<td align=\"left\">2</td>\n<td align=\"left\">6</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">4</td>\n<td align=\"left\">3</td>\n<td align=\"left\">-14</td>\n</tr>\n<tr>\n<td align=\"left\">Brice Sensabaugh</td>\n<td align=\"left\">17:23</td>\n<td align=\"left\">3</td>\n<td align=\"left\">1-6</td>\n<td align=\"left\">1-6</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">3</td>\n<td align=\"left\">2</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">5</td>\n<td align=\"left\">-16</td>\n</tr>\n<tr>\n<td align=\"left\">Cody Williams</td>\n<td align=\"left\">20:36</td>\n<td align=\"left\">4</td>\n<td align=\"left\">2-5</td>\n<td align=\"left\">0-3</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">-14</td>\n</tr>\n<tr>\n<td align=\"left\">Elijah Harkless</td>\n<td align=\"left\">02:40</td>\n<td align=\"left\">4</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">4-4</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">5</td>\n</tr>\n<tr>\n<td align=\"left\">Walter Clayton Jr.</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Taylor Hendricks</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Kyle Filipowski</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Walker Kessler</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Georges Niang</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">John Tonje</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Oscar Tshiebwe</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\"><strong><a href=\"/LAL\"></a> Los Angeles Lakers</strong></td>\n<td align=\"left\"><strong>MIN</strong></td>\n<td align=\"left\"><strong>PTS</strong></td>\n<td align=\"left\"><strong>FGM-A</strong></td>\n<td align=\"left\"><strong>3PM-A</strong></td>\n<td align=\"left\"><strong>FTM-A</strong></td>\n<td align=\"left\"><strong>ORB</strong></td>\n<td align=\"left\"><strong>DRB</strong></td>\n<td align=\"left\"><strong>REB</strong></td>\n<td align=\"left\"><strong>AST</strong></td>\n<td align=\"left\"><strong>STL</strong></td>\n<td align=\"left\"><strong>BLK</strong></td>\n<td align=\"left\"><strong>TO</strong></td>\n<td align=\"left\"><strong>PF</strong></td>\n<td align=\"left\"><strong>±</strong></td>\n</tr>\n<tr>\n<td align=\"left\">LeBron James<sup>SF</sup></td>\n<td align=\"left\">29:37</td>\n<td align=\"left\">11</td>\n<td align=\"left\">4-7</td>\n<td align=\"left\">2-3</td>\n<td align=\"left\">1-4</td>\n<td align=\"left\">1</td>\n<td align=\"left\">2</td>\n<td align=\"left\">3</td>\n<td align=\"left\">12</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n</tr>\n<tr>\n<td align=\"left\">Rui Hachimura<sup>PF</sup></td>\n<td align=\"left\">25:42</td>\n<td align=\"left\">6</td>\n<td align=\"left\">3-8</td>\n<td align=\"left\">0-2</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">2</td>\n<td align=\"left\">2</td>\n<td align=\"left\">4</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">14</td>\n</tr>\n<tr>\n<td align=\"left\">Deandre Ayton<sup>C</sup></td>\n<td align=\"left\">29:59</td>\n<td align=\"left\">20</td>\n<td align=\"left\">10-13</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-2</td>\n<td align=\"left\">4</td>\n<td align=\"left\">10</td>\n<td align=\"left\">14</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">2</td>\n<td align=\"left\">11</td>\n</tr>\n<tr>\n<td align=\"left\">Austin Reaves<sup>SG</sup></td>\n<td align=\"left\">33:26</td>\n<td align=\"left\">26</td>\n<td align=\"left\">7-11</td>\n<td align=\"left\">1-4</td>\n<td align=\"left\">11-12</td>\n<td align=\"left\">1</td>\n<td align=\"left\">4</td>\n<td align=\"left\">5</td>\n<td align=\"left\">1</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">4</td>\n<td align=\"left\">3</td>\n<td align=\"left\">10</td>\n</tr>\n<tr>\n<td align=\"left\">Luka Dončić<sup>PG</sup></td>\n<td align=\"left\">34:13</td>\n<td align=\"left\">37</td>\n<td align=\"left\">11-22</td>\n<td align=\"left\">2-10</td>\n<td align=\"left\">13-16</td>\n<td align=\"left\">0</td>\n<td align=\"left\">5</td>\n<td align=\"left\">5</td>\n<td align=\"left\">10</td>\n<td align=\"left\">4</td>\n<td align=\"left\">0</td>\n<td align=\"left\">8</td>\n<td align=\"left\">4</td>\n<td align=\"left\">10</td>\n</tr>\n<tr>\n<td align=\"left\">Marcus Smart</td>\n<td align=\"left\">17:09</td>\n<td align=\"left\">5</td>\n<td align=\"left\">2-5</td>\n<td align=\"left\">1-4</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">2</td>\n<td align=\"left\">3</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">3</td>\n<td align=\"left\">11</td>\n</tr>\n<tr>\n<td align=\"left\">Jaxson Hayes</td>\n<td align=\"left\">15:02</td>\n<td align=\"left\">8</td>\n<td align=\"left\">3-3</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">2-3</td>\n<td align=\"left\">2</td>\n<td align=\"left\">1</td>\n<td align=\"left\">3</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">13</td>\n</tr>\n<tr>\n<td align=\"left\">Jake LaRavia</td>\n<td align=\"left\">25:30</td>\n<td align=\"left\">16</td>\n<td align=\"left\">6-10</td>\n<td align=\"left\">2-5</td>\n<td align=\"left\">2-3</td>\n<td align=\"left\">0</td>\n<td align=\"left\">4</td>\n<td align=\"left\">4</td>\n<td align=\"left\">2</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">13</td>\n</tr>\n<tr>\n<td align=\"left\">Gabe Vincent</td>\n<td align=\"left\">16:01</td>\n<td align=\"left\">6</td>\n<td align=\"left\">2-3</td>\n<td align=\"left\">2-3</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">3</td>\n<td align=\"left\">15</td>\n</tr>\n<tr>\n<td align=\"left\">Adou Thiero</td>\n<td align=\"left\">03:33</td>\n<td align=\"left\">2</td>\n<td align=\"left\">1-1</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">2</td>\n<td align=\"left\">-6</td>\n</tr>\n<tr>\n<td align=\"left\">Dalton Knecht</td>\n<td align=\"left\">03:33</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">-6</td>\n</tr>\n<tr>\n<td align=\"left\">Bronny James</td>\n<td align=\"left\">03:33</td>\n<td align=\"left\">3</td>\n<td align=\"left\">1-1</td>\n<td align=\"left\">1-1</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">1</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">3</td>\n<td align=\"left\">1</td>\n<td align=\"left\">-6</td>\n</tr>\n<tr>\n<td align=\"left\">Maxi Kleber</td>\n<td align=\"left\">02:40</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">-5</td>\n</tr>\n<tr>\n<td align=\"left\">Jarred Vanderbilt</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Christian Koloko</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Chris Mañon</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n<tr>\n<td align=\"left\">Nick Smith Jr.</td>\n<td align=\"left\">00:00</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0-0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n<td align=\"left\">0</td>\n</tr>\n</tbody></table>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ.png?auto=webp&s=286a1ec44004ab6d0c4c469b2010d4d771f8bd2a", "width": 1200, "height": 628 }, "resolutions": [ { "url": "https://external-preview.redd.it/7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ.png?width=108&crop=smart&auto=webp&s=c9065f73b4d158e53626711b2f7eca939e331a2e", "width": 108, "height": 56 }, { "url": "https://external-preview.redd.it/7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ.png?width=216&crop=smart&auto=webp&s=73012ea22b1608da76f1c08370fcb9211133b57f", "width": 216, "height": 113 }, { "url": "https://external-preview.redd.it/7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ.png?width=320&crop=smart&auto=webp&s=93b5b382780efcc413c1cdd2b93261c218008aa3", "width": 320, "height": 167 }, { "url": "https://external-preview.redd.it/7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ.png?width=640&crop=smart&auto=webp&s=bf7384d4dd7b0838929d8e29008c217fc9006f10", "width": 640, "height": 334 }, { "url": "https://external-preview.redd.it/7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ.png?width=960&crop=smart&auto=webp&s=b3f2da0da52b3da406711a9d19f9253c13f9a27a", "width": 960, "height": 502 }, { "url": "https://external-preview.redd.it/7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ.png?width=1080&crop=smart&auto=webp&s=8bdfd1a2d68206cec1227ac9bac3c52d089cf4c8", "width": 1080, "height": 565 } ], "variants": {}, "id": "7Yn7gVZ6hRhpW_5CGAVXt6mMGxrzj16GloTOJecTAJQ" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "60e8f046-5c93-11e3-a663-12313d188143", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-2: [LAL] Austin Reaves", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "#3fab53", "id": "1p0zsrc", "is_robot_indexable": true, "report_reasons": null, "author": "woKaaaa", "discussion_type": null, "num_comments": 416, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0zsrc/post_game_thread_the_los_angeles_lakers_114/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0zsrc/post_game_thread_the_los_angeles_lakers_114/", "subreddit_subscribers": 16893176, "created_utc": 1763532346, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "LeBron James has the record for the 10 point game streak by far, with Michael Jordan in second with a 866 game streak. \n\n \n\n\nThe last time LeBron scored less than 10 points was before January 6th, 2007, over 18 years ago. ", "author_fullname": "t2_12683e", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "LeBron James extends his record 10 point game streak to 1293 in his first game back with 11 points in a win over the Utah Jazz.", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0zyoc", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.97, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 1593, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "c494717a-3feb-11e8-9d0a-0e782b3ca234", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 1593, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": "Pistons1", "author_flair_richtext": [ { "a": ":det-1:", "e": "emoji", "u": "https://emoji.redditmedia.com/ecq45ehds4r81_t5_2qo4s/det-1" }, { "e": "text", "t": " Pistons" } ], "gildings": {}, "content_categories": null, "is_self": true, "mod_note": null, "created": 1763532901, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>LeBron James has the record for the 10 point game streak by far, with Michael Jordan in second with a 866 game streak. </p>\n\n<p>The last time LeBron scored less than 10 points was before January 6th, 2007, over 18 years ago. </p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":det-1: Pistons", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0zyoc", "is_robot_indexable": true, "report_reasons": null, "author": "foaaz101", "discussion_type": null, "num_comments": 184, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0zyoc/lebron_james_extends_his_record_10_point_game/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0zyoc/lebron_james_extends_his_record_10_point_game/", "subreddit_subscribers": 16893176, "created_utc": 1763532901, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": ">LeBron James will make his Los Angeles Lakers season debut against the Utah Jazz tonight at home, sources tell ESPN. The four-time NBA champion has rehabbed a nerve issue on his right side and now will take the court for a league-record 23rd season.\n\n[https://www.espn.com/contributor/shams-charania/4952377b67a57](https://www.espn.com/contributor/shams-charania/4952377b67a57)", "author_fullname": "t2_83bqlo39", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Charania] LeBron James will make his Los Angeles Lakers season debut against the Utah Jazz tonight at home, sources tell ESPN. The four-time NBA champion has rehabbed a nerve issue on his right side and now will take the court for a league-record 23rd season.", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0uo7k", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.97, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 3402, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "cc0d49ae-3feb-11e8-8327-0e3e867879aa", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 3402, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": false, "author_flair_css_class": "Lakers1", "author_flair_richtext": [ { "a": ":lal-1:", "e": "emoji", "u": "https://emoji.redditmedia.com/rwysqekrs4r81_t5_2qo4s/lal-1" }, { "e": "text", "t": " [LAL] Rui Hachimura" } ], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763516819, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><blockquote>\n<p>LeBron James will make his Los Angeles Lakers season debut against the Utah Jazz tonight at home, sources tell ESPN. The four-time NBA champion has rehabbed a nerve issue on his right side and now will take the court for a league-record 23rd season.</p>\n</blockquote>\n\n<p><a href=\"https://www.espn.com/contributor/shams-charania/4952377b67a57\">https://www.espn.com/contributor/shams-charania/4952377b67a57</a></p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI.png?auto=webp&s=cca02b4a0e017bf17353021cefb558807c43f1ab", "width": 1296, "height": 729 }, "resolutions": [ { "url": "https://external-preview.redd.it/EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI.png?width=108&crop=smart&auto=webp&s=cd3e4698c67167e1e2b83b66559555de0abc2a1f", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI.png?width=216&crop=smart&auto=webp&s=ea4738509d08619bea4ec3b7af840e62057b7c8c", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI.png?width=320&crop=smart&auto=webp&s=d5f620516ed1ef402992eb359c7eb10e01b0db8e", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI.png?width=640&crop=smart&auto=webp&s=f7faea5d3070e891d2ffcfec277d1403e7d801ea", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI.png?width=960&crop=smart&auto=webp&s=98cd8c825eb9a16b1bdfc83a007dfa6a463b2121", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI.png?width=1080&crop=smart&auto=webp&s=8bdac33739a65eaccef66b83491e77e04fca6b17", "width": 1080, "height": 607 } ], "variants": {}, "id": "EsNqB48o34Tz6BuwjLpDYSBVhS_qZXVDzkIHp08vcHI" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-1: [LAL] Rui Hachimura", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0uo7k", "is_robot_indexable": true, "report_reasons": null, "author": "KarrotMovies", "discussion_type": null, "num_comments": 146, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0uo7k/charania_lebron_james_will_make_his_los_angeles/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0uo7k/charania_lebron_james_will_make_his_los_angeles/", "subreddit_subscribers": 16893176, "created_utc": 1763516819, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "\nLuka Doncic had another huge all-around performance tonight:\n\n37 Points\n\n10 Assists\n\n5 Rebounds\n\n4 Steals\n\n11/21 FG (52%)\n\n2/9 3PT (22%)\n\n13/16 FT (81%)\n\nAbsolute monster two-way game from Luk, he was scoring, playmaking, and just taking the ball from everyone in sight. Struggling from behind the arc still but very efficient inside the paint.\n\nSource: https://www.espn.com.au/nba/boxscore/_/gameId/401810108", "author_fullname": "t2_ozrvxegb", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Luka puts up 37/10/5 with 4 steals as the Lakers blow out the Jazz", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0zoel", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.95, "author_flair_background_color": null, "subreddit_type": "public", "ups": 1458, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": "0f4dc052-3c96-11ee-b197-42957ce21a5f", "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 1458, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": true, "thumbnail": "self", "edited": 1763532057, "author_flair_css_class": "SRB", "author_flair_richtext": [ { "a": ":SRB:", "e": "emoji", "u": "https://emoji.redditmedia.com/zqonhttlamib1_t5_2qo4s/SRB" }, { "e": "text", "t": " Serbia" } ], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763531931, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Luka Doncic had another huge all-around performance tonight:</p>\n\n<p>37 Points</p>\n\n<p>10 Assists</p>\n\n<p>5 Rebounds</p>\n\n<p>4 Steals</p>\n\n<p>11/21 FG (52%)</p>\n\n<p>2/9 3PT (22%)</p>\n\n<p>13/16 FT (81%)</p>\n\n<p>Absolute monster two-way game from Luk, he was scoring, playmaking, and just taking the ball from everyone in sight. Struggling from behind the arc still but very efficient inside the paint.</p>\n\n<p>Source: <a href=\"https://www.espn.com.au/nba/boxscore/_/gameId/401810108\">https://www.espn.com.au/nba/boxscore/_/gameId/401810108</a></p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?auto=webp&s=900cbb3d576c4452f862fcda4debb0114c39fb42", "width": 400, "height": 400 }, "resolutions": [ { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=108&crop=smart&auto=webp&s=704578dbf63d8d9bf94257210b57270b10ad2f7c", "width": 108, "height": 108 }, { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=216&crop=smart&auto=webp&s=b857744e5d66655b4a0ea60b054c82b61e66a68f", "width": 216, "height": 216 }, { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=320&crop=smart&auto=webp&s=46d25e41dc039b77b0751db20d5707dfb14c70a9", "width": 320, "height": 320 } ], "variants": {}, "id": "-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":SRB: Serbia", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0zoel", "is_robot_indexable": true, "report_reasons": null, "author": "Luka77GOATic", "discussion_type": null, "num_comments": 320, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0zoel/luka_puts_up_37105_with_4_steals_as_the_lakers/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0zoel/luka_puts_up_37105_with_4_steals_as_the_lakers/", "subreddit_subscribers": 16893176, "created_utc": 1763531931, "num_crossposts": 1, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_izmtc", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Austin Reaves interrupts Luka's post-game interview with Mike Trudell to tell Luka \"Good job, friend!\" Luka replies to Mike Trudell with \"He wants to be my friend, but I'm not allowing it.\"", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": true, "name": "t3_1p1b7aj", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.95, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 228, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fzdqe6k&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fzdqe6k&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fzdqe6k_1.jpg%3FExpires%3D1763826410561%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dkqdueom1xrglhB0r5cXFlgbRyJAQrgYS7IQd8gR-ami7JbVB6kTSc40r04MlhrLQ51N%7EVW09kbm5qqpRpIg7GPvShb-HGoSS1%7EF1Clxdrc0g1WHXu3IYzpHc3EeD-xF-goTrqVJLp3D1Bpz9%7EVDrl9u6C8BbG3RWlofe4%7EQ1LKVmXgL2UwKGhTtfz44eO1c8VQRX9l7rYNvP1g%7E1Zbw4zJOS0Jbd5FlF64FxdBh7mAhvvTr9kFoY7%7Ezb2BeNXTRnmDXTXDu-BNE8RBVIKzMcsN3DekgJJu4o9FK1My2uOoFTgsV1rGVehVlbS-oY9gBKoQstkURlADN-8%7EP21qLhBg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": "cc0d49ae-3feb-11e8-8327-0e3e867879aa", "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Luka doesn't want to be friends with Reaves\" on Streamable.", "title": "Luka doesn't want to be friends with Reaves", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fzdqe6k&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fzdqe6k&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fzdqe6k_1.jpg%3FExpires%3D1763826410561%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dkqdueom1xrglhB0r5cXFlgbRyJAQrgYS7IQd8gR-ami7JbVB6kTSc40r04MlhrLQ51N%7EVW09kbm5qqpRpIg7GPvShb-HGoSS1%7EF1Clxdrc0g1WHXu3IYzpHc3EeD-xF-goTrqVJLp3D1Bpz9%7EVDrl9u6C8BbG3RWlofe4%7EQ1LKVmXgL2UwKGhTtfz44eO1c8VQRX9l7rYNvP1g%7E1Zbw4zJOS0Jbd5FlF64FxdBh7mAhvvTr9kFoY7%7Ezb2BeNXTRnmDXTXDu-BNE8RBVIKzMcsN3DekgJJu4o9FK1My2uOoFTgsV1rGVehVlbS-oY9gBKoQstkURlADN-8%7EP21qLhBg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/zdqe6k_1.jpg?Expires=1763826410561&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=kqdueom1xrglhB0r5cXFlgbRyJAQrgYS7IQd8gR-ami7JbVB6kTSc40r04MlhrLQ51N~VW09kbm5qqpRpIg7GPvShb-HGoSS1~F1Clxdrc0g1WHXu3IYzpHc3EeD-xF-goTrqVJLp3D1Bpz9~VDrl9u6C8BbG3RWlofe4~Q1LKVmXgL2UwKGhTtfz44eO1c8VQRX9l7rYNvP1g~1Zbw4zJOS0Jbd5FlF64FxdBh7mAhvvTr9kFoY7~zb2BeNXTRnmDXTXDu-BNE8RBVIKzMcsN3DekgJJu4o9FK1My2uOoFTgsV1rGVehVlbS-oY9gBKoQstkURlADN-8~P21qLhBg__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fzdqe6k&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fzdqe6k&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fzdqe6k_1.jpg%3FExpires%3D1763826410561%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dkqdueom1xrglhB0r5cXFlgbRyJAQrgYS7IQd8gR-ami7JbVB6kTSc40r04MlhrLQ51N%7EVW09kbm5qqpRpIg7GPvShb-HGoSS1%7EF1Clxdrc0g1WHXu3IYzpHc3EeD-xF-goTrqVJLp3D1Bpz9%7EVDrl9u6C8BbG3RWlofe4%7EQ1LKVmXgL2UwKGhTtfz44eO1c8VQRX9l7rYNvP1g%7E1Zbw4zJOS0Jbd5FlF64FxdBh7mAhvvTr9kFoY7%7Ezb2BeNXTRnmDXTXDu-BNE8RBVIKzMcsN3DekgJJu4o9FK1My2uOoFTgsV1rGVehVlbS-oY9gBKoQstkURlADN-8%7EP21qLhBg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p1b7aj", "height": 338 }, "link_flair_text": null, "can_mod_post": false, "score": 228, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?width=140&height=78&auto=webp&s=b50f9b163cd1d71f77d045e6b15bbb4c1e167908", "edited": false, "author_flair_css_class": "Lakers1", "author_flair_richtext": [ { "a": ":lal-1:", "e": "emoji", "u": "https://emoji.redditmedia.com/rwysqekrs4r81_t5_2qo4s/lal-1" }, { "e": "text", "t": " Lakers" } ], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "mod_note": null, "created": 1763567328, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/zdqe6k", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?auto=webp&s=b48f5ed052cb46794c1ac0281b12b84f57c66bee", "width": 1920, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?width=108&crop=smart&auto=webp&s=de7ac70d9188050bc075f8c9f6b3feaebe684bc8", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?width=216&crop=smart&auto=webp&s=7ada1ba0c38f95100e167c295a693c988879abdd", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?width=320&crop=smart&auto=webp&s=daeb75e0df478ed30fc89305e9c82f2844c0ecce", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?width=640&crop=smart&auto=webp&s=511534766a2703cf29d542f1b2e6c1bc42cc40bb", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?width=960&crop=smart&auto=webp&s=80578d3a225a60a9944e94c3e28b84e95292f98b", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y.jpeg?width=1080&crop=smart&auto=webp&s=881914d88aa6b8c92d17352f07c52090ba431aee", "width": 1080, "height": 607 } ], "variants": {}, "id": "Z-XW6SZyPu_LAA3MVVLdskGUTvfPqo7WxKti-AXf12Y" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-1: Lakers", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p1b7aj", "is_robot_indexable": true, "report_reasons": null, "author": "Jayveesac", "discussion_type": null, "num_comments": 41, "send_replies": false, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p1b7aj/austin_reaves_interrupts_lukas_postgame_interview/", "stickied": false, "url": "https://streamable.com/zdqe6k", "subreddit_subscribers": 16893176, "created_utc": 1763567328, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Luka doesn't want to be friends with Reaves\" on Streamable.", "title": "Luka doesn't want to be friends with Reaves", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fzdqe6k&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fzdqe6k&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fzdqe6k_1.jpg%3FExpires%3D1763826410561%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3Dkqdueom1xrglhB0r5cXFlgbRyJAQrgYS7IQd8gR-ami7JbVB6kTSc40r04MlhrLQ51N%7EVW09kbm5qqpRpIg7GPvShb-HGoSS1%7EF1Clxdrc0g1WHXu3IYzpHc3EeD-xF-goTrqVJLp3D1Bpz9%7EVDrl9u6C8BbG3RWlofe4%7EQ1LKVmXgL2UwKGhTtfz44eO1c8VQRX9l7rYNvP1g%7E1Zbw4zJOS0Jbd5FlF64FxdBh7mAhvvTr9kFoY7%7Ezb2BeNXTRnmDXTXDu-BNE8RBVIKzMcsN3DekgJJu4o9FK1My2uOoFTgsV1rGVehVlbS-oY9gBKoQstkURlADN-8%7EP21qLhBg__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/zdqe6k_1.jpg?Expires=1763826410561&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=kqdueom1xrglhB0r5cXFlgbRyJAQrgYS7IQd8gR-ami7JbVB6kTSc40r04MlhrLQ51N~VW09kbm5qqpRpIg7GPvShb-HGoSS1~F1Clxdrc0g1WHXu3IYzpHc3EeD-xF-goTrqVJLp3D1Bpz9~VDrl9u6C8BbG3RWlofe4~Q1LKVmXgL2UwKGhTtfz44eO1c8VQRX9l7rYNvP1g~1Zbw4zJOS0Jbd5FlF64FxdBh7mAhvvTr9kFoY7~zb2BeNXTRnmDXTXDu-BNE8RBVIKzMcsN3DekgJJu4o9FK1My2uOoFTgsV1rGVehVlbS-oY9gBKoQstkURlADN-8~P21qLhBg__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "LeBron James in his season debut vs Jazz: 11 PTS, 3 REB, 12 AST, 1 STL, 1 TOV, 4-7 FG, 2-3 3PT, 1-4 FT, +1 in 30min\n\nHistory making, the first player to reach 23rd season in NBA\n\n[https://www.espn.com/nba/boxscore/\\_/gameId/401810108](https://www.espn.com/nba/boxscore/_/gameId/401810108)", "author_fullname": "t2_1quq5ig9b0", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "LeBron James in his season debut vs Jazz: 11 PTS, 3 REB, 12 AST, 1 STL, 1 TOV in 30min", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0znyr", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.96, "author_flair_background_color": null, "subreddit_type": "public", "ups": 1374, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 1374, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": 1763532439, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "self", "content_categories": null, "is_self": true, "mod_note": null, "created": 1763531887, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "self.nba", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>LeBron James in his season debut vs Jazz: 11 PTS, 3 REB, 12 AST, 1 STL, 1 TOV, 4-7 FG, 2-3 3PT, 1-4 FT, +1 in 30min</p>\n\n<p>History making, the first player to reach 23rd season in NBA</p>\n\n<p><a href=\"https://www.espn.com/nba/boxscore/_/gameId/401810108\">https://www.espn.com/nba/boxscore/_/gameId/401810108</a></p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?auto=webp&s=900cbb3d576c4452f862fcda4debb0114c39fb42", "width": 400, "height": 400 }, "resolutions": [ { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=108&crop=smart&auto=webp&s=704578dbf63d8d9bf94257210b57270b10ad2f7c", "width": 108, "height": 108 }, { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=216&crop=smart&auto=webp&s=b857744e5d66655b4a0ea60b054c82b61e66a68f", "width": 216, "height": 216 }, { "url": "https://external-preview.redd.it/-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg.png?width=320&crop=smart&auto=webp&s=46d25e41dc039b77b0751db20d5707dfb14c70a9", "width": 320, "height": 320 } ], "variants": {}, "id": "-iWeUG8eIAxcGw2EZvK6rZCfeka0e3vnfFT1J3LZ0lg" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0znyr", "is_robot_indexable": true, "report_reasons": null, "author": "Thanos_SlayerCongSan", "discussion_type": null, "num_comments": 152, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p0znyr/lebron_james_in_his_season_debut_vs_jazz_11_pts_3/", "stickied": false, "url": "https://www.reddit.com/r/nba/comments/1p0znyr/lebron_james_in_his_season_debut_vs_jazz_11_pts_3/", "subreddit_subscribers": 16893176, "created_utc": 1763531887, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_oktr3", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Slater] Steve Kerr said he’s “concerned” about the increase in soft tissue injuries across the NBA. His medical staff believes the increased pace paired with the schedule has led to it. “They believe the wear and tear, the speed, the pace, the mileage is factoring into these injuries.”", "link_flair_richtext": [], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0sce9", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.96, "author_flair_background_color": "#edeff1", "subreddit_type": "public", "ups": 3777, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fp0w4wf&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fp0w4wf&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fp0w4wf.jpg%3FExpires%3D1763769790115%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DgLezK52HCN9c0vK9frOJYEX5bThWRNZB9OkRIGeva57zxeuxDRF8LRVXIPEqf7Z5dlljIvVYXrnfndeTiE9i3IFt%7E2KNDyQrnPngsJMNEoySWn5vBRzGoRicCoS4Gjw111WLli0r7eJZlu8%7EWTNR4eRAxw8XH42DUAI29QSOTSmAGWuaAp7dIJ6f3Vl%7ElfHu1u6DG-UHIcUcbcykNi2uBevJli%7EHpVKgqRCjqgNKTid3YxJ2zX51xGdpBeRkhkAiU1tOR7fVidjBwcYoO3nmBaoNbI21bS26txnDbGLdu8IcolyGJYYuwBIUSau0pw-hCxyDKLOpNQ12lvfl9wgTRg__&type=text%2Fhtml&schema=streamable\" width=\"None\" height=\"None\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 400, "scrolling": false, "height": 300 }, "thumbnail_width": 140, "author_flair_template_id": "c19dcb7e-3feb-11e8-9967-0e5868d904d8", "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Steve Kerr said he's \"concerned\" about the increase in soft tissue injuries across the NBA. His medical staff believes the increased pace paired with the schedule has led to it.\"They believe the wea\" on Streamable.", "title": "Steve Kerr said he's \"concerned\" about the increase in soft tissue injuries across the NBA. His medical staff believes the increased pace paired with the schedule has led to it.\"They believe the wea", "thumbnail_width": 3840, "height": 300, "width": 400, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fp0w4wf&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fp0w4wf&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fp0w4wf.jpg%3FExpires%3D1763769790115%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DgLezK52HCN9c0vK9frOJYEX5bThWRNZB9OkRIGeva57zxeuxDRF8LRVXIPEqf7Z5dlljIvVYXrnfndeTiE9i3IFt%7E2KNDyQrnPngsJMNEoySWn5vBRzGoRicCoS4Gjw111WLli0r7eJZlu8%7EWTNR4eRAxw8XH42DUAI29QSOTSmAGWuaAp7dIJ6f3Vl%7ElfHu1u6DG-UHIcUcbcykNi2uBevJli%7EHpVKgqRCjqgNKTid3YxJ2zX51xGdpBeRkhkAiU1tOR7fVidjBwcYoO3nmBaoNbI21bS26txnDbGLdu8IcolyGJYYuwBIUSau0pw-hCxyDKLOpNQ12lvfl9wgTRg__&type=text%2Fhtml&schema=streamable\" width=\"None\" height=\"None\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/p0w4wf.jpg?Expires=1763769790115&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=gLezK52HCN9c0vK9frOJYEX5bThWRNZB9OkRIGeva57zxeuxDRF8LRVXIPEqf7Z5dlljIvVYXrnfndeTiE9i3IFt~2KNDyQrnPngsJMNEoySWn5vBRzGoRicCoS4Gjw111WLli0r7eJZlu8~WTNR4eRAxw8XH42DUAI29QSOTSmAGWuaAp7dIJ6f3Vl~lfHu1u6DG-UHIcUcbcykNi2uBevJli~HpVKgqRCjqgNKTid3YxJ2zX51xGdpBeRkhkAiU1tOR7fVidjBwcYoO3nmBaoNbI21bS26txnDbGLdu8IcolyGJYYuwBIUSau0pw-hCxyDKLOpNQ12lvfl9wgTRg__", "type": "video", "thumbnail_height": 2160 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fp0w4wf&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fp0w4wf&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fp0w4wf.jpg%3FExpires%3D1763769790115%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DgLezK52HCN9c0vK9frOJYEX5bThWRNZB9OkRIGeva57zxeuxDRF8LRVXIPEqf7Z5dlljIvVYXrnfndeTiE9i3IFt%7E2KNDyQrnPngsJMNEoySWn5vBRzGoRicCoS4Gjw111WLli0r7eJZlu8%7EWTNR4eRAxw8XH42DUAI29QSOTSmAGWuaAp7dIJ6f3Vl%7ElfHu1u6DG-UHIcUcbcykNi2uBevJli%7EHpVKgqRCjqgNKTid3YxJ2zX51xGdpBeRkhkAiU1tOR7fVidjBwcYoO3nmBaoNbI21bS26txnDbGLdu8IcolyGJYYuwBIUSau0pw-hCxyDKLOpNQ12lvfl9wgTRg__&type=text%2Fhtml&schema=streamable\" width=\"None\" height=\"None\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 400, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p0sce9", "height": 300 }, "link_flair_text": null, "can_mod_post": false, "score": 3777, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?width=140&height=78&auto=webp&s=c53e18fe87532ee4221ca618a300f36b2ba63b40", "edited": false, "author_flair_css_class": "Mavs1", "author_flair_richtext": [ { "a": ":dal-1:", "e": "emoji", "u": "https://emoji.redditmedia.com/wclc9ji8s4r81_t5_2qo4s/dal-1" }, { "e": "text", "t": " Mavericks" } ], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "mod_note": null, "created": 1763510510, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/p0w4wf", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?auto=webp&s=4bfd285278cceb6173bbcf557aa587537ee0cac1", "width": 3840, "height": 2160 }, "resolutions": [ { "url": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?width=108&crop=smart&auto=webp&s=5cded91c2d367a57a0bd4bbe86dd1b98a8a4946f", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?width=216&crop=smart&auto=webp&s=7f22f9765e841cd1a065b169d3f9da0d392e38ce", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?width=320&crop=smart&auto=webp&s=1e37816a21131cdd01d670ee6946386990898887", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?width=640&crop=smart&auto=webp&s=b9d158934c045d2addd5440fdc2afebfea867e39", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?width=960&crop=smart&auto=webp&s=e920d76f2a8fca6fdc1dbbbdc5ea4242fdc3ead1", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg.jpeg?width=1080&crop=smart&auto=webp&s=48714348eb0c34f449f100dd7fbcbf349fcb1d00", "width": 1080, "height": 607 } ], "variants": {}, "id": "6zPHP68DMUsLVG16UrhtEeTNq7tFS2wv45Iq_sO4nNg" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":dal-1: Mavericks", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1p0sce9", "is_robot_indexable": true, "report_reasons": null, "author": "TheRealPdGaming", "discussion_type": null, "num_comments": 834, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p0sce9/slater_steve_kerr_said_hes_concerned_about_the/", "stickied": false, "url": "https://streamable.com/p0w4wf", "subreddit_subscribers": 16893176, "created_utc": 1763510510, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Steve Kerr said he's \"concerned\" about the increase in soft tissue injuries across the NBA. His medical staff believes the increased pace paired with the schedule has led to it.\"They believe the wea\" on Streamable.", "title": "Steve Kerr said he's \"concerned\" about the increase in soft tissue injuries across the NBA. His medical staff believes the increased pace paired with the schedule has led to it.\"They believe the wea", "thumbnail_width": 3840, "height": 300, "width": 400, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fp0w4wf&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fp0w4wf&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fp0w4wf.jpg%3FExpires%3D1763769790115%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DgLezK52HCN9c0vK9frOJYEX5bThWRNZB9OkRIGeva57zxeuxDRF8LRVXIPEqf7Z5dlljIvVYXrnfndeTiE9i3IFt%7E2KNDyQrnPngsJMNEoySWn5vBRzGoRicCoS4Gjw111WLli0r7eJZlu8%7EWTNR4eRAxw8XH42DUAI29QSOTSmAGWuaAp7dIJ6f3Vl%7ElfHu1u6DG-UHIcUcbcykNi2uBevJli%7EHpVKgqRCjqgNKTid3YxJ2zX51xGdpBeRkhkAiU1tOR7fVidjBwcYoO3nmBaoNbI21bS26txnDbGLdu8IcolyGJYYuwBIUSau0pw-hCxyDKLOpNQ12lvfl9wgTRg__&type=text%2Fhtml&schema=streamable\" width=\"None\" height=\"None\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/p0w4wf.jpg?Expires=1763769790115&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=gLezK52HCN9c0vK9frOJYEX5bThWRNZB9OkRIGeva57zxeuxDRF8LRVXIPEqf7Z5dlljIvVYXrnfndeTiE9i3IFt~2KNDyQrnPngsJMNEoySWn5vBRzGoRicCoS4Gjw111WLli0r7eJZlu8~WTNR4eRAxw8XH42DUAI29QSOTSmAGWuaAp7dIJ6f3Vl~lfHu1u6DG-UHIcUcbcykNi2uBevJli~HpVKgqRCjqgNKTid3YxJ2zX51xGdpBeRkhkAiU1tOR7fVidjBwcYoO3nmBaoNbI21bS26txnDbGLdu8IcolyGJYYuwBIUSau0pw-hCxyDKLOpNQ12lvfl9wgTRg__", "type": "video", "thumbnail_height": 2160 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_11d1ig", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Highlight] All 12 LeBron James assists from his season debut.", "link_flair_richtext": [ { "e": "text", "t": "Highlight" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "highlights", "downs": 0, "thumbnail_height": 105, "top_awarded_type": null, "hide_score": false, "name": "t3_1p10phg", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.95, "author_flair_background_color": "#edeff1", "ups": 822, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3fgql1&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3fgql1&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3fgql1.jpg%3FExpires%3D1763794727442%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DYyPLJEdv944tdfaYbKak65Gyta5pbaKbS7CR%7EbrnuTDHK%7ExQfGKddv8hLUK95o4sz8Jsk-%7EbpY0BlqC6A0%7EzIx2BAwPOMG0XrilHJQRTJ%7EiWT0lvSRwVN8V4uUenOy-qi0%7EjCL6u0eSvZm8vr7IsHbhXpMnlf6YtOE2sERxhW58JUQ69umlzfnBRjdnCD0rWigDSeGtuD8llz%7EHW9p3cOmtRIv4iA-6VP00KJOCUMPcliSZP-JGm0W3VTVcHfi4qcMtibYXuUWHjKKlaFQFh8R78rb8-qdbFXpjZduZENbSpigTFIKaJ2kraZIQugTH6qh-O1GbfUhcHZJPJ9G6oKA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"450\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 450 }, "thumbnail_width": 140, "author_flair_template_id": "ccddfb4e-3feb-11e8-af69-0ec720dcbbde", "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Brett Usher - All 12 LeBron James assists\" on Streamable.", "title": "Brett Usher - All 12 LeBron James assists", "thumbnail_width": 1440, "height": 450, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3fgql1&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3fgql1&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3fgql1.jpg%3FExpires%3D1763794727442%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DYyPLJEdv944tdfaYbKak65Gyta5pbaKbS7CR%7EbrnuTDHK%7ExQfGKddv8hLUK95o4sz8Jsk-%7EbpY0BlqC6A0%7EzIx2BAwPOMG0XrilHJQRTJ%7EiWT0lvSRwVN8V4uUenOy-qi0%7EjCL6u0eSvZm8vr7IsHbhXpMnlf6YtOE2sERxhW58JUQ69umlzfnBRjdnCD0rWigDSeGtuD8llz%7EHW9p3cOmtRIv4iA-6VP00KJOCUMPcliSZP-JGm0W3VTVcHfi4qcMtibYXuUWHjKKlaFQFh8R78rb8-qdbFXpjZduZENbSpigTFIKaJ2kraZIQugTH6qh-O1GbfUhcHZJPJ9G6oKA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"450\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/3fgql1.jpg?Expires=1763794727442&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=YyPLJEdv944tdfaYbKak65Gyta5pbaKbS7CR~brnuTDHK~xQfGKddv8hLUK95o4sz8Jsk-~bpY0BlqC6A0~zIx2BAwPOMG0XrilHJQRTJ~iWT0lvSRwVN8V4uUenOy-qi0~jCL6u0eSvZm8vr7IsHbhXpMnlf6YtOE2sERxhW58JUQ69umlzfnBRjdnCD0rWigDSeGtuD8llz~HW9p3cOmtRIv4iA-6VP00KJOCUMPcliSZP-JGm0W3VTVcHfi4qcMtibYXuUWHjKKlaFQFh8R78rb8-qdbFXpjZduZENbSpigTFIKaJ2kraZIQugTH6qh-O1GbfUhcHZJPJ9G6oKA__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3fgql1&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3fgql1&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3fgql1.jpg%3FExpires%3D1763794727442%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DYyPLJEdv944tdfaYbKak65Gyta5pbaKbS7CR%7EbrnuTDHK%7ExQfGKddv8hLUK95o4sz8Jsk-%7EbpY0BlqC6A0%7EzIx2BAwPOMG0XrilHJQRTJ%7EiWT0lvSRwVN8V4uUenOy-qi0%7EjCL6u0eSvZm8vr7IsHbhXpMnlf6YtOE2sERxhW58JUQ69umlzfnBRjdnCD0rWigDSeGtuD8llz%7EHW9p3cOmtRIv4iA-6VP00KJOCUMPcliSZP-JGm0W3VTVcHfi4qcMtibYXuUWHjKKlaFQFh8R78rb8-qdbFXpjZduZENbSpigTFIKaJ2kraZIQugTH6qh-O1GbfUhcHZJPJ9G6oKA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"450\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p10phg", "height": 450 }, "link_flair_text": "Highlight", "can_mod_post": false, "score": 822, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?width=140&height=105&auto=webp&s=a2d38ea8d5118635b45731c1ddc578f360c13abc", "edited": false, "author_flair_css_class": "Lakers4", "author_flair_richtext": [ { "a": ":lal-4:", "e": "emoji", "u": "https://emoji.redditmedia.com/t7l8050ts4r81_t5_2qo4s/lal-4" }, { "e": "text", "t": " Minneapolis Lakers" } ], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "subreddit_type": "public", "created": 1763535527, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/3fgql1", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?auto=webp&s=ffc8cf61e5688f47a2f805aa7d07bfe364ad586a", "width": 1440, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?width=108&crop=smart&auto=webp&s=5135de879a03c1d5b6647cf183899879b37252d3", "width": 108, "height": 81 }, { "url": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?width=216&crop=smart&auto=webp&s=3262dce1b7252aab2fda555a1395e2ef9d5d2a50", "width": 216, "height": 162 }, { "url": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?width=320&crop=smart&auto=webp&s=893792c34bb66ef375bfa9d6a11150c39e1adde4", "width": 320, "height": 240 }, { "url": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?width=640&crop=smart&auto=webp&s=db43a5a70404dd5c464397582282e0700511da56", "width": 640, "height": 480 }, { "url": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?width=960&crop=smart&auto=webp&s=b5e36aebefb796de0e976af21c72e69214868b26", "width": 960, "height": 720 }, { "url": "https://external-preview.redd.it/Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c.jpeg?width=1080&crop=smart&auto=webp&s=e927abedaafae346be534d864cfbd424ce1f7f71", "width": 1080, "height": 810 } ], "variants": {}, "id": "Qgj8g-y4hi2LOvBilh07h5iS_GaQtRR13Mw4s4G9u0c" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "11e1d3fc-5c54-11e4-8ccc-12313b0e448d", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":lal-4: Minneapolis Lakers", "treatment_tags": [], "visited": false, "removed_by": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "#0079d3", "id": "1p10phg", "is_robot_indexable": true, "report_reasons": null, "author": "kurruchi", "discussion_type": null, "num_comments": 76, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/1p10phg/highlight_all_12_lebron_james_assists_from_his/", "stickied": false, "url": "https://streamable.com/3fgql1", "subreddit_subscribers": 16893176, "created_utc": 1763535527, "num_crossposts": 1, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"Brett Usher - All 12 LeBron James assists\" on Streamable.", "title": "Brett Usher - All 12 LeBron James assists", "thumbnail_width": 1440, "height": 450, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2F3fgql1&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2F3fgql1&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2F3fgql1.jpg%3FExpires%3D1763794727442%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DYyPLJEdv944tdfaYbKak65Gyta5pbaKbS7CR%7EbrnuTDHK%7ExQfGKddv8hLUK95o4sz8Jsk-%7EbpY0BlqC6A0%7EzIx2BAwPOMG0XrilHJQRTJ%7EiWT0lvSRwVN8V4uUenOy-qi0%7EjCL6u0eSvZm8vr7IsHbhXpMnlf6YtOE2sERxhW58JUQ69umlzfnBRjdnCD0rWigDSeGtuD8llz%7EHW9p3cOmtRIv4iA-6VP00KJOCUMPcliSZP-JGm0W3VTVcHfi4qcMtibYXuUWHjKKlaFQFh8R78rb8-qdbFXpjZduZENbSpigTFIKaJ2kraZIQugTH6qh-O1GbfUhcHZJPJ9G6oKA__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"450\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/3fgql1.jpg?Expires=1763794727442&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=YyPLJEdv944tdfaYbKak65Gyta5pbaKbS7CR~brnuTDHK~xQfGKddv8hLUK95o4sz8Jsk-~bpY0BlqC6A0~zIx2BAwPOMG0XrilHJQRTJ~iWT0lvSRwVN8V4uUenOy-qi0~jCL6u0eSvZm8vr7IsHbhXpMnlf6YtOE2sERxhW58JUQ69umlzfnBRjdnCD0rWigDSeGtuD8llz~HW9p3cOmtRIv4iA-6VP00KJOCUMPcliSZP-JGm0W3VTVcHfi4qcMtibYXuUWHjKKlaFQFh8R78rb8-qdbFXpjZduZENbSpigTFIKaJ2kraZIQugTH6qh-O1GbfUhcHZJPJ9G6oKA__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "nba", "selftext": "", "author_fullname": "t2_8lemz", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Highlight] Fox with the windmill to punctuate the win", "link_flair_richtext": [ { "e": "text", "t": "Highlight" } ], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "highlights", "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "hide_score": false, "name": "t3_1p0wr69", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.98, "author_flair_background_color": null, "ups": 1463, "total_awards_received": 0, "media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fovln60&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fovln60&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fovln60.jpg%3FExpires%3D1763781931837%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DhrvezDnRokKJ4SR4IAwO0sXNUBUJJFvTP-VB0r5D-wInde11Mhc3SwUCdcrGRrmBg0aCoVdBYrZBmy9hpxI7ZLvq9RGHyWcR1g25qmwHfi8zdwQHvhFcEVY4x04869ouvi0UIOFilQFjVVX4C-t6KsN0fvqNV4OaHwa1hRd0rN6bxpNFmi6CYEfRY30xehcuSpvUivbFEdGY-IS7wdnGqYeGBkCW65beiPO7o-WQJgZaomLI4nq%7EtbUIY6hngghrRYCPCmVaey6UOiaOrlKzAw27HZE8DXjsNoaaxHK2choQJy6yVRjvREO6rERudCHjJQGn0qEPBn3xUyduC9iS2g__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "height": 338 }, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Fox with the windmill to punctuate the win\" on Streamable.", "title": "[Highlight] Fox with the windmill to punctuate the win", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fovln60&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fovln60&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fovln60.jpg%3FExpires%3D1763781931837%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DhrvezDnRokKJ4SR4IAwO0sXNUBUJJFvTP-VB0r5D-wInde11Mhc3SwUCdcrGRrmBg0aCoVdBYrZBmy9hpxI7ZLvq9RGHyWcR1g25qmwHfi8zdwQHvhFcEVY4x04869ouvi0UIOFilQFjVVX4C-t6KsN0fvqNV4OaHwa1hRd0rN6bxpNFmi6CYEfRY30xehcuSpvUivbFEdGY-IS7wdnGqYeGBkCW65beiPO7o-WQJgZaomLI4nq%7EtbUIY6hngghrRYCPCmVaey6UOiaOrlKzAw27HZE8DXjsNoaaxHK2choQJy6yVRjvREO6rERudCHjJQGn0qEPBn3xUyduC9iS2g__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/ovln60.jpg?Expires=1763781931837&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=hrvezDnRokKJ4SR4IAwO0sXNUBUJJFvTP-VB0r5D-wInde11Mhc3SwUCdcrGRrmBg0aCoVdBYrZBmy9hpxI7ZLvq9RGHyWcR1g25qmwHfi8zdwQHvhFcEVY4x04869ouvi0UIOFilQFjVVX4C-t6KsN0fvqNV4OaHwa1hRd0rN6bxpNFmi6CYEfRY30xehcuSpvUivbFEdGY-IS7wdnGqYeGBkCW65beiPO7o-WQJgZaomLI4nq~tbUIY6hngghrRYCPCmVaey6UOiaOrlKzAw27HZE8DXjsNoaaxHK2choQJy6yVRjvREO6rERudCHjJQGn0qEPBn3xUyduC9iS2g__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": { "content": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fovln60&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fovln60&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fovln60.jpg%3FExpires%3D1763781931837%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DhrvezDnRokKJ4SR4IAwO0sXNUBUJJFvTP-VB0r5D-wInde11Mhc3SwUCdcrGRrmBg0aCoVdBYrZBmy9hpxI7ZLvq9RGHyWcR1g25qmwHfi8zdwQHvhFcEVY4x04869ouvi0UIOFilQFjVVX4C-t6KsN0fvqNV4OaHwa1hRd0rN6bxpNFmi6CYEfRY30xehcuSpvUivbFEdGY-IS7wdnGqYeGBkCW65beiPO7o-WQJgZaomLI4nq%7EtbUIY6hngghrRYCPCmVaey6UOiaOrlKzAw27HZE8DXjsNoaaxHK2choQJy6yVRjvREO6rERudCHjJQGn0qEPBn3xUyduC9iS2g__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/1p0wr69", "height": 338 }, "link_flair_text": "Highlight", "can_mod_post": false, "score": 1463, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?width=140&height=78&auto=webp&s=9bae40e1e84ee6e091a2b6b811543834ca833aaa", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "subreddit_type": "public", "created": 1763522682, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "streamable.com", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://streamable.com/ovln60", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": { "images": [ { "source": { "url": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?auto=webp&s=56549c1f375e8c1cc0cad3d1786c2e764b0a2226", "width": 1920, "height": 1080 }, "resolutions": [ { "url": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?width=108&crop=smart&auto=webp&s=9c12ec3b1c2b7d938db4b64b6330ea8a0b436b60", "width": 108, "height": 60 }, { "url": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?width=216&crop=smart&auto=webp&s=8b14175a744eca6d1bc833c203d2219f1080a6a2", "width": 216, "height": 121 }, { "url": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?width=320&crop=smart&auto=webp&s=0d8965e17ca424154a81dba5d85e45d28b754c5d", "width": 320, "height": 180 }, { "url": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?width=640&crop=smart&auto=webp&s=1e1ee6cca2d2b201fa13bd3c104aa2bb985ab43f", "width": 640, "height": 360 }, { "url": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?width=960&crop=smart&auto=webp&s=1124cba5057bff6996c40c9be4e669e3bcda0fa4", "width": 960, "height": 540 }, { "url": "https://external-preview.redd.it/zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8.jpeg?width=1080&crop=smart&auto=webp&s=96669682bd71940b9f3aa6dedc974a49c946f582", "width": 1080, "height": 607 } ], "variants": {}, "id": "zTq_43Dhsq_HNKWcr6mlnEnyFWVtQvZTwyulgIGATR8" } ], "enabled": false }, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "11e1d3fc-5c54-11e4-8ccc-12313b0e448d", "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "author_is_blocked": false, "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "#0079d3", "id": "1p0wr69", "is_robot_indexable": true, "report_reasons": null, "author": "Large_banana_hammock", "discussion_type": null, "num_comments": 110, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/nba/comments/1p0wr69/highlight_fox_with_the_windmill_to_punctuate_the/", "stickied": false, "url": "https://streamable.com/ovln60", "subreddit_subscribers": 16893176, "created_utc": 1763522682, "num_crossposts": 0, "media": { "oembed": { "provider_url": "https://streamable.com", "description": "Watch \"[Highlight] Fox with the windmill to punctuate the win\" on Streamable.", "title": "[Highlight] Fox with the windmill to punctuate the win", "thumbnail_width": 1920, "height": 338, "width": 600, "html": "<iframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fstreamable.com%2Fo%2Fovln60&display_name=Streamable&url=https%3A%2F%2Fstreamable.com%2Fovln60&image=https%3A%2F%2Fcdn-cf-east.streamable.com%2Fimage%2Fovln60.jpg%3FExpires%3D1763781931837%26Key-Pair-Id%3DAPKAIEYUVEN4EVB2OKEQ%26Signature%3DhrvezDnRokKJ4SR4IAwO0sXNUBUJJFvTP-VB0r5D-wInde11Mhc3SwUCdcrGRrmBg0aCoVdBYrZBmy9hpxI7ZLvq9RGHyWcR1g25qmwHfi8zdwQHvhFcEVY4x04869ouvi0UIOFilQFjVVX4C-t6KsN0fvqNV4OaHwa1hRd0rN6bxpNFmi6CYEfRY30xehcuSpvUivbFEdGY-IS7wdnGqYeGBkCW65beiPO7o-WQJgZaomLI4nq%7EtbUIY6hngghrRYCPCmVaey6UOiaOrlKzAw27HZE8DXjsNoaaxHK2choQJy6yVRjvREO6rERudCHjJQGn0qEPBn3xUyduC9iS2g__&type=text%2Fhtml&schema=streamable\" width=\"600\" height=\"338\" scrolling=\"no\" title=\"Streamable embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>", "version": "1.0", "provider_name": "Streamable", "thumbnail_url": "https://cdn-cf-east.streamable.com/image/ovln60.jpg?Expires=1763781931837&Key-Pair-Id=APKAIEYUVEN4EVB2OKEQ&Signature=hrvezDnRokKJ4SR4IAwO0sXNUBUJJFvTP-VB0r5D-wInde11Mhc3SwUCdcrGRrmBg0aCoVdBYrZBmy9hpxI7ZLvq9RGHyWcR1g25qmwHfi8zdwQHvhFcEVY4x04869ouvi0UIOFilQFjVVX4C-t6KsN0fvqNV4OaHwa1hRd0rN6bxpNFmi6CYEfRY30xehcuSpvUivbFEdGY-IS7wdnGqYeGBkCW65beiPO7o-WQJgZaomLI4nq~tbUIY6hngghrRYCPCmVaey6UOiaOrlKzAw27HZE8DXjsNoaaxHK2choQJy6yVRjvREO6rERudCHjJQGn0qEPBn3xUyduC9iS2g__", "type": "video", "thumbnail_height": 1080 }, "type": "streamable.com" }, "is_video": false } } ], "before": null } } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Reddit Templates Source: https://help.decodo.com/docs/web-scraping-api-reddit-templates Web Scraping API Reddit Templates Reddit can be scraped using a few different targets: **Reddit Post**, **Subreddit**, and **Users**. In each respective template page, you will find: * The required parameters; * Ready-to-use code examples for `cURL`, `Node`, and `Python`, where you only need to change the username and password for your Web Scraping API user for the code to work. All Reddit templates use the Premium Proxy Pool by default. Here is the list of available Reddit templates. You can find more details about each template on the page below. | Template (target) | Parser | Input | | ---------------------------------------------------------------------------------------- | ------ | ----- | | [**Reddit Post**](https://help.decodo.com/docs/web-scraping-api-reddit-post#/) | ✅ | `url` | | [**Reddit Subreddit**](https://help.decodo.com/docs/web-scraping-api-reddit-subreddit#/) | ✅ | `url` | | [**Reddit User**](https://help.decodo.com/docs/web-scraping-api-subreddit-user#/) | ✅ | `url` | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Requesting Multiple Response Formats Source: https://help.decodo.com/docs/web-scraping-api-requesting-multiple-response-formats The Web Scraping API supports retrieving multiple data types in the response To improve efficiency, our API provides a functionality to request multiple formats in a single response. This feature is only supported for the asynchronous integration type. | Type | Description | | ---------- | --------------------------------------------------------------------------------------------------------------- | | `raw` | The raw response body from the URL, which is usually but not exclusively an HTML document | | `parsed` | The parsed page content, provided in JSON format | | `markdown` | [Markdown](https://help.decodo.com/docs/web-scraping-api-markdown-response) response | | `xhr` | [XHR](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr) requests captured during page rendering | | `png` | A [screenshot](https://help.decodo.com/docs/web-scraping-api-screenshot-response) of the web page in PNG format | The following table shows available response formats, which are determined by the parameters included in your API request. Keep in mind that not all targets support every parameter; therefore, the output results can vary. | Parse | XHR | Markdown | Headless | Real-time output | Available output | | ------ | ------ | -------- | ------------ | ---------------- | --------------------------- | | `true` | \* | - | \* OR `html` | parsed | html, parsed | | `true` | - | \* | `png` | parsed | html, parsed, png | | `true` | `true` | - | `html` | parsed | html, parsed, xhr | | `true` | \* | `true` | - OR `html` | parsed | html, parsed, markdown | | `true` | `true` | `true` | `html` | parsed | html, parsed, xhr, markdown | | \* | `true` | - | `html` | xhr | html, xhr | | \* | `true` | `true` | `html` | markdown | html, xhr, markdown | | - | \* | `true` | `png` | markdown | html, markdown, png | | - | \* | - | `png` | png | html, png | | \* | - | \* | - OR `html` | html | html | ## Fetching a multi-format response through the Results endpoint using task\_id To receive a multi-format response, add `?type=` parameter to the results request URL and specify the desired response type, i.e.: `https://scraper-api.decodo.com/v3/task/{task_id}/results?type=raw,xhr` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Response Codes Source: https://help.decodo.com/docs/web-scraping-api-response-codes Web Scraping API Response Codes Responses with `2xx` or `4xx` status codes are considered successful if the results are retrieved. ## API response codes | Response | Result | Description | Solution | Billed | | -------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | | `200` | Success | The server has responded and provided the requested information. | Celebrate! | yes | | `204` | No content | The job is not yet completed. | Wait a few seconds before trying again. | yes | | `400` | Multiple error messages | Bad structure of the request. | Recheck your request to ensure it is in the correct format. | yes, if response is not empty | | `401` | Invalid / not provided authorization header (client not found) | Incorrect login credentials or missing authorization. | Re-check your provided credentials for authorization. | yes, if response is not empty | | `403` | Forbidden | Your account does not have access to this resource. | [**Contact us**](https://direct.lc.chat/12092754/1) for more information. | yes, if response is not empty | | `404` | Not found | Your target was not found. | Re-check your targeted URL. | yes, if response is not empty | | `429` | Too many requests | Exceeded rate limit for your subscription. | Make sure you still have at least one request left.
Wait a couple of minutes and try again. If you encounter the error often, [**contact us**](https://direct.lc.chat/12092754/1) to see if your rate limit can be increased. | yes, if response is not empty | | `500` | Internal error | Service unavailable, possibly due to some issues we are encountering. | Wait a couple of minutes and send another request.
[**Contact us**](https://direct.lc.chat/12092754/1) for more information. | no | | `524` | Timeout | Service unavailable, possibly due to some issues we are encountering. | Wait a couple of minutes and send another request.
[**Contact us**](https://direct.lc.chat/12092754/1) for more information. | no | | `613` | Failed to scrape | After multiple attempts, our scraper was unable to scrape the provided URL or query. | Try sending the request again. If this error repeats, [**Contact us**](), and we will help you out! | no | ## Parsed result response codes | Response | Result | Description | | -------- | ------------------------- | -------------------------------------------------------------------------------- | | `12000` | Success | The server has responded and provided the requested information. | | `12002` | Error | Parsing has failed completely. | | `12003` | Not supported | Targeted website parsing is not supported. | | `12004` | Response not full | Some fields were not parsed and are missing. | | `12005` | Response not fully parsed | Some fields may not have been parsed and are returned as is. | | `12006` | Error | Unexpected error. Let us know the task ID, and we will check what went wrong. | | `12007` | Unknown | We could not determine whether the data was parsed correctly. | | `12008` | Error | Failed to parse all the data. | | `12009` | Error | Target not found. Make sure the parameters you passed are correct and supported. | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Response Headers Source: https://help.decodo.com/docs/web-scraping-api-response-headers Web Scraping API Response Headers All requests to Scraper API products return the following headers: | Header name | Description | Sample value | | --------------------- | -------------------------------------------------------------------------------------- | --------------------- | | `x-task-id` | Unique identifier for the created task. Can be used to retrieve the task results later | `7123456789123456789` | | `x-traffic-generated` | The number of traffic generated, in bytes | `14285` | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Response Types Overview Source: https://help.decodo.com/docs/web-scraping-api-response-types Web Scraping API Response types Web Scraping API supports multiple output types: * [Markdown](https://help.decodo.com/docs/web-scraping-api-markdown-response) * [XHR and Fetch requests](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr) * [Screenshot](https://help.decodo.com/docs/web-scraping-api-screenshot-response) Read about how to receive multiple response formats in a single response [here](https://help.decodo.com/docs/web-scraping-api-requesting-multiple-response-formats). *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Results Language Source: https://help.decodo.com/docs/web-scraping-api-results-language-list Used for the google_results_language Parameter The following are parameter values for setting the language of a result. | google\_results\_language | Description | | ------------------------- | --------------------- | | `af` | Afrikaans | | `ar` | Arabic | | `hy` | Armenian | | `be` | Belarussian | | `bg` | Bulgarian | | `ca` | Catalan | | `zh-CN` | Chinese - Simplified | | `zh-TW` | Chinese - Traditional | | `hr` | Croatian | | `cs` | Czech | | `da` | Danish | | `nl` | Dutch | | `en` | English | | `eo` | Esperanto | | `et` | Estonian | | `tl` | Filipino | | `fi` | Finnish | | `fr` | French | | `de` | German | | `el` | Greek | | `ie` | Hebrew | | `hi` | Hindi | | `hu` | Hungarian | | `is` | Icelandic | | `id` | Indonesian | | `it` | Italian | | `ja` | Japanese | | `ko` | Korean | | `lv` | Latvian | | `lt` | Lithuanian | | `no` | Norwegian | | `fa` | Persian | | `pl` | Polish | | `pt` | Portuguese | | `ro` | Romanian | | `ru` | Russian | | `sr` | Serbian | | `sk` | Slovak | | `sl` | Slovenian | | `es` | Spanish | | `sw` | Swahili | | `sv` | Swedish | | `th` | Thai | | `tr` | Turkish | | `uk` | Ukrainian | | `vi` | Vietnamese | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Screenshot Response Source: https://help.decodo.com/docs/web-scraping-api-screenshot-response Web Scraping API can return a screenshot of the rendered page The API can return a desktop screenshot of the fully rendered webpage. Set the `headless` parameter to `png` to receive a base64-encoded screenshot in the response payload (this automatically renders JS as well). #### Request Example ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://www.githubstatus.com/", "headless": "png" } ' ``` #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": "iVBORw0KGgoAAAANSUhEUgAAB4AAAAdACAYAAAA+SlRyAAAgAElEQVR4XuydBbwV1RbGF49GuktQURAVFUVBBFRQuru7u7u7uxvpbkFKQELSwECkW7obeevbl7meezhn5txAbnz7/fz5vDNnZu//ztnfXmtF2vrT2SfCRAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkEOYJRIIAnDpVijBfEBaABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABCIygdNnzgkF4IjcAlh2EiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiCBcEOAAnC4qUoWhARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIIKIToAAc0VsAy08CJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJBBuCFAADjdVyYKQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAlEdAIUgCN6C2D5SYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEwg0BCsDhpipZEBIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggYhOgAJwRG8BLD8JkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkEC4IUABONxUJQtCAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiQQ0QlQAI7oLYDlJwESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCDcEKACHm6pkQUiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABCI6AQrAEb0FsPwkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQALhhgAF4HBTlSwICZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBARCdAATiitwCWnwRIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIINwQoAAcbqqSBSEBEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEojoBCgAR/QWwPKTAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmEGwIUgMNNVbIgJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJOCZwKOHj+TR40fyhIDCBYFIWoqoUaJIZP3Hl8T694XSi70nsHVql1sKwC+2Lvl2EiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEniuBCD+PVTxlyn8EYgaOYpEiWovArP+w1a9+1KnTiWiAOxEiNdJgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIIAwTuHfvHi1/w3D92WUdVqMxYsSwLR3rP2xVvi916lQiCsBOhHidBEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABMIwgbsqADOFXwIxHQRg1n/Yq3unOnUqEQVgJ0K8TgIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAJhmAAFwDBceT5k3UksZP37ADGU3eJUp07ZpQDsRIjXSYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCAME6AAGIYrz4esO4mFrH8fIIayW5zq1Cm7FICdCPE6CZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACYRhAhQAw3Dl+ZB1J7GQ9e8DxFB2i1OdOmWXArATIV4nARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggTBMgAJgGK48H7LuJBay/n2AGMpucapTp+xSAHYixOskQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkEIYJUAAMw5XnQ9adxELWvw8QQ9ktTnXqlF0KwE6EeJ0ESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEwjABCoBhuPJ8yLqTWMj69wFiKLvFqU6dsvvCBeD6NctIgUIlpVipCk55DdL1WzdvSslCOWTC9MXy6muvB+kZEfVH27dukmEDu8uiVVufQWB37UXxYl2HPPnQWM8o5fMeN0KeZOCfGFrZB74kgfvFpUsXpGu7pnLi+GGZOH2JpHo5TeAeEIrvHjdyoFy8+Ld07TUkULkM6u8C9ZJg3rxm1RJZOHe6TJ29IphPCl0/nzJ+uBw7elh6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+AS1cIPHBqawR8Cuf4S90jDHL5LAfzlfhXQ5Q/MaKqTLyueFbwKI2Qrr3aEDuulGRkzp0LX/Cysw3OvDGxRCKCVNllI9zUw2VqgzVCizROEXljm+mASCSQAe3M5qaKMu7RpLWQ2vAM9uTL4ReKPTH77dyLtIIAIQ+KtPRoHr7S+G/GXcMyPeMWLvjvruotxVi9vVTdIZq+Ow2G9QNiYSeF4EgisAhlS+YFF76NBfxlK2dYtGklytYiNqgtcIhJKbPWex7g9GDRDjOrBMnMTC0FL/gS3X87qfAvDzIsvnkkAoIxCaNy/hTuuCujWso7Fl8+QtFMrIhf7s/HbgJ+N6GfGR46lLOMQ9rKbuyd1djQa3JOFVALbjQgE4aK3mrrr9KFEwu6TRcABtO/aR19O/GbQH8VckQALhisB/NV+FNLTQvIYK6bLyeeGbwO6d29RlczN1RZtN2nbuq67M4r2wAuNQyORxw2TTxm80fMddjTf7hob4aWtChzCRQFgnADffq5YtkHyFSki9xq1p/RvWK5T5J4EXTADxjuG6/Gd1dw5f3hmSRzeuluF6mokESOBZAqFFABw8dIyJtVu8WEETVzgip9/VzfCEyTOMi/KqVcqZeMNBTRSAA0eOAnDgePFuEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiCBUEYgtAjAoQxLuMkOBeBwU5X+BXGqU6cS0wW0EyFeJwESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIIEwTIACcBiuPB+y7iQWsv59gBjKbnGqU6fsUgB2IsTrJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJEACJBCGCVAADMOV50PWncRC1r8PEEPZLU516pRdCsBOhHidBEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABMIwAQqAYbjyfMi6k1jI+vcBYii7xalOnbJLAdiJEK+TAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQQBgmQAEwDFeeD1l3EgtZ/z5ADGW3ONWpU3YpADsR4nUSIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCMME7t27J0/CcP6Zde8EIumlGDFi2CJi/YetFuRLnTqViAKwEyFeJwESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIIEwTODRw0fy8PGjMFwCZt0bgaiRo0iUqFFsAbH+w1b78aVOnUpEAdiJEK+TAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQQBgn8PiRisD6Dy2Bw3hFPs0+rESjRokikfUfXxLr3xdKL/aewNapXW4pAL/YuuTbSYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCDECFAADjGUfBAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJvFgCFIBfLH++nQRIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARCjAAF4BBDyQeRAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQAAmQwIsl4FEAfvKEIcBfbLXw7SRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiTgG4FIkSL532gE4C0/nnmSOlUK337Nu0iABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEIlAUcBmNbAobLemCkSIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIIEITMDV6tcVQwAB2Fex19f7IjBvFp0ESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEQoSAN7HX/eG4zwjAm/effsYFtJPI63Q9RErCh5AACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABCbgJP66Xw8gALuLuk4ir9P1CFwPLDoJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJBItAYMVffwvg7/ad8rcAdhV17QReir/Bqiv+mARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgAQcCdiJwK7XrP9vLIC/23vySapUKczDHQXgJ08cM8EbSIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEQpCAxvd1T54E4DOWAJwyZXJzfwDLXkvs1YfRGjgEK4ePIgESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEvBBytfl10XOsR1m/Onj0vkTbtPfEkZQo/AViVXhE3wRfir6Un0/Uz2yEJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJ/LcELIEX/pqfsfx9qvEiR2fPqQC8cc/xJ6kgALsIv5boawm+7sLvE6Er6P+2Svk2EiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiCBiEYgkr+prl/JLfEX/3YVg83fVQg+AwF4w+5jT1KldIkB/NRk2F/8fSr2erP+pVVwRGtmLC8JkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkMDzIuDNBbS/+PtUFPa/T8Vf6/+fOXvOTwD203z9rHrNf7iLwJYfaVx/Nr6w//3Pq5B8LgmQAAmQAAmQAAmQAAmQAAmQAAnB+FreAAAgAElEQVSQAAmQAAmQAAmQAAmQAAmQAAmQAAmEewKw5HVLkVycM7taAJvbXMRf/Q/8p0RSwZf+nMN9S2EBSYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEIgIBCsARoZZZRhIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggQhBgAJwhKhmFpIESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCAiEKAAHBFqmWUkARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARKIEAQoAEeIamYhSYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEIgIBCsARoZZZRhIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggQhBgAJwhKhmFpIESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCAiEKAAHBFqmWUkARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARKIEAQoAEeIamYhSYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEIgIBCsARoZZZRhIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggQhBgAJwhKhmFpIESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCAiEKAAHBFqmWUkARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARKIEAQoAEeIamYhSYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEIgIBCsARoZZZRhIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggQhBgAJwhKhmFpIESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCAiEKAAHBFqmWUkARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARKIEAQoAEeIamYhSYAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEIgIBCsARoZZZRhIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggQhBgAJwhKhmFpIESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESCAiEKAAHBFqmWUkARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARKIEAQoAEeIamYhSYAESIAESIAESIAESIAESCDiELh//75s+m6LfLt+oxw9dkyuXr0qV65eMwASJogvCRIkkHSvvSb58n4pX3yWU6JHjx5x4LCkJEACJEACJEACJEACJEACJEAC4Z4ABeBwX8UsIAmQAAmQAAmQAAmQAAmQAAlEDAKXLl2WoSNGy4pVqwUisC8pRowYUqJYEWnepKEkTJjQl5/wHhIgARIgARIgARIgARIgARIgARII1QQoAIfq6mHmSIAESIAESIAESIAESIAESIAEnAg8ePhQxo6bKJOmTpcHDx443e7xOoTg+nVrSf06tSRy5MhBegZ/RAIkQAIkQAIkQAIkQAIkQAIkQAKhgQAF4NBQC8wDCZAACZAACZAACZAACZAACZBAkAhcvXZNatVtKAd+/S1Iv3f/UdaPP5Jxo4ZJnDhxQuR5fAgJkAAJkAAJkAAJkAAJkAAJkAAJ/NcEKAD/18T5PhIgARIgARIgARIgARIgARIggRAhcPjIUalVr6GcPXsuRJ5nPSRt2jTy9ZSJkjJlihB9Lh9GAiRAAiRAAiRAAiRAAiRAAiRAAv8FAQrA/wVlvoMESIAESIAESIAESIAESIAESCBECZz/+4KULldJ/r5wIUSfaz0MIvDiebMlXry4z+X5fCgJkAAJkAAJkAAJkAAJkAAJkAAJPC8CFICfF1k+lwRIgARIgARIgARIgARIgARI4LkQuHXrlpSrVE0O/XXY//nvvZtJsmX9WLZ+v03+OPhnoN6b/o3X5bNcOeSXA7/Jrt17/H+b+f33ZOa0SRI9evRAPY83kwAJkAAJkAAJkAAJkAAJkAAJkMCLJEAB+EXS57tJgARIgARIgARIgARIgARIgAQCTaB7r74ye+78AL8bPKCvFCtSyPzth127pVO3nnLy5Cnz37FfeklSpUop0aJFk+MnTsrNmzfN3+HiuXePrpLz0+zmv7/ftl1qajxh19S0UQNp0qh+oPPIH5AACZAACZAACZAACZAACZAACZDAiyJAAfhFked7SYAESIAESIAESIAESIAESIAEAk3g5P/ZOxP4Vqqyjb9tkibp3ruvXPZFWUQERURQEVERBBVBBBU+XFBBVgHFDRcWRVQWxQV3RQUFAVkFBBERQQEFWe6+39u9zZ72e58zOek0TZs0maRp73P4XdomM2fO/M9kcuY853nfNWvlLW8/WlKp1Kh9b7npRnnZHrtnX4vFYrJ8xQpZvGjxmDDOcBCvWbtOli5ZLM3Nzdl91q5bJ29489tG1dvYGJb7775DZs2aNem2cgcSIAESIAESIAESIAESIAESIAESmAoCFICngjqPSQIkQAIkQAIkQAIkQAIkQAIkUBKBs869QG67409j9r3lpl+rALxHSXXanVasXCWHv+2oMXV86OT3y0UXnFdW3dyZBEiABEiABEiABEiABEiABEiABKpFoCoC8LHXrpGVnUl54uIdx5zXwy9G5NArVsm9Zy+TQ3drLOq8r7m/W866caMkvlvew31RBytzo0deisqVd3cKzrMvNiQLWv3mPM97yxzZY2FDmbXX9u7HfXet9ETTcvdZy2q7oTmte+ChR+S+Bx6WDZs2SzQak7bWFtlv373lmHe8VWZ1tE+rc2FjSYAESIAESIAESIAESGAmERiMRORVrzl4jPsX5+gOAV3qOd93/4Py0Y+fMWb3Vn0meOyvD4rP5yu1au5HAiRAAiRAAiRAAiSwjRBY3ZWUy+/slLv+MyDrelLSHKyXneYG5KQD2+Ujr+8QX/0IiHlnPy9nvmmWfObtc/LS2Za1lam6XAbiQ/IN1XR+83ifrNG+TKaHZce5DfK+A9pU15ktDf66optWqH+LrmiSG7q1mWfWxeUVX1ouD5y3TF63c3EaXDGHO+mH6+RXj/VNuOk171sgHzmko5jqstvc++ygHHHV6nHbe8L318l/9Jye+sJYvXEyB9r7C8vlENXqvnPCgsnsNq22pQBcwe76/kM98rGfb5BX7xCWU17XLvNV/H1+U1yue6BbNven5NZPbCeH7OrdB66Cp1JS1ff8d1DiqWE5cm8npNp7v7dW3rZXi3zgtW0l1VeNnX7/xz/JTbfcIcce9VbZY7ddTI6w1WvWyW9//0cJhUJy2SWfkYDfb5ry4TPOl6987tMyd87sopt21TXfl3332VMOed2BRe/DDUmABEiABEiABEiABEiABBwCt//pTvnUOZ8eg2P27Fly9+23CoTacgrCRh9x5DGybv36MdX86mc3yKv2e2U51XNfEiABEiABEiABEiCBGU7g0eVRefu3V0t7o09OP7RDdl8YlL7okNzz3wH52aO98g6dK7/pY0ulLqMh/vRvvbLn4qC8cruQIbPgnOfl0Yt2kO1nB8zfFICrf8FAfHx2Q1wuPnKu7LUkKKm0yAP/G5RLbt8iJ6gIfMMHFxXdqKkSgN3aTKUE4P+sj8uG3pG0PB+6Yb25ls85fEQv2UOv/8Xtjp5SbKllAXg6aFxuzhSAi73qJrnd85sSss8XX5J379cqPzllsdS7FoX0qxP4DV9fJZHEkDzzxZ1GvTfJw0yrzXe+6EVz06xlAfjDnzxPDnrN/vKBE48bxfZ/L7wk3/vRz+X0006WnXfcQbZ2dsknz/2sfPuKSyYlAJ9x3sXyrqPfRgF4Wl25bCwJkAAJkAAJkAAJkECtEDj7vAvkj7ePDf98yRculuOPe7cnzbzlj7fLuZ++aExdp536QTn/nLM8OQYrIQESIAESIAESIAESmHkEkioU7vbZF1X8rZcHzt1eWsMuq6+eLsTej/xsvdxx5jJ5Q55oqHAO73jhi/LiV3emADxFlwdEzX2+uFx++9Elcsy+oxeXfl1dwTf9s0+j2W4vTcHiXMBTJQC78VVKAM7tol312j9IHcaTEcjzdXMtC8DTQeNyM61JAfiJ1TH5zO83yz9XxSShDtLD9miSbxw3X5ZlVr3khoDuOPN/cuFb58hzG+Nyx9MDAov+4S9rkutPXiRzmqcmRNfZv9kk33uwW9Zesat06A0/t7y0JSmNDXWysM1Z/QCn7MV/2CI3/qNXNqk7GK+f+Op2+cI75opfT+HZDQnZ6wsv6ZfDdnLFnVvlcWXTpl8gXzt2vgkfccavNur5JzQUQUC+d9Ii2X97Z8XQ8dev0/8PG2v/lfd0GefxG3Zrkh9/aJFcqvXAoh9PDpmVK986foFZeYTwBl/84xbp+87u2Wav7U7J9he8IH/4+FLj6LX1HrFns1z2p05Z35uUXecHjV3+NTuGzX7uMAP+jzybrQtffJ94wyz5zp+7ZL3yCSsHW759X5dcePNmWaev44uy2uWUj50tBx24v5x68gnjHvq/zz0vl1x2VfZ9hIc+94yPyvIVq+RXv7tFVq5aI8lkUhYvXijHv+to2evlDscTPnR6dp9wOCQ/uvZKufyb15rXzj9r5L2HHnlMrv3+j+WG676pruOgPPf8i3LjTbfIKnUiDw0Ny7Kli+X4dx9tHMosJEACJEACJEACJEACJLAtEXjXe0+Up55+ZtQp+zVCzz8ffVgaG53nkHJLPB6XVx5wkCR0TO8uh7z+dfKD715TbvXcnwRIgARIgARIgARIYIYSuOmJfhMF866ztpM37d6U9yyhXSAktC1WIIRwdtiVq7KvH7VPs9x8+tJJOYCLmdeHtnL2bzbKg+dtL59UTQGC5yLVIr549FzVI8aP3Amn5zmqedypYa19Op3/JtVsvv6eBbKkw9E3oB+c+9tNcu+zAzKo5wit4PwjZmfrLFXfqPal8qRqU/t/ZYX88rTFctyrWic8fOsnn5PPq37jdrye9tMN8u81MXnsMzuYfdG/H39Dh/SqC/zn6gCPqhZz+Mua5fqTFsrsjHb10AsRow09tS4maZ3/32dJSL58zDx5/S5O9FhoZNBr4CDviaTlFUtDcum75strd3Kef+ara/yit82Re7Rv/vy/iGz4+q5y2k/WZ9NzWgH4xo8skZ8+0qPbDEo4UC8fOqhd9aV5WYPilv606cMHnx+UrQNp2Vvb8VVtR7GpW/MJwIV0r3yAJysAF6MP/vXFqF7vG4yze/vZDYbvF2/dMioENDS3z6g29aT2X0z76WXqXsZ20CdRcjWurqt2M+7wr9wBXa9PVmka3KWzAvKpw2bJR11hrwv1byWv8aoJwBA8cVPJLY+uiMqRGhLB5gBe05WSvdU5e5BevF/TixgXyHl60a3vSWpM750kqPHVcwVgfIiGh4dVJF4g739Nm7yg7tu3XLVKDtYPyM9OXVxJfuPWjZtEOFAnfzl/7Dnn2+n/frJBbvlXn1xz4kLZb1lY/r48Iqf/YqOcqqGjIX6/uDkhu1/8khF2b/jQYtllXoN84IZ1ctu/B+RAZfXDDywyNwywHEwMyyMXOMdFHPY/Pzeo9XQY9+3/VCTf78vLzQoi3Jjw+v36gUdYg9vO2E6OeLmK7UUIwKj3fr2ZIGQFbvRwOB973RoTEx+uZhS3AIxcB8s+/YIRmU84oNXkQ8Zqidwb6SFXrNSQAAHz+lSUq793gzzy98fl6LcfLoce/FqZP2/umGak02l57J//km9f90P52hculPnzIdJrSI+zLpJddt5Bjjv2KPGran/f/Q/J/X95RK689Asmd3BXd498/OyL5IPqLobI3NzUVFAAhiD/sU9dKK99zavkrW9+o0r5w3LXvQ/IX/76qFx75dekqWnmhhCfiv7nMUmABEiABEiABEiABGqbwCGHHSHr128Y1cgF8+fJQ/ff42nDD3/bUbJi5cgEHCrfZeed5Y5bb/L0OKyMBEiABEiABEiABEhg5hCAKexqNT1FrtnDmLqKKVYAPv+IOfKHJ/sE+U3/oeLhzjr/3xKqNwJwsdpKMfP60FbO+e1GDTkdlk+rQLu4I2D0gN+ps/XJi3c0IXxzC0SuV391uQRU+f2qGtICem4QCqHdPKH7pDRH7r6XLDfazVU6/w9z2y//3iuX3LbViNgQs0vVN4ph6OU2EFv3+NxLgiiuED/hArZCbe5xihWAYQQ8+hUtJgf0ii0J+fDPNshbVIf59YeXqFg+LEvOf16O379VznjTbDP/jz766d96ZPVljrkQ5j/kI4b5DrmIr76/S25+ok/+9bmdZIc5AVl6/gvGLHjk3i1ytLZ3f9WX3vf9tWMEYGhKn3jjLCMcQ8iH6Iw6P6ahylV3ltd8dYUK1Wm57v2LTB9e90CX/PDhHvm7hiTPd13k8sgnABfSvfL13WQF4EL6IMT3nS96wQjn0BATer1edPMmgdh/vBojwSCWHJbtVL86UM2NWAyBPM/X/6VHfvRwtzx7yc4mjHWuxjWryaeLKTbJ9x/qlmvft9DodPdp/uJP3bhRrtG/kRa2mP718vrNratqAvCtKlROVKwAfJE6f7+rztnlX90l6wCFKLyjdtBP1LX6Pl2Fkk8AfsXSoNx91rLsIb72p63yZb3BbL5yt6Lt+F6CXnTu8/JmXcnxk1MKx4Pv1NUUi857Xi5/93yT8N0WfAC/dV+nbP3mboLwDxCAr9Btznqzsw2Y4gsAN4p37+eEI0B+Ydx8B69xXKcQau/6z6Bx1OLGjPKqL68wq0bcSbKRW+CsN882N/1ivihQ721PDYxy8GIFywc1zjucw7ipuQVgfICaP/GcEaptCOi3fHO1BFUkv/UTS027NuoqoqX6IbtdhWg4uKeixGJx+dHPfi0P/+0xs6igo71NXr7HbvKaA14pr9xnL3VIO27lfz/9H7n0ymuyIaAhCq/bsFG3b5eWZqftUc0fBkfxGR87VQ48YD/jCj75w2fKR089KRsCupADuLNL+/MzX5LPX3iO7L6rI6yn00Py/IsvyY47LJOg5ihmIQESIAESIAESIAESIIFthcDe+71GotHoqNPdbukSue+u2z1FcOxx75Onn/nPqDqbm5vlycf+6ulxWBkJkAAJkAAJkAAJkMDMIQDx9lE1dq342ujIjRE1bA3pXLMtPp1jtlEx3SGC79R5fBi8ckNAF6utFDOvD23lzF9vNHPyb9ur2TQJOYoXqJ5xtuoDX37nWEMU8sm+9VurVXAcEYj/pS7Jr92x1Qhq/1wVlXddt1Ye/+wORmSz5fWXrzROUziirQA8WX1jKq4OpPc89cfr5W+azxkFTlA4nk86sC2bqxmvFysA76giLfI624Lot9+4p1O6rtrduEYR+fWB85aZKK4oENz/+lJEzYBh4wiGdgPtCE5iFGg77//BOjnt9R2qQTUZ4XJBqz/rOsY2bm3GOoBhCLzsXfOy7XjdZSsFasdDn97eaEjIXW11OmwEUXjPz78kr1OjJRzLhUquAFyM7gWhNbeUIgBPpA/e+u9+o5NBD0NfolgxF+I3BGCEb0eEYbjhreCPRQBwF/9KzYrvUTd4rsaFz838c/4nF2h0YjjBbYHA/6CaLv/35Z2zkX3H61/oaJUsVROAn9FQAtdraOLc8oza2j91o4YGOHuZsZIjzIFf7aR3fmq7UZsidv7Rr2jVC31eXgEYdnX3xXvLv/rNTee/X9pJww1UXyRbrILuW/dskR98oPAH48/PReTwb66Sh/WDZsMn4+T/oOfwbj2Hf39+R7N6BgLwLXpjfnvmxvyAOnDBy33j/YWurPnAj9YbARj74MLGDQurNGx5o+YfRmjs32gce1vw4US+YqxqKeaLAvUi5DRWI9kCQfid16yRVZftYlZEFBKAsWoF9ay5fFeZ1+KTa1W8vkyF+xWX7jLleZF7+3QFzVP/kWf++z95+j/PSm9fvwqwO8unz/q4CcucKwCDwfKV6qK+8x5ZtXqtDEb0y0G/1LEfwkkf9oaDSxKAGxoCKgBfIolEQt78xtfL3nvuIdtvtzQrRFfy5sC6SYAESIAESIAESIAESKDWCOz1yldLTBdauktLS4s88feHPW3qGw9/m6xZi3Q6IyUUCsnTT/zd0+OwMhIgARIgARIgARIggZlD4EQV5R58PiJrLx8tAMMstlnD69qC0L5/PtcxsxUjABerrRQzr28F4O5v7WYcxrYgoimihiL3bW65VOfs4ea1prPc9z+voXRx7H41hmX8U2aTs1T3+eVjmvLyG7tmBeDJ6htTeXVA/7jzmQG5XyOs3qf/IADCwIeIrSjFCsAnq3D89fc4+6D8UXWUY1RHeVIFdQiSEIARGvqjh8wygu6+KqJbjhChD1ah9q8a8fXVO+RPeQMB+J3qMP62Cpm25BOAf6/pPRHR1RYYCX+iIaG3qAER/QtT5eDVo/sQYiZCWrv1pfH6JFcALkb3evmisY7zUgTgifTBn2nubRgt3SlPcQ6IWHuUcoMAjIKUtLiO/702ZkJtY80GPrfXvG+BfERDOucKwH/R0N3Q2hAF2IbjRj1wv5+sGl3Pt3czCyAm6t9KX99VE4BX6koGhAPILQ+/GJFDr1iVFYAP0BsNYmwjnIC7YFUDQgcjpHM+B/An1bp+8ZFzsrvYiwShkA8Y54NRSbiwy4e0c6HsFypW6HWvQMA+uKnAJQthGIItBGAI4zbmuBWAn7tkJxMSAsUKwAP6QQ2puxYCK1aRuENR46JcrLH53eGx8eF81ytbTcz3Yr4o8tVrBeCVKuAi9n8hARh9CsfvZzQ+/Rl643zTN1apTb4x7yqjQgwr+T4ct/c98JDc8PMb5YT3vFOOetvhYwTgjZs2y0VfuFRe/rLd5Jh3vNU4h+EgRsjncgRgiM19/QPyxzvuNmGnN2/ZKrNndch733WUHPzaV1fytFk3CZAACZAACZAACZAACdQcgUMPe6usW79+TLse/9tD0tY2cY6uYk8GAvO+mgM4lUqN2mXxokXywL1/KrYabkcCJEACJEACJEACJLCNEbjgps3y9YwQah2+QPCYpsFE2FmUS9U1C0fwZATgYrWVYub1rQCc+t4eo3oHGg3ciHecOdqYh40+red1w197NNrqrnl7FELvr1To3ahCr7t87pYthkdEzWrWATxZfaNWLiG4QZEzGVFQreZUrACcq13lCqPIvXvFXZ3yew0BvmIr8sj65ZKj55l0p3c8PSBHXb1mlAkwlwkE4A9oeOlLXO7tfAIwrjmbVxh1QLjHcdE/5/1uk3zzni4T+thdEN57gbpiV6vpr1DJFYCL0b3chkhbP1KPvlmNj7ntte/j3F7SUNr/zOiNWEQxkT74y8f6zPWJhQju8nJ1N79Rc3VDAH5BU7BCm8TfyKe8SA2OcEBDJB5PALZ6GCLv2sixqB9uf7i4rW43Uf8WYlru+zUnAKNjU0Mayvj9Y52zWJECZ2k+AfiDr2037mBbbn6y3wiQz6o4itjm1S74wFx1b5f5YOZbxYDk6hCpTz90lkAEx3nnOoB/r+fwHj2HpzX3MS6iagnAV2r4gS/oh9+9IgIfgD1UgP6DrhI5UleJeCEAo08QI/0f+gV4k+YCWKKu6f+oY3sq+gttgWALgTVf3l+8f+b5n5Odd9xePvnRU8YIwDff+ie55fY75QdXf10CgYC53LZ2dsknz/3sxALwVdfqgUXOP+v07CX65wcflu//+Jdyw3XfNG5jd1mr+c5uv/NeeeChv8lXPn+B7Lj92C/kal/rPB4JkAAJkAAJkAAJkAAJVIvAe044Sf7176fGHO47V31Djjj8ME+a8dBfH5FTTvvYmLpesc/e8ttf/cyTY7ASEiABEiABEiABEiCBmUfAhnD+/skLBY7EfOVDGlp4lYp8lRCAi5nXtwIw3LpukRppIxGq2B011LYfIu7Ff9hschu7Hb72fWgJEBJhSnO/j8ivN/6jVzZ8fcQBXOsCMEIBb+hNynaznDl+d1nbnZLtL3jBaFenHdwubWc8J587cq4gtLIt70dEVnUOP5aJnApx8hS9Fi51hV62qT3dkV3t/v/dEJcr7+6SH6szF65biJAHfm3FGJepu13FCsB//ORSjVo74gA+R7WZn6mgDWH/y7erA1gXJ1hR1V2/T43ixWg2uQKwFXIn0r32WDhWu7Mhq3+uZtDj1RSaW3CtIkcxzgcFjCfSB3+sixfw2YheO3rRA6L4HqumSAjAX9Hzv/TOrbJFU8rCWImCtKw7XvjiuALwQ+oAfoOaLX/94cWaI3kk9LltL/IzI0qvu+T2737Lxu7n5Z2x5gRg5AD+qVqyESff5qzFCSOMMVyuGh06rwCcL476dzThOnIA2w7zElyhupCYHdbugzTx822a09bd0YgNjtDNkcSQ2vx30oTiaVmoYSDgvkWcfVuwsgYJpDd/YzdZ2ZmomgD8g4d65KM/32A+ELYPfvfPfjn++rVlC8AIiY0Poy0Qwvf54nI5X3MPP6wfGLdTuRBjr9//++NPylXXfF8+e/6ZJu+vuwxGIvLxsy6SNx36OjnphHdnBeBvXf4lmTd3jtx4061ynwq313/78uxuf7jtTvP6KScdb8I32xzAHznlJDn04APNdld/7wbZsrVTvviZc7P73fCzG+XuPz9oBOC+/n5ZraHnXrXvPtn3kW/4pNPOMLmEX3/Qa7zGwPpIgARIgARIgARIgARIoGYJfOXSy+XHP/3FmPYd8Kr95Bc//ZEn7T75lNPkb48+NuyZctsAACAASURBVKauD558onzmgvM9OQYrIQESIAESIAESIAESmHkEINbt+6Xl0qfz/Y9csIMRqdxlMD6suoCTF3ciAfiFr+wsEI9Qjr12jWoDxUVXLWZe3wrAf1KnL8INowzENQew5pmFkPnFo8bmALbRVpEr9sAdnTDEELI+qGFub/jQIlmugjZCGkOwdAtaiJI6T3PTIt/wdHEAn6EuX7hFn71kZxOV1V1sLuSb1cx21D7NsvT8F4zW4XbeQuuAFuQWgHfTFKVgZ4t1Rndq6OWNfSl5SkMOH62hiG2BCN308Wc1vegiE9p58fnPmyiqyDWLgusM0VQhLCMvcbECMPZ353g+5ArkAK4zUWxtDmCkI3UbGhFddl6Lf9RigfE+ubkCcNdgYd3LPxqxqRqhlyG0b6+fgQfO3X7UogLriLYiPLaHADyRPohUpKfowgt3BN6n18XNZ9XmAL74D1uMFud2sSMkNl6/WkNAf9QVAtpqXDZ3NsJ7n665hG2B4xc6JnIJw9E9Uf8iPHglS80JwLig8CE5Uj9A5+oNpylYL7/5R5986bYt8uB5To7cfA5giLynvk4v+Ne0y7OarBkOVYQ0xmqbqSoQsv/vJ+tl9wVB+fDr29W6H5DlKgxf+0CXuanefdYy2Wux4/CE4HrzE/2mvftuF9Ik0RE5/ZcbDAMkkC71BllKCOgnVseM3f3aExdouzvkf7pi5fRfaOJqzV9QqgMY59j8iedMsmzEyX/5olBWXD7o0pXyuCaKv/bEhaYPp6pAWP3Spd+UNevWy9vfcpjsstMO0tDQIBs2bpI77r5POru65aufv1AWzNf+WL5CLr7kCvngiceZsM+bNms4i299VyDu7rPXy+QfT/xLnnrmWXnhxeWy/36vkBOPO1bC4ZCc/OEz5cAD9pO3Hv5GWbp4odx57wPyq9/+Qeu9QJYuWaT7/Fd+pAIwnMgQgFesWi2XXHaVvO+4Y+SVr9jLJGV/+G//MG7jK758sSxcMJI7YKq48bgkQAIkQAIkQAIkQAIkUC0Cd997n3z8jLPzHu7iiz4tJ7//fWU15de/+Z1c/IVL8tZxzbevlMMPe1NZ9XNnEiABEiABEiABEiCBmU0AhqfDv7lKNKugCUu7j+ZzRfjnJzW/6A3q6oxrrtdff2SJvElDzaK4cwD/XSNlYq78W8cvkDfs3mjyw05GAC5mXh/ayjm/3ahCbqMRLhe2BeRydT4ixPNTGol09wUN8qjmnUXkzu+q03XvJUEjyO17yXI9p2HNf7vAhIq+6ObN0q15Up+8eCdzHvte8pIKn/XGHTu7ySc/fLhbLruz02ggb9RzKVXfqPbVAsHudZet0PzIPjnrsFmyu/YB+vLxlVETznqppr589KIdjbbxThW9offcr6GVEb0WLtOrle8iFf7dAjDCKn9MBcQTDmgzoYvhEj5cxXek6ITmguiwcAi/fa8WI3YihyzcqE99fifZVcVjiNI/+VuPOlEXyh7anuv/0m1yK/9LzYU7zQ0ULQDvpn0LrQm5hP+kuY0/8cuN8r2THE0G5/hqFewRJfXK9y6QZZoP+tGXovKJX22QC1U4drucx+uTXAEY2xXSvcarC+GjER0XIavhpodOiOvymvu7TI7kP6swbM2L+AxNpA92DqRlp4telFdtH1IT5nyJawjiz6gR9QU1nb5rP8cBbPMyQ9x9y8ub5Q8anfee/w4IcjBDhL/sXfOlNVw/RuM6Vz9Lv9IQ0xCJ998+bNKxnv2bjZoiNWAWPhTTv5W8xmtOAMbJItnyhTdvMnD9KpXvqYmgL3r7nKw9PZ8A/PE3dOgNZ8h8OJAw+8i9W+RHukLCHcagkiDHq/sfK2NyhX5YH9Iwz73q/EVuXFxAnz5ijvndFuTD/YyGUfi1Xiyb+1N6IwnI/2kYAWyHD32pN8hSBGC0CYndcbMaVKEaIjUSiMNab1e3TDYENOpEIvHL79pqVjg9/+Wdpb3RSTKPG+eX/rhF1l6+q/kQTWWJxeLyp3v+LI/+4wkTwhl/t2susZftvqsce9Rbs4Lr0NCQXH7VdfLMf5+T3XbZSS7+9KfkF7/5vTz40CMa3z0t++69p5z6gRPkjrvuk1s1f++hB7/WOIFvuuUO/fsuaQg0yFWXf1H8fr98/4ZfyJNPPaOrQuqNePyqV+4j37r2B/Kja680ovFDj/xdbtOwz8gz7Kv3yRIVjpFneN999pxKVDw2CZAACZAACZAACZAACVSdQCSik2KHHiYDAwN5j33GJz4mp3/kNPH58iwln6C1yPd73fU/kG9ffV3erZqbmuSvD94njY2O44GFBEiABEiABEiABEiABMYjAAcg5sFv+/eACSMLARCOXrg8IQrPUoHUFrcADBHu6KtXy33PDcpBOzfKvWcvm5QAjDoLzesjbeVXbt+iRq/tVFjcYJy8EKu+esw8Y95CsaGs4Qx9nbYDBefxqV9vFOSvhWvzkF2b5Mrj5huhEAXhkc9R4eseTXsZ1cinCIn7WdV0rLO1VH1jKq4yiMDIpwwBcH1vSlQKMOeJc4GLti2jYeCcTlUD4JNqqOto9MmpB3dITLWpu/8zKI9/dgfT9I4z/2fCRK/YmjDO4pjqQG/TMMzfO2lRVh9BXmGIx0jDCT0MDtwL1fH79r2ccM2x5LBcoIL7bzScdr/qNXsr269qNNlDdnX6ppADGO3bXw1/t2uk2u/c1ykPqOgMQfU0be8lR8/NOmw363V73m83GXEYuhCu2f/TbT6lQngxJZ8AXEj3mqheiKfQ1v69Ni5bBzT89uwGee/+rUYzc+t++AwV0gfxmTrr15vk+c1xU89X9Hr/1r2dsteSkAnxjIKIvAi9ndQFGwiVDcPiVbrN5bqQASI0RN5cjatZOV6in6efqkC/Qa+VBep4f8c+LfKVd87Lal2F+rcYtqVuUxUBuNTGFbuf+yZZ7D7crjYIYPXQQZetlFeq6xkfIBYSIAESIAESIAESIAESIAESmIjAVy+9Qm746c/NJiee8F552R67y3eu/a5s1Mg9KIsWLZQTjnu3HHvM0ZquZWwIO3fd2OemP9wicP7a/fMdm+GfeU2SAAmQAAmQAAmQAAmQAAmQQO0RoD44fp9QAK6963WbaFE0MWzCHSBPM2KwP/PFnWRx++icCNsECJ4kCZAACZAACZAACZAACZDApAhAqH3TEUdKIpEQOHO/deUVmpZlD3nPCe+XNWvXjarr0NcfLNdf9x1d1Y5kKqPLJ848R+66596Cxw4Gg3LPHbfKwoVcsFoQFjcgARIgARIgARIgARIgARIggSoSoAA8PmwKwFW8EHmoEQKPa5jvA7+2QvbQ/MhXa65hxHJnIQESIAESIAESIAESIAESIIFiCFz17Wvkmu9ebzZtCATkjltvllg8Lse97yRBmGhbfnT9tXLw6w7KW+Uz//mvHPOeEwoe7sLzz5FTPnhywe24AQmQAAmQAAmQAAmQAAmQAAmQQHUJUAAen/eMEICreznxaCRAAiRAAiRAAiRAAiRAAiRAAlNJIBaLyZHHvEdWrVptmnHsO4+Sy756iTz5r3/LQw8/Yl5ra2uVE977HmloaMjb1LgKxnvue8CEp3HAq/aTn97w/UnnFJ5KNjw2CZAACZAACZAACZAACZAACZAACVAA5jVAAiRAAiRAAiRAAiRAAiRAAiQw7QisW79e3n38+2Xr1k4JBPzyza9fJm9582GTOo/d93qlpNPpvPvMnzdPbv39b2RWR8ek6uTGJEACJEACJEACJEACJEACJEACJDDVBCgAT3UP8PgkQAIkQAIkQAIkQAIkQAIkQAIlEXjxxZfkxA+cKl3d3Wb/XXbeWfbZe09ZuMDJ1/uJ0z8i9fX149a9y8v2yfse8v3+4LvXyK677FxSu7gTCZAACZAACZAACZAACZAACZAACUwlAQrAU0mfxyYBEiABEiABEiABEiABEiABEiiLAMJAv/9D/ycbN24aU8+zT/1T/H7/uPXnE4Bfe+Cr5apvXC4d7e1ltYs7kwAJkAAJkAAJkAAJkAAJkAAJkMBUEaAAPFXkeVwSIAESIAESIAESIAESIAESIAFPCPT29skVV14lN/72plH1TSQAJ5Mpedk++2W39/l8cu5ZZ8qpHzpZ6urqPGkXKyEBEiABEiABEiABEiABEiABEiCBqSBAAXgqqPOYJEACJEACJEACJEACJEACJEACnhP43/MvyA0/+Znc8sfbVcQVefqJxwTCbr4yPDwse+/3Gkkmk/KOt79NPnLaKbLzTjt63iZWSAIkQAIkQAIkQAIkQAIkQAIkQALVJkABuNrEeTwSIAESIAESIAESIAESIAESIIGKEujs7JJINCpLlyye8Dhr162TYDAoc+fMqWh7WDkJkAAJkAAJkAAJkAAJkAAJkAAJVJMABeBq0uaxSIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESKCCBCgAVxAuqyYBEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiCBahKgAFxN2jwWCZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACVSQAAXgCsJl1SRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRQTQIUgKtJm8ciARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIggQoSoABcQbismgRIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgASqSYACcDVp81gkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkUEECFIArCJdVkwAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkAAJkEA1CVAAriZtHosESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAESIAEKkiAAnAF4bJqEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEiABEqgmAQrA1aTNY5EACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZAACZBABQlQAK4gXFZNAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAtUkQAG4mrR5LBIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARKoIAEKwBWEy6pJgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIgARIoJoEKABXkzaPRQIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIVJEABuIJwWTUJkAAJ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RgZSNwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQICAANgcIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQIwIC4BoZSN0gQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQICAANgcIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQI0ICIBrZCB1gwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgJgc4AAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQI1IiAArpGB1A0CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgIgM0BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQI1IiAALhGBlI3CBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgIAA2BwgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFAjAgLgGhlI3SBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgIAA2BwgQIAAAQIlFPhx2KgSlqYoAgQIECBAgAABAgQIECDQMgS6du7QMjqqlwQIECBAoAICAuAKIKuCAAECBFqOgAC45Yy1nhIgQIAAAQIECBAgQIBA6QQEwKWzVBIBAgQIEBAAmwMECBAgQKCEAgLgEmIqigABAgQIECBAgAABAgRajIAAuMUMtY4SIECAQAUEBMAVQFYFAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEKiEgAK6EsjoIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQAQEBcAWQVUGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIFKCAiAK6GsDgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECFRAQABcAWRVECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoBICAuBKKKuDAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECFRAQAFcAWRUECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCohIAAuBLK6iBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAFBATAFUBWBQECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBCohIACuhLI6CBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgUAEBAXAFkFVBgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBSggIgCuhrA4CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAhUQEAAXAFkVRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQKASAgLgSiirgwABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAhUQEABXAFkVBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQqISAALgSyuogQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBABQQEwBVAVgUBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQqISAAroSyOggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFABAQFwBZBVQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgUoICIAroawOAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIVEBAAFwBZFUQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgEgIC4Eooq4MAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIVEBAAVwBZFQQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEKiEgAC4EsrqIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAUEBMAVQFYFAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEKiEgAK6EsjoIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQAQEBcAWQVUGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIFKCAiAK6GsDgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECFRAQABcAWRVECBAgAABAgQIECBAgAABAgQIECCQX4EfR06M3kd/HC8cPX/8olfbKRr61+eHxoVP/BivHjd/bjqxav/PY9dVusQ+a3TJTZs0hAABAgQIEMiHgAA4H+OgFQQIECBAgAABAgQIECBAgAABAgQIzKDABU/8ENc+P2ymg9nxEyL++fGoWH7+9tGpXauyBsAjx/43bnl5WOy+6uxT7e1Bt3wX3/w0IW7fZ55JPh/40/hY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ISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEh8F8nIALwf30FyPiFgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBD4YAiIAPzBTKUMRAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIgf86ARGA/+srQMYvBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBITAB0NABOAPZiplIEJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACPzXCYgA/F9fATJ+ISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEPhgCIgB/MFMpAxECQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQuC/TkAE4P/6CpDxCwEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEh8MEQEAH4g5lKGYgQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAL/dQIiAP/XV4CMXwgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIgQ+GgAjAH8xUykCEgBAQAkLgv0rg5l938NvqDZg0Zvh/FUGCcYeGhmHx8jXw8fXDkC8+QeZMGd+IzdXrN7F+8w58P2LIG51vzUn/xD2s6cfbPubHOQtQqXwZVKtS4W3fyuT13+b9z/z+B44eP41vvvr0nYztbd906869CA4JQ88u7fBPrte3OWdvg5mWk7nrW3vc2+hjUq45bKM/ngTHYUWfrAlOG70tADe8Y7D+Y7ekXNJwbNUpD9CzihM+9nB6o/PlJCEgBISAEBACQkAICAEhIASEgBAQAkLAPAERgGWFCAEhIASEgBBIZgJTZs6Dn39AgqumSJEC0yaMTJa73bh1W4maLpkz4Z8UgH2ePkUICUGFCuSzahzaflp1QjIddPTEaZw+exEDP/kIdnZpkTJlygRX5rEcPHISnne9EB4RCQeHdMiXJyfq1aqBLC6Z1fHPwiPg5xeAPLlzqL9rxxMa9gzjJs/EFwP6IEd299euv2HLTgQFh6Bfry4WR5RUQe2PS9ewct0mk9e1sUlj1UaAmJhYXLh0BVUqlLXYv+Q64OGjJ3BM7wAnJ8fkuqThOr5P/XDgyAnc9ryHyMgouk96FC9aEPVqeyCdvZ067m2KicklAEfHxKg1ZW9nj++GfA5+ZyRHS+pza3xPrWBp/EwkR/8Su8bbnLO30W//gEDExcUjq6uL2csbH3fq7O+oSJsjUqdK9Ta69cbX9PSLQXQcUNTNRl3j1+MhJNo6wiZ1CrxLAXjPtXDkc0mDAll0/bLUtP22dKz8XggIASEgBISAEBACQkAICAEhIASEwIdCQATgD2UmZRxCQAgIASHw3hBgAbhEscKoWK70630iLSdzxjdzohoPbu6CpajtURXFChf8RwXgPfsPIzYuDs0b17eKt7afVp1pcDsPAAAgAElEQVSQTAftOXAELDgmJsDef/AI8xevQO6c2RVHR0cH5XA8efo8vO4/xKBPe8MlU6YEvdGO510KwOs2b8fggf0T9I8Fw0wZM1ik+Nedu9i57xC++rSvxWPf9wMePHxMc7kcObNnQ52a1ZT4+9TPHwcOH0dcfDy+pDGyMP42xcTkEoDPkpP4/MVLCAgMQud2LVEwf95kwZ/U59b4pu/Ksfo25yxZwCbDRXgzxsjxUzF+5FDY2lonaCbDbZN8iYiYF8j2jSceTs4LB9uU71QArv/TI3xVLwOaFE9ncRzG/bZ4ghwgBISAEBACQkAICAEhIASEgBAQAkLgAyEgAvAHMpEyDCEgBISAEHh/CLAAzFG3tWpUSbRT7Pg6QWJjSEioEuw8qldG+TIl1fEz5/6K0iWL4XcSglzJSdajc7vXrjN/4XLcueeF1KlTo2TxIihbqjhWrN2kBKOtO/cjJDRUCUddO7ZGWltbde7xU2dx6uwFBJMrNWMGZ7Ro1hCFEhGX7pAjdsfu/fAl56stCWclihVBSzr+IDksWVRjkdHJKT1GDBkEFt+279mPJ098kSZNahQvUgitmjdSfTPuZ5GCBdSxo7/50jCeZas2wJmu1bJpQwQFhWDjtl3wevAQeAElzrZr1RTOzqYjQhNjuJtE6sPHTuHFixeqT1991k85pbWNhSV2o/bp2fk1lyWfs2vvIRQtXIBcvzlfi7s1Hk+zRvWscgDrheLhX39miKJmoZnFvq9JxFUOYHIM8/W477EkCBUtUgBtWzRVwqVxYwfw+i3bzTp9r9/8C1t27EWDOjVx8iytM4rEzu7uhi4dWqk5W/TbGjx//lzxYQezaxYXs2vEeE22adEEYyfNQCdacyfPnCfxPBQZaJ66d2yDDLS+rt24hW279qvnYP+hYxhE91i9foshAtrSXCdlvc6ctxD2adOi/0ddX5vLyKgorFy7GY3q1UL2bG6vCcCxsbHYsecgrlI/Y8h1657VVfHXO7n5Ga5Jz29l6j83b9+nmDH7FyXSsaOcNwnwWvUPCFLrNF+eXLjw55W/HQE9e/5ilCtVAv6BgQh7Fo5uxFPf2FUeExuDLu1bG342ZuJ0tG/djNzOhZGU59bUO+b3Py7j8NGTCAwKhkP6dPCoWhk1qlZU9zIXAW3uPEtv5emz5qM0vb+8vB7gKaUm0OOHdq2bGt5NWgGYhdLt9F66TukHEeTYz0WCf4e2zeh9ptvwYO5dFE8bATbT88DPWnRUNK33zGhGm1jy582tzuUNEbxpxJci423T2qJmtUqoWT3h+5sTAPid9f2IwfRu1Im1UdHRGDtxBnp174hbFMevj8o2t8b1PLvS8zhq/DS1qYaf9eZNGsDdNQvm/LIEo4Z9YdItH/8cGLs9AOsuhCEwPJ5csOT6b+2CWgV1TveyEx5gUF1n9CKnLrdrT2JQefIDJdw62ydMQlh4IgQTdwWS0/cFPqrqhGfRz+nd8AJzOmeBPgJ6UU9XZP/mLqJiX8DeJgV+aOMCL/9Y/OUbg1LZbTH/WAid/xz9azhjXAvdu3bQmqcIj3mORT1exUfn+vYe5nZ2QfOSDuAIaP7v715ROHYnEjkzpsHkNplRv4i9On8BuY1nHwyGd2gc3BxTY2AdZxUX3XTOYxy7HQlbciG3KuOAhd1dsfpcGGbsD8L9wFi4pKdjazthQE1nNSbjfv/5IMpsv47StUdu8cctGls6m5RoWdoBU6lf7Ho2bszqG4rJ3nb5GVKnTKGOnULHct8iSTAfudUfO6+GI5yOK+Fui/EtM6NcLluERT2H+7C7WExsFpwIxl2/WMVxStvM6np36O9OdilV9HYu4iJNCAgBISAEhIAQEAJCQAgIASEgBITAmxAQAfhNqMk5QkAICAEhIATMELAkAF++ep3qyu5E7+6dkDOHuxIlVpBQNeiT3kqAYhGIBY62rZoo0c6OxC3jxo6xzu1bGRzALEqUKlEEzRrWQ3hkJOYvWo46HtWUgMOC4dZde9G3R2e4u7nqHMN0/JAvqTauCUfy2B9+RKO6NVUkKdfSXbpyHSqULa1qty5ZsY5EzAzKAcxi6fips1CudAk0oOPDwsLwy+KVqFKxnEH81vaT+2FOAOY6xiyCtG7eGC9IgNi+ax8iSKzhuqPGzRJDdjw+fOxt0gHM7sofZszFJ326GwSgxKbTOJ5ZOx5rHcDWCMA8/yWKFULLJg3V/C1YslJxbdKgToKuWSMA8xwvpbnijQV8DRbPWEzjOeQ1cezkWRUBrXcAW1ojxmuSBfpRE6apKPAeND82adJg3cbtCAgOxqd9e6g1xpsSSpUohga1a6h47VnzFhkEYHNzbakvWiAssk2cPluJv5bcsloxcdO23SQYPqK11YH6Zo9d+w7jz8tXKXZ5IIniaWBOAOY1OnHabJQvWwr163jA29sXy3jt0nl/pwYw16v+ce4CtUEiiAT1/7EIOPwrQ4S1JQHY2ueW+RnPJ6/RaT/9TO+kjihIc3r//iP8smQFBn78kXonJSYA+5LT2tx5lj4oeE54vX/Wr4cSctn9vHn7bowZ/rVyw2rnjMfP9+NNBnYU632QNqP8cfkaeGMFN3PvIt4scpo2wPSjdcKR4HyffQePYiSJrMEhIZhO4n67lk3Vxpun/v5YuGwNGtI7rQLNsbaxkMyc27dqpjbfcFPrdecejKa5YoFaLwCbW+Nano+9fdSmn4mjv1Fj5k1BvDnEo1plpCUx2rgtPhmCCSTY7v0iG3JkSIOfjwZj5oEg3JmQR4mUSRGALz6IRs3pD7GShMa6hdNh5sEgFfPcslQ6zO70SgBmIfLSo2hUn/oQ3tNeOYCXnwnFIBJm+1Rzwsm7kejwizdOfZMTJbLZWCUAPw2Lx89dXVEpd1rMORyMWYeCcPP73PAJjYfHtIc48FV2upYtLpJo2+rnJzTm7CjubkNO5Lv4lYRfdgCzUFt+4gOs7e+GeoXtcfZeFFrMe4wDX+ZQYqtxvy0J03lH3MPIJhnRo7ITfELi0HmRN7pVcjRZq5ivdcMnBouoL6TLo/Ov3mhYLB3GNs+Er9f74TyJ26uIXWaH1Bi7IwAbSLS/OiY3bVQBXAZ7ohUJxkt6ZlWie9GxXsjunBo7BmaDi0MqtJr3BIUpepsFZWlCQAgIASEgBISAEBACQkAICAEhIATehIAIwG9CTc4RAkJACAgBIWCGgCUBeOHSVXBxyaRcr/rGji92ozWuX1uJM27kyGzfpnmidzEWgBcuW60ECHa1cuMasbY2tspBy2IwuxQb0bX1jfuQM0c2JdxqG7tCR3w/hZydLZR4x41/pq+hqxWA+XfPyKXIIgU7frmxsBYeEYHundqqvydFAGbRk+sat2nROMF9jUFYYmhOAGa3H99Lyysx0NYIwKbqtLI4zuIoR1BbIwAvXbmeHNUDlXuW214Sp65eu4nBgz5O0DV9DWBT7uAaVSupNcQCLK8JvWOVL7Jq/WYS2GlNtGySQAC2tEaM1yTX2WUBmN3peiGMY7V5HfM975O4yvfXuhi1Yp65ubbUFy0QdsKzM9uaudTfv2rl8vhu7GTlkGfnLDd2cY4hF2fvHp2U+9ScAPyEBF+OnB4/aqjBYb915z7F/O8IwCwKsqO4D/WB27RZP6vNFNWr6Fy45gTgohQFn5Tn1ng++Rlnx7GTY3oDXnbn8oYB7kNiArCl8xJ7rvQ/5zlhp31rSg3gxtfjd0ZXcjkXK1rIIABXqlgWI8dN1QnUL5ML9MfynOXPk9vsu4jrQ1+hjTaf9+upBH79vfi9xg71W/RO+Lx/L0N3D5ET+uZtT7WZwbit3bgN8dTPLrQBhxsLvens7dGWnistJ3Nr3JwAbIkZu3BZMMxMIiE3/2fxyPPdPfw+IicKudokSQBmIfnAjXAcGayrcU77blD8+/skpNpZJQDvvBKOC3Rffcs/yguTW2VGu3IOVgnAJUncnd/NVZ3Ojtnsw8kVS25jV3LxNv/fY1yka+d46YBl53OqlwZmrQDMP38aRi5hJ91nELeKkx4owbZPdackCcCNiznAbZgnFnTLgtZldM+C9r7auYmNB3IM98TSXlnRiERfbiw2+9F81C1kjyxDPNVY2OXMjV2/ub69i/Ufu6NaPjslAK/72A2NX55b+8dHqEhCuF7w5bm59DCajneztCTk90JACAgBISAEhIAQEAJCQAgIASEgBEwSEAFYFoYQEAJCQAgIgWQmwOKRf0Bggqu6UbQnR/5O+XEePGpURpUKZQ3HsKjA9Uq7dmitBGCu7Vu3VvVEe2bKAfzD2OGG49dv2o74F8/RqW1L5ZBkp6Rx48hpjvA1bsdPncPOPQfgmjULipCIWa5sSUM9XGMB+BpFDbNYEkDjZSE0KjpGCTQfdeugLpsUAfgexcAuW7WeBBobFCqYD2VIgM6XN5dJBpYYmhOAb3veI6fyCuW0dHwpeN3zeoh5C5cZ7uXqkhlDvvjktQho4/HohV2O6eWobm3jqOwoci9bKwCvWLMJk8d9Z7jEuYt/kgN6vxJTjRsLwInVAGa3eLp09kqMZFd4YmvC2AFsaY0Yr0m9APwlxWtnd9dFvOrduEOJWxBFjfNamaIZk1YANjfXlvqi5eF59z5+XvRbonG52mP19y9O9bnHT/lJibXaaPBJ0+eoGsKV6bk0JwBzDPA2cnqO/fZrw+VPn7ugRHVTAjC7zTlWmVstihVu2qhugjmNowjgcZN/UiJiqRJF1e/5ufqDXMmDB+o2AVhyACfluTX1jjl8/BR+v3BJbeDgZzmcUgg4FtuD4pDNRUCbO8/kw6v5Ic9JeXq/sNtV33geOD6/aqXyBgG4CEWy889NtQ5tm6MiJRSYexfxs7po2SoE0rrk9xNH1TNnFoDXbNxKcfuXE1yao+dHDh2U4Of8bK1ctxnffzdYCcEc/9yH0hXy5sn5Gidza/zvCMAsJI6giOIDNyNJNH2u3KR+5KQ9MSyHihFOigP405VPEUnRzexC1beOC7zh6pjKKgH4OsVLb/jklUBZctx9DGuYkRyz6a0SgNuWTY/B9V/VLC9CLthBtZ1VlHT/FT7Y/Mcz1MhvT65ae3Su6IgMLyOstQIw9/snci6vOBOGAIrEpiRm9d+JJER/Vss5SQIwi7XsqB65NQBFyX1bv0g6dKnkgPwuCWszPw6KQ+ExXgbhXbtQvMk5XJDE8Isjc1JE96tzi4+9j8ENMqBzhfRKAD4+NAdK59C5vBvPfkwubDsMaZBR/X3KnkCcoGjs7Z9ns/QYye+FgBAQAkJACAgBISAEhIAQEAJCQAiYJCACsCwMISAEhIAQEALJTIDFI64hyxGx2paGXLLscE1MvGTxlOOOWZwpSXV3zdUQNhaA2YU2aYxpAXgqRbuyi09fz9Oa4bJgwkLXtRt/4RY54Xp0botiJJpoBWB9ZC3X7CxfuqQSU9gJyWKX9QLweqoB7GhwQ3NUMd/vxs3buERR2SwCmRLMLDE0JwBzxCrHxfal+r+FC+ZXOPi+AUFB6s98b46IZTHPGgcw19DV147Vs2WxjkXQxATgE6fP4dzvfxpqAK+hDQATRg0zTA0LwLsplngMubqNm7UR0ObWhLEAbGmNGK9JvQDMseXsJOcWSPwmTZ+LoV8OIDE4WDkjtWtSKwDrmZuaa0t90fLQz+VH5AzlTRPGjSN7U6XSOSWtEYBrkhDJrtcEArAP1QCeo6sBfJmcpHv2HcIYjQB87OQZnD530aQA7Ee1bXlzBzd2iupd+tq+/nHpqhIV2Z3Kgh43rsPKwrB+fZkSgEdPmI4ObXQ1gLlZ89zyccbzefr8Reym2tfsPs5FaQHcZlIcdbkypcwKwJbOSzAhRj/gOSlDNYBre1Q1/GYCxWvXJSGe31n6OStBccvjJs9UzwvXazZu1ryL2JXPGz34vXaRhHV+73xGjuBN2/co93Cvru0tdfflvDzH9xQD3Y1SDrh+NJ/PQjGL5lph19wa/zsC8EfLfOAVEIcVH2VFtgypERL5XNW5TUwAvkoibZVEagAPWOmroot/oRhmfeu80IciiFNaJQDf8I55zaFqSQDOSQ7f/3XJYqgB3JWilVmk1TcWgIeSANq7qq5+8U2KV95NNXQ3kRD8ODgOhwdnVzVxtQLw4lOhGLvNHxvIWVsxj65cQjWqL9zl5bWtiYDW9ovP96UI6j3XwsEOZ3ZIL+/thqYldC5ffXtC/Sk02gvnvsuBIllfj+o2JwBzLeOeVJ+ZBWD9nPE1WQCuR/WP9YK4CMBWPY5ykBAQAkJACAgBISAEhIAQEAJCQAiYISACsCwPISAEhIAQEALJTMBiBDRF42aiOrqtm+liT7lxdG5eikJt2rBusgvAi35bA0eqwaqNlGa3prOzoxIttI1FEo6C1YpUm3fsUe5Ojl/VCsAsku7ae/A1IYzH4ZAunUkB2FhM5fvOnLcQeXPlUAIwi1fpqZ/6Pl25dgNrqa7shNGvhFF9Xzle2BxDcwKwnndKsooN6NPDEG+tvzaPi92XySUA68VSjnNmFzg3rhV6+849gwDMEdDaGGOOgGanIYt/xu1tCMCW1khiAnAXiuotW7q46uKdu17KWc0iqdeDh2YFYHNzbakvxjx4zXEcMEf46sVePoYd2NzvJg1qK4H0tQhoijnv0r4l1V3W1XHVR0DzxgXeFGAsVrO7dMnytYZ468Uv/8w1W7mxOOt57/4bR0Bz7DU/j/Vq1XhteOs376C4eIrUNYoX1veZY5FZuOTNGdY+t3yu8XyyCzY2Ns4Q3c5rdhy5pDlO3JwD2NJ5CRav0Q+Yc06qMdyudTP1m9jYWIwaPw3daSMMC/raeRgxbgraNG9ConQJw1V4s0lGik239C6Kps01oFedrY1uvp6FRygR94tP+8Lz7j2qD3wRwwfraglz4/VpZ5cWvGnHVOOEBRua+8ioKCXqc010blph19wa/zsCcFF2kdajursUb8ztwM0ItKZ6sXoxsSqJnz2rOBlq1u4iAZVdvQ8n54XzSwetfkyjtwWomrlcT5gbvf5Ravx91CpoXQS0OQF42EZ/sEjK9YO5sXPZfdhdrOqb1SAAV8xjh5866NITONqahV19PeLQyHhkehlzzdHU1aeSqEsu4M/JIawVgD8mEZvPXUZRzNyCI56j4Oh7GNMsk0kHsLl+NSvhQHHS8coBrW9DNvjhYWCcqjGsbdynrEM5LtpV1fLlduF+NK4+iab6wY5wpd9xneKWpV6PgF7T3x0e+XUR0CIAm3y85IdCQAgIASEgBISAEBACQkAICAEhkEwERABOJpByGSEgBISAEBACegKWBGAWNtdt2qHcodkoPvfSlRsqhvSrz/spgdAaBzC74dghXLFcGZNimzYCmh1vv1EccA8Siri+qdf9RyTkriXhqEOCiGXfp374ad4i9CIhrADVJOYY2JUUT+zmRl9kN22AFWs3gV2VHVo3xyNvb/y6ZBWJmP3ITeeEYyfOkGP4FlKS41IvXGr7GUzO2+mz56tIWzeKl2b3J/erYvnSSkBh518NqndarXIFhXLfoaMkkt4lLv0TLC5LDC0JwI+pjuvPFPnsSrWWG9TxQMaMzogIjwTXBz526izKlCyuahEbi9ba8cSQWMV/t+QA5s6PmTQDDWp7KHcpi+lcQ5bFKHY08j1WrN1MwlZJtGzSgMSpZxRrvJwiwsupSGLjpo+A5qhlU43FexZjzTmAz1Bk8T6KqR5MbFnE5Fhsc2skMQGYY2+5XiuLYatoDHFx8fi4TzclXifmAK5SqZzZuU7KeuXxP3rio+YyCwmlXNM6A63Fp37+qrZrGps0GEB1XFnI04qJvKnBi2oW9+nWkWpYp8UOijy/Ts/J8K8/Q2pav9x3blzjOJZcuMtXb8R1EoFZ3E5BGwcmTJkFHgfHtD9+7IPV9PzyPd6kBnBAYBA4JtrUOmJn8MZtu5QT/NyFP3HkxGkMGfSJWjt7DhzBkeOn0Y1qGXOUtbXPLdfsZtFcmzKwjzYcsON+4Me9lat166594FrHxYoUVDHQiUVAWzqP1/rBoyeUkMzR5MaN5yQ8MhI9ibM7vWMOHTuFozTGMcO/pnrVaV6bM56jq9dvgd3emTNmwNnf/1Au+RHkvuV30YLFKxN9Fy1fs5HEzRckIDeGvb2dSjbgdxnXqCYdj/jPIddxdSV2s5C+jDZkcA1ifjeYavzu2rJjrxKA+3TvZEgA0HPq3qmN2TWu5clrlV3vLEZnodrwUSS+89g4FpvnyrixUzRHxtT4uYsrrjyOxpS9QeRWfYbVfd1ULdrui33UKct7Z1XCaM8lPmARWC8Az6eIY2f7VOhEMcTHblPM99zH2DzAHdVJlJxFUcrzj4WgGbldZ3fKAq1Y+pdvDMpNfICjQ3KoWsNT9gbCnAC84HgIRTMH4/y3OZHONgXG7wxU11/SS1cXl4Vq//DnWEX9LEnR1TMPBGHO4WDcHp8Hq86FYt7REBpTVuSnCGV2Ajenfs7q6IJmdG7+kffwZd0MSmideySYoqLDcPCrHAin2sjfbPbH1ccxaEJjmNAyE4z7vZKunVi/OK7ZY/pDxbJmAXsERsTjo6U+KE61irk27/4bEUowH9lEF9P85To/nLsXSWPKijSpUijWtan+77gWmcDCMR+7rp8bnIj3yK3+2E2u4ksjc6layyIAy78ZhYAQEAJCQAgIASEgBISAEBACQuBtExAB+G0TlusLASEgBITAf46AJQGYgbDDlCOAw0jsY/GGnb8F8uVRrKwRgNkhepjEEhZpWVQ0J/bxNbk+6LFTZxAWFq4cc3U8qqnam6aacsAeOUkRxsFISy64ogULoEWzBkhra6viUzmqNmWKlBj97VfYSiII1ynl6NrqJNwWLlQAC5asQK4c2ZVjWNvPPhS5vIuic/n66ezskC9fbsST65AFYxZbHzx8jC0798Kb4nZTpUqJXNmzoQWJzizSmmrmGFoSgPl6fgEBJBIeV+JnODkC7WmsOeielSuWNcQJGwvA2vGwo9paAfgyiWvbdx9E6tSpVAw41yE9c/4Chn4xgDYAXCMB8hDq1a6ueMVSHHVxEp+4HmxqEw5EFoBXrtuU6HPFsbbRJOKZWxMszLHIHBYWRhsRuqr6pebWSGICcMe2LZRg5+8fCHfazNCDYnG5dqo5AZjXq6W5Tsp6ZRC8cWEfCb6eJHyz85c3JJQuWRS1SUDXuz61AjA7QrdQdO8tz7uIozXIscetmjVEJhIWuXGk8Or1WxBBYpyjowPq1KiKJSvXqbq/DuRSv02uUT4/IDAYecjBzkLpidPnlYCc1MbPBD9X+lq/2vP1tYFb0MaAElS7mJ+9R0+8kZ5c9lUql1ebLhrW9aB6tsXUc2Xtczvv12WvCcC8/rkO9f1Hj+CU3hHNm9antfFMiZwNSVQPCQ1FcEiYiqjXPhOWzsuXJxdm/bwII4YMRAZ67xg3nhNe67we2EHtkD6d2lyifxdq54zdwVupLvYVepY4UpsF4+aN6hsiyDdu3ZXou6gDOYw30O/v0LzF0yYF3izQsF5NiurXxYbzO2DH7gNqHdmTUF2uVAk0Juc4x9qbauw4/542f9jZpn3NOawVds2tce1xLEz/unSVGj+zZmYs0LM47UQx1caNXaafrPTBA3KlsnD6c9cs+HFfMDaSCLplQDYSG1Oi/3JfBJET1s0pFQmlzuBY57sT88AlfSrlFnZ3Tq2imLlN2h0IjlGOj3+BTzyc4OkfC3ublMqZqxWAWbTkc4/ficCIJplU9LQ5AfgZibG9l/nij4fRcKX79q3hhDmHqL5uE0q/KJMeFSbdp1rBjjh8KxInPSNVtPP09i7KfRxPudRjtgdgzflQBFI9X3enNPiomqMhHnnirkAlGNcqaI9fumVBLxJpz3lFqeMmtcmEpxThPHSjH0Y0zoiBdeh+mn5/TGM016+VZ8MwfV8QHgTFwskuJRoVTYcpbTMjfdqUmLE/CMtOh+LyaF1tehbYB6/3UxHVtmlSKLcvC8Vp6c88/iH0u4M0vujY56hEbuepdJ08mdOo80QATuqbUo4XAkJACAgBISAEhIAQEAJCQAgIgaQSEAE4qcTkeCEgBISAEBACQkAI/McJmIq1/o8jkeEnQoDjzblOsT1t+jBuxlHbAvGfJxAR84IE31elAJrNeQwPEmGHNdS5XKUJASEgBISAEBACQkAICAEhIASEgBAQAv9OAiIA/zvnTXotBISAEBACQkAICIF3RkAE4HeG/l91Y3ZjL16xBp/27Wmy3yIAv9vpvPYkBlUoipkjj+sWtsehWxHostAbhwfnQJkcCeOn321v5e5CQAgIASEgBISAEBACQkAICAEhIASEQFIIiACcFFpyrBAQAkJACAgBISAEhABEAJZFkBwERABODop/7xq/nQnFDIo8fhwch5wUwzy4fgZ0rZT+711UzhYCQkAICAEhIASEgBAQAkJACAgBISAE3jkBEYDf+RRIB4SAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACyUNABODk4ShXEQJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAi8cwIiAL/zKZAOCAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASSh4AIwMnDUa4iBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEHjnBEQAfudTIB0QAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACCQPARGAk4ejXEUICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEh8M4JiAD8zqdAOiAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhByYZmYAACAASURBVIAQSB4CIgAnD0e5ihAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkLgnRMQAfidT4F0QAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASGQPAREAE4ejnIVISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhMA7JyAC8DufAumAEBACQkAICIG/R+DmX3fw2+oNmDRm+N+70Ad0dmhoGBYvXwMfXz8M+eITZM6U8Y1Gd/X6TazfvAPfjxjyRudbc9I/cQ9r+vG2j/lxzgJUKl8G1apUeNu3Mnn9t3n/M7//gaPHT+Obrz59J2NLzpu+TU7J2U/9tbbu3IvgkDD07NLO7OWtPe5t9NHaa26//Ayfr/bD/R/yJDhl340IdF/kDd/p+ay93GvHDdvojyfBcVjRJ+sbnS8nCQEhIASEgBAQAkJACAgBISAEhIAQEAL/LgIiAP+75kt6KwSEgBAQAv8CAlNmzoOff0CCnqZIkQLTJoxMlhHcuHVbiZoumTPhnxSAfZ4+RQiJLYUKWCdCaPuZLAO38iJHT5zG6bMXMfCTj2BnlxYpU6ZMcCaP5eCRk/C864XwiEg4OKRDvjw5Ua9WDWRxyayOfxYeAT+/AOTJnUP9XTue0LBnGDd5Jr4Y0Ac5sru/dv0NW3YiKDgE/Xp1sdjjpArAf1y6hpXrNpm8ro1NGqs2AsTExOLCpSuoUqGsxf4l1wEPHz2BY3oHODk5JtclDdfxfeqHA0dO4LbnPURGRtF90qN40YKoV9sD6ezt1HFvU9j8uwLwslUbkCZNKnRp3/o1Ns+fP8ewURPRt2dnFC6YX/2O73Xm3AX4+wciJjYWWegdwKJ6lYrlkoXr2+SULB00uoh/QCDi4uKR1dXF7OWNjzt19ndUpA0JqVOlehvdeqNr+j+Lx23fWFTJl1adv+daOPK5pEGBLDZ4lwLwDZ9oPA6OR73C9laN69fjIehZxRE2qVNYdbwcJASEgBAQAkJACAgBISAEhIAQEAJCQAgkPwERgJOfqVxRCAgBISAE/uMEWAAuUawwKpYr/ToJ+i48c8Y3c6IaI527YClqe1RFscIF/1EBeM/+w4iNi0PzxvWtmmVtP606IZkO2nPgCFhwTEyAvf/gEeYvXoHcObMrjo6ODspFePL0eXjdf4hBn/aGS6ZMCXqjHc+7FIDXbd6OwQP7J+gfbzLIlDGDRYp/3bmLnfsO4atP+1o89n0/4MHDxzSXy5EzezbUqVlNib9P/fxx4PBxxMXH40saIwvjb1PY/KcE4N8vXsbmHbvRvlUz5M2dE6D5vnXbExu37lI/K1emxN+errfJ6W93LpkuwBsgRo6fivEjh8LW1iaZrpr8l6n/0yN8VS8DmhRP904F4HE7AhEV9xyTWuk2xphrETEvkO0bTzycnBcOtgk33lg6X34vBISAEBACQkAICAEhIASEgBAQAkJACCQPARGAk4ejXEUICAEhIASEgIEAC8AcdVurRpVEqbD77ASJjSEhoUqw86heGeXLlFTHz5z7K0qXLIbfL16CK7naenR+Pdp0/sLluHPPC6lTp0bJ4kVQtlRxrFi7CZ3btcTWnfsREhqKgvnzomvH1khra6uuefzUWZw6ewHB5ErNmMEZLZo1RCE6xlS7Q47YHbv3w5ecr7YknJUoVgQt6fiD5LBkUY1FRien9BgxZBBYfNu+Zz+ePPElB2NqFC9SCK2aN1J9M+5nkYIF1LGjv/nScFt2PjrTtVo2bYigoBBs3LYLXg8eAi+gxNl2rZrC2dnJZD8TY7ibROrDx07hxYsXqk9ffdZPOaW1jUUudqP2IWclj0ff+Jxdew+haOEC5PrNCa0713g8zRrVs8oBrBeKh3/9mSGKmoXms+Tk/JpEXHUPcgzz9bjvsSROFS1SAG1bNFXCpXFjB/D6LdvNOn2v3/wLW3bsRYM6NXHyLK0zisTO7u6GLh1aqTlb9NsasLuU+bCD2TWLi9k1Yrwm27RogrGTZqATrbmTZ86TeB6KDDRP3Tu2QQZaX9du3MK2XfvVc7D/0DEMonusXr/FEAFtaa6Tsl5nzlsI+7Rp0f+jrq/NZWRUFFau3YxG9Woheza31wTgWHLO7thzEFepnzExMXDP6qr4653c/AzXpOe3MvWfm7fvU8yY/YsSDNlRzpsEeK36BwSpdZovTy5c+PPKG0dAW+sAXrNxK/U3NsE74dr1W8rBnov6YqlNnzUfpemd4eX1AE8pqYCWPNq1bmp4H2gFYL7XdnoXXKfEgQhyyecikb1D22b0DtFtMjD3/MeT+L6Z1iCv7+ioaFpjmdGMNo7kz5tbncubEHijhi/FtNumtUXNapVQs3rCdya77pnP9yMG0/tIJ9ZGRUdj7MQZ6NW9I25RBL4+AtrcutJHQHelZ2DU+GlqIws/X82bNIC7axbM+WUJRg37wqRDveyEBxhU1xm9yNXK7dqTGFSe/ECJnM72KXH0diRGbvHHLd8YpLNJiZalHTC1TWaTDtgzd6Pwycqn5KiNRa2C9mhc3B6zD4Xgz1E5oY2AbjrnMY7RdW3JRduqjAM6lE+Pj5b6YEE3Vwzf5K/Or1s4HRb3dEX6tCkxaM1ThMc8x6IeryKec317D3M7u6B5SQfoI6CzZUiN5WdC4UDnfFzDCYPr6+YysTFM2xeEqXsDKUUBcHNKg+tjc+F3ryh8t9Uflx9Fwy5NSjQrkQ7T2+sc2Nm/uYuo2Bewt0mBH9q4wJFEYD72r3G6eefWbZEP3J1TY2rbzHgYGIsv1/rhDF2T12LlPGkxu2MWZM+Y2uRS/nF/EH49GYKg8HhUz2ePmR0yI0dG3XuSncfzj4UoNnkzp8HA2hnQuWJ69bsa0x6ibVkHnLgdhZs+MbCjpbS4pxsWHAvGmXuRxA6Y1dEF9YtY53I22Tn5oRAQAkJACAgBISAEhIAQEAJCQAgIgfeIgAjA79FkSFeEgBAQAkLgwyBgSQC+fPU61ZXdid7dOyFnDnclkKwgoWrQJ72VADV7/mIltrRt1USJdnYkbhk3dq91bt/K4ABmgaRUiSJo1rAewiMjMX/RctTxqIYaVSuCBcOtu/aib4/OcHdz1TmG6fghX1JtXBOO5LE//IhGdWuqeFSupbt05TpUKFtaxcwuWbGORMwMygHMYun4qbNQrnQJNKDjw8LC8MvilSqKVi9+a/vJ/TAnAHMdYxZkWjdvjBfPX2D7rn2IIOHIVG1PSwzZqfzwsbdJB3BAYBB+mDEXn/TpbhCjElt5xvHM2vFY6wC2RgDm+S9RrBBaNmmo5m/BkpWKa5MGdRJ0zRoBmOd4Kc0Vbyzga7CQx8IezyGviWMnz6oIaL0D2NIaMV6TLNCPmjBNRYH3oNqrNmnSYN3G7QgIDsanfXuoNcabEkqVKIYGtWsocXLWvEUGAdjcXFvqixYIC34Tp89W4i9vejDXtMLmpm27Sbx8RGurA/XNHrv2Hcafl6/iuyEDSRRPA3MCMK/RidNmo3zZUqhfxwPe3r5YxmuXznvTGsDWCsBHqM7w4WMnSQBuj3x5c73RC5M58Br7rF8PJeSep40mm7fvxpjhXys3rJYTR5n7kpuahX07itI+SBtA/rh8DbyZgZu55583aJymTSf9aG44hpvvs+/gUYwkkTU4JATTSVBv17Kp2uzy1N8fC5etQUN6j1QgrtrGQjK/k9jhzBteuKk1snMPRg//SgnUegHY3LrS1gB+7O2jNtpMHP2NGjNvxOENGR7VKiMtidHGzZIAnHfEPYxskhE9KjvBJyQOnalWb7dKjvjY4/XNKzFxL1BglBcd54jhjTLiyF8R+GKdnxJJL458XQDmPmQjMfXX7q4GB3A3um5rEoMntMiMwIh4NJ37BIPrOWNATWerBOAVZ0MxrGEG9K7qhJN3I9FpgTc2fOKuRE9zY+j0qzfyUhQ1O4BZpC00xgudSJD+rnFG+ITGocX/nqBPNUd8UTcDLpEoXH3qQ3hP0zmAN1x4ZlYA7rHEm8TYlPixXRbE03v/283+CIl8brJWMV9r2CY/rO3npqKxh5EQfs8/Fge/yo7NfzzDQBLB1/d3R/ncabHjMtWFXuqLI4NzoGxOW9T+8RFCIp5jzxfZkNkhFZqRwH75cbQ6niO3p+wJxLZLz3DyG3LWSxMCQkAICAEhIASEgBAQAkJACAgBIfABEBAB+AOYRBmCEBACQkAIvF8ELAnAC5eugotLJuV61Td2n7EzrnH92koAdiNHZvs2zRMdmLEAvHDZaiWGsKuVG9eItbWxVQ5aFoPZpdiIrq1v3IecObIp4Vbb2BU64vsp5OxsocQ7bvwzfQ1drQDMv3v2LFwJJuz45cbCWnhEBLp3aqv+nhQBmEVPrmvcpkXjBPc1BmGJoTkBmJ2HfC8tr8RAWyMAax3E+uuwOM7iKEdQWyMAL125nhzVA5V7ltteEsquXruJwYM+TtA1fQ1gU+7gGlUrqTXEAiyvCb1jlS+yav1mEthpTbRskkAAtrRGjNck19llAZjd6XpRjmO1eR3zPe+TuMr31zoqtcKiubm21BctEHbCszPbmrnU379q5fL4buxk5ZAvXrSwuhw7SseQo7R3j07KCWtOAH5Cgi9HTo8fNdTgsN+6c59i/rYFYI603k7O6jPnLyI9PescA52P3hslaRzsTLamMQd2t7cmp77++ebntCvVHy5WtJBBAK5UsSxGjptKG1U6GsR1fhfwscwpf57cZp9/rsl8hTa3fN6vpxLVte8SdoXfoufw8/69DF0+dPQkblKcNW8gMG5rN24jcfA51UhupX7FQm86e3u0pbWsFXbNrStzArAlbuYEYBY53YZ5kjM3C4mzOrdp/HMglYn04yN/RaLVvMfKOcyuXW59l/vi4v1oqwTgtj8/we3xuZHVSfe+/WiZD9LT/Wd3ymKVALzrSjiujMnFyeGqNZr9GMXdbTC5tYvZMWgFYD7PLywejnYplTuZ29fr/RBAjtxlvbImWQBuSeJxviwU0f7SQZwYO75Pq3lPUDybLSa01CU6sNh+lJi2K5ce7X95gvxUK5ldxfpWd+YjeBSwx5hmGZUAXDWvHSa20p07elsADt4INwi+PDcdFzyB73Tr6ttbWjPyeyEgBISAEBACQkAICAEhIASEgBAQAu+agAjA73oG5P5CQAgIASHwwRFg8cg/IDDBuNwoZpQjf6f8OA8eNSqjSoWyhmNY4GBxp2uH1koA5tq+dWtVT5SNKQfwD2OHG45fv2k74l88R6e2LZVDkp2Sxo0jpznC17gdP3UOO/ccgGvWLChCIma5siUN9XCNBeBrFDXMwk0AjZeF0KjoGCUWfdStg7psUgTgexRJu2zVehKLbFCoYD6UIQE6MZejJYbmBODbnvfIqbxCRVE7OuoEm3teDzFv4TIDCleXzBjyxSevRUAbj0cv7HYjdyRHdWsbR2VHkXvZWgF4xZpNmDzuO8Mlzl38Uwl9LKYaNxaAE6sBzG7xdOnslRjJrtLE1oSxA9jSGjFek3oB+EuK187urouc1btxhxK3IIoa57UyRTMmrQBsbq4t9UXLw/Puffy86LdEo3u1x+rvX5zqc4+f8pMSa7XR4JOmz1E1hCvTc2lOAOZI4m3kOh377deGy58+d0GJ6qYEYHabBwYFq2NrUcRx00Z1E8yptQ5g/Ym8tjwpqv3u/QcUt/0XnoWHo2fX9iiQN0+i7wz9L5hDeXqm2e2qbzx2du1XrVTeIAAXoRh0/rmp1qFtc1SkVABzzz8/H4uWrUIgrQV+J3A8fKkSRdVmEo6y5nrGxo3j3kcOHZTg57yeV67bjO+/G6yEYI5/7kOJBnnz5HxNADa3rt6WAMwR0D8fDcbIrQEo6mZDbtp06FLJAfldEtYWXn0uDKO2B+AOibj6NvdwMBafDLVKAGYH8FONQPnZqqeIo80mv3R1tUoAvk0R1Zs/dTfcu/8KXzyLeoFVfbOaHYOxALzrajhmUBTzXb9YpCQNOCz6OeoUsscacuYm1QF8yjMSXSkS2p5cwPXIidyOYpprFLAzue5KjruPL+o4o0/1hGUByox/gIEU0927qi6mm9uAlb6Ijn+BxRSLzQJwW3JPf15bt8lm0u5AnLsXhS0veXA/GpMgHjIrv8VnSA4QAkJACAgBISAEhIAQEAJCQAgIASHwbyAgAvC/YZakj0JACAgBIfCvIsDiEdeQ5YhYbUtDLll2uCYmXrJ4ynHHLLaVpLq75moIGwvA7IibNMa0ADz1p59VLDNH/1rbWLxhoYvFpVvkyuvRuS2KkYCjFYB9qHbnj3MXqPqh5UuXVMIOOyFZ7LJeAF5PNYAdDW5ojirm+924eRuXKCqbBSlTgpklhuYEYI575ejavlT/t3BB3Zf9fN+AoCD1Z743x9WymGeNA5hr6Oprx+r5cnQui6CJCcAnTp/Dud//NNQAXkMbACaMGmaYHhaAd1Ms8RhydRs3ayOgza0JYwHY0hoxXpN6AZhjy9lJzi2Q+E2aPhdDvxxAYnCwcmlq16RWANYzNzXXlvqi5aGfy4/IpcqbJowbxwenSpVK/dgaAbgmiaIck51AAPahGsBzdDWAL5Ordc++QxijEYCPnTyD0+cumhSA/ajOLm/u4MauVb1LX9tXduxHR8cqt6226TcZDOjTI9HNEOw2X71hC3x8/NR6stSYQxmqAVzbo6rh0AkUaV2XxG9+T+g5laC45XGTZ6prco1k42bN8899480V/C65SBHb/Kx/Ro7gTdv3KPdwLxKtrWnsPP6eYqC7UbIA12zm81ko5k0nWmHX3LpKTgH4KtUArqKpAcz39Q2Nx55r4dhJLtsD5Cxd3tsNTak2rratOhuGCSQ8ch1dfZt3JBgLT1gnAHcnAVjrULUkAOccfhf/65LFUAP4AdXbZZFW31gAjiWBdElP3SaOxMagFYCve8eg2tQHynXcubwjUtPj9Q1FMd8P0F3bGgGYBd9sL2sA830jYl4oZnuuRmDTn2HoV90Z41+6fLX8SpEAzAJuP6pdbNwSE4DDSOBe0UcnALO4/FmtVwLweRKA9YK4CMDWPIlyjBAQAkJACAgBISAEhIAQEAJCQAj8mwiIAPxvmi3pqxAQAkJACPwrCFiMgKZo3ExUR7d1M10EKzeOzuU416YN6ya7ALzotzVwpBqs2khpdms6OzsqAUXbWLAJI2FGK1Jt3rFHuTtZnNIKwCyS7tp78DUhjMfhkC6dSQHYWEzl+86ctxB5c+VQAjCLXempn/o+Xbl2A2upruyE0a+EUX1fOV7YHENzArCed0qyrrGwpo+31l+bx8Wu5uQSgPViKcc5swucG9ctvX3nnkEA5ghobYwxR0Cz65HFZeP2NgRgS2skMQG4C8UGly1dXHXxDjlS2VnNIqnXg4dmBWBzc22pL8Y8eM2xQMhxwnqxl49hlyz3u0mD2irq+bUIaIo579K+JdVd1tWU1UdA88YF3hRgLFaz03XJ8rWGeOvFL//M9WO5seDvee/+G0dA76NIZI51/nbw5+CNIvp28c8r5JbdptaGPUU8b6Da4RXKlVIRztrGrv1jp85QjHhC96wxLx5bTqo13q51M/Wr2NhYjBo/Dd1p8wmL6Nqxjxg3BW2aN0G5MiUMl+ENHhkpqtzS8x9NG1pArxdbGx2jZ+ERSsT94tO+5F6+R/WBL2L4YF0tYW68JjjGWjt+bd851cCGeEdGRSkhneuQc9MKu+bW1d8RgKtOeYCeVZwMNX3ZAduR6udylLMTRSE/pUhkV0fdRgNuQzb44WFgHNb2fyW28s/33YhAZ6qn+4jOs7PRvXvZpXr2nnUR0OYE4GEb/fEkOM5QOzcs6jnch91V7t7mJR3Avz90MwK/j3i1djgCunyutBjfIpPZMWgF4BUkYo/Z5g/Pia/c5vUoapnr6poSgLdffobPV/vh/g+vjq8x7SGqUBwzxzWz6JwlfSpDLPVWqsM7YOVTPJmasKZ3a4qA5lrEM17GRTP3padCVO3hLsQ1D/1uertXaQwcAV0tnx3G0fhEADZ+E8jfhYAQEAJCQAgIASEgBISAEBACQuBDJyAC8Ic+wzI+ISAEhIAQ+McJWBKAWdhct2mHcodmo/jcS1duqEjUrz7vpwRCaxzA7Mxjh3DFcmVMim3aCGh23/1GccA9yG3H9U297j8iIXctue86JHAV+j71w0/zFqEXCWEFqLZoeEQkVlI8sZubK4m0DbBi7Sawq7JD6+Z45O2NX5esIhGzHzn7nHDsxBlyDN9CSnJc6oVLbT+DyXk7ffZ8DB5IQijFS7P7k/tVsXxpJeawC7FGlYqoVrmCmrN9h46SSHqXuCR0NVpiaEkAfkx1XH+myGdXqrXcoI7H/9m7C3irqrR/4I+BYis2FpjY3YmOBYqtKDbm2CIliIICoiK2jq3YYo7dii3qjGOP7YgBgkpYiO9am/feuZe4xBzuPcB3v5//5z+cWHvv79rngOe3n2dFgwbzx8gRP0deH/i5F1+JtddYrViLeOzQuur5/JaCs/zniVUA53M5vUfv2K7pFkV1aQ7T8xqyORjL1ZV5Hzfdfk8K2daIXZptl4Ky4amtcd/UInzdoiXx2FtFC+jcanl8Ww7vcxhbUwXwy6ll8WOpTXWbZJtDzNwWu6ZrZEIBcG7Bm9eOzcHcLekcRo36I45svX8RXk+oAnjjDdetca4n53rN5/+fgd8Uc7lIatud17ReIF2L3w0aHHmd2Xqz1Yuj05qyOVSsGmzmmxo+S2sWt95/n7SGdf14ILU8fzd9TjqcfEyqaJylOPa85TWOfx81Kvreele8m0LgHG7PlG4cOKvXhZHPI7dp/+qrb+LW9PnN+5jSNYDz5yxX0y+xeKpU3HyTmGPO2YvP6UOPPhWbpcr9fI3mLVf6fvzpF7FzaiOdq85nipnjy68GRj6ftVJ75XwjRb6+nnz2+WIt6NwOfOwtO4z4+ec4KJ1bw/S5fuq5F+PZ519K1eYnpzWi01qs6fkN11u7uFazy9vvfhC5wnqhBgvEKwPeLCrTO6Xq2/z5v/Lamyf4+e97212RbyjZfecdY8455yi6CeTvj7wu9J/poHr2vjhVHW+WWlFvWNx0ckO6CSKvQVxxrmMfd/6+uPeBR4sAuPUBLSur7iuC3QNa7l7jdVU1AM7XR640z2H0Imk99l/Smtb53HJb7Lym+djbAdd+UzzU99DF4pff/4yDrvsmcgicA+BvfhoVW5z3Zdx62OKxZVpvdsjIP+KQ678p1qrttftC8XgKfV9JlaadmzWIEb/+Gct2+iROTIFlm20XiGf//XMcf/t3McesM4+3BfTynT8tXnvgRvPGy5/9EjUFwFf2/zEuePKHeK3j0jHX7DPFmQ8OiQufHBrXHbxoZQB848s/xtm7LxytNpg3nv94ZOya1t99/MQli/V8azqHg9P5/J6K2C/dd5GiwnfXy7+KF9svFUvOXy8uTi2sH0whb720HvAzbZaKD1Ob6XW7fxHPnrJUrLTobPF5qjresOcX8VKHpYv1hp9IIXRuZX3gRvNFz90WipXP+CyO3iKH6/+tzH36/TFr836WqorPT62mu7VYKHKr7bvfGB7HJa88D6s3nD2t4zs43v/293j65CUjB8e5IvreoxvGmkvVj3veHB5H3PRNvNBu6Vg17VcAXOv/FLJDAgQIECBAgAABAgQIEKhjAQFwHU+A3RMgQIDA9CcwsQA4n3GuMM0tgIelsC+vQ5orf1dYbkyF1KQEwLlC9OkU3OSQNgc1NYV9ecyKCsFhw0YU1Xtbb7FpsQ7o+LaiAvaZF1IL4x+ifqrIW2XFFaLFTttF/dlnL1q55rU4Z55p5ujS8aS4LwUyb6bWrvXq1YvNUnDbZKUV4srrboplllqyqBiuepytU8vlh1Lr3Dz+XHPMEcst1yj++H1UERjnsPWLL7+Kex98NL5O7XZnmWXmWGbJJaJFCp1zSDu+rSbDiQXAebxB33+fQsL+Rfg5IlUn5grLpdI+N9pgncp2wmMHwFXPJ1dUT2oA/FZqZ/33h5+MWVO/1NwGPK+J+vJrr0fbE45ONwC8k4K2p+IvTTcrvH5P7ahXS0HYHrs0S6//bzVohUEOgHPL4AltucXur6lNbk3XRA4Jc8g8bFhqt3pwq2It1ZqukQkFwPvs0aIIDwcPHhIN080MB6YWvXkd15oC4Hy9TmyuJ+d6zQ75xoVcRZvXxc2Vv/mGhLXWWCWapgC9ogK1arCZq1PvTW2EP/j4kxiVrsFlll4ydt1p+1gwhZx5y+2Nb73z3hiZgsF55507tk6h7HU331Gs+zt3qlL/d6pgze//fsgP0ThVsK+68orx/EuvFQHylG65hfYjTzyTwvvPI1eNL5S6BGySPlMbpTC2oio+33yRr/t/pGsmtxgf/cfo4pjXXmv19JnepKhm//I/A+PCy69J1cDHxQLpsz72lh3y9ZXnIFctzz3PXMUNHRXfP1WdcnXwfWkt6n+l6ze3sc6B8c47bFvZ9vuu+x6a4Od/71Rh3C89/1Gy+iPdGJAD+u3/smVqjz+mVXf+3D3w8BPF3M2Zgup111w9dkzV2mNX5Fccf9EGOt1wMcfs9atVDlcNdmu6rqq+LgfTV11/S3H+26ebBpZrvEzRhSGH0/OlNtVjb7nt8RF9v42hI0fH4vPNkkLZ+WPfq7+JT1IV7MKpevXmVBV73mND44uhvxcVwTusMlf0StWt89SfuVgr94aXfoq3uoxp+5xbRHe+9/siON5+1Tljo8b1ixbQuTJ37GrZ7g8NiT5PDI2tVpwzjthyvhoD4OFpHd5Db/g23vzy11g0HdNhqU3yxU+ltYmbpW4Ta88TJ90xKEb8Njrmnn3muH3AsGLN3eOazhfHbz3mmq/pHHJr69Y3fhuzpKLlj85qHO1Sbk5ERwAAIABJREFUy+c7Xx+WqphnjqM2nze2W3XuaHHpV7FBo/pFFXCu1O3/0cjo1GzBIug+I617fFNa/7hBDppXnCN+TSH6rGmwPnsvHANSsJ3He3vgr1EvPbZ+qkg+OwXnTRabrVijN1fxvt+1USyxwJjvwktTy+xsks9301RFnMdYesF6xXPZ+sZknSuDV1i0XnTNlb/JLm8C4Cn9ZvI+AgQIECBAgAABAgQIEJhWBQTA0+rMOW4CBAgQIECAQB0JjK+tdR0dit2ORyC3FN97953STQ1zjPPs2O2tAdauwG+j/kw30MxUrJ2bt7MfGRIvfvRL3H9sw9o9EHsjQIAAAQIECBAgQIAAAQIEpmsBAfB0Pb1OjgABAgQIECBQegEBcOlNSzViroC+9qbb4q+HHTTeIQXApZKe/HFSIXQ0SS2PW20wT7TfvkF8Ovj32PPKgXHMlvPHsU3Hrdae/D14BwECBAgQIECAAAECBAgQIEBgjIAA2JVAgAABAgQIECAwWQIC4MniKqsXC4Drdjpe/uSX6Hhvann81a/RYK5ZYq9154kuzRvEbGkNXRsBAgQIECBAgAABAgQIECBAoFQCAuBSSRqHAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECdSwgAK7jCbB7AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEpAAFwqSeMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgjgUEwHU8AXZPgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBUgkIgEslaRwCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUsYAAuI4nwO4JECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQKgEBcKkkjUOAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE6FhAA1/EE2D0BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRKJSAALpWkcQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFDHAgLgOp4AuydAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgECpBATApZI0DgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOpYQABcxxNg9wQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECiVgAC4VJLGIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQB0LCIDreALsngABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAqUSEACXStI4BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQqGMBAXAdT4DdEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoFQCAuBSSRqHAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECdSwgAK7jCbB7AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEpAAFwqSeMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgjgUEwHU8AXZPgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBUgkIgEslaRwCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUsYAAuI4nwO4JECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQKgEBcKkkjUOAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE6FhAA1/EE2D0BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRKJSAALpWkcQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFDHAgLgOp4AuydAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgECpBATApZI0DgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOpYQABcxxNg9wQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECiVgAC4VJLGIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQB0LCIDreALsngABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAqUSEACXStI4BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQqGMBAXAdT4DdEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoFQCAuBSSRqHAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECdSwgAK7jCbB7AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEpAAFwqSeMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgjgUEwHU8AXZPgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBUgkIgEslaRwCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUsYAAuI4nwO4JECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQKgEBcKkkjUOAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE6FhAA1/EE2D0BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRKJSAALpWkcQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFDHAgLgOp4AuydAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgECpBATApZI0DgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOpYQABcxxNg9wQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECiVgAC4VJLGIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQB0LCIDreALsngABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAqUSEACXStI4BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQqGMBAXAdT4DdEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoFQCAuBSSRqHAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECdSwgAK7jCbB7AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEpAAFwqSeMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgjgUEwHU8AXZPgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBUgkIgEslaRwCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUsYAAuI4nwO4JECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQKgEBcKkkjUOAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE6FhAA1/EE2D0BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRKJSAALpWkcQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFDHAgLgOp4AuydAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgECpBATApZI0DgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOpYQABcxxNg9wQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECiVgAC4VJLGIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQB0LCIDreALsngABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAqUSEACXStI4BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQqGMBAXAdT4DdEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoFQCAuBSSRqHAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECdSwgAK7jCbB7AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEpAAFwqSeMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgjgUEwHU8AXZPgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBUgkIgEslaRwCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUsYAAuI4nwO4JECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQKgEBcKkkjUOAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIE6FhAA1/EE2D0BAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgRKJSAALpWkcQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFDHAgLgOp4AuydAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgECpBATApZI0DgECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBOpYQABcxxNg9wQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECiVgAC4VJLGIUCAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQB0LCIDreALsngABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAqUSEACXStI4BAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQqGMBAXAdT4DdEyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoFQCAuBSSRqHAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECdSwgAK7jCbB7AgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEpAAFwqSeMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgjgVm+vw/3/xZx8dg9wQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQAgEVwCVANAQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgTKQUAAXA6z4BgIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQAgEBcAkQDUGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIFyEBAAl8MsOAYCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiUQEAAXAJEQxAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQKAcBATA5TALjoEAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIlEBAAlwDREAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgHAQFwOcyCYyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAJBATAJUA0BAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBMpBQABcDrPgGAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFACAQFwCRANQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgXIQEACXwyw4BgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECJRAQABcAkRDECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoBwEBMDlMAuOgQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiUQEACXANEQBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAcBAXA5zIJjIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAkEBMAlQDQEAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEykFAAFwOs+AYCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgUAIBAXAJEA1BgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBchAQAJfDLDgGAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEBAAFwCREMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgHAQEwOUwC46BAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECJRAQAJcA0RAECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoBwEBcDnMgmMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBACQQEwCVANAQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgTKQUAAXA6z4BgIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQAgEBcAkQDUGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIFyEBAAl8MsOAYCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiUQEAAXAJEQxAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQKAcBATA5TALjoEAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIlEBAAlwDREAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgHAQFwOcyCYyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAJBATAJUA0BAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBMpBQABcDrPgGAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFACAQFwCRANQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgXIQEACXwyw4BgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECJRAQABcAkRDECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoBwEBMDlMAuOgQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiUQEACXANEQBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAcBAXA5zIJjIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAkEBMAlQDQEAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEykFAAFwOs+AYCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgUAIBAXAJEA1BgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBchAQAJfDLDgGAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEBAAFwCREMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgHAQEwOUwC46BAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECJRAQAJcA0RAECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoBwEBcDnMgmMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBACQQEwCVANAQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgTKQUAAXA6z4BgIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQAgEBcAkQDUGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIFyEBAAl8MsOAYCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiUQEAAXAJEQxAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQKAcBATA5TALjoEAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIlEBAAlwDREAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgHAQFwOcyCYyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAJBATAJUA0BAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBMpBQABcDrPgGAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFACAQFwCRANQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAgXIQEACXwyw4BgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECJRAQABcAkRDECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAoBwEBMDlMAuOgQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAiUQEACXANEQBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAcBAXA5zIJjIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQAkEBMAlQDQEAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEykFAAFwOs+AYCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgUAIBAXAJEA1BgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBchAQAJfDLDgGAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIlEBAAFwCREMQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgHAQEwOUwC46BAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECJRAQAJcA0RAECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoBwEBcDnMgmMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBACQQEwCVANAQBAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgTKQUAAXA6z4BgIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQAgEBcAkQDUGAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIFyEBAAl8MsOAYCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAiUQEAAXAJEQxAgQIAAgZoEvv1uUNx5Z7944cWX4p1336320saNG8WCCzSIhks0jGY77hCbbLzRVMP8+OOPY+jQH6qNv956605wfwMGvF7tuYUWWigaNVqmJMf31cCB8fXAr6uNteKKK8S8885bkvENQoAAAQIECBAgQIAAAQIECBAgQIAAgRlVQAA8o8688yZAgACBqS4wfNiwOPf8C+Kee++b5H3tukuL6HZGl8rXf//9kLix703xUQpvN9l442i1X8tJHmvsFx7a+ogY8MYb1R6+p9/tsdxyy40z5vsffBB7t2xV7fGmTbeMC8/vPcX7r/rGnr3OiVtvu6PaWGf37B7Ndti+JOMbhAABAgQIECBAgAABAgQIECBAgAABAjOqgAB4Rp15502AAAECU1UgV/3u1+qAGDR48GTt54TjjonWhx5S+Z4dmu0cA7/+b6Xsvi33jo7t203WmBUvPqT14fH6G29We+9dd9wWK6yw/Djjvf/B+ykA3r/a41ttuXlcdEGfKdr32G/q3vPsuP2OftUe7nlWt2jevFlJxjcIAQIECBAgQIAAAQIECBAgQIAAAQIEZlQBAfCMOvPOmwABAgSmqsDBhx4eb7xZPWydlB3ecN3VsfZaaxUv7f/8C3HMcSdUe9tss80WA155sdpjY7dqnnueuaLJSk3G2Z0AeFJmwGsIECBAgAABAgQIECBAgAABAgQIECAwbQsIgKft+XP0BAgQIFCGAvfd//c47fSuEzyyxRdfLJZYvGHl8x9/8mkM/WFojB3uvvTyK3Hk0ceMM85bbw6ofGzEiBGx8WZbVntNrujNlb1jbwLgMrxYHBIBAgQIECBAgAABAgQIECBAgAABAgRKLCAALjGo4QgQIECAwK577BWfpFB37K3lPnvFEYcfFgstuOA4z3322ecxfMTwWG3VVas9t2PzFvHVwIGVj+2z957RqWOHyj8LgF1vBAgQIECAAAECBAgQIECAAAECBAgQIFBVQADseiBAgAABAiUUeOtfb8f+Bx48zoj77btPdGjXdrL3lNcQvvyKK6N///5x4EEHxgH77VttDAHwZJN6AwECBAgQIECAAAECBAgQIECAAAECBKZrAQHwdD29To4AAQIEalvguhtujD4XXFRttwsvtFA8+fgjU+VQptcA+Ouvv4mXXn45hg0fHlttuUUss/TSU8XPoAQIECBAgAABAgQIECBAgAABAgQIEJjeBATA09uMOh8CBAgQqFOBY48/MZ7r/3y1Y/jr0UfGUUccPtnHNWTI0Nhqm22rvS+3iL7lphvi8y++iNdffyOeeOqpeP75F6u9Zo455ohVV1658rETTjg21lxjjTi09REx4I03qr327jtvj+WXX26cY3v/gw9i75atqj2+1VZbxEV9zo9vvxsUHTt2qvbccssvW601dX7yqquvjZdeerna607t2L7Y31k9zo477uxX7bkDWu0Xn37+WTqvN+Pnn3+u9lzzZjtG2zYnR4MGC0y2ozcQIECAAAECBAgQIECAAAECBAgQIEBgRhIQAM9Is+1cCRAgQGCqC+y86+7x+edfVNvPNVdeEeuvv95k7/vbb7+LbXdoVu19K664QvS7/dbo2Om0ePChhydpzAvOPy+2brrVeAPgvffaMxosMG6oOvj776PfXXdXG78iAP70089il933rPbcyk2axO233lTtsbbtO8ajjz1e7bFrr/pbrLfeutHtrB7jjD+xkxnfPib2Hs8TIECAAAECBAgQIECAAAECBAgQIEBgRhMQAM9oM+58CRAgQGCqCmz9l+0jh6dVt8cefjAWW2zRyoduuvm2eCpV7k5o22abraPVfi3jm2++je12bF7tZSussHzcdcdt0eHUzvHQw5PWVrrP+efGNk2bxiGtD4/X33hzis9/qy03j4su6BN1FQDnAz+nV4/YYbvtpvgcvJEAAQIECBAgQIAAAQIECBAgQIAAAQLTu4AAeHqfYedHgAABArUqsOEmm4/TvviF556OeeaZp/I4upzRLe697/4JHteuu7SIbmd0mWED4DVWXz3PBRX5AAAgAElEQVSGjxgen3zy6ThGm2y8UVxx2SW1Oqd2RoAAgQkJPPzIo3HBxZfEow/+HRKByRI4+ZT28cSTTxbvOfTgg+LEE46brPdP6ouH/vBDdO/RM1577fXI/3u++eaNZ558PGaZZZZJHcLrCBAgQIAAAQIECBAgQGAaFBAAT4OT5pAJECBAoHwF1lh73FbPL73wXMw155yVB12KAPiz1GZ68KBBMWzY8Djh5DbVQJZcomEKkE+vfCy3jZ533nnLowL4mitjvXXWia5ndo+77r6n2nF3SusD77P3XpWP5Urpc847r9pr8vrGr7zYv3wvAEdGgECdCHyR1kXfaZfdK/edQ65VV14ljj/+2Fhl5SZT7ZimVgA8IK3xfsutt8f55/Waasdu4Kkn8Jftm8V3331X7KB+/frRuHGjOPSgg2L77bet3Onvv4+K0aP/iJPatI0VV1hhigLgPMaOO7WIJx59aIIn07vPhfHU089Erx5nxaKpG8nvv/0WDRs2nHonb+SyEhg1alRccunl8fBjj8X3g7+PhRdaOFrs3DyOOvLwmGmmmcrqWCflYC7/25Ux/3zzxb4t95mUl3tNmQkMHzEizk/fSU8++VT8nq7NddN/E3Ro3yaWaLhEmR2pwyFAgAABAgQITB8CAuDpYx6dBQECBAiUicDmW24TP/70Y7WjeeKxh2ORhReufKwUAXDFYEN/GBpbNv3vD8r58Yo20WOTlEML6OuuuSr92LP2eAPgiy/sE1tusXm1w95pl93iiy++rPbYg3+/L5Za0g9FZXLJOwwCZSFQEQDndcaXWnLJ+H7o0Ljhxr7x8suvxL339IsF5p9/qhzn1AqAb7r51njjzX8IgKfKrE39QXMAvO8+e8VOzZrF8JEj4plnno2LLrksrrnyilhvvXWrHcCxx50Yyy+/3BQFwO9/8GEcceTR8dwzYyqJx7cddfSxsepqq8Rxx/y1ZCf+559/TpPhYckApqGB/nbV1dEv3XDXq/tZ0ajRMvHWW/+K9mkZkbannBx77r7bNHQmYw71hJNPiY02WF8APM3N3JgDPv7Ek+Pd996PU9u3jYXTfxvlQP+LL/8Td995W8w222zT6Fk5bAIECBAgQIBA+QoIgMt3bhwZAQIECEyDAs1b7Bpfph8yqm79br81chVuxXZD35vi2WeeK/449Mcf4+OPP672+klpAV3xhv81AM7rCefAeOztvfffj3323b/aw6VYA3hyA+COnU6LBx96uNpx3HDd1bH2WmtNg1eHQyZAYGoJVATA9959ZyzbuHGxm99+/z023nTzOOfsHrHN1lvHawMGFNWWD9x/b3Tq3CX9+fX45Zdf4oH77o6ll166eM87774X5/Y+Pz788N9FaLzTTs3iiMNaV7bL/fDfH8Vpp59RrIXepMlKxU0rd/S7q7IFdA5bXnnl1bj26isrT3WvffaN3XfbtTKwGJyq8M4+55wYMOCNGPXHqNhg/Q2ifds2seiiixTvyYHgc88/X40qV+yd1a3r1OIzbokFcgB8xGGHxt577Vk5cuvDjowV0r8FOrQ7pdreJhQAv/POu9HrvN7pWvwwcveLHXfYPk45+aSYeeaZi/dff0PfOP+CC6uNtXjDxSuvxV7n9o6bb7l1nDNbbrll455+dxSP5wriy674Wzz88KMxbPiwaLLSSqkar22skALpiu3Qw46IrZs2LaouL7rssvjm62+iebMdomcKFM/t3SdGpoq+HOjkyr62bU6Kiy+5tPi85M/A3HPPXWJZw02uwNF/PS4aNW5UfMdUbA8+9EjMP/+8sekmmxQPrbXuBnHV3y6L9dcb08XmqaeejjO6nVV5Y8Ehhx0eG224YXyU/r36TPr36/wLzB+nd+4Um2065v2vvvZanHBimzj77O7p/50XgwYPiq222iK6p++s2WeffZKutfx9vVFaRuXmvjfEAw8+FPfdf3/89NOwOL1L59gjfX/mbXzLrHTrenrs2mLnyWXx+joQ+Ozzz6PFrnvERRecH1ttuUVxBCNH/hyntGtffC/mv4cn9p2U/9skLwfzyKOPF38Hr7/eOnFj31vSjTVrF39H5ptT1lxn/Tj37J5xw003xYfpJpnlllsueqduGksuMebm0dGjR8dFF18aD6T/vvgx/XdYvgHn1PbtYvXVV6t8Pn8mep/bK2697fb49rtBqZPTHNGj+5mxfBor3/jV4+xe8eRjj1QLrc87/4L44IMP0mfp8jrQtUsCBAgQIECAwPgFBMCuDAIECBAgUEKBVgccHP96++1qI/Y4q2vs1Lz5ePfy7HP947gTTqr2XDkEwO+8+27s2+rAasdVigD4+muvinXWnvQK4NwCOreCrrpdctEFscXmm5Vw1gxFgMC0LlBTAJx/CN5666YplBgc22y7QwoyNoh1UieCFjuN+V5eKFUhzVavXvoh+Keine6hBx8YB+zfKj5P3QeO+uuxqZJz7zg8hXl5222PvYoKzhzE5Vb8J550SoxO/1exBvCkBMAHHXpYLLDAAtG+zclRL1U8de/ZKx3bd3HTDdcX+8g/gPe58MIYmIK23LY3bzPPPEvUqzfrtD5NM8zxjy8AzkHqSilgrRrEZZAJBcA7Nt8lttmmaarcPTpdC1/HIYceHm1OPjF2/v/r9o8//ohnnn02unbrHo//fwvo3NK3ooout/7NrzksVQjnoO7gAw8o/GdKAXK+3vN2yWWXx6OPPhEXXdg7Gi6+ePrzFXHffffHQw/cVxnedjurR3z22WcpjPspTu3QPpZZZpk07qhYZJFF4oILL477H3gwHvr7vcV+8j5vvvH6IuTJaxpv+5dtZpg5L9cTPavH2fFS6oRw6cUXRKM0d+PbJhYAH57m9uNPPokObU+JDdL3562pPf31qcPCU088Wixx8sYbb8Yh6fredtttou1JJ8WwEcPTdX1S7NJipzj6qCMm+VrL102+ESYvW5Lfl///2WebvVi3Om+/pfblBxx0aHFjzt577lE8Nuuss1rPulwvvrGO6777H4guZ3SN1155sfI7aOxDn9h3UqsDD44FF1ww3YByZmyx1dbRcp99Yv99W8b2zXeOZ556PBqkv1vz9bzSiitGl9M6pSrjhaLbmT1S0Dyi8sasfBznnX9+9L3hulhs0UWLm2CeeOKp4nuvYstj5ED4kgsvSNfhPNEhVc0PHz48fY4uLP6O3m7HZum7/JTYYfvtirfk79ptd2ge7VJlfcVj08i0OEwCBAgQIEBgOhcQAE/nE+z0CBAgQKB2BU7vembcc+9/f0DIe8/hbw6Bx7eVawD89jvvxH77H1TtkEsZAI/PaXwtoM9NFUx9x6pgyi1ex26hWbuzbG8ECJSbwNgBcP6h9sKLL0nh1uNxf6rwzdWLueon/6ibKyl79ew+zincfsedcd31fePhB++rbG+b21PmMXJl8acpBNtltz2L5yvWK7wwVRE99MgjkxwA//ujj2OPvfaJRx68v3Id1rxW7KuvDkjrw25XGfLmSqKBA7/WArrcLrRJPJ6qAXCubMwVtjn4mJwW0ENSG/McrlVUUJ6YqtcXX2yxagHyM889F126dK2xBfSBh7SOLdNNU60PPWSco99q623jhBTU7rZLi+K5n3/+ObbaZrvodnqXyvWKL7/iyrjiyqvinrvuqKyurxgoB8CffPppUdHXsVPnmGuuuaPzqR0iB4bbpJsuWqabJ2x1KzD0hx+i82mnx/MvvJhCsRVis802K9YArhoGT0oAnKvQ8zznLV/Tm2+5dZydQrimTbcqAuCDWx8et996U6zcZMya61dedU088eSTccdttxR/npRrLd8k8Z+BA+PB++6d4A0v++y3f1Hxaw3gur2upmTv115/Q1x//Y01fl9N7DrJAfAO221b3KSVv2fbppux8trq+Rrud8etRYVu/t9tTjqheE3e3kzLKeQbr55/9ukizM03EuR/IzRo0KB4/oPU8SN36qh4Pj+Wx+iavgfzTQx5e+DBh+PCSy6Jxx9+sPhzbun/burScMXllxR/zp+v3Fnk8bTsT8UNNlNi5D0ECBAgQIAAgVILCIBLLWo8AgQIEJihBR5KbcE6dOw0jsHD6cf+JRo2HOfx8QXAu6Qfts5MLe2+TtVf2zcb88NDxZbblN195+2Vfx5fC+ixX1Px4oNT9dAbb75Zbbyx21NXPJmrmHM1c9UttzrNIW1ufbrL7v9ta5lfk3/wyz/8Vd3atu8Yjz72eLXHbrz+mlhrzTVjUgPgzl3OiPv//kC1Me647abUpnLMD4w2AgQIZIGKALh+/fpFeJuDrBxwdD39tFh77f+2jM8/6vbq0b0y3Kqql0PXT1KV22WXXFT5cA4w2qfv9NdffTleTq2djzjqr/HmgFcqK87uTjf85KrfSa0AfvyJJ6NjqiQa8OpLNU6cAHjavq5zMPFDCnBnSdWJv/76a8wzz9xx/HHHxl577D7OiU2oAji3Ab8yXVv/+fKrVLU7UwwbNjwFdztFl86nVo7xvwTAI0aOTC3Stygqditan+aB8w0K+SaJw1qPqXrP13cOsPNNEGNvOQDOlfXdz+wanbucHgstuFBR+ZvbDm+y6cZxQKv9pu2JnI6OfmAKVl946eV4LP27bMDrbxTdBbZLQVreJiUAXnWVVaqtU73zLnvE/q32jX323rMyAH7t5Rcqb1h4KF0z56QW5s88+VhM6rWWbxzIFeb5JoIJbQLgafeizC3pL0s3lLzw3NPjPYlJuU5yALxn+h7NN63kqt/TTu1YdDhYb4ONo2/6Lls5tYXO13PuFlTRovy7QYPiL9vtWNzEstyyyxbXY+/09/3zL74Yv/3ya9E2Ot8o8eTjj8TCCy1U+Zm48opL0xIN6xd/Hrstev487bTL7ulmhXsit95v1+HUoivCKalLg40AAQIECBAgUE4CAuBymg3HQoAAAQLTvMCQIUNT9cyYH9SqbqutumpqsXh++nF0wWqP/68VwD/8+ENqgfaXamMuu2zjuPeucX+oPSRVZ7yeqjSqbhNaA/itf/0r9j+werVQRQXwZ5+lNbx2G9N6r2Jr3LhR3Hd3v2qPjS8A7nvDtbHmGmtMcgDccr8D0tqC71Ub96Xnn01VRnNN89eKEyBAoHQCFQHw5ZddHEuldf7mm2/+yrahVfeSfxjOXQRyC+ixt/EFwDmw7XrmWUVl0EuvvBJHHnVM/OP1VyvXYb3jzn5xTapqqikA3nPvlrHH7rsVFWvPPPtctGnbrgiUa9oEwKW7NupipBwA77nHbtEsBan5poQcDExoG18AnNfK3H3PfYoqtr332quohmzTtn26pueb6gFw3u8eu+8arfbbtzjkHAAPSOtlj29dyxwAD/5+cLH2pgC4Lq60Kdtnbuud5/T+e+8qBhg7AH7yqaeK1uLPPfNk8XwOZscOgHP4deD++xXrXFdUAFcNgPM6w7nN7tNPTDgAHvtay/vJHV6OPPywCZ6YAHjK5rwc3pX/Ps3fY6+82L9Y17xiyxW5uXX9hALgqtdJDoD3Su2/cxX4JAfAqctG/k7ON7Es27hxdEoV8fm/LS5NIXHDdHNuXts672PsALimdbHzsR93wsmxyipNYv/0Xbl1Wl4i3wibx7cRIECAAAECBMpJQABcTrPhWAgQIEBguhDI663lUGDsbc7UyjHftT7n///oMXzEsLQu22vxcfrhoeq22667FFVr3377XVpPqlm151ZM7fty1W7VbY211xtnX3fcdnOqkl2p2uOHtj4iBrzxRrXHcjVxrhgeextvALzVFnFRn/Oj4k76sd+TA+DGjRsVD//4049x8KFHjHNuN914Xayx+urjDYBzFclfjz4yFph/gWKMfKz5mKtuuYo6V1PbCBAgUFVgfGsAj0+opgD4zn53xVXXXleEubmKOG+5BfRz/Z+PW2+6sfg+2y39SFy1BXTPXudGrsKsCICvv6FvPJ6qhnNVZd5yZdHmaZ3CY44+qgiAK9pI57UGl0xBdd6+Tq2e//7gQ3HQgftXVs/17nNhfPXVQC2gp9HLfHxrAE/oVMYXAOfqydwy+tWXni9uNsjXUYtd94z111+3WgD8bP/+cdppZ0xxC+itt90+jk1rDO++667F4VW0gD73nJ6xRWoVnDcB8DR6EabDHjZsWLRt1zHatDkpVqjyb738XZe/2556/NHi5DbcZPPofW6vyorJvjffElelFs5VA+C8Du955/QqXp/XQN1sy6bR6+zusdUWW1QGwPf0uz2WSy1483bV1dfGEylIvv2WMd1hJuVam5QAuGWrA2KXVAmvBfS0d11++823se2OzeO8Xj0rq8/z2rn77NsqDm/duujMMbHrZFID4I7t26bq9L0KpH/8459FC+hceTz33HNHrl7PbdAPP2xMl4N8s0JuYT+5AXD/51+IHj3PiUMOPiAtBfFoXH/NVdPepDhiAgQIECBAYLoXEABP91PsBAkQIECgtgWGDh0SzVrsHiPS+lJTsk1uALz1X7ZPFTjfj7Orxo0bxXffDSrWutwirf9XqgA472j9jTYt2lqOveWAep7048q7771f/JA89lZTAFzx2jzGbPVmi7wO8djb/q1aRrtTTpkSVu8hQGA6FihFAPzTT8Nix51apLVSD06tTfcrAt9jjjshjjv2mKLdZA7hctXb+uuuGyeeeFx8lNbzPf2MbjFq9B+VAfDTTz8Tp6Z1AB/8+73F+oK339Ev+lx4YZyQ2v9WBBaHHXF0zDX3XNGpQ7uYNbUIPqtHrxiS/t6o+uPxdWmdxBzSXHrJhcU6sN+kH87XWGP16XgGp69Tm1gAPGrUqMjBR95OSmv75tDs2L8eVfw5V8L9859vRV679757+qUbBZZMYdo18fgTT6SbrJatdlPA22+/EzkQyZVqy6bncjvmJZdomFpOz1MJWtMawHl934dTcHHpxRfEwgsvnNbNvjSee65/sd98beZNADxtX5t5bd6fR/5crB29RLrp5Isvv0hdDXrEhhusH6d16lic3N4t94tNNt64aPGcW+H+9djj46v/fFUtAP4wrZPa+7xziu+hm2++tWhP/tQTjxaVnBUVwDlU69C+XQz78ac4LFXztkjrp1ZU807KtTYpAXD+Tq6XPiMd27WNUX/8HiNG/BwrrrD8tD1JM9DR578zn003VXVJ115unXzDjX3jrbfejjtuvyXmTt19JnadTGoA3CS1gu597tlFN5DT0jrpw4cPq+xikDt5LNBg/jg7LQeR1zA/v89F6Uav/nFXuim24kaJibVFz1M2evToaL7zbvHLrz9HmxNPjJ12qn7T7gw0rU6VAAECBAgQKGMBAXAZT45DI0CAAIFpV+Ctf71dtMwbXwg6sbPaNQUN3c7oUvzgv126U77qtkL6kSu3ba66ndm9ZxEUTGjreVa3aN68WUxOC+i8VnBeM7jqVtECOj927PEnFlVxk7tVBMBd0g9A9943+ZW8Dz1wf/Hjto0AAQJVBUoRAOfxclvUPhddHJ98/EkR4O691x5x4AH7V1YEv/Pue6k16pmpkvfzoptB8+Y7xGWXXxlPPPpQcTg51DstVW6+/PKrsWCDBWL7tMbmq68NiLyGekVL3R9TOHJWz57xfP8XYtbU2nfjjTZKN7a0iYUW+u8SAUOGDImTU6vMt9PfJfk1K6/cJK67WnXRtHLVTywA7t6zV7o5YNylGvL5VVSY59c8+uhjRZh74AGtYskll4hT2nYoQoZOHceskZpvSuja7ax4NK3r+vvvvxcB38VpuYmll166kqqmADi3Xj23d5/UmvzZGJlCwtXTchWndmxX7f0C4Gnlqhv/cebvkotSsN//hRcj/+/8vbZz+jfhkUccVtmG97UBA6LbmT1j9J+jY/HFFoudd2qeroveRev7vOV/z+Z/f36Z1qN+6eWXo8GCDYpONRtvuGHxfEUAnAO1fMPL0KE/xDZbN40zu55e3NCQt0m51iYlAM7VnPnfkF/+5z8xb/ps7LprizjphOOn7UmagY4+XwcXXXJZqrp9KH75+ZdYe+21omO6GWqpJZecpOtkUgPgdqecHPfce198+ulnsXy6dvuce04ROOct36R6aqfT4qdhP8Xy6eabM884PTqffkZ88MGHcWNaqqZRWod6UgLgPNbV11wb16cQ+8nHHqns4DEDTadTJUCAAAECBKYBAQHwNDBJDpEAAQIEpk2BvL5U/pEqV01M6pbbRHfpfGo023GHSW4BPTy1+DswtTbL1Wjj2yoC4MmpAB5vAPz/LaDzPt57//3Usm3/iZ5WXqt3xIgRla+79eYbi3XkTu96ZvHDTMW20korFj+81LR1Pb1z7Pb/bSonumMvIECAAAECBAgQ+J8FcjC7ztprx9FHVV+Wo2LgigD4rTcH/M/7MgCB/1Vg7PD2fx2vpvfn9bTr15+9uInLRoAAAQIECBAoRwEBcDnOimMiQIAAgelK4IEHH4xbb7sz/vX22xM8r7xe70YbbVC0Hp1v3vmK140YOTKOO+7Eau9ZbvllKyt/qj7x008/xQUXXRKfpTvd3/vgg8rQddFFF4mzunaNDTdcP8497/x4L931XnXrnqqDF198sXGOK1e/5bWMq27rrrtOHPP/LSrz46+/8WaclyqH3nn33XHev9GGGxQVJLlVYNeuZ1U+f3oKcZdJlUk39L0pnn3mueLxmWedOa7+2xXx4ksvp5aC10QOn6tuq6WKpLannBRrr7XWdHVdOBkCBAgQIECAQLkLCIDLfYYcX1WB2giAf0sdF/rnNdhP7xb9Uvvqhg11J3IVEiBAgAABAuUpIAAuz3lxVAQIECAwHQrkNYE///LLGDliZOXZ1Z+jflpvavmStw3LoWxuDZnD06m95Qrf91P17p+pdWBeQzAHvP/LlttQDhw4MH797deiWthGgAABAgQIECBQNwIC4Lpxt9cpE6iNAHi3PfcubtTt2PaUaNp0qyk7UO8iQIAAAQIECNSCgAC4FpDtggABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABArUhIACuDWX7IECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQC0ICIBrAdkuCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgUBsCAuDaULYPAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQI1IKAALgWkO2CAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECtSEgAK4NZfsgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBALQgIgGsB2S4IECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQGwIC4NpQtg8CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUgoAAuBaQ7YIAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQK1ISAArg1l+yBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAtCAiAawHZLggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFAbAgLg2lC2DwIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECNSCgAC4FpDtggABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABArUhIACuDWX7IECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQC0ICIBrAdkuCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgUBsCAuDaULYPAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQI1IKAALgWkO2CAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECtSEgAK4NZfsgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBALQgIgGsB2S4IECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQGwIC4NpQtg8CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUgoAAuBaQ7YIAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQK1ISAArg1l+yBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAtCAiAawHZLggQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIFAbAgLg2lC2DwIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECNSCgAC4FpDtggABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABArUhIACuDWX7IECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAQC0ICIBrAdkuCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgUBsCAuDaULYPAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQI1IKAALgWkO2CAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECtSEgAK4NZfsgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBALQgIgGsB2S4IECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBQGwIC4NpQtg8CBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAjUgoAAuBaQ7YIAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQK1ISAArg1l+yBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEAtCAiAawHZLggQIECAAAECBAgQIECAQG0IvPGPt+L6vrfFRb171Mbu7IMAAQIlERgxcmQcd3LH6HZah1hyicVLMqZBCBAgQIAAAQIzsoAAeEaefedOgAABAgQIECBAYDoQ+OHHn+Lk9qeN90xWXmnFaHvSMf/zWT71bP/YYtONY9ZZZ/2fxzLA9C1w6uk94ptvvy1OcuaZZ455550nmqy4fGy/7TaxzFJLTPWTL9cA+EKYGQkAACAASURBVL4HHo77HngkDjlwv9h8kw2rOVQ1y0/MPvvs0XDxRaPFTjvEmqutWrz2kceejOdeeCV6dD11qhtOLzu44ebb49n+L1aezlxzzRmNll46mm65aayz1hrTy2k6j2lMYELfBVM7AP7q669j6NAfY7VVmkxjYg6XAAECBAgQIDBlAgLgKXPzLgIECBAgQIAAAQIEykSgIgA+9qjWsUTD6lVDs882W8w//3z/05H++ttvcexJ7ePi3mdH/fqz/09jefP0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GAgQIEBguhH4888/o+V+B8R7778f6667dqzcpEl888138cSTT6YgeNa449abY7nllpvo+U5JsDXRQafgBaWuAP7iiy9ip112j8MPO1QAPJH5KJdrYAoum1p7y5QY/WX7ZtGw4eKVAfC0fk3WGrYdESBAgAABAgQIECBAgAABAgQITDMCAuBpZqocKAECBAhMCwLffvtdbLtDs1h00UXisYcfjJlmmqk47Bv73lSEwnvsvnust+46sX3znePrgV/HSy88F3PNOWcMGjw4ttl2hxQOLxv39LujsrJx4f9j7yzAqsrat3+P3TV2d8foWFiI3d2t2KIoKCASgnQL2ImBomJ3d7eOM2O3YnfH/3mW7zn/A8I5MBbos77ru753PPvsvdZvrb05377XfT9ZssDK0gL+44Nw/8F91DGpDeexDkiePDnevH2L8YHB2ETi8oN790nUyoluXTur6GZub9++Q9CECVi9Zh2ePXuGIkUKY/gwM1SqWFH9d7WatVGqVEnUq2OCqRT7PG3yROzYtSvaCGg/H09MmzELF85fQPESxeDu6oI8uXOr60TcjoCnjx+OHjuGV69eombNGrC1sUbGDBkiTdnGTZsx0spG+2+68dZhixZjdsg8RNyJQKZMmdC2dSslEidJkiTaab958ybcPLxx+MhhvH//AWXIrWxtNQrFihZRxxviu337DgwbYYnu3bri+o0bOHjgoJqLqO3sufMYbTsGV65cRekypWFcsybNRWCkCOgjR44haOJE/PvPv0iRMgVat2oFs8EDwW7qQYOHorqRESZNDFKn/vDhA0zqNsBT4s/R3inp+PFBE7B163ZaA3dRokRxxa5E8WLRulsNjdvLxxfz5i+A1UhL7CYH+uGjR5Eta1a4jnPCH3+UMzhfseHy7PlzVKthjJIlS6BPr57w8w+k8TxF/bp1YEvR4cnI8c4tJi4LFobB09tX9al5s6Y4efI0uvXspb6zfctGNf8zZs1WaztwvB+KFS4CH/8AOt9RvHj5EkVpjocPNUPFin9Gyyim9cibM2rXqR9pikeNtIA3rV1N06xJfWs6NowSwrNK+igEhIAQEAJCQAgIASEgBISAEBACQkAICAEh8PMSEAH4551bGZkQEAJCQAj8AAKvXr1CDeM6Spiyt7NF44YNkSpVys96Ykig1Dgb+buFCxdWwu+yZStx5eoVmJOI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xYsUdh079uzdp8skvO66eIz+cozkzJ7tvgeuli3/Vebrw1N9u3eUaNGiyfRZ8/Rhr6W6nu/r2s45ifT+cIi818xC3Cxy+coV+fyrsZI6dUppWK/WPUGyBcO79+yT95u/JTFixpAfp86SPzdtlgG9u8qdO3cIgMPjDcU5IYAAAggggECQAgTAQRLxBgQQQAABBBBAAAEEEAjPAgEFwHbO3+i6v3v2HdCgtp2r8t26fYd+sTtTjhw7IbFiPSNFXIVwNf2COaK2jD4gE36cJocPH3FfOGdIl04a1q8lKZLfXYPQqnZ/XbHGBcf2xbJV/ubQVpU2jhw9Ll99+51cuXpN4sWLK1UqlpWPR38tIwb3kxjRo9335bFts23HThk3cYqcPnNGUiRLKvXr1pLsWTO7/YXmPMPzteLcEEAAAQSeToGHCYDtQSr7fFz3xwaJEjmyPKuVwBba2ue43xbQf/99XT7/5js5cPCQxI0dS0qXKiGLdAmImtWrSKFn88uKVWtlzvzFcubsWe32EV3y5s4pDerX1s/l6PftZ8KkKbJ52w73EFem9OmlUYPakjhRIvdrWkA/nfcss0YAAQQQQOBJFyAAftKvIOePAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAII/CtAAMytgAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCPiIAAGwj1xIpoEAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggQAHMPIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAj4iQADsIxeSaSCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIEwNwDCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAgI8IEAD7yIVkGggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAABMPcAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggg4CMCBMA+ciGZBgIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIEAAzD2AAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAII+IgAAbCPXEimgQACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCBAAcw8ggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACPiJAAOwjF5JpIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgTA3AMIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIICAjwgQAPvIhWQaCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAEw9wACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCDgIwIEwD5yIZkGAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgggQADMPYAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgj4iAABsI9cSKaBAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIEABzDyCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAI+IkAA7CMXkmkggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACBMDcAwgggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggICPCBAA+8iFZBoIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAATD3AAIIIIAAAggggAACCCAQAoETJ09Jp+59ZdjAPhIvbpwQ7IFNEEAAAQQQQCC0An/8+ZeM+f4HGTm0f5C7epj3Brkz3oAAAggggAACCIRjAQLgcHxxODUEEEAAAQQQQAABBBAIWuD8hYvSpkO3e94YKVIkSZokkZQuUUzKly0V9E5C8A4C4BCgsQkCCCCAwFMpcObMWZk+e55s3b5TLl68JDGiR5cc2bNIvdovSqKECUNlcunSZTl+4qRkzpQhyP0EFQA3a9lO3ni1oRQuVCDIfT3ONyz7+VcpWayIRI4c+XEelmMhgAACCCCAwBMsQAD8BF88Th0BBBBAAAEEEEAAAQREPAHw+y3eltQpUjiSm//8Izt27ZHxP/woDevX0SC4aJhTEQCHOSk7RAABBBDwQYHbt29Ll579JWXKFFKjWmWJHy+unD13XqZOny0nT52Rfj07ScSIER/LzJ/EAPj6jRvSonUH+XjoAIkePdpjceIgCCCAAAIIIPDkCxAAP/nXkBkggAACCCCAAAIIIPBUC3gC4O4dP5B06dLcY/HdhMly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xqvOnBFAAAEEEEAAAQQQQCDUAj36DtRwuYgLkBkIIIAAAggg8N8JeAJg66LBQAABBBBAAAEEEBAhAOYuQAABBBBAAAEEEEAAAQRCIEAAHAI0NkEAAQQQQOARCBAAPwJUdokAAggggAACT7QAAfATffk4eQQQQAABBBBAAAEEEPivBAiA/yt5josAAggggMC9AgTA3BEIIIAAAggggMC9AgTA3BEIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIICAjwgQAPvIhWQaCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAEw9wACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCDgIwIEwD5yIZkGAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgggQADMPYAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgj4iAABsI9cSKaBAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIEABzDyCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAI+IkAA7CMXkmkggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACBMDcAwgggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggICPCBAA+8iFZBoIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAATD3AAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIOAjAgTAPnIhmQYCCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCBAAMw9gAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCPiIAAGwj1xIpoEAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggQAHMPIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAj4iQADsIxeSaSCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIEwNwDCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAgI8IEAD7yIVkGggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAABMPcAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggg4CMCBMA+ciGZBgIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIEAAzD2AAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAII+IgAAbCPXEimgQACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCBAAcw8ggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACPiJAAOwjF5JpIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgTA3AMIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIICAjwgQAPvIhWQaCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAEw9wACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCDgIwIEwD5yIZkGAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgggQADMPYAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgj4iAABsI9cSKaBAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIEABzDyCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAI+IkAA7CMXkmkggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACBMDcAwgggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggICPCBAA+8iFZBoIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAATD3AAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIOAjAgTAPnIhmQYCCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCBAAMw9gAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCPiIAAGwj1xIpoEAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggQAHMPIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAj4iQADsIxeSaSCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIEwNwDCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAgI8IEAD7yIVkGggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAABMPcAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggg4CMCBMA+ciGZBgIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIEAAzD2AAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAII+IgAAbCPXEimgQACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCBAAcw8ggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACPiJAAOwjF5JpIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgTA3AMIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIICAjwgQAPvIhWQaCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAEw9wACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCDgIwIEwD5yIZkGAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgggQADMPYAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgj4iAABsI9cSKaBAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIEABzDyCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAI+IkAA7CMXkmkggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACBMDcAwgggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggICPCBAA+8iFZBoIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAATD3AAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIOAjAgTAPnIhmQYCCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCBAAMw9gAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCPiIAAGwj1xIpoEAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggQAHMPIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAj4iQADsIxeSaSCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIEwNwDCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAgI8IEAD7yIVkGggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAABMPcAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggg4CMCBMA+ciGZBgIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIEAAzD2AAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAII+IgAAbCPXEimgQACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCBAAcw8ggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACPiJAAOwjF5JpIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgTA3AMIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIICAjwgQAPvIhWQaCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAEw9wACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCDgIwIEwD5yIZkGAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgggQADMPYAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgj4iAABsI9cSKaBAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIEABzDyCAAAIIIIAAAggggAACCCDFeXVYAAAgAElEQVSAAAIIIIAAAggggAACCCCAAAI+IkAA7CMXkmkggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACBMDcAwgggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggICPCBAA+8iFZBoIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAATD3AAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIOAjAgTAPnIhmQYCCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCBAAMw9gAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCPiIAAGwj1xIpoEAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggQAHMPIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAj4iQADsIxeSaSCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIEwNwDCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAgI8IEAD7yIVkGggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAABMPcAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggg4CMCBMA+ciGZBgIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIEAAzD2AAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAII+IgAAbCPXEimgQACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCBAAcw8ggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACPiJAAOwjF5JpIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgTA3AMIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIICAjwgQAPvIhWQaCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAEw9wACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCDgIwIEwD5yIZkGAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgggQADMPYAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgj4iAABsI9cSKaBAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIEABzDyCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAI+IkAA7CMXkmkggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggAACBMDcAwgggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAggggICPCBAA+8iFZBoIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIIAAATD3AAIIIIAAAggggAACCCCAAAIIIIAAAggggAACCCCAAAIIIOAjAgTAPnIhmQYC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", "headers": { "nel": "{\"failure_fraction\": 0.001, \"include_subdomains\": true, \"max_age\": 600, \"report_to\": \"endpoint-1\"}", "via": "1.1 6873f4a0be6528b5a618dcd775f26d96.cloudfront.net (CloudFront)", "date": "Tue, 12 Aug 2025 06:00:20 GMT", "etag": "W/\"9915fd65dc7034e378437c5838f4b4eb\"", "link": "; rel=preload; as=script; nopush, ; rel=preload; as=script; nopush, ; rel=preload; as=style; nopush, ; rel=preload; as=style; nopush, ; rel=preload; as=style; nopush, ; rel=preload; as=script; nopush, ; rel=preload; as=script; nopush, ; rel=preload; as=script; nopush, ; rel=preload; as=script; nopush, ; rel=preload; as=script; nopush, ; rel=preload; as=script; nopush", "vary": "Accept, Accept-Encoding", "server": "AtlassianEdge", "x-cache": "Miss from cloudfront", "report-to": "{\"endpoints\": [{\"url\": \"https://dz8aopenkvv6s.cloudfront.net\"}], \"group\": \"endpoint-1\", \"include_subdomains\": true, \"max_age\": 600}", "x-runtime": "0.095293", "atl-traceid": "fb40dc44d3754193957cf5b3a94d1357", "x-amz-cf-id": "DtIoPZbnZHyYakf-X1Tt1VcoxZyC-IkCY-OTA_2xZNAq5fwPzpAGfQ==", "content-type": "text/html; charset=utf-8", "x-amz-cf-pop": "LAX50-P1", "accept-ranges": "bytes", "cache-control": "max-age=3, public", "server-timing": "atl-edge;dur=66, atl-edge-internal;dur=6, atl-edge-upstream;dur=64, atl-edge-pop;desc=\"aws-us-east-1\"", "atl-request-id": "fb40dc44-d375-4193-957c-f5b3a94d1357", "x-firefox-spdy": "h2", "referrer-policy": "strict-origin-when-cross-origin", "content-encoding": "br", "x-xss-protection": "1; mode=block", "x-download-options": "noopen", "x-statuspage-version": "afd8fb74460a62fc5612aa6edbd1731244c94ccf", "x-content-type-options": "nosniff", "strict-transport-security": "max-age=259200", "x-statuspage-skip-logging": "true", "access-control-allow-origin": "*", "x-pollinator-metadata-service": "status-page-web-pages", "x-permitted-cross-domain-policies": "none" }, "cookies": [ { "key": "__cf_bm", "path": "/", "value": "PSXukioAGKmf7KHRklyyqnGkQsvATc9MXwwFn6PzM9I-1754978418-1.0.1.1-X8P.taTw327Z8AmKVvO5po4ty2fZsWsREZ2312wabPn9oMMDWwkOGgWBdclF5CjyZ7yOIG98B_KS70JQDcd33LsnXlkCWKWVmOzQM36ttBs", "domain": ".twitter.com", "secure": true, "comment": "", "expires": 1754980219, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_GRECAPTCHA", "path": "/recaptcha", "value": "09ANMylNAXTxEEZA0zGfP0pmCFWdXbVeCgcRuFJNT8eBlP_sCDzVisyPUWP0FgnM8GN6Zcc3AzWh4KkVarbp2Xupo", "domain": "www.recaptcha.net", "secure": true, "comment": "", "expires": 1770530425, "max-age": "", "version": "", "httponly": "", "samesite": "" } ], } ] } ``` After decoding the base64 string from the response, the resulting PNG image will appear as follows: `png` output is not supported by all Target Templates. Check the individual template documentation for compatibility. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Status Codes Source: https://help.decodo.com/docs/web-scraping-api-status-codes Web Scraping API Response Code Explaination ## API Response Codes API response codes and codes that can be found in the response body as `status_code` parameter. | Code | Status | Description | | ----- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | `200` | Ok | The request was successfully fulfilled. | | `202` | Accepted | The request has been accepted for processing. | | `204` | No content | The job you requested is still in progress and has not yet been completed. | | `400` | Multiple error messages | The request structure is invalid. This may be due to a misspelled parameter or an incorrect value. More details, will be provided in the response body. | | `401` | Authorization header not provided Invalid authorization header Client not found | The request is missing the required Authorization header, or the provided credentials are invalid. | | `403` | Forbidden | You do not have the necessary permissions to access this resource. | | `404` | Not Found | The requested task ID cannot be found or is no longer available. | | `422` | Unprocessable Entity | There is an issue with the payload you submitted. Please ensure it is properly formatted and contains a valid JSON object. | | `429` | Too many requests | You exceeded the rate limit of your current subscription or requests to a domain are limited due to a low success rate. | | `500` | Internal Server Error | We're currently experiencing some technical difficulties on our end. Please try your request again shortly. | | `524` | Timeout | Service unavailable. | | `612` | Undefined Internal Error | An unexpected error occurred, and we were unable to process the job you submitted. Please try your request again shortly. | | `613` | Faulted After Too Many Retries | An unexpected error occurred, and we were unable to process the job you submitted. Please try your request again shortly. | | `999` | Generic error triggered by server-side restrictions or anti-bot mechanisms | Please try your request again without JS Rendering (`headless: "html"`) parameter. | ## Parser Status Codes Parser status code can be found in the response as `parse_status_code` parameter. | Code | Status | Description | | ------- | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | `12000` | Success | The returned parsed content is complete. | | `12002` | Failure | We were unable to fully parse the page, possibly due to changes in the target website's HTML structure. | | `12003` | Not Supported | The web page you requested cannot be parsed because it is not supported by our system. | | `12004` | Partial Success | Most of the page was successfully parsed; however, some fields could not be retrieved. | | `12005` | Partial Success | Most of the page was successfully parsed; however, some fields were assigned default values because they could not be located in the HTML source. | | `12006` | Failure | An unexpected error occurred. Please notify us that you received this response, and we will investigate the issue to determine what went wrong. | | `12007` | Unknown | The status of the parsed data is currently undefined, and the result may range from complete failure to full success depending on the circumstances. | | `12008` | Failure | The parsed content could not be retrieved due to missing or invalid data in the target. | | `12009` | Failure | The requested product could not be found. Please verify the URL you submitted, as it may be incorrect, and try again. | Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Reddit User Source: https://help.decodo.com/docs/web-scraping-api-subreddit-user Web Scraping API Reddit User Template The `reddit_subreddit` template is built to obtain Reddit subreddit information. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Reddit User template: | Parameter | Type | Required | Description | | --------- | ------ | -------- | -------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `reddit_user`. | | `url` | string | ✅ | Reddit user profile URL. | | `geo` | string | | Set the country to use when submitting the query. | | `locale` | string | | Set the value to change your post page web interface language. | Parsing is set to "true" by default for this source - it is required to successfully scrape the results. ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "reddit_user", "url": "https://www.reddit.com/user/IWasRightOnce/" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "reddit_user", "url": "https://www.reddit.com/user/IWasRightOnce/" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "reddit_user", "url": "https://www.reddit.com/user/IWasRightOnce/" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output #### Response Example ```json JSON expandable theme={null} { "kind": "Listing", "data": { "after": "t1_nnaz688", "dist": 25, "modhash": "", "geo_filter": "", "children": [ { "kind": "t1", "data": { "subreddit_id": "t5_2qmg3", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "[Schefter] Bills announced they have ruled out TE Dalton Kincaid, WR Curtis Samuel and WR Mecole Hardman Jr. for Thursday night’s game vs. Houston.", "mod_reason_by": null, "banned_by": null, "ups": 5, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nfl", "link_author": "Top-Conclusion-1259", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nporcco", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 69, "can_mod_post": false, "send_replies": true, "parent_id": "t1_npor234", "score": 5, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": ">nonsensical framing\n\nThe framing is nonsensical, yes.\n\nYear to year individual cap hits are a meaningless way to evaluate a contract, and the only reason his cap hit is second highest is because (1) it was restructured to make more space last year and (2) we have very few “big” cap hits this season", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":Bills:", "e": "emoji", "u": "https://emoji.redditmedia.com/yrx8u5umo8oe1_t5_2qmg3/Bills" }, { "e": "text", "t": "Bills" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><blockquote>\n<p>nonsensical framing</p>\n</blockquote>\n\n<p>The framing is nonsensical, yes.</p>\n\n<p>Year to year individual cap hits are a meaningless way to evaluate a contract, and the only reason his cap hit is second highest is because (1) it was restructured to make more space last year and (2) we have very few “big” cap hits this season</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1p1b9gv", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nfl/comments/1p1b9gv/schefter_bills_announced_they_have_ruled_out_te/nporcco/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/nfl/comments/1p1b9gv/schefter_bills_announced_they_have_ruled_out_te/", "name": "t1_nporcco", "author_flair_template_id": "a5ea963a-0f93-11eb-af22-0efb6eb0aeb3", "subreddit_name_prefixed": "r/nfl", "author_flair_text": ":Bills:Bills", "treatment_tags": [], "created": 1763568276, "created_utc": 1763568276, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.threads.com/@adamschefter/post/DRPmFCojTAo?xmt=AQF0fLMJqrLWA7QXo5QZ4ir6fw03jsE1b8wtTZsNlc-g_h0ciYBs7w7NDR7rSor7O9VpKtc&slof=1" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qmg3", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "[Schefter] Bills announced they have ruled out TE Dalton Kincaid, WR Curtis Samuel and WR Mecole Hardman Jr. for Thursday night’s game vs. Houston.", "mod_reason_by": null, "banned_by": null, "ups": 4, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nfl", "link_author": "Top-Conclusion-1259", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "npoqr6l", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 69, "can_mod_post": false, "send_replies": true, "parent_id": "t1_npoqajd", "score": 4, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "The Knox deal was bad when it happened (I vividly remember getting shit on our sub for criticizing it at the time), but that’s still a nonsensical framing of the situation.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":Bills:", "e": "emoji", "u": "https://emoji.redditmedia.com/yrx8u5umo8oe1_t5_2qmg3/Bills" }, { "e": "text", "t": "Bills" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>The Knox deal was bad when it happened (I vividly remember getting shit on our sub for criticizing it at the time), but that’s still a nonsensical framing of the situation.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1p1b9gv", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nfl/comments/1p1b9gv/schefter_bills_announced_they_have_ruled_out_te/npoqr6l/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/nfl/comments/1p1b9gv/schefter_bills_announced_they_have_ruled_out_te/", "name": "t1_npoqr6l", "author_flair_template_id": "a5ea963a-0f93-11eb-af22-0efb6eb0aeb3", "subreddit_name_prefixed": "r/nfl", "author_flair_text": ":Bills:Bills", "treatment_tags": [], "created": 1763568100, "created_utc": 1763568100, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.threads.com/@adamschefter/post/DRPmFCojTAo?xmt=AQF0fLMJqrLWA7QXo5QZ4ir6fw03jsE1b8wtTZsNlc-g_h0ciYBs7w7NDR7rSor7O9VpKtc&slof=1" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2ra29", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "If Josh Allen really wants to win a SB as badly as he claims, he needs to take a paycut so we can surround him with more talent", "mod_reason_by": null, "banned_by": null, "ups": 8, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "buffalobills", "link_author": "EasternError6377", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "npjinyw", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 36, "can_mod_post": false, "send_replies": true, "parent_id": "t1_npji2z4", "score": 8, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "There was nothing to prove other than motivation, which would be impossible to do unless someone had put it in writing.\n\nBut yes, probably just a random coincidence that the Patriots elected to contract with the pseudoscience organization owned by their starting QB. One that both NE trainers and coaches (Bill specifically) reportedly weren’t fond of.", "edited": 1763493908, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "standing", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":still-bill:", "e": "emoji", "u": "https://emoji.redditmedia.com/e9aokl4zqqg11_t5_2ra29/still-bill" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>There was nothing to prove other than motivation, which would be impossible to do unless someone had put it in writing.</p>\n\n<p>But yes, probably just a random coincidence that the Patriots elected to contract with the pseudoscience organization owned by their starting QB. One that both NE trainers and coaches (Bill specifically) reportedly weren’t fond of.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1p0kog6", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/buffalobills/comments/1p0kog6/if_josh_allen_really_wants_to_win_a_sb_as_badly/npjinyw/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/buffalobills/comments/1p0kog6/if_josh_allen_really_wants_to_win_a_sb_as_badly/", "name": "t1_npjinyw", "author_flair_template_id": "b462535c-687d-11e3-a030-12313b074434", "subreddit_name_prefixed": "r/buffalobills", "author_flair_text": ":still-bill:", "treatment_tags": [], "created": 1763493100, "created_utc": 1763493100, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://i.redd.it/t62mi7ywb22g1.jpeg" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2ra29", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Am I mistaken, or wasn’t the red helmet coming back for a game this year?", "mod_reason_by": null, "banned_by": null, "ups": 33, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "buffalobills", "link_author": "scarfacesaints", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "npiuj15", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 24, "can_mod_post": false, "send_replies": true, "parent_id": "t1_npiuavh", "score": 33, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Because the rest of the AFC collapsed and the Bills secured the 1 seed, right?\n\n\n#RIGHT?!", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "standing", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":still-bill:", "e": "emoji", "u": "https://emoji.redditmedia.com/e9aokl4zqqg11_t5_2ra29/still-bill" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Because the rest of the AFC collapsed and the Bills secured the 1 seed, right?</p>\n\n<h1>RIGHT?!</h1>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1p0hnvt", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/buffalobills/comments/1p0hnvt/am_i_mistaken_or_wasnt_the_red_helmet_coming_back/npiuj15/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/buffalobills/comments/1p0hnvt/am_i_mistaken_or_wasnt_the_red_helmet_coming_back/", "name": "t1_npiuj15", "author_flair_template_id": "b462535c-687d-11e3-a030-12313b074434", "subreddit_name_prefixed": "r/buffalobills", "author_flair_text": ":still-bill:", "treatment_tags": [], "created": 1763486087, "created_utc": 1763486087, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/buffalobills/comments/1p0hnvt/am_i_mistaken_or_wasnt_the_red_helmet_coming_back/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qmg3", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "QB ANY/A::Adj EPA/Dropback Entering Week 12", "mod_reason_by": null, "banned_by": null, "ups": 11, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "nfl", "link_author": "keithyp24", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "npio2yt", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 110, "can_mod_post": false, "send_replies": true, "parent_id": "t1_npilz0s", "score": 11, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Perception matters, and Darnold’s basic counting stats don’t really even jump off the page any longer after a 0 TD, 4 INT game.\n\nIf the season ended today nobody would be clamoring for him to win MVP.", "edited": 1763484392, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":Bills:", "e": "emoji", "u": "https://emoji.redditmedia.com/yrx8u5umo8oe1_t5_2qmg3/Bills" }, { "e": "text", "t": "Bills" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Perception matters, and Darnold’s basic counting stats don’t really even jump off the page any longer after a 0 TD, 4 INT game.</p>\n\n<p>If the season ended today nobody would be clamoring for him to win MVP.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1p0g5gx", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/nfl/comments/1p0g5gx/qb_anyaadj_epadropback_entering_week_12/npio2yt/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/nfl/comments/1p0g5gx/qb_anyaadj_epadropback_entering_week_12/", "name": "t1_npio2yt", "author_flair_template_id": "a5ea963a-0f93-11eb-af22-0efb6eb0aeb3", "subreddit_name_prefixed": "r/nfl", "author_flair_text": ":Bills:Bills", "treatment_tags": [], "created": 1763484193, "created_utc": 1763484193, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://i.redd.it/3fg5zm14j12g1.png" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "TN getting banned December 19th", "mod_reason_by": null, "banned_by": null, "ups": 1, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "BoshansStudios", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "npi5b4g", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 23, "can_mod_post": false, "send_replies": true, "parent_id": "t1_nphw68h", "score": 1, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "A new ID", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>A new ID</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1p0bi1m", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1p0bi1m/tn_getting_banned_december_19th/npi5b4g/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1p0bi1m/tn_getting_banned_december_19th/", "name": "t1_npi5b4g", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1763478652, "created_utc": 1763478652, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1p0bi1m/tn_getting_banned_december_19th/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2ra29", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Joe Marino rips Keon Coleman new ass in latest Locked On Bills episode", "mod_reason_by": null, "banned_by": null, "ups": 33, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "buffalobills", "link_author": "TroublesomeScallywag", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "npe4ktb", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 277, "can_mod_post": false, "send_replies": true, "parent_id": "t1_npe1fty", "score": 33, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Admittedly I haven’t been tapped into all the reactions over this, but it’s objectively insane that this is the third time he’s done this (either be late or miss something entirely)\n\nSo it’s one thing to have grace for a young player whose underperforming on the field on a human level, because you can work under the assumption that it might not be his “fault” (either the player just doesn’t have the physical tools or needs more time to develop), but when you repeatedly can’t show up to events, you have to add the other possibility that the player might not actually care that much.", "edited": 1763417992, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "standing", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":still-bill:", "e": "emoji", "u": "https://emoji.redditmedia.com/e9aokl4zqqg11_t5_2ra29/still-bill" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Admittedly I haven’t been tapped into all the reactions over this, but it’s objectively insane that this is the third time he’s done this (either be late or miss something entirely)</p>\n\n<p>So it’s one thing to have grace for a young player whose underperforming on the field on a human level, because you can work under the assumption that it might not be his “fault” (either the player just doesn’t have the physical tools or needs more time to develop), but when you repeatedly can’t show up to events, you have to add the other possibility that the player might not actually care that much.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1ozsjor", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/buffalobills/comments/1ozsjor/joe_marino_rips_keon_coleman_new_ass_in_latest/npe4ktb/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/buffalobills/comments/1ozsjor/joe_marino_rips_keon_coleman_new_ass_in_latest/", "name": "t1_npe4ktb", "author_flair_template_id": "b462535c-687d-11e3-a030-12313b074434", "subreddit_name_prefixed": "r/buffalobills", "author_flair_text": ":still-bill:", "treatment_tags": [], "created": 1763417439, "created_utc": 1763417439, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://v.redd.it/iv4o86pvuv1g1" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2ra29", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Josh Allen: This was his second career game with 3 passing and 3 rushing TDs. No other player has ever done this. He passed Peyton Manning for most total touchdowns (288) before age 30. He tied Cam Newton for most rushing TDs by a QB (75).", "mod_reason_by": null, "banned_by": null, "ups": 9, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "buffalobills", "link_author": "JamesCookWheelRoute", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "np8umz5", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 47, "can_mod_post": false, "send_replies": true, "parent_id": "t1_np8n4rf", "score": 9, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "260-something, and remember he didn’t play his rookie year", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "standing", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":still-bill:", "e": "emoji", "u": "https://emoji.redditmedia.com/e9aokl4zqqg11_t5_2ra29/still-bill" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>260-something, and remember he didn’t play his rookie year</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1oyzals", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/np8umz5/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/", "name": "t1_np8umz5", "author_flair_template_id": "b462535c-687d-11e3-a030-12313b074434", "subreddit_name_prefixed": "r/buffalobills", "author_flair_text": ":still-bill:", "treatment_tags": [], "created": 1763343427, "created_utc": 1763343427, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2ra29", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Josh Allen: This was his second career game with 3 passing and 3 rushing TDs. No other player has ever done this. He passed Peyton Manning for most total touchdowns (288) before age 30. He tied Cam Newton for most rushing TDs by a QB (75).", "mod_reason_by": null, "banned_by": null, "ups": 28, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "buffalobills", "link_author": "JamesCookWheelRoute", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "np86fj4", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 47, "can_mod_post": false, "send_replies": true, "parent_id": "t1_np8394q", "score": 28, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "No clue, didn’t see it. The graphic may have just been 30 and younger, in which case all of next season would also go towards Josh’s total.\n\nBut Manning turned 30 in March 2006, so no TDs after his ‘05 season should be counted if it’s before turning 30.", "edited": 1763335134, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "standing", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":still-bill:", "e": "emoji", "u": "https://emoji.redditmedia.com/e9aokl4zqqg11_t5_2ra29/still-bill" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>No clue, didn’t see it. The graphic may have just been 30 and younger, in which case all of next season would also go towards Josh’s total.</p>\n\n<p>But Manning turned 30 in March 2006, so no TDs after his ‘05 season should be counted if it’s before turning 30.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1oyzals", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/np86fj4/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/", "name": "t1_np86fj4", "author_flair_template_id": "b462535c-687d-11e3-a030-12313b074434", "subreddit_name_prefixed": "r/buffalobills", "author_flair_text": ":still-bill:", "treatment_tags": [], "created": 1763334936, "created_utc": 1763334936, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2ra29", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Josh Allen: This was his second career game with 3 passing and 3 rushing TDs. No other player has ever done this. He passed Peyton Manning for most total touchdowns (288) before age 30. He tied Cam Newton for most rushing TDs by a QB (75).", "mod_reason_by": null, "banned_by": null, "ups": 65, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "buffalobills", "link_author": "JamesCookWheelRoute", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "np81bi8", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 47, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1oyzals", "score": 65, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Peyton didn’t have anywhere near 288 TDs before 30. \n\nHis 285 mark included an entire season where he was already 30. He had 253 prior to turning 30.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "standing", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":still-bill:", "e": "emoji", "u": "https://emoji.redditmedia.com/e9aokl4zqqg11_t5_2ra29/still-bill" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Peyton didn’t have anywhere near 288 TDs before 30. </p>\n\n<p>His 285 mark included an entire season where he was already 30. He had 253 prior to turning 30.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1oyzals", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/np81bi8/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/", "name": "t1_np81bi8", "author_flair_template_id": "b462535c-687d-11e3-a030-12313b074434", "subreddit_name_prefixed": "r/buffalobills", "author_flair_text": ":still-bill:", "treatment_tags": [], "created": 1763333225, "created_utc": 1763333225, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/buffalobills/comments/1oyzals/josh_allen_this_was_his_second_career_game_with_3/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qhcs", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Money in YouTube Golf?", "mod_reason_by": null, "banned_by": null, "ups": 0, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "golf", "link_author": "plaverty9", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "now9tfi", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 30, "can_mod_post": false, "send_replies": true, "parent_id": "t1_novo8df", "score": 0, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "That was not your point, your point was “it’s extremely easy to make $400k on the tour” because that is quite literally what you said.\n\nAnd it’s a ridiculous point, because even for the guys who can make it there, the vast majority will never make $400k/yr", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>That was not your point, your point was “it’s extremely easy to make $400k on the tour” because that is quite literally what you said.</p>\n\n<p>And it’s a ridiculous point, because even for the guys who can make it there, the vast majority will never make $400k/yr</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1ox8hvj", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/golf/comments/1ox8hvj/money_in_youtube_golf/now9tfi/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/golf/comments/1ox8hvj/money_in_youtube_golf/", "name": "t1_now9tfi", "author_flair_template_id": null, "subreddit_name_prefixed": "r/golf", "author_flair_text": null, "treatment_tags": [], "created": 1763164028, "created_utc": 1763164028, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/golf/comments/1ox8hvj/money_in_youtube_golf/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qhcs", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Malosi and the slope on his rangefinder", "mod_reason_by": null, "banned_by": null, "ups": 6, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "golf", "link_author": "sea_battle", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "novlzfq", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 16, "can_mod_post": false, "send_replies": true, "parent_id": "t1_novdorn", "score": 6, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "How would he not remember if it was turned off when this happened on the back 9 (not to mention the entire 18 hole par 3 course they played earlier that day) and he had been using his range finder all day?", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>How would he not remember if it was turned off when this happened on the back 9 (not to mention the entire 18 hole par 3 course they played earlier that day) and he had been using his range finder all day?</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1ox7x8j", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/golf/comments/1ox7x8j/malosi_and_the_slope_on_his_rangefinder/novlzfq/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/golf/comments/1ox7x8j/malosi_and_the_slope_on_his_rangefinder/", "name": "t1_novlzfq", "author_flair_template_id": null, "subreddit_name_prefixed": "r/golf", "author_flair_text": null, "treatment_tags": [], "created": 1763155952, "created_utc": 1763155952, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://youtu.be/lTSH2HBtv8s?si=vmn99u97YQ1234Q5&t=3737" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2qhcs", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Money in YouTube Golf?", "mod_reason_by": null, "banned_by": null, "ups": 0, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "golf", "link_author": "plaverty9", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "novjvkh", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 30, "can_mod_post": false, "send_replies": true, "parent_id": "t1_novhfnh", "score": 0, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "That number is either way off, or wildly misleading due to it being an average.\n\nOnly 75 players made $2.2m or more on the PGA Tour this season. 172 people made $400k or more.\n\nEdit: 238 people made at least some money in PGA events this year (the smallest amount was $8,280). There are also probably countless players who never made any cuts and came out with $0 on the season.", "edited": 1763155519, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>That number is either way off, or wildly misleading due to it being an average.</p>\n\n<p>Only 75 players made $2.2m or more on the PGA Tour this season. 172 people made $400k or more.</p>\n\n<p>Edit: 238 people made at least some money in PGA events this year (the smallest amount was $8,280). There are also probably countless players who never made any cuts and came out with $0 on the season.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1ox8hvj", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/golf/comments/1ox8hvj/money_in_youtube_golf/novjvkh/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/golf/comments/1ox8hvj/money_in_youtube_golf/", "name": "t1_novjvkh", "author_flair_template_id": null, "subreddit_name_prefixed": "r/golf", "author_flair_text": null, "treatment_tags": [], "created": 1763155298, "created_utc": 1763155298, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/golf/comments/1ox8hvj/money_in_youtube_golf/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_2ra29", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Tell me again Beane why you couldn't resign Hollins?", "mod_reason_by": null, "banned_by": null, "ups": 97, "num_reports": null, "author_flair_type": "richtext", "total_awards_received": 0, "subreddit": "buffalobills", "link_author": "Vortagaun", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "noqpi1e", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 219, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1owk97d", "score": 97, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Huh? These two things happened in different offseasons.\n\nLike, obviously the Samuel signing has been a disaster, but this comparison doesn’t make any sense.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": "standing", "is_submitter": false, "collapsed": false, "author_flair_richtext": [ { "a": ":still-bill:", "e": "emoji", "u": "https://emoji.redditmedia.com/e9aokl4zqqg11_t5_2ra29/still-bill" } ], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Huh? These two things happened in different offseasons.</p>\n\n<p>Like, obviously the Samuel signing has been a disaster, but this comparison doesn’t make any sense.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1owk97d", "unrepliable_reason": null, "author_flair_text_color": "dark", "score_hidden": false, "permalink": "/r/buffalobills/comments/1owk97d/tell_me_again_beane_why_you_couldnt_resign_hollins/noqpi1e/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/buffalobills/comments/1owk97d/tell_me_again_beane_why_you_couldnt_resign_hollins/", "name": "t1_noqpi1e", "author_flair_template_id": "b462535c-687d-11e3-a030-12313b074434", "subreddit_name_prefixed": "r/buffalobills", "author_flair_text": ":still-bill:", "treatment_tags": [], "created": 1763086846, "created_utc": 1763086846, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": "transparent", "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://i.redd.it/an6eptvdt41g1.jpeg" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Monthly release time", "mod_reason_by": null, "banned_by": null, "ups": 1, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "Alternative_Book_163", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nocc3lh", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 12, "can_mod_post": false, "send_replies": true, "parent_id": "t1_noca5qd", "score": 1, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Pretty sure that was June and it wasn’t planned.\n\nIIRC they were having some sort of network issue that caused the delay", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Pretty sure that was June and it wasn’t planned.</p>\n\n<p>IIRC they were having some sort of network issue that caused the delay</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1ougue6", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1ougue6/monthly_release_time/nocc3lh/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1ougue6/monthly_release_time/", "name": "t1_nocc3lh", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762893495, "created_utc": 1762893495, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1ougue6/monthly_release_time/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "I attempted to use grok to predict monthly bonus, if you don't mind can you share a previous months stats along with the bonus you received/vip level at the time so I can test the accuracy", "mod_reason_by": null, "banned_by": null, "ups": 1, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "Brave-Mine", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nocbu0p", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": true, "author": "IWasRightOnce", "num_comments": 4, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1ouko2b", "score": 1, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "What were your inputs and the final estimate?", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>What were your inputs and the final estimate?</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1ouko2b", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1ouko2b/i_attempted_to_use_grok_to_predict_monthly_bonus/nocbu0p/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1ouko2b/i_attempted_to_use_grok_to_predict_monthly_bonus/", "name": "t1_nocbu0p", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762893411, "created_utc": 1762893411, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1ouko2b/i_attempted_to_use_grok_to_predict_monthly_bonus/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Do I level up from Plat 3 to Plat 4 and give up about $200 in reloads because theoretically my monthly bonus from Plat 4 would be larger?", "mod_reason_by": null, "banned_by": null, "ups": 1, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "Disciple_Of_Gandalf", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nocb61o", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 6, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1oukcw1", "score": 1, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "One VIP level is going to have a negligible impact on the size of your monthly/weekly bonuses.\n\nThey got rid of the “base” bonus amounts tied to specific VIP levels a while ago. Bonuses are almost entirely based on wager and the house edge of that wagering.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>One VIP level is going to have a negligible impact on the size of your monthly/weekly bonuses.</p>\n\n<p>They got rid of the “base” bonus amounts tied to specific VIP levels a while ago. Bonuses are almost entirely based on wager and the house edge of that wagering.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1oukcw1", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1oukcw1/do_i_level_up_from_plat_3_to_plat_4_and_give_up/nocb61o/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1oukcw1/do_i_level_up_from_plat_3_to_plat_4_and_give_up/", "name": "t1_nocb61o", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762893198, "created_utc": 1762893198, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1oukcw1/do_i_level_up_from_plat_3_to_plat_4_and_give_up/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Do the VIP hosts benefit from their players wagering?", "mod_reason_by": null, "banned_by": null, "ups": 1, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "Objective-King-8849", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nnz1t56", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 12, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1osq646", "score": 1, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Casino VIP hosts irl often have bonuses tied to the spend of their VIPs (I know someone who did this for a while).\n\nNo clue if Stake does a version of that though.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Casino VIP hosts irl often have bonuses tied to the spend of their VIPs (I know someone who did this for a while).</p>\n\n<p>No clue if Stake does a version of that though.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1osq646", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1osq646/do_the_vip_hosts_benefit_from_their_players/nnz1t56/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1osq646/do_the_vip_hosts_benefit_from_their_players/", "name": "t1_nnz1t56", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762713592, "created_utc": 1762713592, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1osq646/do_the_vip_hosts_benefit_from_their_players/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Eddie Stream Codes - 11-08-2025", "mod_reason_by": null, "banned_by": null, "ups": 1, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "JimWordpress", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nnrh0i0", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 90, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1ormyv6", "score": 1, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "So does weekly wager for these codes not line up with the weekly raffle wager amount?\n\nI have enough to claim the first code this morning per the raffle wager, but it won’t let me claim", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>So does weekly wager for these codes not line up with the weekly raffle wager amount?</p>\n\n<p>I have enough to claim the first code this morning per the raffle wager, but it won’t let me claim</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1ormyv6", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1ormyv6/eddie_stream_codes_11082025/nnrh0i0/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1ormyv6/eddie_stream_codes_11082025/", "name": "t1_nnrh0i0", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762608691, "created_utc": 1762608691, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1ormyv6/eddie_stream_codes_11082025/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Hidden Bonus Spears of Athena", "mod_reason_by": null, "banned_by": null, "ups": 1, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "MightyMooseKnuckler", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nnn628o", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 10, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1or2puq", "score": 1, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Sheesh, this game has been brutally awful for me.\n\nSpun into 4 bonuses, all regular, and not a single one reached 50x", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Sheesh, this game has been brutally awful for me.</p>\n\n<p>Spun into 4 bonuses, all regular, and not a single one reached 50x</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1or2puq", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1or2puq/hidden_bonus_spears_of_athena/nnn628o/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1or2puq/hidden_bonus_spears_of_athena/", "name": "t1_nnn628o", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762542073, "created_utc": 1762542073, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://replay.hacksawgaming.com/?partner=stake_sweeps&roundid=3006243945754" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "curious just hit silver , how much will my monthly be around? trying not to deposit", "mod_reason_by": null, "banned_by": null, "ups": 2, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "Basic_Web5642", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nnm0edw", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 1, "can_mod_post": false, "send_replies": true, "parent_id": "t3_1oqwjaj", "score": 2, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "What are your monthly stats? VIP level has pretty much become irrelevant in terms of impact on the size of bonuses.\n\nThe main factor is total wager, then a combination of profit/loss, and the form of your wagering (low edge originals vs. high edge slots)", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>What are your monthly stats? VIP level has pretty much become irrelevant in terms of impact on the size of bonuses.</p>\n\n<p>The main factor is total wager, then a combination of profit/loss, and the form of your wagering (low edge originals vs. high edge slots)</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1oqwjaj", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1oqwjaj/curious_just_hit_silver_how_much_will_my_monthly/nnm0edw/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1oqwjaj/curious_just_hit_silver_how_much_will_my_monthly/", "name": "t1_nnm0edw", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762529812, "created_utc": 1762529812, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/gallery/1oqwjaj" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "California Stake.US Ban???", "mod_reason_by": null, "banned_by": null, "ups": 3, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "Swim-Slow", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nnls6kq", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 30, "can_mod_post": false, "send_replies": true, "parent_id": "t1_nnkx0xz", "score": 3, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "No, this would almost certainly not work.\n\nYou already signed up for your account with a CA ID and you would inevitably get re-KYC’d if you were suddenly playing “in” a different state all of the time, and you would need to upload a new Nevada ID of yourself to unlock your account.", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>No, this would almost certainly not work.</p>\n\n<p>You already signed up for your account with a CA ID and you would inevitably get re-KYC’d if you were suddenly playing “in” a different state all of the time, and you would need to upload a new Nevada ID of yourself to unlock your account.</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1oqn837", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1oqn837/california_stakeus_ban/nnls6kq/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1oqn837/california_stakeus_ban/", "name": "t1_nnls6kq", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762527320, "created_utc": 1762527320, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1oqn837/california_stakeus_ban/" } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "Coinbase limiting crypto transfers", "mod_reason_by": null, "banned_by": null, "ups": 2, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "IWasRightOnce", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nniggtt", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 17, "can_mod_post": false, "send_replies": true, "parent_id": "t1_nnifrma", "score": 2, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Maybe, but you’d think customer service would say that if it were the case. I also don’t have any warnings/reminders anywhere on my account to fill info in.\n\n🤷🏼‍♂️", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": true, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Maybe, but you’d think customer service would say that if it were the case. I also don’t have any warnings/reminders anywhere on my account to fill info in.</p>\n\n<p>🤷🏼‍♂️</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1oqetot", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1oqetot/coinbase_limiting_crypto_transfers/nniggtt/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1oqetot/coinbase_limiting_crypto_transfers/", "name": "t1_nniggtt", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762474187, "created_utc": 1762474187, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1oqetot/coinbase_limiting_crypto_transfers/" } }, { "kind": "t3", "data": { "approved_at_utc": null, "subreddit": "stakeus", "selftext": "So I just found out that Coinbase has limited my ability to buy and immediately transfer crypto.\n\nI have only ever transferred crypto from Coinbase to a separate wallet.\n\nBought some crypto today, using the same method I have in the past, and when I went to transfer it to my wallet, it said there is a SEVEN day hold on it.\n\nReached out to support to find out why I can’t do something that I used to be able to do, and they will not provide any specifics, instead they just give a vague reply of, “this can be instituted for any number of reasons, security, fraud, suspicious activity, yada, yada”.\n\nFor reference, this was a relatively small amount of crypto, and I have not been using Coinbase much of late (I have bought/transferred much larger sums from them in the past), so it’s not like I’ve been tilting and buying/transfering a bunch of crypto in a short amount of time.\n\nLame.", "author_fullname": "t2_fvc8q", "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Coinbase limiting crypto transfers", "link_flair_richtext": [], "subreddit_name_prefixed": "r/stakeus", "hidden": false, "pwls": 7, "link_flair_css_class": null, "downs": 0, "thumbnail_height": null, "top_awarded_type": null, "hide_score": false, "name": "t3_1oqetot", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 1, "author_flair_background_color": null, "subreddit_type": "public", "ups": 7, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": null, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "score": 7, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "self", "edited": 1762472992, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "content_categories": null, "is_self": true, "mod_note": null, "created": 1762472472, "link_flair_type": "text", "wls": 7, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "self.stakeus", "allow_live_comments": false, "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>So I just found out that Coinbase has limited my ability to buy and immediately transfer crypto.</p>\n\n<p>I have only ever transferred crypto from Coinbase to a separate wallet.</p>\n\n<p>Bought some crypto today, using the same method I have in the past, and when I went to transfer it to my wallet, it said there is a SEVEN day hold on it.</p>\n\n<p>Reached out to support to find out why I can’t do something that I used to be able to do, and they will not provide any specifics, instead they just give a vague reply of, “this can be instituted for any number of reasons, security, fraud, suspicious activity, yada, yada”.</p>\n\n<p>For reference, this was a relatively small amount of crypto, and I have not been using Coinbase much of late (I have bought/transferred much larger sums from them in the past), so it’s not like I’ve been tilting and buying/transfering a bunch of crypto in a short amount of time.</p>\n\n<p>Lame.</p>\n</div><!-- SC_ON -->", "likes": null, "suggested_sort": null, "banned_at_utc": null, "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "all_awardings": [], "awarders": [], "media_only": false, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_6rmwfi", "author_is_blocked": false, "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "1oqetot", "is_robot_indexable": true, "report_reasons": null, "author": "IWasRightOnce", "discussion_type": null, "num_comments": 17, "send_replies": true, "contest_mode": false, "mod_reports": [], "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/stakeus/comments/1oqetot/coinbase_limiting_crypto_transfers/", "stickied": false, "url": "https://www.reddit.com/r/stakeus/comments/1oqetot/coinbase_limiting_crypto_transfers/", "subreddit_subscribers": 29394, "created_utc": 1762472472, "num_crossposts": 0, "media": null, "is_video": false } }, { "kind": "t1", "data": { "subreddit_id": "t5_6rmwfi", "approved_at_utc": null, "author_is_blocked": false, "comment_type": null, "link_title": "98,000$ wagered should I chase the 100,000$ wager? Ran 100 up to 5700$ on plink yesterday and lost 2 grand today. Any benefits to wagering that high? How often do high roller codes come out?", "mod_reason_by": null, "banned_by": null, "ups": 2, "num_reports": null, "author_flair_type": "text", "total_awards_received": 0, "subreddit": "stakeus", "link_author": "NSPoker", "likes": null, "replies": "", "user_reports": [], "saved": false, "id": "nnaz688", "banned_at_utc": null, "mod_reason_title": null, "gilded": 0, "archived": false, "collapsed_reason_code": null, "no_follow": false, "author": "IWasRightOnce", "num_comments": 14, "can_mod_post": false, "send_replies": true, "parent_id": "t1_nnaw71r", "score": 2, "author_fullname": "t2_fvc8q", "over_18": false, "report_reasons": null, "removal_reason": null, "approved_by": null, "controversiality": 0, "body": "Brother, there are people with thousands of tickets every week.\n\nWhile you can of course technically win the raffle with one ticket, having a 100 is still a statistically insignificant amount (~0.01% of the pool)", "edited": false, "top_awarded_type": null, "downs": 0, "author_flair_css_class": null, "is_submitter": false, "collapsed": false, "author_flair_richtext": [], "author_patreon_flair": false, "body_html": "<div class=\"md\"><p>Brother, there are people with thousands of tickets every week.</p>\n\n<p>While you can of course technically win the raffle with one ticket, having a 100 is still a statistically insignificant amount (~0.01% of the pool)</p>\n</div>", "gildings": {}, "collapsed_reason": null, "distinguished": null, "associated_award": null, "stickied": false, "author_premium": false, "can_gild": false, "link_id": "t3_1opecs7", "unrepliable_reason": null, "author_flair_text_color": null, "score_hidden": false, "permalink": "/r/stakeus/comments/1opecs7/98000_wagered_should_i_chase_the_100000_wager_ran/nnaz688/", "subreddit_type": "public", "link_permalink": "https://www.reddit.com/r/stakeus/comments/1opecs7/98000_wagered_should_i_chase_the_100000_wager_ran/", "name": "t1_nnaz688", "author_flair_template_id": null, "subreddit_name_prefixed": "r/stakeus", "author_flair_text": null, "treatment_tags": [], "created": 1762375997, "created_utc": 1762375997, "awarders": [], "all_awardings": [], "locked": false, "author_flair_background_color": null, "collapsed_because_crowd_control": null, "mod_reports": [], "quarantine": false, "mod_note": null, "link_url": "https://www.reddit.com/r/stakeus/comments/1opecs7/98000_wagered_should_i_chase_the_100000_wager_ran/" } } ], "before": null } } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Target Product Source: https://help.decodo.com/docs/web-scraping-api-target-product Web Scraping API Target Product Temlate The `target_product` template is built to obtain Target Product information. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Target Product template: | Parameter | Type | Required | Description | | --------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `target_product` | | `product_id` | string | ✅ | A 8 or 10-character Target product ID (SKU). | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `delivery_type` | string | | Define the delivery method, using available options: `pickup`, `delivery`, `shipping`. | | `delivery_zip` | string | | Set zip code of delivery location. Must be set when `delivery` or `shipping` delivery methods are chosen. | | `store_id` | | | A 3 to 4-character Target store ID. Must be set when `pickup` delivery method is chosen. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "target_product", "product_id": "92186007", "headless": "html", "parse": true, } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "target_product", "product_id": "92186007", "headless": "html", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "target_product", "product_id": "92186007", "headless": "html", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results` section are provided in the table below. Keep in mind that the amount of fields can vary according to the provided search query. | Results key | Description | | ------------- | ---------------------------------------------------- | | `url` | URL to the Target Product page. | | `brand` | An object containing the brand name and page URL. | | `price` | An object containing pricing information. | | `title` | The product's title. | | `video` | An object containing product video information. | | `images` | An object containing product image information. | | `rating` | An object containing rating information. | | `seller` | An object containing the seller's name and page URL. | | `category` | An object containing the category name and path. | | `currency` | The currency used to represent the price. | | `in_stock` | Specifies if the product is in stock. | | `description` | The product description. | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "ean": "840216312395", "url": "https://www.target.com/p/-/A-92186007", "brand": { "href": "/b/retrospec-bicycles/-/N-q643lei5wue", "name": "Retrospec Bicycles" }, "price": { "current": 49.99, "discounted": false }, "title": "Retrospec Bicycles Cricket Mini 6\" Kids' Balance Bike", "images": { "main": "https://target.scene7.com/is/image/Target/GUEST_bba86b68-744b-4cdd-b268-de52b5d0de0c", "alternate": [ "https://target.scene7.com/is/image/Target/GUEST_b999b79e-5317-43b2-8584-518e3ac048cf", "https://target.scene7.com/is/image/Target/GUEST_ae4520de-d4ed-433e-b307-e9d88e5c427c", "https://target.scene7.com/is/image/Target/GUEST_7361f460-18dd-41ed-a724-aa3b1514ab19" ] }, "rating": { "count": 56, "score": 4.4 }, "category": { "name": "Balance Bikes", "path": "target > Sports & Outdoors > Bikes & Cycling > Kids’ Bikes > Balance Bikes" }, "currency": "USD", "in_stock": true, "parse_status_code": 12000, "product_offer_type": "reg" }, "errors": [], "status_code": 12000, "task_id": "7399040490143769601" }, "headers": { "date": "Tue, 25 Nov 2025 11:05:24 GMT", "etag": "\"8i188sq7vp85db\"", "vary": "Accept-Encoding", "content-type": "text/html; charset=utf-8", "accept-ranges": "bytes", "cache-control": "private, no-cache", "referrer-policy": "no-referrer-when-downgrade", "x-frame-options": "SAMEORIGIN", "content-encoding": "gzip", "x-content-type-options": "nosniff", "content-security-policy": "frame-ancestors 'self' https://*.target.com;", "strict-transport-security": "max-age=31536000; includeSubDomains" }, "cookies": [ { "key": "refreshToken", "path": "/", "value": "dGFWfxNo_pxZzQPXkV9Sv1fFArQc53C_2mbX5G3Xs9yha58W9MO6_zPjOI8-LGKSqO9NmZxnGhQIFOWQSQlsbA", "domain": ".target.com", "secure": true, "comment": "", "expires": 1779620724.812215, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "idToken", "path": "/", "value": "eyJhbGciOiJub25lIn0.eyJzdWIiOiIxZDM3ODlkNy04OTg4LTRmYzAtODFlYS04ZmRmY2U5ZTY0ODciLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNTUxMjMsImlhdCI6MTc2NDA2ODcyMywiYXNzIjoiTCIsInN1dCI6IkciLCJjbGkiOiJlY29tLXdlYi0xLjAuMCIsInBybyI6eyJmbiI6bnVsbCwiZm51IjpudWxsLCJlbSI6bnVsbCwicGgiOmZhbHNlLCJsZWQiOm51bGwsImx0eSI6ZmFsc2UsInN0IjoiR0EiLCJzbiI6bnVsbH19.", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "sapphire", "path": "/", "value": "1", "domain": ".target.com", "secure": true, "comment": "", "expires": 1766698470.81245, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "onboardingGuest", "path": "/", "value": "timestamp=1764068723995", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "TealeafAkaSid", "path": "/", "value": "Wmzsp4sAZ_WKHKZFLyHtp9gCPrab8QS8", "domain": ".target.com", "secure": false, "comment": "", "expires": 1766660744.589545, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "GuestLocation", "path": "/", "value": "27701|36.000|-78.890|NC|US", "domain": "www.target.com", "secure": true, "comment": "", "expires": 1764155124.812544, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "visitorId", "path": "/", "value": "019ABAB08CC90201A0C035469CEC887D", "domain": ".target.com", "secure": true, "comment": "", "expires": 1798628724.812557, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "adScriptData", "path": "/", "value": "GA", "domain": ".target.com", "secure": true, "comment": "", "expires": 1764155124.812569, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "accessToken", "path": "/", "value": "eyJraWQiOiJlYXMyIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxZDM3ODlkNy04OTg4LTRmYzAtODFlYS04ZmRmY2U5ZTY0ODciLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNTUxMjMsImlhdCI6MTc2NDA2ODcyMywianRpIjoiVEdULmJlZTE1MjZkMzk3ZjQ3MjI5ZTBiMDMzZTg5MjhlZDhjLWwiLCJza3kiOiJlYXMyIiwic3V0IjoiRyIsImRpZCI6IjA1YWMwNzg3Y2E3YzNmYzFjNmRmMDBkYTY1NWNjNmE4YmQwNWE0MzY2MDc0YmE0MDY0OWE3ODBiM2RmZmFiMDYiLCJzY28iOiJlY29tLm5vbmUsb3BlbmlkIiwiY2xpIjoiZWNvbS13ZWItMS4wLjAiLCJhc2wiOiJMIn0.pqyp4oxOtP3BsAKMktpjV56zskvPo7cYnpmxYgat04zkUkTsq2r9saMjhopas6VWfbSz0Bf5GJG0aK4sVeagtzPJ3hle_kRPzubqRcFbkGyXW9xGoqYu6fCa5oDWzkOnAv7IscEiyLAWTkz_uxThKlCI0T6tcGhr1CHv5GXF6BKVtLWJL5GWb7t0madmYxA92y3Sb6ypHT8pIxoNnnt2WOX5xzxGkpmAH70-MoDDG78RhWkpeFNfEkJXvq-DB5sGrOiFhSYb8gytcFMaFRQRupqcGQtfCtuDY48sJKyuNzLJykRum-VLO7LXouw-PGTsb7ODoUw1JmSwGt1YU7Pr0g", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "egsSessionId", "path": "/", "value": "8baa6950-5061-4c23-808d-6e32ec580eb9", "domain": ".target.com", "secure": true, "comment": "", "expires": 1764072324.812603, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "UserLocation", "path": "/", "value": "27701|36.000|-78.890|NC|US", "domain": ".target.com", "secure": true, "comment": "", "expires": 1795604730, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "ffsession", "path": "/", "value": "{%22sessionHash%22:%221946275391d38b1764068730056%22}", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "hideSadReg", "path": "/", "value": "true", "domain": ".target.com", "secure": false, "comment": "", "expires": 1764070530, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "fiatsCookie", "path": "/", "value": "DSI_1872|DSN_Durham|DSZ_27707", "domain": ".target.com", "secure": true, "comment": "", "expires": 1795604739, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "pxcts", "path": "/", "value": "aa65e13b-c9ee-11f0-82c0-32020ca19a8b", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_pxvid", "path": "/", "value": "aa65da2b-c9ee-11f0-82bf-bde13c3a51ee", "domain": ".target.com", "secure": false, "comment": "", "expires": 1795604734, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "lux_uid", "path": "/", "value": "176406873525809480", "domain": "www.target.com", "secure": false, "comment": "", "expires": 1764070535.258653, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "sddStore", "path": "/", "value": "DSI_1872|DSN_Durham|DSZ_27701", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_tgt_session", "path": "/", "value": "35f5ace913774b949885930cb064b22b.ef5aaef1e9f164c7dba5b92a6780dfaf4d98bd80f6013f0d6df3e51df43644146f3ad27c764d6e7ff77b78b29d7e91c6b724a0b690376ee02763a67c7207b9d4eb9b66f7917fff9c7d6048b6281f2cb7e66b4c6bd7c30969763e0fbe7337f1b00977ba8c9ea71596b3d3c44fc49f1941b0cbb52a0ad7707536d52ebe9b595eb8fcec6298b5cddb032c7f688a162b0bf60968c286f85fc8afa1acc4e05f7c9c404fc20c348511c746e94d349654d07b43070976e1a1d6ca648230020431e3b85ad4d95631092cadd80d1dadc6baf7fd1b1b3f10841ae46fc9102404a08dc3feae95.0x7149d59baacdc94e4bfc3532a48f1e305ebbd3419716b793e04e425e0aa3f876", "domain": "redsky.target.com", "secure": false, "comment": "", "expires": 1764155139.434307, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__gads", "path": "/", "value": "ID=13280caff92ce8a5:T=1764068741:RT=1764068741:S=ALNI_MaPC6E1YaL1BfH7vVHOrJzm4PF0Vw", "domain": ".target.com", "secure": true, "comment": "", "expires": 1797764741, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__gpi", "path": "/", "value": "UID=00001312fc1b6d62:T=1764068741:RT=1764068741:S=ALNI_MYxDsEat5LQ_oc8rYGsXfkw9gjV-Q", "domain": ".target.com", "secure": true, "comment": "", "expires": 1797764741, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__eoi", "path": "/", "value": "ID=19e3ef19c4a15acd:T=1764068741:RT=1764068741:S=AA-AfjbnNifGD9ZB5-HjyKFTTuD1", "domain": ".target.com", "secure": true, "comment": "", "expires": 1779620741, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "IDE", "path": "/", "value": "AHWqTUnTfCfSzLk1x3zFHTc4MnvmGNmmyXUmb4p0n6yyIifZvBnzVJHiybsQ4GT3vgo", "domain": ".doubleclick.net", "secure": true, "comment": "", "expires": 1798628751.476032, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyle_userid", "path": "/", "value": "0cd6-482e-a933-c1b2-0704-5ad4-a2a0-79a8", "domain": "www.target.com", "secure": true, "comment": "", "expires": 1795604754, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleUserSession", "path": "/", "value": "1764068754445", "domain": "www.target.com", "secure": true, "comment": "", "expires": 1795604754, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleUserSessionsCount", "path": "/", "value": "1", "domain": "www.target.com", "secure": true, "comment": "", "expires": 1795604754, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleUserPercentile", "path": "/", "value": "43.53656417161037", "domain": "www.target.com", "secure": true, "comment": "", "expires": 1795604754, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleSessionPageCounter", "path": "/", "value": "1", "domain": "www.target.com", "secure": true, "comment": "", "expires": 1795604754, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_px3", "path": "/", "value": "acf7e28648f2e32a09eb89811b285cbc7e2137a127f0ca5eca3831f10341860e:ZiqSLnlXiwNwx5RRLt6kgHs9Y/BKDyT2BjyMwXa1J01pcDIzWuhw3ZlIFL1xV1vNIULbXzJ4WlvDf8Hr2Lh9tA==:1000:0/eeaamF7VemB8Zy/TGyZBEDMXYQ85WzkST7Ah5vJQNd1IYlBuSJvf1IqLV4XQypVXO48sM40rzp2vmLEIpLvFhksz7LKs28WIjWCXcAGBJpC1Un7TWDG2cB4sE8DxWpN39BwkJSGpckHm4IsgGDPPfdqAymldnn97wyiHKunYA0lY6y+0PSkpVqA+L3wwxg/WHrII8y6vGaxuGPyaShiK0+r8UgtkLp2nXQHfZ0SAjgr++B+U/RLvPN3JYzztGiqvgWXnqwnKzGfCEaxuzlBs5teymO8vzxxwUicjmMHp3rk0eLI4eVbwKFPt+aWoIfeJTPf2RktS7mhI37lpZSWy1hgsYafWrNWf+7WFJLDOCzGL8EXldOOqZdyEUS0sjh", "domain": ".target.com", "secure": false, "comment": "", "expires": 1764069089, "max-age": "", "version": "", "httponly": "", "samesite": "" } ], "status_code": 200, "task_id": "7399040490143769601", "created_at": "2025-11-25 11:05:20", "updated_at": "2025-11-25 11:06:03" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Target Search Source: https://help.decodo.com/docs/web-scraping-api-target-search Web Scraping API Target Search Template The `target_search` template is built to obtain Target Search results information. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for Target Product template: | Parameter | Type | Required | Description | | --------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `target_search` | | `query` | string | ✅ | Search query. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `parse` | boolean | | Automatically parses results when set to `true`.
Default value is `false`. | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `delivery_type` | string | | Define the delivery method, using available options: `pickup`, `delivery`, `shipping`. | | `delivery_zip` | string | | Set zip code of delivery location. Must be set when `delivery` or `shipping` delivery methods are chosen. | | `store_id` | | | A 3 to 4-character Target store ID. Must be set when `pickup` delivery method is chosen. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "target_search", "query": "laptop", "headless": "html", "parse": true, } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "target_search", "query": "laptop", "headless": "html", "parse": true }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "target_search", "query": "laptop", "headless": "html", "parse": True } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output Descriptions for fields in the parsed `JSON` `results.organic` section are provided in the table below. Keep in mind that the amount of fields can vary according to the provided search query. | Results key | Description | | ------------- | -------------------------------------------- | | `url` | URL of the Target Product page. | | `title` | The product's title. | | `brand_link` | URL of the Target Brand page. | | `brand_name` | The brand's title. | | `price_data` | An object containing pricing information. | | `product_id` | The product's ID. | | `rating_data` | A dictionary containing rating information.v | #### Response Example ```json JSON expandable theme={null} { "results": [ { "content": { "results": { "url": "https://www.target.com/s?searchTerm=laptop", "results": { "organic": [ { "url": "https://www.target.com/p/lenovo-ideapad-1-15-6-fhd-laptop-pentium-silver-n6000-12gb-ram-128gb-emmc-256gb-ssd-intel-uhd-wi-fi-6-windows-11-home-grey/-/A-1006276479#lnk=sametab", "title": "Lenovo IdeaPad 1 15.6\" FHD Laptop, Pentium Silver N6000, 12GB RAM, 128GB eMMC + 256GB SSD, Intel UHD, Wi-Fi 6, Windows 11 Home, Grey", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 299.5, "currency": "USD", "comparison_price": 599 }, "product_id": "1006276479", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-essential-17-cn3403nr-laptop-17-3-hd-touch-i3-n305-uhd-graphics-32gb-ram-128gb-emmc-1tb-ssd-wi-fi-6-win-11-pro-silver/-/A-1006923954#lnk=sametab", "title": "HP Essential 17-cn3403nr Laptop, 17.3\" HD+ Touch, i3-N305, UHD Graphics, 32GB RAM, 128GB eMMC + 1TB SSD, Wi-Fi 6, Win 11 Pro, Silver", "price_data": { "price": 659, "currency": "USD", "comparison_price": 1318 }, "product_id": "1006923954", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-slim-3-laptop-15-6-fhd-display-amd-ryzen-5-5625u-16gb-ram-1tb-ssd-backlit-kb-sd-card-reader/-/A-1006955175#lnk=sametab", "title": "Lenovo IdeaPad Slim 3 Laptop, 15.6\" FHD Display, AMD Ryzen 5 5625U, 16GB RAM, 1TB SSD, Backlit KB, SD Card Reader", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 469.99, "currency": "USD", "comparison_price": 939.99 }, "product_id": "1006955175", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-14-hd-laptop-intel-celeron-n4500-4gb-ram-64gb-emmc-windows-11-home-in-s-mode-1-year-microsoft-365-included/-/A-1003956586#lnk=sametab", "title": "HP 14” HD Laptop, Intel Celeron N4500, 4GB RAM, 64GB eMMC, Windows 11 Home in S Mode, 1 Year Microsoft 365 included", "price_data": { "price": 199.99, "currency": "USD", "comparison_price": 219.99 }, "product_id": "1003956586", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-14-hd-laptop-intel-processor-n150-4gb-ram-128gb-ufs-windows-11-home-in-s-mode-willow-green/-/A-1004309755#lnk=sametab", "title": "HP 14” HD Laptop, Intel Processor N150, 4GB RAM, 128GB UFS, Windows 11 Home in S Mode, Willow Green", "price_data": { "price": 219.99, "currency": "USD", "comparison_price": 229.99 }, "product_id": "1004309755", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-14-hd-laptop-intel-processor-n150-4gb-ram-128gb-ufs-windows-11-home-in-s-mode/-/A-1003488064#lnk=sametab", "title": "HP 14” HD Laptop, Intel Processor N150, 4GB RAM, 128GB UFS, Windows 11 Home in S Mode, Natural Silver", "price_data": { "price": 229.99, "currency": "USD" }, "product_id": "1003488064", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-1-15ijl7-laptop-15-6-fhd-celeron-n4500-12gb-ram-128gb-512gb-uhd-graphics-wi-fi-6-windows-11-home-gray/-/A-1004641289#lnk=sametab", "title": "Lenovo IdeaPad 1 15IJL7 Laptop – 15.6\" FHD, Celeron N4500, 12GB RAM, 128GB + 512GB, UHD Graphics, Wi-Fi 6, Windows 11 Home, Gray", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 348.99, "currency": "USD", "comparison_price": 697.99 }, "product_id": "1004641289", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-slim-3-laptop-15-6-fhd-display-amd-ryzen-5-5625u-16gb-ram-2tb-ssd-backlit-kb-sd-card-reader/-/A-1006955176#lnk=sametab", "title": "Lenovo IdeaPad Slim 3 Laptop, 15.6\" FHD Display, AMD Ryzen 5 5625U, 16GB RAM, 2TB SSD, Backlit KB, SD Card Reader", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 529.99, "currency": "USD", "comparison_price": 1059.99 }, "product_id": "1006955176", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-thinkpad-e16-gen-2-16-fhd-touch-laptop-ryzen-5-7535u-radeon-graphics-64gb-ddr5-2tb-ssd-wi-fi-6-windows-11-pro-black/-/A-1006277787#lnk=sametab", "title": "Lenovo ThinkPad E16 Gen 2 16\" FHD+ Touch Laptop, Ryzen 5 7535U, Radeon Graphics, 64GB DDR5, 2TB SSD, Wi-Fi 6, Windows 11 Pro, Black", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 1099, "currency": "USD", "comparison_price": 2198 }, "product_id": "1006277787", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/refurbished-hp-omnibook-x-14-fe-14-laptop-snapdragon-x-plus-16gb-1tb-w11h-manufacturer-refurbished/-/A-1006441061#lnk=sametab", "title": "Refurbished: HP OmniBook X 14-fe 14\" Laptop Snapdragon X Plus 16GB 1TB W11H - Manufacturer Refurbished", "price_data": { "price": 689.99, "currency": "USD", "comparison_price": 1099.99 }, "product_id": "1006441061", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-1-15-6-fhd-laptop-pentium-silver-n6000-12gb-ram-128gb-emmc-256gb-ssd-intel-uhd-wi-fi-6-windows-11-home-grey/-/A-1006276479#lnk=sametab", "title": "Lenovo IdeaPad 1 15.6\" FHD Laptop, Pentium Silver N6000, 12GB RAM, 128GB eMMC + 256GB SSD, Intel UHD, Wi-Fi 6, Windows 11 Home, Grey", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 299.5, "currency": "USD", "comparison_price": 599 }, "product_id": "1006276479", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-3i-chromebook-15-6-full-hd-laptop-intel-celeron-n4500-4gb-ram-64gb-emmc-chrome-os/-/A-1000482833#lnk=sametab", "title": "Lenovo IdeaPad 3i Chromebook 15.6” Full HD Laptop, Intel Celeron N4500, 4GB RAM, 64GB eMMC, Chrome OS, Artic Grey", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 179.99, "currency": "USD", "comparison_price": 249 }, "product_id": "1000482833", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-1i-laptop-15-6-fhd-display-intel-celeron-n4500-intel-uhd-graphics-4gb-ram-128gb-emmc-wi-fi-6-windows-11-home-grey/-/A-91557673#lnk=sametab", "title": "Lenovo IdeaPad 1i Laptop, 15.6\" FHD Display, Intel Celeron N4500, Intel UHD Graphics, 4GB RAM, 128GB eMMC, Wi-Fi 6, Windows 11 Home, Grey", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 278.99, "currency": "USD", "comparison_price": 557.99 }, "product_id": "91557673", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-zbook-studio-g7-laptop-core-i9-10885h-2-4ghz-32gb-2tb-nvme-15-6in-fhd-win11p64-webcam-nvidia-quadro-t2000-4gb-new-wd-black-ssd/-/A-1001190956#lnk=sametab", "title": "Refurbished HP Zbook Studio G7 Laptop, Core i9-10885H 2.4GHz, 32GB, 2TB NVMe, 15.6in FHD, Win11P64, Webcam, NVIDIA Quadro T2000 4GB, Manufacturer", "price_data": { "price": 1092.99, "currency": "USD" }, "product_id": "1001190956", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/omen-gaming-laptop-16-2k-amd-ryzen-ai-7-16-gb-memory-1-tb-ssd-windows-11-home/-/A-1004798218#lnk=sametab", "title": "OMEN Gaming Laptop 16\" 2K AMD Ryzen AI 7 16 GB memory;1 TB SSD Windows 11 Home", "price_data": { "price": 953.99, "currency": "USD", "comparison_price": 1799.99 }, "product_id": "1004798218", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-1-15ijl7-laptop-15-6-fhd-celeron-n4500-12gb-ram-128gb-512gb-uhd-graphics-wi-fi-6-windows-11-home-gray/-/A-1004641289#lnk=sametab", "title": "Lenovo IdeaPad 1 15IJL7 Laptop – 15.6\" FHD, Celeron N4500, 12GB RAM, 128GB + 512GB, UHD Graphics, Wi-Fi 6, Windows 11 Home, Gray", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 348.99, "currency": "USD", "comparison_price": 697.99 }, "product_id": "1004641289", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/acer-chromebook-311-11-6-hd-laptop-intel-celeron-n4500-4gb-ram-64gb-emmc-chrome-os/-/A-1000496503#lnk=sametab", "title": "Acer Chromebook 311 11.6” HD Laptop, Intel Celeron N4500, 4GB RAM, 64GB eMMC, Chrome OS", "brand_link": "https://www.target.com/b/acer/-/N-5y5b4", "brand_name": "Acer", "price_data": { "price": 164.88, "currency": "USD", "comparison_price": 229 }, "product_id": "1000496503", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-15-6-fhd-ips-notebook-intel-core-i7-1255u-16gb-ram-512gb-ssd-natural-silver-intel-core-i7-1255u-deca-core-15-6-1920-x-1080-anti-glare-display/-/A-1004415670#lnk=sametab", "title": "HP 15.6\" FHD IPS Notebook Intel Core i7-1255U 16GB RAM 512GB SSD Natural Silver - Intel Core i7-1255U Deca-core - 15.6\" 1920 x 1080 anti-glare display", "price_data": { "price": 479.99, "currency": "USD", "comparison_price": 699.99 }, "product_id": "1004415670", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/acer-aspire-3-a315-24p-r2ag-notebook-manufacturer-refurbished/-/A-1000016748#lnk=sametab", "title": "Acer Aspire 3 - 15.6\" Notebook 8GB RAM 512GB SSD - A315-24P - Manufacturer Refurbished", "brand_link": "https://www.target.com/b/acer/-/N-5y5b4", "brand_name": "Acer", "price_data": { "price": 299.99, "currency": "USD", "comparison_price": 500 }, "product_id": "1000016748", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/dell-inspiron-3535-15-6-full-hd-touchscreen-laptop-intel-core-i5-1334u-8gb-ram-512gb-ssd-windows-11-home-in-s-mode/-/A-1003687526#lnk=sametab", "title": "Dell Inspiron 3535 15.6” Full HD Touchscreen Laptop, Intel Core i5-1334U, 8GB RAM, 512GB SSD, Windows 11 Home in S Mode", "brand_link": "https://www.target.com/b/dell/-/N-5es4v", "brand_name": "Dell", "price_data": { "price": 479.99, "currency": "USD", "comparison_price": 629.99 }, "product_id": "1003687526", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/acer-chromebook-315-15-6-full-hd-laptop-intel-celeron-n4500-4gb-ram-64gb-emmc-chrome-os-protective-sleeve-included/-/A-1003687528#lnk=sametab", "title": "Acer Chromebook 315 15.6\" Full HD Laptop, Intel Celeron N4500, 4GB RAM, 64GB eMMC, Chrome OS - Protective Sleeve included", "brand_link": "https://www.target.com/b/acer/-/N-5y5b4", "brand_name": "Acer", "price_data": { "price": 179.4, "currency": "USD", "comparison_price": 299 }, "product_id": "1003687528", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-14-hd-laptop-intel-processor-n150-4gb-ram-128gb-ufs-windows-11-home-in-s-mode-sky-blue/-/A-1004892821#lnk=sametab", "title": "HP 14” HD Laptop, Intel Processor N150, 4GB RAM, 128GB UFS, Windows 11 Home in S Mode, Sky Blue", "price_data": { "price": 219.99, "currency": "USD", "comparison_price": 229.99 }, "product_id": "1004892821", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-5-15-6-1920x1080-fhd-intel-core-i7-1255u-8gb-ram-512gb-ram-storm-grey-intel-core-i7-1255u-deca-core/-/A-1001398423#lnk=sametab", "title": "Lenovo IdeaPad 5 15.6\" 1920x1080 FHD Intel Core i7-1255U 8GB RAM 512GB RAM Storm Grey - Intel Core i7-1255U Deca-core", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 489.99, "currency": "USD", "comparison_price": 949.99 }, "product_id": "1001398423", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/acer-aspire-3-15-6-touchscreen-laptop-amd-ryzen-5-7520u-2-80ghz-16gb-1tb-w11h-manufacturer-refurbished/-/A-93221896#lnk=sametab", "title": "Acer Aspire 3 - 15.6\" Touchscreen Laptop AMD Ryzen 5 7520U 2.80GHz 16GB RAM 1TB SSD W11H - Manufacturer Refurbished", "brand_link": "https://www.target.com/b/acer/-/N-5y5b4", "brand_name": "Acer", "price_data": { "price": 319.99, "currency": "USD", "comparison_price": 499.99 }, "product_id": "93221896", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-slim-3i-15-6-full-hd-laptop-intel-core-i3-n305-8gb-ram-128gb-ufs-windows-11-home-in-s-mode/-/A-1004778646#lnk=sametab", "title": "Lenovo IdeaPad Slim 3i 15.6\" Full HD Laptop, Intel Core i3-N305, 8GB RAM, 128GB UFS, Windows 11 Home in S Mode", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 287.99, "currency": "USD", "comparison_price": 449.99 }, "product_id": "1004778646", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/asus-vivobook-go-laptop-15-6-fhd-display-intel-core-i3-n305-8gb-ram-128gb-ufs-windows-11-home-black-e1504gawb31/-/A-1005677377#lnk=sametab", "title": "ASUS VivoBook Go Laptop, 15.6\" FHD Display, Intel Core i3-N305, 8GB RAM, 128GB UFS, Windows 11 Home, Black (E1504GAWB31)", "brand_link": "https://www.target.com/b/asus/-/N-5y1f9", "brand_name": "ASUS", "price_data": { "price": 299, "currency": "USD", "comparison_price": 400 }, "product_id": "1005677377", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/dell-inspiron-15-6-full-hd-laptop-intel-core-i5-1334u-8gb-ram-512gb-ssd-windows-11-home/-/A-1005162291#lnk=sametab", "title": "Dell Inspiron 15.6” Full HD Laptop, Intel Core i5-1334U, 8GB RAM, 512GB SSD, Windows 11 Home", "brand_link": "https://www.target.com/b/dell/-/N-5es4v", "brand_name": "Dell", "price_data": { "price": 449.99, "currency": "USD", "comparison_price": 599.99 }, "product_id": "1005162291", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-inc-chromebook-laptop-computer-14-fhd-intel-core-i3-8-gb-memory-128-gb-ufs/-/A-92610962#lnk=sametab", "title": "HP Chromebook Laptop Computer 14\" FHD Intel Core i3 8 GB memory; 128 GB UFS", "price_data": { "price": 271.39, "currency": "USD", "comparison_price": 589.99 }, "product_id": "92610962", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/hp-essential-17t-cn300-laptop-17-3-hd-touch-i7-1355u-64gb-ram-2tb-ssd-iris-xe-graphics-wi-fi-6-windows-11-home-silver/-/A-1004642278#lnk=sametab", "title": "HP Essential 17t-cn300 Laptop – 17.3\" HD+ Touch, i7-1355U, 64GB RAM, 2TB SSD, Iris Xe Graphics, Wi-Fi 6, Windows 11 Home, Silver", "price_data": { "price": 999.5, "currency": "USD", "comparison_price": 1999 }, "product_id": "1004642278", "rating_data": { "count": 0, "score": 0 } }, { "url": "https://www.target.com/p/lenovo-ideapad-slim-3-laptop-15-6-fhd-display-amd-ryzen-5-5625u-16gb-ram-1tb-ssd-backlit-kb-sd-card-reader/-/A-1006955175#lnk=sametab", "title": "Lenovo IdeaPad Slim 3 Laptop, 15.6\" FHD Display, AMD Ryzen 5 5625U, 16GB RAM, 1TB SSD, Backlit KB, SD Card Reader", "brand_link": "https://www.target.com/b/lenovo/-/N-5y4cd", "brand_name": "Lenovo", "price_data": { "price": 469.99, "currency": "USD", "comparison_price": 939.99 }, "product_id": "1006955175", "rating_data": { "count": 0, "score": 0 } } ] }, "parse_status_code": 12000 }, "errors": [], "status_code": 12000, "task_id": "7399006720464273409" }, "headers": { "date": "Tue, 25 Nov 2025 08:51:35 GMT", "etag": "\"15nxckeg8x74ap2\"", "vary": "Accept-Encoding", "content-type": "text/html; charset=utf-8", "accept-ranges": "bytes", "cache-control": "private, no-cache", "x-firefox-spdy": "h2", "referrer-policy": "no-referrer-when-downgrade", "x-frame-options": "SAMEORIGIN", "content-encoding": "gzip", "x-content-type-options": "nosniff", "content-security-policy": "frame-ancestors 'self' https://*.target.com;", "strict-transport-security": "max-age=31536000; includeSubDomains" }, "cookies": [ { "key": "refreshToken", "path": "/", "value": "Zz0aySTuVBkcPlMbeu0yt4bsDB33Y7xmcbVcGumAxT9r2ilvZcinNpsg2vNmlwdeJca2XQBqRo9kMdjuUkvbxA", "domain": ".target.com", "secure": true, "comment": "", "expires": 1779612676, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "idToken", "path": "/", "value": "eyJhbGciOiJub25lIn0.eyJzdWIiOiI4MzJiNzYxZi1iYTE0LTRiOWMtOWQ5OS1mM2ZmMjA0YTI5ZGQiLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNDcwNzUsImlhdCI6MTc2NDA2MDY3NSwiYXNzIjoiTCIsInN1dCI6IkciLCJjbGkiOiJlY29tLXdlYi0xLjAuMCIsInBybyI6eyJmbiI6bnVsbCwiZm51IjpudWxsLCJlbSI6bnVsbCwicGgiOmZhbHNlLCJsZWQiOm51bGwsImx0eSI6ZmFsc2UsInN0IjoiVFgiLCJzbiI6bnVsbH19.", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "onboardingGuest", "path": "/", "value": "timestamp=1764060675991", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "GuestLocation", "path": "/", "value": "35044|33.290|-86.360|AL|US", "domain": "www.target.com", "secure": true, "comment": "", "expires": 1764147076, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "visitorId", "path": "/", "value": "019ABA35BF280201A5D26066F3798179", "domain": ".target.com", "secure": true, "comment": "", "expires": 1798620676, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "adScriptData", "path": "/", "value": "TX", "domain": ".target.com", "secure": true, "comment": "", "expires": 1764147076, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "accessToken", "path": "/", "value": "eyJraWQiOiJlYXMyIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI4MzJiNzYxZi1iYTE0LTRiOWMtOWQ5OS1mM2ZmMjA0YTI5ZGQiLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNDcwNzUsImlhdCI6MTc2NDA2MDY3NSwianRpIjoiVEdULjhlN2I4MjM3N2FmYTQwYTc4ODEwNjI3OWEzNGQ0OWVjLWwiLCJza3kiOiJlYXMyIiwic3V0IjoiRyIsImRpZCI6ImNiZTkwZjRlYmY2MGM1NWYyMGIzZGRjOTVlMTk5MTQ4NGNmZGFhZDk4NDZkZDUwOGM0OTc5MTlmZDlmYmI5NzMiLCJzY28iOiJlY29tLm5vbmUsb3BlbmlkIiwiY2xpIjoiZWNvbS13ZWItMS4wLjAiLCJhc2wiOiJMIn0.hylyCeRgyCWMTRYoaRvIIgpzMW6-37cWBVKrgdtaj5jJb7dslzfQIb2huh9bjXgzVogfwp2-KRLmvn0j8Ehz1CdOxCo7BD52gD5v9QYeH2vwF4H54HCcemAtvroxOeMAPB-EusN4-NsYZkRIHq2zw1pyqQ8K8yB2H7-aA8S4iU9Nmotzvg3h83KDEmUYf61qZ5iR2UictZMyhDUXkrZgj8K7VdxdaElRrLdKrDGqCX4C4a1eFggyP9iJzcb0ATGUDnmAUunYDTirtEIprGGOgqhEhJ5npbrEpZ3iVsuVlOwdiWzcsbK1Zse62iNDEdkHjfBHitT1OIVFq4_jzXxJnQ", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "egsSessionId", "path": "/", "value": "feaebffc-0592-47c6-8908-60a1626828dd", "domain": ".target.com", "secure": true, "comment": "", "expires": 1764064276, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "UserLocation", "path": "/", "value": "35044|33.290|-86.360|AL|US", "domain": ".target.com", "secure": true, "comment": "", "expires": 1795596681, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_tgt_session", "path": "/", "value": "779293fd040e4efab17b2d22236025f5.519251dc28e464574f1879641f373edbfa7dd42a727741d9f80b33278f6da92a9aa0996139da8d315362b3101651f9cd588de6f01399c1bd5e571ae6cd645b9aa97896930480c18b6a505f5cdd10d3d0cbc5199b3620e2e32e85aae9bfc55e62c78bd76e1c31be6f54931e3999fe97693854b8008be4425ec63501d175df1c249ab3c1dbfa4d1c0388f0594d9429ff5f78b9091454dffb0b9b6ef0a88f64d5e8071504a608c53dc6c01265616c06e642c9513ef0c2fe575bde62f5d1782a0402914c9f90341e0cb673424afb7913221c3b3d45e0dd0d43772a29979153a20aac13.0x298a9a75addb996b97bbf69391064ee8d8cab5928ee7bef6dab0855ebcb5a3bb", "domain": "redsky.target.com", "secure": false, "comment": "", "expires": 1764147089, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "sapphire", "path": "/", "value": "1", "domain": ".target.com", "secure": true, "comment": "", "expires": 1766690442, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "fiatsCookie", "path": "/", "value": "DSI_1772|DSN_Birmingham%20280%20Corridor|DSZ_35242", "domain": ".target.com", "secure": true, "comment": "", "expires": 1795596699, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "SwSPfmcX", "path": "/", "value": "149c75038ece41c39c1d9476ffdf9deb.ebd72884e6b7ab210cbbc1ae67819f1d382a9d4e1ea10824bd4aa294bc37d85c9f2d9e77b1bc02a500cb19fb7c1aba16dff4c50aac92afb7cebb09c955b0b4905ddb5b6a4676dc52014ed0fb26983b27c5b026ba0cf32188f0a72cf1b01bac4917fc3624c7ac37c406b065ab33cea060e9a46210f199f05deb47835ffad57661c0af18317482057b0df670f819378ed1e27b8f2878272295e5fa043765d9c40c72112520a117d3c57f2472ed21b13b7400d00be8fb99a8c846f9003628b2ee0f5adfeda637823ad619c7547702d140be875e9979cce2208b432a12182674bf121a.0xf137d77967eea18386cbb5a8f0ee643f324bd8fd1076abe3241a7f321b5a77bc", "domain": "cdui-orchestrations.target.com", "secure": false, "comment": "", "expires": 1764147107, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "ffsession", "path": "/", "value": "{%22sessionHash%22:%221920c4d09f33c81764060681207%22%2C%22prevPageName%22:%22search:%20search%20results%22%2C%22prevPageType%22:%22search:%20search%20results%22%2C%22prevPageUrl%22:%22https://www.target.com/s?searchTerm=laptop%22%2C%22sessionHit%22:2%2C%22prevSearchTerm%22:%22laptop%22}", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "TealeafAkaSid", "path": "/", "value": "Ugt3ODVZZykLgwURUiDI4lJYmA2ckI-0", "domain": ".target.com", "secure": false, "comment": "", "expires": 1766652711, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "ci_pixmgr", "path": "/", "value": "other", "domain": ".target.com", "secure": false, "comment": "", "expires": 1766652711, "max-age": "", "version": "", "httponly": "", "samesite": "" } ], "status_code": 200, "query": "laptop", "task_id": "7399006720464273409", "created_at": "2025-11-25 08:51:09", "updated_at": "2025-11-25 08:51:57" } ] } ``` *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Target Templates Source: https://help.decodo.com/docs/web-scraping-api-target-templates Web Scraping API Target Templates Target can be scraped using a few different targets: **Target Search**, **Target Product **and** direct URL**. In each respective target template page, you will find: * Whether it can be parsed with `JSON`; * The required parameters; * Ready-to-use code examples for `cURL`, `Node`, and `Python`, where you only need to change the username and password for your Web Scraping API user for the code to work. All Target templates use the Premium Proxy Pool by default. Here is the list of available Target templates. You can find more details about each template on the page below. | Template (target) | Parser | Input | | ------------------------------------------------------------------------------------ | ------------- | ------------ | | [**Target Product**](https://help.decodo.com/docs/web-scraping-api-target-product#/) | ✅ | `product_id` | | [**Target Search**](https://help.decodo.com/docs/web-scraping-api-target-search#/) | ✅ | `query` | | [**Target URL**](https://help.decodo.com/docs/web-scraping-api-target-url) | Specific URLs | `url` | *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Target URL Source: https://help.decodo.com/docs/web-scraping-api-target-url Web Scraping API Target Template The `target` template is built to obtain content directly from various Target URLs. Instead of passing multiple parameters, you can simply provide a direct URL to the desired Target page. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the Target URL template: | Parameter | Type | Required | Description | | --------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `target` | | `url` | string | ✅ | A URL of a Target page. Additional parameters can be specified in the URL itself. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `delivery_type` | string | | Define the delivery method, using available options: `pickup`, `delivery`, `shipping`. | | `delivery_zip` | string | | Set zip code of delivery location. Must be set when `delivery` or `shipping` delivery methods are chosen. | | `store_id` | | | A 3 to 4-character Target store ID. Must be set when `pickup` delivery method is chosen. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "target", "url": "https://www.target.com/finds/ideas", "headless": "html" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "target", "url": "https://www.target.com/finds/ideas", "headless": "html" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "target", "url": "https://www.target.com/finds/ideas", "headless": "html" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output The response structure will vary depending on the provided `url`. #### Response Example ```json JSON expandable theme={null} { "results": [ { "content":"Ideas : Target Finds
Account

Sign in for the best experience

See past orders and manage returns
Check out faster

Ideas

Unexpected (and achievable!) ways to upgrade your parties, gifts & style.

Get top deals, latest trends, and more.

Privacy policy

Footer

\n

", "headers": { "age": "0", "date": "Tue, 25 Nov 2025 11:28:17 GMT", "etag": "\"sshdatrkuu5w7g\"", "vary": "Accept-Encoding", "content-type": "text/html; charset=utf-8", "accept-ranges": "bytes", "cache-control": "no-cache", "content-length": "50008", "referrer-policy": "no-referrer-when-downgrade", "x-frame-options": "SAMEORIGIN", "content-encoding": "gzip", "x-content-type-options": "nosniff", "content-security-policy": "frame-ancestors 'self' https://*.target.com;", "strict-transport-security": "max-age=31536000; includeSubDomains" }, "cookies": [ { "key": "visitorId", "path": "/", "value": "019ABAB222980201AE5B093F1871A316", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "onboardingGuest", "path": "/", "value": "timestamp=1764068827885", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "TealeafAkaSid", "path": "/", "value": "Ey6SA-Kp5Fj-Ug8nBhoDgAuz1aQsxDo2", "domain": ".target.com", "secure": false, "comment": "", "expires": 1766662101.458592, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "GuestLocation", "path": "/", "value": "171112|-0.600|-78.600|P|EC", "domain": "www.target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "sapphire", "path": "/", "value": "1", "domain": ".target.com", "secure": true, "comment": "", "expires": 1766699843.262504, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "UserLocation", "path": "/", "value": "17111|-0.600|-78.600|P|EC", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "ffsession", "path": "/", "value": "{%22sessionHash%22:%226e230efcab9081764068830351%22}", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "pxcts", "path": "/", "value": "e3fe4ca8-c9ee-11f0-b6ce-1231b9e06318", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_pxvid", "path": "/", "value": "e3fe20ab-c9ee-11f0-b6c8-b1bc67dda566", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "sddStore", "path": "/", "value": "DSI_2186|DSN_Harrisburg%20East|DSZ_17111", "domain": ".target.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "fiatsCookie", "path": "/", "value": "DSI_2186|DSN_Harrisburg%20East|DSZ_17111", "domain": ".target.com", "secure": true, "comment": "", "expires": 1795606098, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "egsSessionId", "path": "/", "value": "157ac7ed-5625-40a8-8f98-11dabe9f9c47", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "accessToken", "path": "/", "value": "eyJraWQiOiJlYXMyIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxYzNhM2MxNC1lM2ExLTQ0NjctODJiOC05ZWQ4YWM5MjQwYTAiLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNTUyMzIsImlhdCI6MTc2NDA2ODgzMiwianRpIjoiVEdULjkzNDE5YjkyOTNiYzQ2MzRiN2VhZTljZThlMmUwZmZmLWwiLCJza3kiOiJlYXMyIiwic3V0IjoiRyIsImRpZCI6ImY3OWY3Y2YxZTk0ODQ0ODc2MjRlNWE0NmRhNzUyYjFiNWQ1ZDFiOGQ3OWE3ZTcxNjgzNTk3MzM4NzUyNjRlNWYiLCJzY28iOiJlY29tLm5vbmUsb3BlbmlkIiwiY2xpIjoiZWNvbS13ZWItMS4wLjAiLCJhc2wiOiJMIn0.u-VTwZJEkug6SFAzyGhBo7ja6r3N-yx3nbfjlCi4CUgoInKFPwfiuGCwuvPbT0SC9yAW_EdJx3r3eFpWUI5CKz1r-pQgTDGNXMrXBIht-0O3wKspwuP3dvu8qh1wHULdBAXuhi7bEthFjaiJfeVHsWnIs12bxos07xqBOQm7VeOVaO8hy-8Lybziyo6s8OJvXVR_k67Wr_cdXfkcYWSTmMkSMY0ovy2SwjwqffwD7pvIUtM9ss79DepNw9hZbtkfp4rtQCDofahRQLMUXKQG5tIE_MtUbJgrQo8ChnPd8NR0Pec3qlVofaw7JgVr9mhY1KykbZx9xRdGZiQ16quX0w", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "idToken", "path": "/", "value": "eyJhbGciOiJub25lIn0.eyJzdWIiOiIxYzNhM2MxNC1lM2ExLTQ0NjctODJiOC05ZWQ4YWM5MjQwYTAiLCJpc3MiOiJNSTYiLCJleHAiOjE3NjQxNTUyMzIsImlhdCI6MTc2NDA2ODgzMiwiYXNzIjoiTCIsInN1dCI6IkciLCJjbGkiOiJlY29tLXdlYi0xLjAuMCIsInBybyI6eyJmbiI6bnVsbCwiZm51IjpudWxsLCJlbSI6bnVsbCwicGgiOmZhbHNlLCJsZWQiOm51bGwsImx0eSI6ZmFsc2UsInN0IjoiUCIsInNuIjpudWxsfX0.", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "refreshToken", "path": "/", "value": "YnJEsUpH0ykhSepLa6s7sQpFBF-YAgUsw3IWYLCTB6AyDEQtZ1U_t6ddSqjHpLpap9J0o6dd1k-mXh8fOJfUGA", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "adScriptData", "path": "/", "value": "P", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "test_cookie", "path": "/", "value": "CheckForPermission", "domain": ".doubleclick.net", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__gads", "path": "/", "value": "ID=cde9e1dc87e905c6:T=1764068832:RT=1764068832:S=ALNI_Ma8dbUTnY7sRsYOvSwf3g0BYoHxEg", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__gpi", "path": "/", "value": "UID=000012a87e1c3818:T=1764068832:RT=1764068832:S=ALNI_MZUUT8Vdrpm0-2xfn3jVK2D-kk89g", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "__eoi", "path": "/", "value": "ID=8f1f8b69da752196:T=1764068832:RT=1764068832:S=AA-AfjZN2Yw7e5DjCAyfbypxOVaa", "domain": ".target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyle_userid", "path": "/", "value": "3ea9-0d24-71c5-435a-393d-626e-d2db-5cb9", "domain": "www.target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleUserSession", "path": "/", "value": "1764070058619", "domain": "www.target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleUserSessionsCount", "path": "/", "value": "2", "domain": "www.target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleUserPercentile", "path": "/", "value": "79.67269475064822", "domain": "www.target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "kampyleSessionPageCounter", "path": "/", "value": "1", "domain": "www.target.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_px3", "path": "/", "value": "7c0bfebe2a0f348ff68fefb46fd25a6b9a30ed877061bfae42dcb75271455934:jZPBTzdM/SWIJTHce80Glqfk7LuDO9Ccfgh9Qi26pTyqpytzdFyJY3CH4XqfUtBLMR33tMN6VzeydoYjuurLEg==:1000:XmW30flOciOs2XgykBXeLg/gyoOcHW1ljRLCMdnR/P9LYLrUVhwx0cS87d25Fn7EDkQBwps9ZseMXL9zgy4mK458ZXBlsxXYRB72NudFZofz2E5n/wr+mvdN6BNCMtRWncsn43jq7Wa4cnAY/a/fnhX221h3KwtJzHWmGXZKOWx3mLqGb35nqb+XIiT9Gm6h4Qxil8Ad0gGzzq1LSA6TU9pd524LwZOmnUCMY74Fl15RoNKogxt9VT6l7jX9D9VT5uou9It9zgWy/zw+SfkSMOsB3UpV7SPxeZUgKeczZ3qTfhU1K1UPLtLcPzB4Z/CZCYBMEa3mkAH3sAM/htbkLA==", "domain": ".target.com", "secure": false, "comment": "", "expires": 1764070430, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "_tgt_session", "path": "/", "value": "a3276207f41b4ca8bc130734453c0f0f.6006adbd30a6677a238048d5472390dad254b7841177e0e30c06d7cd7fea16b852d09acfe0a268983d1003bfc71e9915b6f07828b7803c728d0c0421177e24cf7649c047d303dedb1daaaf2d25e3eda62a4051e8afa060af895435344bfacc8d956aaf82aca35ac5937f73ac85323f6dd9ea851c7bc10b4ba74872116e33114174ed876187d4b33542b0cf07e5990386ebb563a538fae873cd3cda1022bf92e4ab90615c0cda1a88007fac552572eb1a359e25751c0c4b863c4a549465b9c4dacaea35c58ddea4562e4b21cd1509c021d0b8686105f2983f9ffbfb7b821ef59f45.0x931ca3b573bd6d04b92a02c10adb99fcc437a5abef6ffa5e2ec812d9ff6bf037", "domain": "redsky.target.com", "secure": false, "comment": "", "expires": 1764156502.009302, "max-age": "", "version": "", "httponly": "", "samesite": "" } ], "status_code": 200, "task_id": "7399046236914852865", "created_at": "2025-11-25 11:28:10", "updated_at": "2025-11-25 11:28:27" } ] } ```
*** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # Templates Overview Source: https://help.decodo.com/docs/web-scraping-api-targets Web Scraping API Template Overview The Web Scraping API includes a list of target templates designed to enhance scraping efficiency. Keep in mind that all Target Templates use Premium Proxy Pool. 1. Specialized unblocking strategies – ensure high success rates. 2. Target specific parameters – optimized settings for select targets. 3. Dedicated parsers – pre-built parsing solutions for supported targets. *** | Target name | Available templates | | :----------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [**Amazon**](https://help.decodo.com/docs/web-scraping-api-amazon-templates) |
  • [Amazon Bestsellers](https://help.decodo.com/docs/web-scraping-api-amazon-bestsellers)
  • [Amazon Pricing](https://help.decodo.com/docs/web-scraping-api-amazon-pricing)
  • [Amazon Product](https://help.decodo.com/docs/web-scraping-api-amazon-product)
  • [Amazon Search](https://help.decodo.com/docs/web-scraping-api-amazon-search)
  • [Amazon Sellers](https://help.decodo.com/docs/web-scraping-api-amazon-sellers)
  • [Amazon (any page)](https://help.decodo.com/docs/web-scraping-api-amazon-url)
| | [**Bing**](https://help.decodo.com/docs/web-scraping-api-bing-templates) |
  • [Bing Search](https://help.decodo.com/docs/web-scraping-api-bing-search)
  • [Bing (any page)](https://help.decodo.com/docs/web-scraping-api-bing-url)
| | [**ChatGPT**](https://help.decodo.com/docs/web-scraping-api-chatgpt) |
  • [ChatGPT (any prompt)](https://help.decodo.com/docs/web-scraping-api-chatgpt)
| | [**Google**](https://help.decodo.com/docs/web-scraping-api-google-templates) |
  • [Google Ads](https://help.decodo.com/docs/web-scraping-api-google-ads)
  • [Google AI Mode](https://help.decodo.com/docs/web-scraping-api-google-ai-mode)
  • [Google Lens](https://help.decodo.com/docs/web-scraping-api-google-lens)
  • [Google Search](https://help.decodo.com/docs/web-scraping-api-google-search)
  • [Google Travel Hotels](https://help.decodo.com/docs/web-scraping-api-google-travel-hotels)
  • [Google (any page)](https://help.decodo.com/docs/web-scraping-api-google-url)
| | [**Perplexity**](https://help.decodo.com/docs/web-scraping-api-perplexity) |
  • [Perplexity (any prompt)](https://help.decodo.com/docs/web-scraping-api-perplexity)
| | [**Reddit**](https://help.decodo.com/docs/web-scraping-api-reddit-templates) |
  • [Reddit Post](https://help.decodo.com/docs/web-scraping-api-reddit-post)
  • [Reddit Subreddit](https://help.decodo.com/docs/web-scraping-api-reddit-subreddit)
  • [Reddit User](https://help.decodo.com/docs/web-scraping-api-subreddit-user)
| | [**Target**](https://help.decodo.com/docs/web-scraping-api-target-templates#/) |
  • [Target Product](https://help.decodo.com/docs/web-scraping-api-target-product#/)
  • [Target Search](https://help.decodo.com/docs/web-scraping-api-target-search#/)
  • [Target (any page)](https://help.decodo.com/docs/web-scraping-api-target-url#/)
| | [**TikTok**](https://help.decodo.com/docs/web-scraping-api-tiktok-templates) |
  • [TikTok Post](https://help.decodo.com/docs/web-scraping-api-tiktok-post)
  • [TikTok Shop Product](https://help.decodo.com/docs/web-scraping-api-tiktok-shop-product)
  • [TikTok Shop Search](https://help.decodo.com/docs/web-scraping-api-tiktok-shop-search)
  • [TikTok Shop URL](https://help.decodo.com/docs/web-scraping-api-tiktok-shop-url)
| | [**Walmart**](https://help.decodo.com/docs/web-scraping-api-walmart-templates) |
  • [Walmart Product](https://help.decodo.com/docs/web-scraping-api-walmart-product)
  • [Walmart Search](https://help.decodo.com/docs/web-scraping-api-walmart-search)
  • [Walmart (any page)](https://help.decodo.com/docs/web-scraping-api-walmart-url)
| | [**Youtube**](https://help.decodo.com/docs/web-scraping-api-youtube-targets) |
  • [Youtube Metadata](https://help.decodo.com/docs/web-scraping-youtube-metadata#/)
  • [Youtube Subtitles](https://help.decodo.com/docs/web-scraping-api-youtube-subtitles)
  • [Youtube Channel](https://help.decodo.com/docs/web-scraping-api-youtube-channel)
  • [Youtube Search](https://help.decodo.com/docs/web-scraping-api-youtube-search)
| Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # TikTok Post Source: https://help.decodo.com/docs/web-scraping-api-tiktok-post Web Scraping API TikTok Post Template The `tiktok_post` template is built to obtain TikTok video post information. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the TikTok Post template: | Parameter | Type | Required | Description | | ---------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `target` | string | ✅ | Target type must be set to `tiktok_post`. | | `url` | string | ✅ | TikTok post URL | | `headless` | string | | By default, JavaScript rendering is forced, omit parameter in the request. | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response)
Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": "tiktok_post", "url": "https://www.tiktok.com/@nba/video/7255379108241198378" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "tiktok_post", "url": "https://www.tiktok.com/@nba/video/7255379108241198378" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your authorization token }, }).catch(error => console.log(error)); console.log(await response.json()) } scrape() ``` ```python Python theme={null} import requests url = "https://scraper-api.decodo.com/v2/scrape" payload = { "target": "tiktok_post", "url": "https://www.tiktok.com/@nba/video/7255379108241198378" } headers = { "accept": "application/json", "content-type": "application/json", "authorization": "Basic TOKEN VALUE" # update with your authorization token } response = requests.post(url, json=payload, headers=headers) print(response.text) ``` ## Output #### Response Example ```json JSON expandable theme={null} { "results": [ { "content":"\n \n \n Jarace Walker's Epic Dunk and Free Throw Fight in NBA Summer League | TikTok\n \n \n \n \n\n \n \n

Company

Program

Terms & Policies

© 2025 TikTok
\"Walker
Walker was ready to fight for his 2! 😭 #NBA #NBASummerLeague #basketball #freethrow #putback #dunk
Jarace Walker's Epic Dunk and Free Throw Fight in NBA Summer League
Watch as Jarace Walker showcases his basketball skills with a powerful dunk and intense free throw fight in the NBA Summer League. Get ready for some thrilling basketball action! #NBA #NBASummerLeague #basketball #freethrow #putback #dunk
This information is AI generated and may return results that are not relevant. It does not represent TikTok’s views or advice. If you have concerns,please report at: Feedback and help - TikTok

00:10 / 00:17

\"nba\"

Scroll up to view more

Enjoy more in feed mode

\"Bathroom
Jarace Walker's Epic Dunk and Free Throw Fight in NBA Summer League
Watch as Jarace Walker showcases his basketball skills with a powerful dunk and intense free throw fight in the NBA Summer League. Get ready for some thrilling basketball action! #NBA #NBASummerLeague #basketball #freethrow #putback #dunk
Keywords: Jarace Walker, NBA Summer League, basketball skills, dunk, free throw fight, intense basketball action
This information is AI generated and may return results that are not relevant. It does not represent TikTok’s views or advice. If you have concerns,please report at: Feedback and help - TikTok

00:00 / 00:00

\"familylifehackss\"
\"Bathroom
Bathroom lifehack #LifeHack #bathroom #useful #DIY #homehacks
familylifehackss
25.1K
·10-24
\"Small
Small Bedroom Transformation Into A Smart Functional Space
visionofluxury
158.7K
·8-16
\"#minigoods
#minigoods #yiwuminigoods #goodthing #asmr #asmrvideo #clean #cleantok #foryour #fyp
make56090
79.6K
·9-26
\"Her
Her brother 👀 #mybsfsbrother #dormroom #college #welcomebacktothevilla
abigailbaker07
146.8K
·8-26
\"She’s
She’s getting this haircut for her proposal to her girl 😳 I gave her the textured fringe haircut with the low taper fade 😛 if your looking for a service like this I’m located in 📍Tysons Corner, Virginia - Tap the link in my bio to book an appointment!.. #dmvbarber #dmvbarbers #oxonhillbarber #fyp #sefcutz
sefcutz
1.2M
·8-23
\"You
You have to try this!
kukumardipp9111a
31.1K
·9-3
\"#duet
#duet THIS MIGHT BE THE BEST RUG CLEAN - @mastercleanin3 - IG - richardsalesofficial #viral #xyzbca #FYP
richardsalesofficial
163.7K
·9-9
\"Run
Run a fall bath with me 🎃🛀🏼🍁🫧 Most things can be found in my amazon storefront under ‘bath finds’ 🧡 #bath #fallaesthetic #asmr #satisfying #relaxing
glenxda
834.5K
·9-26
\"Gang
Gang will never me tuff like me :3 #alternative #fypシ #viral #altgirl #prettygirl
.rainbowglitternutsack73
36.2K
·9-5
\"The
The table is more confusing##foryou##foryoupage##3dmodeling##CGI
jerry.8000
31.5K
·10-21
\"Secret
Secret Movie Theatre Hack 😳
rom
58.9K
·9-28
Introducing keyboard shortcuts!
Go to previous video
Go to next video
Like video
Mute / unmute video
Play / Pause
Skip forward
Skip backward
Full screen
\n \n \n \n\n
", "headers": { "date": "Wed, 12 Nov 2025 12:53:09 GMT", "pragma": "no-cache", "server": "nginx", "expires": "Wed, 12 Nov 2025 12:53:09 GMT", "x-cache": "TCP_MISS from a2-16-76-118.deploy.akamaitechnologies.com (AkamaiGHost/22.3.2-3132366524ab32492078dda91c109cd6) (-)", "x-tt-logid": "20251112125309E88141BA602BAD048C96", "content-type": "text/html; charset=utf-8", "x-gw-dst-psm": "serverless.tiktok.desktop", "x-powered-by": "Goofy Node", "cache-control": "max-age=0, no-cache, no-store", "server-timing": "cdn-cache; desc=MISS, edge; dur=134, origin; dur=248, inner; dur=240", "x-tt-trace-id": "00-251112125309E88141BA602BAD048C96-166FABFD42867EFA-00", "content-length": "73627", "feature-policy": "microphone 'none'; geolocation 'none'", "x-cache-remote": "TCP_MISS from a23-3-98-145.deploy.akamaitechnologies.com (AkamaiGHost/22.3.2-3132366524ab32492078dda91c109cd6) (-)", "x-firefox-spdy": "h2", "x-tt-trace-tag": "id=16;cdn-cache=miss;type=dyn", "referrer-policy": "strict-origin-when-cross-origin", "x-frame-options": "SAMEORIGIN", "x-tt-trace-host": "010496ce52589096e8b8561140c69cf2f1916d700704a988df845a295b912172af7b43618caa4417c879ec9e0471ad79a4f6046a69ff74fa30046e3a59e095371080a131c291177aa3fcdb17ae7438b901013820b038b26df921d346d393f532334e07e47946d4b56a9380063724516470", "content-encoding": "br", "x-xss-protection": "1; mode=block", "x-download-options": "noopen", "x-pumbaa-web-avail": "1", "reporting-endpoints": "csp-endpoint=\"https://mon16-normal-useast5.tiktokv.us/monitor_browser/collect/batch/security/?bid=tiktok_pns\"", "x-akamai-request-id": "587a08b9.25ff838", "x-bytefaas-request-id": "20251112125309E88141BA602BAD048C96", "x-content-type-options": "nosniff", "x-origin-response-time": "248, 23.3.98.145", "x-parent-response-time": "340, 2.16.76.118", "content-security-policy": "report-uri https://mon16-normal-useast5.tiktokv.us/monitor_browser/collect/batch/security/?bid=tiktok_pns&ev_type=csp&p=HOiLPthVoUcWRLsWj0mtJ&v=16; report-to csp-endpoint; upgrade-insecure-requests; default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: bytedance: data: wss://*.tiktok.com wss://*.tiktokv.com wss://*.tiktokv.eu wss://tiktok.com wss://tiktokv.com *.adsintegrity.net *.akamaized.net *.amazonaws.com *.bing.com *.bitssec.com *.braintree-api.com *.braintreegateway.com *.bytedapm.com *.bytedgame.com *.bytehwm-row.com *.byteicdn.com *.byteintl.com *.byteintl.net *.byteintlapi.com *.byteintlstatic.com *.bytelemon.com *.byteoversea.com *.byteoversea.net *.bytevcloudapi.com *.capcut.com *.cloudflare.com *.ctfassets.net *.doubleclick.net *.evbuc.com *.eventim.de *.facebook.com *.facebook.net *.fbsbx.com *.fcdnstatic-intl.com *.fdmstatic.com *.g-p-static.com *.gauthmath.com *.goofy-cdn.com *.goofy.app *.google.com *.googleadservices.com *.googleapis.com *.googletagmanager.com *.gstatic.com *.hsforms.com *.hsforms.net *.ibytedtos.com *.ibyteimg.com *.isnssdk.com *.jumio.ai *.kakao.com *.lemon8-app.com *.lemon8cdn.com *.licdn.com *.linkedin.com *.midtrans.com *.muscdn.com *.musical.ly *.oecstatic.com *.omise.co *.pangle-ads.com *.paypal.com *.pipopay.com *.pipopayment.us *.redditstatic.com *.resso.me *.sgsnssdk.com *.soundon.global *.tableau.com *.tiktok-row.net *.tiktok.com *.tiktok.ru *.tiktok.vn *.tiktokapis.com *.tiktokcdn-eu.com *.tiktokcdn-in.com *.tiktokcdn-us.com *.tiktokcdn.com *.tiktokcreativeone.com *.tiktokforbusinessoutbound.com *.tiktokglobalshop.com *.tiktokmusic.me *.tiktokshop.com *.tiktokstaticb.com *.tiktokus.info *.tiktokv.com *.tiktokv.eu *.tiktokv.us *.tiktokw.eu *.tiktokw.us *.topbuzzcdn.com *.ttcdn-us.com *.ttlivecdn.com *.ttlstatic.com *.ttwstatic.com *.vimeo.com *.vodupload.com *.yahoo.co.jp *.yhgfb-static.com *.youtube-nocookie.com *.zhiliaoapp.com api.music.apple.com code.jquery.com facebook.com google.com i.ticketweb.com images.universe.com media.ticketmaster.eu play.itunes.apple.com res.cloudinary.com s1.ticketm.net static-label.frontgatetickets.com static.captchami.com t.co tikitoks.com tiktok.com tiktok.ua tiktok.vn tiktokfollowersfree.com tiktokv.com unpkg.com vimeo.com; connect-src * 'unsafe-inline' blob: data:; frame-src bytedance: *.kakao.com *.tiktok.com access.line.me accounts.google.com api.twitter.com appleid.apple.com assets.braintreegateway.com client-api.arkoselabs.com h.online-metrix.net lf16-web.tiktokcdn.com newassets.hcaptcha.com recaptcha.google.com tx41v.arkoselabs.com www.facebook.com www.google.com; script-src 'inline-speculation-rules' 'report-sample' 'unsafe-eval' *.tiktokcdn-us.com apis.google.com billshark-cdn.s3.amazonaws.com c.paypal.com cdnjs.cloudflare.com client-api.arkoselabs.com connect.facebook.net developers.kakao.com googleads.g.doubleclick.net js-cdn.music.apple.com/musickit/v3/musickit.js js.braintreegateway.com js.hcaptcha.com js.hsforms.net recaptcha.google.com s20.tiktokcdn.com s3.amazonaws.com static.captchami.com tiktok.captchami.com tx41v.arkoselabs.com unpkg.com vimeo.com www.facebook.net www.google.com www.googleadservices.com www.googleapis.com www.googletagmanager.com www.gstatic.com www.vimeo.com; worker-src www.tiktok.com/business/sw.js www.tiktok.com/embed/sw.js www.tiktok.com/firebase-messaging-sw.js www.tiktok.com/help/sw.js www.tiktok.com/sw.js www.tiktok.com/tiktokstudio/static/worker/ www.tiktok.com/tiktokstudio/sw.js www.tiktok.com/web-static-js/ www.tiktok.com/webapp-desktop/static/worker/; frame-ancestors tea-va.bytedance.net www.tiktok.com", "strict-transport-security": "max-age=31536000; includeSubdomains", "access-control-expose-headers": "x-tt-traceflag, x-tt-logid", "x-bytefaas-execution-duration": "238.86", "content-security-policy-report-only": "report-uri https://mon16-normal-useast5.tiktokv.us/monitor_browser/collect/batch/security/?bid=tiktok_pns&ev_type=csp&p=HOiLPthVoUcWRLsWj0mtJ&v=5; report-to csp-endpoint; script-src 'report-sample' 'unsafe-eval' *.tiktokcdn-us.com apis.google.com billshark-cdn.s3.amazonaws.com c.paypal.com client-api.arkoselabs.com connect.facebook.net developers.kakao.com js.braintreegateway.com js.hcaptcha.com js.hsforms.net recaptcha.google.com s20.tiktokcdn.com s3.amazonaws.com static.captchami.com tiktok.captchami.com unpkg.com www.facebook.net www.vimeo.com; worker-src www.tiktok.com/business/sw.js www.tiktok.com/embed/sw.js www.tiktok.com/firebase-messaging-sw.js www.tiktok.com/help/sw.js www.tiktok.com/sw.js; frame-ancestors tea-va.bytedance.net www.tiktok.com" }, "cookies": [ { "key": "msToken", "path": "/", "value": "DFkQB09-nFMRew2aInG22KQtPwyBcr5xrcbdi_Hl_NnII7LQNy14t9Rhk4VBOBr7YrHqjb9kDweDBbusU5VjF6_D2-QxR5iN4S_7BFDtecwDLGO_GKpjlLJYkzISKv8z_JjXQvb7OHrwtLsU9cQR", "domain": "www.tiktok.com", "secure": false, "comment": "", "expires": 1770728008, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "ttwid", "path": "/", "value": "1%7CaWPieN9SbnRw8cLxkmAZB1p9TxCM_NfwVXa6MNoO5Qk%7C1762950723%7C90568615d2cb887f334b6dbadcebec1cf0e085f9c594ecba3683fb977a289216", "domain": ".tiktok.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "tt_csrf_token", "path": "/", "value": "VjErxEtr-_PAGD2GKQzwZdJ-c3FtCEslLoT0", "domain": ".tiktok.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "delay_guest_mode_vid", "path": "/", "value": "8", "domain": ".www.tiktok.com", "secure": true, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "odin_tt", "path": "/", "value": "5f6b49699d0b53cd40e7ceea1f721afe3b5f9368f212ed7ecf19c7f06cfd436ff73d1a86b7cb49928bd02132515bbd92726393d3d0bc8bcfac335d28cb7983e7071788a86539ca39372aada3b5586019", "domain": ".tiktok.com", "secure": false, "comment": "", "expires": -1, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "tt_chain_token", "path": "/", "value": "laiMM6/qjq5IbyCM5JsoBQ==", "domain": ".tiktok.com", "secure": true, "comment": "", "expires": 1778503989, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "tiktok_webapp_theme_source", "path": "/", "value": "auto", "domain": ".www.tiktok.com", "secure": true, "comment": "", "expires": 1788871992, "max-age": "", "version": "", "httponly": "", "samesite": "" }, { "key": "tiktok_webapp_theme", "path": "/", "value": "dark", "domain": ".www.tiktok.com", "secure": true, "comment": "", "expires": 1788871992, "max-age": "", "version": "", "httponly": "", "samesite": "" } ], "status_code": 200, "task_id": "7394356565161054209", "created_at": "2025-11-12 12:53:05", "updated_at": "2025-11-12 12:53:30" } ] } ```
### Downloading video from a TikTok post Downloading videos requires logging in with a TikTok account. Using the `tiktok_post` target allows obtaining a download link to the video. A `downloadAddr` property is available in the response: ```json JSON wrap theme={null} { ... "downloadAddr": "https://v16-webapp-prime.us.tiktok.com/video/tos/alisg/tos-alisg-pve-0037c001/oAfTW9DAAQAiFwwZ3mBwqzEOKIKqEOIgti2Chv/?a=1988&bti=ODszNWYuMDE6&ch=0&cr=3&dr=0&lr=tiktok_m&cd=0%7C0%7C1%7C&cv=1&br=3762&bt=1881&cs=0&ds=3&ft=4KJMyMzm8Zmo08z.f-4jV~KlQpWrKsd.&mime_type=video_mp4&qs=0&rc=aTRnZGRpNTdnOWRpaDM3ZEBpM2ppdXE5cjR1czMzODczNEBiLzVjYDNfNTIxLjJfNGM2YSNvLm5gMmRzXl5gLS1kMTFzcw%3D%3D&btag=e00088000&expire=1723138617&l=202408081136144AE053D9571E5409C917&ply_type=2&policy=2&signature=0c5da3af3e3372d1e71a7748d8afaec4&tk=tt_chain_token", ... } ``` Downloading videos requires logging into TikTok. Once logged in, the `tt_chain_token` should be copied from cookies: With this token, the video can be downloaded by sending a `GET` to `downloadAddr` and attaching `tt_chain_token` as a cookie: ```shellscript wrap theme={null} curl -L 'https://v16-webapp-prime.tiktok.com/video/tos/alisg/tos-alisg-pve-0037c001/oEdn6roI2PQhqH6MAmgIjaeLfeKPnkIoDGsCAh/?a=1988&bti=NDU3ZjAwOg%3D%3D&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=1474&bt=737&cs=0&ds=6&ft=4fUEKMVc8Zmo0s_.f-4jVL.1upWrKsd.&mime_type=video_mp4&qs=5&rc=ZTY1N2g0OjtpaGk2Zjc8OUBpM2ppdXE5cjR1czMzODczNEBiMS5iNS5iXzExMjItNDMwYSNvLm5gMmRzXl5gLS1kMTFzcw%3D%3D&btag=e00088000&expire=1723289013&l=2024080811224972CD300C450534682E98&ply_type=2&policy=2&signature=08bf7eda0e60d6c3ca0865ff1db58640&tk=tt_chain_token' \ -H 'Cookie: tt_chain_token=P+R8i1eNHk3uHmoxvinB9A==' ``` If downloading large volumes, your requests may get blocked. Using the `universal` target, along with manually changing `tt_chain_token`will overcome blocks. *** Need help or just want to say hello? Our support is available 24/7. \ You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com). Can't find what you're looking for? Request an article! \ Have feedback? Share your thoughts on how we can improve. # TikTok Shop Product Source: https://help.decodo.com/docs/web-scraping-api-tiktok-shop-product Web Scraping API TikTok Shop Product Template The `tiktok_shop_product` template is built to obtain TikTok Shop product information. ### Useful Links * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template. * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported. ## Input Parameters Request parameters available for the TikTok Shop Product template: | Parameter | Type | Required | Description | | ------------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `target` | string | ✅ | Target type must be set to `tiktok_shop_product`. | | `product_id` | string | ✅ | A 19-character TikTok Shop product ID. | | `country` | string | | Set this parameter to `gb` when you want to retrieve results specific to the United Kingdom. | | `headless` | string | | `html` value enables JavaScript rendering. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-javascript-rendering)
`png` value enables screenshot response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-screenshot-response) | | `device_type` | string | | Specify device type and browser. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-device-types) | | `xhr` | boolean | | Set to `true` to retrieve a list of XHR and fetch requests. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-fetch-and-xhr)
Default value is `false`. | | `markdown` | boolean | | Set to `true` to receive a Markdown response. [**Read more.**](https://help.decodo.com/docs/web-scraping-api-markdown-response) Default value is `false`. | ### Request Examples ```shellscript cURL theme={null} # update 'TOKEN VALUE' with your authorization token curl --request 'POST' \ --url 'https://scraper-api.decodo.com/v2/scrape' \ --header 'Accept: application/json' \ --header 'Authorization: Basic TOKEN VALUE' \ --header 'Content-Type: application/json' \ --data ' { "target": tiktok", "query": "1732042288493858903", "headless": "html" } ' ``` ```javascript Node theme={null} const scrape = async() => { const response = await fetch("https://scraper-api.decodo.com/v2/scrape", { method: "POST", body: JSON.stringify({ "target": "tiktok_shop_product", "product_id": "1732042288493858903", "headless": "html" }), headers: { "Content-Type": "application/json", "Authorization": "Basic TOKEN VALUE" // update with your a