Showing preview only (1,611K chars total). Download the full file or copy to clipboard to get everything.
Repository: madhusudhankonda/elasticsearch-in-action
Branch: main
Commit: f1bc43b26a9b
Files: 43
Total size: 1.5 MB
Directory structure:
gitextract_3za_vw0a/
├── .gitignore
├── LICENSE
├── README.md
├── appendices/
│ └── Appendix D:
├── code/
│ ├── java/
│ │ └── Encoding.java
│ └── python/
│ └── encode.py
├── datasets/
│ ├── books-kibana-dataset.txt
│ ├── books.txt
│ ├── bulk_mobile_phones_data.json
│ ├── coffee_sales.txt
│ ├── covid-26march2021.txt
│ ├── london_restaurants.txt
│ ├── mobile_phones_data_bulk.json
│ ├── movie_bulk_data.json
│ ├── movies2.json
│ ├── products.txt
│ ├── products2.txt
│ ├── products_mapping.txt
│ ├── restaurants.txt
│ ├── three-books-kibana.txt
│ ├── top-movies-kibana.txt
│ ├── tv_sales.txt
│ └── vector-search-sample.json
├── docker/
│ ├── 7.15.1_es_kibana.yml
│ ├── elasticsearch-docker-8-1-2.yml
│ ├── elasticsearch-docker-8-6-2.yml
│ ├── one_node_es.yml
│ └── one_node_kibana.yml
└── kibana_scripts/
├── appendix_ingest_pipelines.txt
├── ch02_getting_started.txt
├── ch04_mapping.txt
├── ch05_working_with_documents.txt
├── ch06_indexing_operations.txt
├── ch07_text_analysis.txt
├── ch08_search_basics.txt
├── ch09_term_level_queries.txt
├── ch10_full_text_queries.txt
├── ch11_compound_queries.txt
├── ch12_advanced_queries.txt
├── ch13_aggregations.txt
├── ch13_aggregations_index.txt
├── ch14_administration.txt
└── ch_15_performance_and_trouble_shooting.txt
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
================================================
FILE: LICENSE
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: README.md
================================================
# Give me a star if you love this repo!
<img width="757" alt="image" src="https://github.com/madhusudhankonda/elasticsearch-in-action/assets/1698230/399df16e-27c8-4fc3-9cd1-305ae320006a">
# elasticsearch-in-action
[Elasticsearch in Action (second edition) Book](https://www.manning.com/books/elasticsearch-in-action-second-edition?utm_source=mkonda&utm_medium=affiliate&utm_campaign=book_konda_elasticsearch_7_23_21&a_aid=mkonda&a_bid=edbc50d4)
The [book's accompanying wiki pages](https://github.com/madhusudhankonda/elasticsearch-in-action/wiki) explains the code examples
Here's the TOC
1. Overview
2. [Getting Started](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/babeea237dcc77f1d74f734e750347420e64ddc3/kibana_scripts/ch02_getting_started.txt)
3. [Architecture](https://github.com/madhusudhankonda/elasticsearch-in-action/wiki/Ch-3:-Architecture)
4. [Mapping](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch04_mapping.txt)
5. [Working with Documents](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch05_working_with_documents.txt)
6. [Indexing Operations](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch06_indexing_operations.txt)
7. [Text Analysis](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch07_text_analysis.txt)
8. [Search Basics](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch08_search_basics.txt)
9. [Term Level Queries](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch09_term_level_queries.txt)
10. [Full Text Queries](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch10_full_text_queries.txt)
11. [Compound Queries](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch11_compound_queries.txt)
12. [Advanced Queries](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch12_advanced_queries.txt)
13. [Aggregations](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch13_aggregations.txt)
14. [Administration](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch14_administration.txt)
15. [Performance and Troubleshooting](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/ch_15_performance_and_trouble_shooting.txt)
16. [Appendix A: Installing and configuring Elasticsearch and Kibana](https://github.com/madhusudhankonda/elasticsearch-in-action/wiki/Appendix-A:-Installation)
17. [Appendix B: Ingest Pipelines](https://github.com/madhusudhankonda/elasticsearch-in-action/blob/561c45d7991e8a1766a98ba1a58b0f0d836fc1fd/kibana_scripts/appendix_ingest_pipelines.txt)
## Disabling XPack Security for 8.x
By default, 8.x version of Elasticsearch comes with security enabled. For simplicity and not getting the security in our way, we can disable the feature
> :warning: **PLEASE DO NOT disable security in PRODUCTION**
Edit config/elasticsearch.yml to add the following property at the end of the file:
```xpack.security.enabled: false```
================================================
FILE: appendices/Appendix D:
================================================
Appenndix D goes here
================================================
FILE: code/java/Encoding.java
================================================
package com.chocolateminds.encoding;
import java.util.Base64;
/**
* An utility class to encode a text as base64
*/
public class Encoding {
String secretMessage = "Sunday Lunch at Konda's";
Base64.Encoder encoder = Base64.getEncoder();
Base64.Decoder decoder = Base64.getDecoder();
/**
* Encoding a piece of string
* @return
*/
private String encode(){
String encoded = Base64.getEncoder().encodeToString(secretMessage.getBytes());
return encoded;
}
public static void main(String[] args) {
Encoding encoding = new Encoding();
System.out.println(encoding.encode());
}
}
================================================
FILE: code/python/encode.py
================================================
# A Pyton utility program to encode and decode strings to Base64
import base64
# Encoding the message as bytes
secret_message_bytes = "Sunday Lunch at Konda's".encode('utf-8')
# Encode the message to base64
secret_message_base64 = base64.b64encode(secret_message_bytes)
# Fetch the encoded message
secret_message_base64_decode = secret_message_base64.decode('utf-8')
# Print the message to the console
print(secret_message_base64_decode)
# It'll print: U3VuZGF5IEx1bmNoIGF0IEtvbmRhJ3M=
================================================
FILE: datasets/books-kibana-dataset.txt
================================================
POST _bulk
{"index":{"_index":"books","_id":"1"}}
{"title": "Core Java Volume I – Fundamentals","author": "Cay S. Horstmann","edition": 11, "synopsis": "Java reference book that offers a detailed explanation of various features of Core Java, including exception handling, interfaces, and lambda expressions. Significant highlights of the book include simple language, conciseness, and detailed examples.","amazon_rating": 4.6,"release_date": "2018-08-27","tags": ["Programming Languages, Java Programming"]}
{"index":{"_index":"books","_id":"2"}}
{"title": "Effective Java","author": "Joshua Bloch", "edition": 3,"synopsis": "A must-have book for every Java programmer and Java aspirant, Effective Java makes up for an excellent complementary read with other Java books or learning material. The book offers 78 best practices to follow for making the code better.", "amazon_rating": 4.7, "release_date": "2017-12-27", "tags": ["Object Oriented Software Design"]}
{"index":{"_index":"books","_id":"3"}}
{"title": "Java: A Beginner’s Guide", "author": "Herbert Schildt","edition": 8,"synopsis": "One of the most comprehensive books for learning Java. The book offers several hands-on exercises as well as a quiz section at the end of every chapter to let the readers self-evaluate their learning.","amazon_rating": 4.2,"release_date": "2018-11-20","tags": ["Software Design & Engineering", "Internet & Web"]}
{"index":{"_index":"books","_id":"4"}}
{"title": "Java - The Complete Reference","author": "Herbert Schildt","edition": 11,"synopsis": "Convenient Java reference book examining essential portions of the Java API library, Java. The book is full of discussions and apt examples to better Java learning.","amazon_rating": 4.4,"release_date": "2019-03-19","tags": ["Software Design & Engineering", "Internet & Web", "Computer Programming Language & Tool"]}
{"index":{"_index":"books","_id":"5"}}
{"title": "Head First Java","author": "Kathy Sierra and Bert Bates","edition":2, "synopsis": "The most important selling points of Head First Java is its simplicity and super-effective real-life analogies that pertain to the Java programming concepts.","amazon_rating": 4.3,"release_date": "2005-02-18","tags": ["IT Certification Exams", "Object-Oriented Software Design","Design Pattern Programming"]}
{"index":{"_index":"books","_id":"6"}}
{"title": "Java Concurrency in Practice","author": "Brian Goetz with Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, and Doug Lea","edition": 1,"synopsis": "Java Concurrency in Practice is one of the best Java programming books to develop a rich understanding of concurrency and multithreading.","amazon_rating": 4.3,"release_date": "2006-05-09","tags": ["Computer Science Books", "Programming Languages", "Java Programming"]}
{"index":{"_index":"books","_id":"7"}}
{"title": "Test-Driven: TDD and Acceptance TDD for Java Developers","author": "Lasse Koskela","edition": 1,"synopsis": "Test-Driven is an excellent book for learning how to write unique automation testing programs. It is a must-have book for those Java developers that prioritize code quality as well as have a knack for writing unit, integration, and automation tests.","amazon_rating": 4.1,"release_date": "2007-10-22","tags": ["Software Architecture", "Software Design & Engineering", "Java Programming"]}
{"index":{"_index":"books","_id":"8"}}
{"title": "Head First Object-Oriented Analysis Design","author": "Brett D. McLaughlin, Gary Pollice & David West","edition": 1,"synopsis": "Head First is one of the most beautiful finest book series ever written on Java programming language. Another gem in the series is the Head First Object-Oriented Analysis Design.","amazon_rating": 3.9,"release_date": "2014-04-29","tags": ["Introductory & Beginning Programming", "Object-Oriented Software Design", "Java Programming"]}
{"index":{"_index":"books","_id":"9"}}
{"title": "Java Performance: The Definite Guide","author": "Scott Oaks","edition": 1,"synopsis": "Garbage collection, JVM, and performance tuning are some of the most favorable aspects of the Java programming language. It educates readers about maximizing Java threading and synchronization performance features, improve Java-driven database application performance, tackle performance issues","amazon_rating": 4.1,"release_date": "2014-03-04","tags": ["Design Pattern Programming", "Object-Oriented Software Design", "Computer Programming Language & Tool"]}
{"index":{"_index":"books","_id":"10"}}
{"title": "Head First Design Patterns", "author": "Eric Freeman & Elisabeth Robson with Kathy Sierra & Bert Bates","edition": 10,"synopsis": "Head First Design Patterns is one of the leading books to build that particular understanding of the Java programming language." ,"amazon_rating": 4.5,"release_date": "2014-03-04","tags": ["Design Pattern Programming", "Object-Oriented Software Design eTextbooks", "Web Development & Design eTextbooks"]}
================================================
FILE: datasets/books.txt
================================================
POST _bulk
{"index":{"_index":"books","_id":"1"}}
{"title": "Core Java Volume I – Fundamentals","author": "Cay S. Horstmann","edition": 11, "synopsis": "Java reference book that offers a detailed explanation of various features of Core Java, including exception handling, interfaces, and lambda expressions. Significant highlights of the book include simple language, conciseness, and detailed examples.","amazon_rating": 4.6,"release_date": "2018-08-27","tags": ["Programming Languages, Java Programming"]}
{"index":{"_index":"books","_id":"2"}}
{"title": "Effective Java","author": "Joshua Bloch", "edition": 3,"synopsis": "A must-have book for every Java programmer and Java aspirant, Effective Java makes up for an excellent complementary read with other Java books or learning material. The book offers 78 best practices to follow for making the code better.", "amazon_rating": 4.7, "release_date": "2017-12-27", "tags": ["Object Oriented Software Design"]}
{"index":{"_index":"books","_id":"3"}}
{"title": "Java: A Beginner’s Guide", "author": "Herbert Schildt","edition": 8,"synopsis": "One of the most comprehensive books for learning Java. The book offers several hands-on exercises as well as a quiz section at the end of every chapter to let the readers self-evaluate their learning.","amazon_rating": 4.2,"release_date": "2018-11-20","tags": ["Software Design & Engineering", "Internet & Web"]}
{"index":{"_index":"books","_id":"4"}}
{"title": "Java - The Complete Reference","author": "Herbert Schildt","edition": 11,"synopsis": "Convenient Java reference book examining essential portions of the Java API library, Java. The book is full of discussions and apt examples to better Java learning.","amazon_rating": 4.4,"release_date": "2019-03-19","tags": ["Software Design & Engineering", "Internet & Web", "Computer Programming Language & Tool"]}
{"index":{"_index":"books","_id":"5"}}
{"title": "Head First Java","author": "Kathy Sierra and Bert Bates","edition":2, "synopsis": "The most important selling points of Head First Java is its simplicity and super-effective real-life analogies that pertain to the Java programming concepts.","amazon_rating": 4.3,"release_date": "2005-02-18","tags": ["IT Certification Exams", "Object-Oriented Software Design","Design Pattern Programming"]}
{"index":{"_index":"books","_id":"6"}}
{"title": "Java Concurrency in Practice","author": "Brian Goetz with Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, and Doug Lea","edition": 1,"synopsis": "Java Concurrency in Practice is one of the best Java programming books to develop a rich understanding of concurrency and multithreading.","amazon_rating": 4.3,"release_date": "2006-05-09","tags": ["Computer Science Books", "Programming Languages", "Java Programming"]}
{"index":{"_index":"books","_id":"7"}}
{"title": "Test-Driven: TDD and Acceptance TDD for Java Developers","author": "Lasse Koskela","edition": 1,"synopsis": "Test-Driven is an excellent book for learning how to write unique automation testing programs. It is a must-have book for those Java developers that prioritize code quality as well as have a knack for writing unit, integration, and automation tests.","amazon_rating": 4.1,"release_date": "2007-10-22","tags": ["Software Architecture", "Software Design & Engineering", "Java Programming"]}
{"index":{"_index":"books","_id":"8"}}
{"title": "Head First Object-Oriented Analysis Design","author": "Brett D. McLaughlin, Gary Pollice & David West","edition": 1,"synopsis": "Head First is one of the most beautiful finest book series ever written on Java programming language. Another gem in the series is the Head First Object-Oriented Analysis Design.","amazon_rating": 3.9,"release_date": "2014-04-29","tags": ["Introductory & Beginning Programming", "Object-Oriented Software Design", "Java Programming"]}
{"index":{"_index":"books","_id":"9"}}
{"title": "Java Performance: The Definite Guide","author": "Scott Oaks","edition": 1,"synopsis": "Garbage collection, JVM, and performance tuning are some of the most favorable aspects of the Java programming language. It educates readers about maximizing Java threading and synchronization performance features, improve Java-driven database application performance, tackle performance issues","amazon_rating": 4.1,"release_date": "2014-03-04","tags": ["Design Pattern Programming", "Object-Oriented Software Design", "Computer Programming Language & Tool"]}
{"index":{"_index":"books","_id":"10"}}
{"title": "Head First Design Patterns", "author": "Eric Freeman & Elisabeth Robson with Kathy Sierra & Bert Bates","edition": 10,"synopsis": "Head First Design Patterns is one of the leading books to build that particular understanding of the Java programming language." ,"amazon_rating": 4.5,"release_date": "2014-03-04","tags": ["Design Pattern Programming", "Object-Oriented Software Design eTextbooks", "Web Development & Design eTextbooks"]}
{"index":{"_index":"books","_id":"11"}}
{"title": "JavaScript - The Definitive Guide", "author": "David Flanagan","edition": 1,"synopsis": "JavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been the go-to guide for JavaScript programmers." ,"amazon_rating": 4.7,"release_date": "2020-05-29","tags": ["Design Pattern Programming", "Object-Oriented Software Design eTextbooks", "Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"12"}}
{"title": "Eloquent Javascript", "author": "Marijn Haverbeke","edition": 3,"synopsis": "JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications." ,"amazon_rating": 4.6,"release_date": "2018-12-14","tags": ["DOM", "Node.js","object-oriented and functional programming techniques", "Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"13"}}
{"title": "JavaScript and JQuery: Interactive Front–End Web", "author": "Jon Duckett","edition": 1,"synopsis": "This full-color book adopts a visual approach to teaching JavaScript & jQuery, showing you how to make web pages more interactive and interfaces more intuitive through the use of inspiring code examples, infographics, and photography." ,"amazon_rating": 4.7,"release_date": "2014-07-18","tags": ["DJavaScript and jQuery", "JavaScript APIs, and jQuery plugins", "Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"14"}}
{"title": "A Smarter Way to Learn JavaScript", "author": "Mark Myers","edition": 1,"synopsis": "JThe first problem is retention. You remember only ten or twenty percent of what you read. That spells failure. To become fluent in a computer language, you have to retain pretty much everything." ,"amazon_rating": 4.6,"release_date": "2014-03-20","tags": ["Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"15"}}
{"title": "Head First JavaScript Programming", "author": "Eric T. Freeman and Elisabeth Robson","edition": 1,"synopsis": "This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model." ,"amazon_rating": 4.5,"release_date": "2014-04-10","tags": ["The secrets of JavaScript types", "The inner details of JavaScript", "Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"16"}}
{"title": "Modern JavaScript for the Impatient", "author": "Cay Horstmann","edition": 1,"synopsis": "Modern JavaScript for the Impatient is a complete yet concise guide to JavaScript E6 and beyond. Rather than first requiring you to learn and transition from older versions, it helps you quickly get productive with today’s far more powerful versions and rapidly move from languages such as Java, C#, C, or C++." ,"amazon_rating": 4.9,"release_date": "2020-08-18","tags": ["modern JavaScript", "Object-Oriented Programming", "JavaScript libraries, frameworks, and platforms"]}
{"index":{"_index":"books","_id":"17"}}
{"title": "JavaScript in easy steps", "author": "Mike McGrath","edition": 6,"synopsis": "JavaScript in easy steps, 6th edition instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality. You need have no previous knowledge of any scripting language so it's ideal for the newcomer to JavaScript. By the end of this book you will have gained a sound understanding of JavaScript and be able to add exciting dynamic scripts to your own web pages." ,"amazon_rating": 4.4,"release_date": "2020-02-28","tags": ["Get Started in JavaScript", "Interact with the Document", "Create Web Applications"]}
{"index":{"_index":"books","_id":"18"}}
{"title": "JavaScript: The Good Parts", "author": "Douglas Crockford","edition": 1,"synopsis": "Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole—a subset you can use to create truly extensible and efficient code." ,"amazon_rating": 4.5,"release_date": "2008-05-18","tags": ["Design Pattern Programming", "Object-Oriented Programming", "Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"19"}}
{"title": "JavaScript Everywhere", "author": "Adam Scott","edition": 1,"synopsis": "JavaScript is the little scripting language that could. Once used chiefly to add interactivity to web browser windows, JavaScript is now a primary building block of powerful and robust applications. In this practical book, new and experienced JavaScript developers will learn how to use this language to create APIs as well as web, mobile, and desktop applications." ,"amazon_rating": 4.5,"release_date": "2020-02-21","tags": ["Building Cross-platform Applications with GraphQL, React, React Native, and Electron", "Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"20"}}
{"title": "JavaScript The Complete Reference", "author": "Thomas A. Powell and Fritz Schneider","edition": 3,"synopsis": "Design, debug, and publish high-performance web pages and applications using tested techniques and best practices from expert developers. The all-new edition of this comprehensive guide has been thoroughly revised and expanded to cover the latest JavaScript features, tools, and programming methods." ,"amazon_rating": 4.3,"release_date": "2012-09-16","tags": ["XMLHttpRequest object to create Ajax applications", "DOM", "Programming Languages, Javascript Programming"]}
{"index":{"_index":"books","_id":"21"}}
{"title": "The C# Player's Guide", "author": "RB Whitaker","edition": 5,"synopsis": "The book in your hands is a different kind of programming book. Like an entertaining video game, programming is an often challenging but always rewarding experience. This book shakes off the dusty, dull, dryness of the typical programming book, replacing it with something more exciting and flavorful: a bit of humor, a casual tone, and examples involving dragons and asteroids instead of bank accounts and employees." ,"amazon_rating": 5.0,"release_date": "2022-01-14","tags": ["basic mechanics of C#", "object-oriented programming", "advanced C# features"]}
{"index":{"_index":"books","_id":"22"}}
{"title": "C# 10 and .NET 6", "author": "Mark J. Price","edition": 1,"synopsis": "You will learn object-oriented programming, writing, testing, and debugging functions, implementing interfaces, and inheriting classes. The book covers the .NET APIs for performing tasks like managing and querying data, monitoring and improving performance, and working with the filesystem, async streams, serialization, and encryption. It provides examples of cross-platform apps you can build and deploy, such as websites and services using ASP.NET Core." ,"amazon_rating": 4.6,"release_date": "2021-11-09","tags": ["real-world applications", "latest features of C# 10 and .NET 6", "Visual Studio 2022 and Visual Studio Code"]}
{"index":{"_index":"books","_id":"23"}}
{"title": "C# Programming in easy steps", "author": "Mike McGrath","edition": 2,"synopsis": "C# Programming in easy steps, 2nd edition will teach you to code applications, and demonstrates every aspect of the C# language you will need to produce professional programming results. Its examples provide clear syntax-highlighted code showing C# language basics including variables, arrays, logic, looping, methods, and classes." ,"amazon_rating": 4.6,"release_date": "2020-05-29","tags": ["programming in C#", "creating apps", "fundamental understanding of C#"]}
{"index":{"_index":"books","_id":"24"}}
{"title": "Professional C# and .NET", "author": "Christian Nagel","edition": 1,"synopsis": "Experienced programmers making the transition to C# will benefit from the author’s in-depth explorations to create Web- and Windows applications using ASP.NET Core, Blazor, and WinUI using modern application patterns and new features offered by .NET including Microservices deployed to Docker images, GRPC, localization, asynchronous streaming, and much more." ,"amazon_rating": 4.5,"release_date": "2022-03-04","tags": ["extension of .NET to non-Microsoft platforms like OSX and Linux", "Microsoft Azure services such as Azure App", "C# 10 and .NET 6"]}
{"index":{"_index":"books","_id":"25"}}
{"title": "Head First C#", "author": "Stellman, Andrew, Greene and Jennifer","edition": 4,"synopsis": "What will you learn from this book? For beginning programmers looking to learn C#, this practical guide provides a bright alternative to the legions of dull tutorials on this popular object-oriented language." ,"amazon_rating": 4.6,"release_date": "2021-01-29","tags": ["Real-World Programming with C# and .Net Core", "Object-oriented language", "multi-sensory learning"]}
{"index":{"_index":"books","_id":"26"}}
{"title": "C# 9.0 in a Nutshell", "author": "Albahari and Joseph","edition": 1,"synopsis": "When you have questions about C# 9.0 or .NET 5, this bestselling guide has the answers. C# is a language of unusual flexibility and breadth, but with its continual growth, there's so much more to learn. In the tradition of O'Reilly's Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today." ,"amazon_rating": 4.5,"release_date": "2021-03-31","tags": ["C# and .NET", "pointers, closures, and patterns Dig deep into LINQ", "Programming Languages"]}
{"index":{"_index":"books","_id":"27"}}
{"title": "C# in Depth", "author": "Jon Skeet","edition": 4,"synopsis": "C# is an amazing language that's up to any challenge you can throw at it. As a C# developer, you also need to be up to the task." ,"amazon_rating": 4.6,"release_date": "2019-05-20","tags": ["C# 5, 6, and 7", "better code with tuples, string interpolation, pattern matching"]}
{"index":{"_index":"books","_id":"28"}}
{"title": "C# Data Structures and Algorithms", "author": "Marcin Jamro","edition": 1,"synopsis": "Data structures allow organizing data efficiently. They are critical to various problems and their suitable implementation can provide a complete solution that acts like reusable code. In this book, you will learn how to use various data structures while developing in the C# language as well as how to implement some of the most common algorithms used with such data structures." ,"amazon_rating": 4.6,"release_date": "2018-04-19","tags": ["Implement algorithms", "Build enhanced applications by using hashtables, dictionaries and sets", "Programming Languages, C#"]}
{"index":{"_index":"books","_id":"29"}}
{"title": "Learning C# by Developing Games with Unity 3D", "author": "Terry Norton","edition": 1,"synopsis": "For the absolute beginner to any concept of programming, writing a script can appear to be an impossible hurdle to overcome. The truth is, there are only three simple concepts to understand: 1) having some type of information; 2) using the information; and 3) communicating the information. Each of these concepts is very simple and extremely important. These three concepts are combined to access the feature set provided by Unity." ,"amazon_rating": 3.9,"release_date": "2013-09-25","tags": ["Unity C# scripts", "GameObjects and Component objects", "Unity's Scripting"]}
{"index":{"_index":"books","_id":"30"}}
{"title": "Pro C# 9 with .NET 5", "author": "Andrew Troelsen and Phillip Japikse","edition": 1,"synopsis": "This essential classic provides a comprehensive foundation in the C# programming language and the framework it lives in. Now in its 10th edition, you will find the latest C# 9 and .NET 5 features served up with plenty of \"behind the curtain\" discussion designed to expand developers’ critical thinking skills when it comes to their craft. Coverage of ASP.NET Core, Entity Framework Core, and more, sits alongside the latest updates to the new unified .NET platform, from performance improvements to Windows Desktop apps on .NET 5, updates in XAML tooling, and expanded coverage of data files and data handling. Going beyond the latest features in C# 9, all code samples are rewritten for this latest release." ,"amazon_rating": 4.7,"release_date": "2021-06-08","tags": ["C# 9 features", "ASP.NET Core web applications and web services", "C# and modern frameworks for services"]}
{"index":{"_index":"books","_id":"31"}}
{"title": "Python Crash Course", "author": "Eric Matthes","edition": 2,"synopsis": "Reading books is a kind of enjoyment. Reading books is a good habit. We bring you a different kinds of books. You can carry this book where ever you want. It is easy to carry. It can be an ideal gift to yourself and to your loved ones. Care instruction keep away from fire." ,"amazon_rating": 4.7,"release_date": "2019-05-09","tags": ["Software Architecture", "Functional Programming", "General Introduction to Programming"]}
{"index":{"_index":"books","_id":"32"}}
{"title": "Automate The Boring Stuff With Python", "author": "Al Sweigart","edition": 2,"synopsis": "Reading books is a kind of enjoyment. Reading books is a good habit. We bring you a different kinds of books. You can carry this book where ever you want. It is easy to carry. It can be an ideal gift to yourself and to your loved ones. Care instruction keep away from fire." ,"amazon_rating": 4.7,"release_date": "2019-10-17","tags": ["Software Architecture", "Functional Programming", "General Introduction to Programming"]}
{"index":{"_index":"books","_id":"33"}}
{"title": "Python Projects for Beginners", "author": "Connor P. Milliken","edition": 1,"synopsis": "Immerse yourself in learning Python and introductory data analytics with this book’s project-based approach. Through the structure of a ten-week coding bootcamp course, you’ll learn key concepts and gain hands-on experience through weekly projects." ,"amazon_rating": 4.7,"release_date": "2019-11-16","tags": ["Python language", "Python Data Analysis library", "Anaconda, Jupyter Notebooks, and the Python Shell"]}
{"index":{"_index":"books","_id":"34"}}
{"title": "Python All-in-One For Dummies", "author": "John C. Shovic and Alan Simpson","edition": 2,"synopsis": "Powerful and flexible, Python is one of the most popular programming languages in the world. It's got all the right stuff for the software driving the cutting-edge of the development world—machine learning, robotics, artificial intelligence, data science, etc. The good news is that it’s also pretty straightforward to learn, with a simplified syntax, natural-language flow, and an amazingly supportive user community." ,"amazon_rating": 4.3,"release_date": "2021-04-09","tags": ["Python Building Blocks", "Artificial Intelligence and Python", "Data Science and Python"]}
{"index":{"_index":"books","_id":"35"}}
{"title": "Learning Python", "author": "Mark Lutz ","edition": 1,"synopsis": "Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages." ,"amazon_rating": 4.5,"release_date": "2013-07-06","tags": ["Software quality", "Enjoyment", "Powerful Object-Oriented Programming"]}
{"index":{"_index":"books","_id":"36"}}
{"title": "Data Structure and Algorithmic Thinking with Python", "author": "Narasimha Karumanchi","edition": 1,"synopsis": "\"Data Structure and Algorithmic Thinking with Python\" is designed to give a jump-start to programmers, job hunters and those who are appearing for exams. All the code in this book are written in Python. It contains many programming puzzles that not only encourage analytical thinking, but also prepares readers for interviews. This book, with its focused and practical approach, can help readers quickly pick up the concepts and techniques for developing efficient and effective solutions to problems." ,"amazon_rating": 4.2,"release_date": "2015-01-29","tags": ["Algorithmic Programming", "Introduction to Programming", "Python Programming"]}
{"index":{"_index":"books","_id":"37"}}
{"title": "Python for Data Analysis", "author": "Wes Mckinney","edition": 2,"synopsis": "Get complete instructions for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.6, the second edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You’ll learn the latest versions of pandas, NumPy, IPython, and Jupyter in the process. " ,"amazon_rating": 4.6,"release_date": "2017-11-03","tags": ["pandas, NumPy, IPython, and Jupyter", "Python Programming", "Data Analytics"]}
{"index":{"_index":"books","_id":"38"}}
{"title": "Effective Pandas", "author": "Matt Harrison", "edition": 1, "synopsis": "Best practices for manipulating data with Pandas. This book will arm you with years of knowledge and experience that are condensed into an easy to follow format. Rather than taking months reading blogs and websites and searching mailing lists and groups, this book will teach you how to write good Pandas code." ,"amazon_rating": 4.9,"release_date": "2021-12-08","tags": ["Data Manipulation", "Visualization", "Programming Languages"]}
{"index":{"_index":"books","_id":"39"}}
{"title": "Python by Example", "author": "Terry Norton","edition": 1,"synopsis": "Python is today's fastest growing programming language. This engaging and refreshingly different guide breaks down the skills into clear step-by-step chunks and explains the theory using brief easy-to-understand language. Rather than bamboozling readers with pages of mind-numbing technical jargon, this book includes 150 practical challenges, putting the power in the reader's hands." ,"amazon_rating": 4.5,"release_date": "2019-06-06","tags": ["Introduction To Programming", "Python Programming"]}
{"index":{"_index":"books","_id":"40"}}
{"title": "Python Distilled", "author": "David Beazley","edition": 1,"synopsis": "The richness of modern Python challenges developers at all levels. How can programmers who are new to Python know where to begin without being overwhelmed? How can experienced Python developers know they're coding in a manner that is clear and effective? How does one make the jump from learning about individual features to thinking in Python at a deeper level? Dave Beazley's new Python Distilled addresses these and many other real-world issues." ,"amazon_rating": 4.7,"release_date": "2021-11-09","tags": ["Introduction To Programming", "Python Programming"]}
{"index":{"_index":"books","_id":"41"}}
{"title": "Kotlin Programming", "author": "Josh Skeen, Andrew Bailey and David Greenhalgh","edition": 1,"synopsis": "Kotlin is a statically typed programming language designed to interoperate with Java and fully supported by Google on the Android operating system. It is also a multiplatform language that can be used to write code that can be shared across platforms including macOS, iOS, Windows, and JavaScript." ,"amazon_rating": 5.0,"release_date": "2022-01-13","tags": ["Kotlin Essentials", "Kotlin concepts and foundational APIs"]}
{"index":{"_index":"books","_id":"42"}}
{"title": "Java to Kotlin", "author": "Duncan McGregor and Nat Pryce","edition": 1,"synopsis": "It takes a week to travel the 8,000 miles overland from Java to Kotlin. If you're an experienced Java developer who has tried the Kotlin language, you were probably productive in about the same time. " ,"amazon_rating": 5.0,"release_date": "2021-08-24","tags": ["Kotlin from scratch", "mixed language codebase"]}
{"index":{"_index":"books","_id":"43"}}
{"title": "Kotlin in Action", "author": "DDmitry Jemerov","edition": 1,"synopsis": "Kotlin is a new programming language targeting the Java platform. It offers on expressiveness and safety without compromising simplicity,seamless interoperability with existing Java code, and great tooling support. Because Kotlin generates regular Java bytecode and works together with existing Java libraries and frameworks, it can be used almost everywhere where Java is used today - for server-side development, Android apps, and much more." ,"amazon_rating": 4.7,"release_date": "2017-03-27","tags": ["IMobile Phone Programming", "Introduction to Programming"]}
{"index":{"_index":"books","_id":"44"}}
{"title": "Head First Kotlin", "author": "Dawn Griffiths and David Griffiths","edition": 1,"synopsis": "This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals, and teaches you how to think like a great Kotlin developer. You ll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions." ,"amazon_rating": 4.4,"release_date": "2019-02-28","tags": ["Introduction To Programming", "Kotlin language"]}
{"index":{"_index":"books","_id":"45"}}
{"title": "Kotlin Cookbook", "author": "Ken Kousen","edition": 1,"synopsis": "Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book." ,"amazon_rating": 4.4,"release_date": "2019-11-22","tags": ["Introduction To Programming", "Mobile Phone Programming", "Android and Spring"]}
{"index":{"_index":"books","_id":"46"}}
{"title": "The Joy of Kotlin", "author": "Pierre-Yves Saumont Saumont","edition": 1,"synopsis": "The Joy of Kotlin teaches readers the right way to code in Kotlin. This insight-rich book covers everything needed to master the Kotlin language while exploring coding techniques that will make readers better developers no matter what language they use." ,"amazon_rating": 4.3,"release_date": "2019-05-20","tags": ["Introduction To Programming", "Safe handling of errors and exceptions", "Dealing with optional data"]}
{"index":{"_index":"books","_id":"47"}}
{"title": "Discovering Statistics Using R", "author": "Andy Field, Jeremy Miles and Zoe Field","edition": 1,"synopsis": "Discovering Statistics Using R takes students on a journey of statistical discovery using R, a free, flexible and dynamically changing software tool for data analysis that is becoming increasingly popular across the social and behavioural sciences throughout the world." ,"amazon_rating": 4.5,"release_date": "2012-03-22","tags": ["Programming Languages & Tools", "Psychological Methodology", "R Programming"]}
{"index":{"_index":"books","_id":"48"}}
{"title": "R for Data Science", "author": "Garrett Grolemund and Hadley Wickham","edition": 1,"synopsis": "What exactly is data science? With this book, you’ll gain a clear understanding of this discipline for discovering natural laws in the structure of data. Along the way, you’ll learn how to use the versatile R programming language for data analysis." ,"amazon_rating": 4.7,"release_date": "2016-07-25","tags": ["Data Wrangling", "Data Visualization", "Exploratory Data Analysis"]}
{"index":{"_index":"books","_id":"49"}}
{"title": "Geocomputation with R", "author": "Robin Lovelace, Jakub Nowosad and Jannes Muenchow","edition": 1,"synopsis": "Geocomputation with R is for people who want to analyze, visualize and model geographic data with open source software. It is based on R, a statistical programming language that has powerful data processing, visualization, and geospatial capabilities." ,"amazon_rating": 5.0,"release_date": "2019-03-21","tags": ["Geocomputation", "R Programming"]}
{"index":{"_index":"books","_id":"50"}}
{"title": "R Cookbook", "author": "Jd Long and Paul Teetor","edition": 1,"synopsis": "Perform data analysis with R quickly and efficiently with more than 275 practical recipes in this expanded second edition. The R language provides everything you need to do statistical work, but its structure can be difficult to master. These task-oriented recipes make you productive with R immediately. Solutions range from basic tasks to input and output, general statistics, graphics, and linear regression." ,"amazon_rating": 4.6,"release_date": "2019-07-12","tags": ["Data Analysis, Statistics, and Graphics", "R Programming"]}
================================================
FILE: datasets/bulk_mobile_phones_data.json
================================================
## BIG THANKS to Prathik for this dataset on Kaggle! https://pratikgarai.github.io
POST _bulk
{"index":{"_index":"mobile_phones"}}
{"id":1,"name":"Realme X2 Pro","brand":"Realme","model":"X2 Pro","battery_capacity_mAh":4000,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":64,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":296.13,"price_usd":350.29}
{"index":{"_index":"mobile_phones"}}
{"id":2,"name":"iPhone 11 Pro Max","brand":"Apple","model":"iPhone 11 Pro Max","battery_capacity_mAh":3969,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":1242,"resolution_y":2688,"processor":6,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":12,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":1130.62,"price_usd":1337.42}
{"index":{"_index":"mobile_phones"}}
{"id":3,"name":"iPhone 11","brand":"Apple","model":"iPhone 11","battery_capacity_mAh":3110,"screen_size_inches":6.1,"touchscreen":"Yes","resolution_x":828,"resolution_y":1792,"processor":6,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":12,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":665.26,"price_usd":786.94}
{"index":{"_index":"mobile_phones"}}
{"id":4,"name":"LG G8X ThinQ","brand":"LG","model":"G8X ThinQ","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"No","price_gbp":528.71,"price_usd":625.42}
{"index":{"_index":"mobile_phones"}}
{"id":5,"name":"OnePlus 7T","brand":"OnePlus","model":"7T","battery_capacity_mAh":3800,"screen_size_inches":6.55,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":369.43,"price_usd":437.01}
{"index":{"_index":"mobile_phones"}}
{"id":6,"name":"OnePlus 7T Pro","brand":"OnePlus","model":"7T Pro","battery_capacity_mAh":4085,"screen_size_inches":6.67,"touchscreen":"Yes","resolution_x":1440,"resolution_y":3120,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":256,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":560.44,"price_usd":662.96}
{"index":{"_index":"mobile_phones"}}
{"id":7,"name":"Samsung Galaxy Note 10+","brand":"Samsung","model":"Galaxy Note 10+","battery_capacity_mAh":4300,"screen_size_inches":6.8,"touchscreen":"Yes","resolution_x":1440,"resolution_y":3040,"processor":8,"ram_memory_mb":12000,"internal_storage_GB":256,"rear_camera":12,"front_camera":10,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":842.93,"price_usd":997.11}
{"index":{"_index":"mobile_phones"}}
{"id":8,"name":"Asus ROG Phone 2","brand":"Asus","model":"ROG Phone 2","battery_capacity_mAh":6000,"screen_size_inches":6.59,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":401.89,"price_usd":475.4}
{"index":{"_index":"mobile_phones"}}
{"id":9,"name":"Xiaomi Redmi K20 Pro","brand":"Xiaomi","model":"Redmi K20 Pro","battery_capacity_mAh":4000,"screen_size_inches":6.39,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":48,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"No","price_gbp":245.27,"price_usd":290.13}
{"index":{"_index":"mobile_phones"}}
{"id":10,"name":"Oppo K3","brand":"Oppo","model":"K3","battery_capacity_mAh":3765,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":253.73,"price_usd":300.14}
{"index":{"_index":"mobile_phones"}}
{"id":11,"name":"Realme X","brand":"Realme","model":"X","battery_capacity_mAh":3765,"screen_size_inches":6.53,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.64,"price_usd":187.65}
{"index":{"_index":"mobile_phones"}}
{"id":12,"name":"Xiaomi Redmi K20","brand":"Xiaomi","model":"Redmi K20","battery_capacity_mAh":4000,"screen_size_inches":6.39,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":48,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":203.93,"price_usd":241.24}
{"index":{"_index":"mobile_phones"}}
{"id":13,"name":"OnePlus 7 Pro","brand":"OnePlus","model":"7 Pro","battery_capacity_mAh":4000,"screen_size_inches":6.67,"touchscreen":"Yes","resolution_x":1440,"resolution_y":3120,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":423.0,"price_usd":500.38}
{"index":{"_index":"mobile_phones"}}
{"id":14,"name":"Oppo Reno 10x Zoom","brand":"Oppo","model":"Reno 10x Zoom","battery_capacity_mAh":4065,"screen_size_inches":6.6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":391.22,"price_usd":462.78}
{"index":{"_index":"mobile_phones"}}
{"id":15,"name":"Realme 3 Pro","brand":"Realme","model":"3 Pro","battery_capacity_mAh":4045,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":148.06,"price_usd":175.14}
{"index":{"_index":"mobile_phones"}}
{"id":16,"name":"Huawei P30 Pro","brand":"Huawei","model":"P30 Pro","battery_capacity_mAh":4200,"screen_size_inches":6.47,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":256,"rear_camera":40,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":574.09,"price_usd":679.09}
{"index":{"_index":"mobile_phones"}}
{"id":17,"name":"Redmi Note 7 Pro","brand":"Xiaomi","model":"Redmi Note 7 Pro","battery_capacity_mAh":4000,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":48,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":103.64,"price_usd":122.59}
{"index":{"_index":"mobile_phones"}}
{"id":18,"name":"Huawei Mate 20 Pro","brand":"Huawei","model":"Mate 20 Pro","battery_capacity_mAh":4200,"screen_size_inches":6.39,"touchscreen":"Yes","resolution_x":1440,"resolution_y":3120,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":40,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":676.78,"price_usd":800.58}
{"index":{"_index":"mobile_phones"}}
{"id":19,"name":"LG V40 ThinQ","brand":"LG","model":"V40 ThinQ","battery_capacity_mAh":3300,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1440,"resolution_y":3120,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":20,"name":"OnePlus 6T","brand":"OnePlus","model":"6T","battery_capacity_mAh":3700,"screen_size_inches":6.41,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":338.43,"price_usd":400.34}
{"index":{"_index":"mobile_phones"}}
{"id":21,"name":"Apple iPhone XR","brand":"Apple","model":"iPhone XR","battery_capacity_mAh":2942,"screen_size_inches":6.1,"touchscreen":"Yes","resolution_x":828,"resolution_y":1792,"processor":6,"ram_memory_mb":3000,"internal_storage_GB":64,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":481.22,"price_usd":569.24}
{"index":{"_index":"mobile_phones"}}
{"id":22,"name":"Apple iPhone XS Max","brand":"Apple","model":"iPhone XS Max","battery_capacity_mAh":2658,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":1242,"resolution_y":2688,"processor":6,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":740.34,"price_usd":875.75}
{"index":{"_index":"mobile_phones"}}
{"id":23,"name":"Apple iPhone XS","brand":"Apple","model":"iPhone XS","battery_capacity_mAh":2658,"screen_size_inches":5.8,"touchscreen":"Yes","resolution_x":1125,"resolution_y":2436,"processor":6,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":634.57,"price_usd":750.64}
{"index":{"_index":"mobile_phones"}}
{"id":24,"name":"Google Pixel 3 XL","brand":"Google","model":"Pixel 3 XL","battery_capacity_mAh":3430,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2960,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12.2,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":507.56,"price_usd":600.4}
{"index":{"_index":"mobile_phones"}}
{"id":25,"name":"Google Pixel 3","brand":"Google","model":"Pixel 3","battery_capacity_mAh":2915,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12.2,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":401.89,"price_usd":475.4}
{"index":{"_index":"mobile_phones"}}
{"id":26,"name":"Asus ROG Phone","brand":"Asus","model":"ROG Phone","battery_capacity_mAh":4000,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":740.34,"price_usd":875.75}
{"index":{"_index":"mobile_phones"}}
{"id":27,"name":"Samsung Galaxy Note 9","brand":"Samsung","model":"Galaxy Note 9","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2960,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":602.85,"price_usd":713.11}
{"index":{"_index":"mobile_phones"}}
{"id":28,"name":"LG G7+ ThinQ","brand":"LG","model":"G7+ ThinQ","battery_capacity_mAh":3000,"screen_size_inches":6.1,"touchscreen":"Yes","resolution_x":1440,"resolution_y":3120,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":401.89,"price_usd":475.4}
{"index":{"_index":"mobile_phones"}}
{"id":29,"name":"Asus ZenFone Max Pro M1","brand":"Asus","model":"ZenFone Max Pro M1","battery_capacity_mAh":5000,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.66,"price_usd":124.98}
{"index":{"_index":"mobile_phones"}}
{"id":30,"name":"Huawei P20 Pro","brand":"Huawei","model":"P20 Pro","battery_capacity_mAh":4000,"screen_size_inches":6.1,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2240,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":40,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"Yes","price_gbp":528.71,"price_usd":625.42}
{"index":{"_index":"mobile_phones"}}
{"id":31,"name":"OnePlus 6","brand":"OnePlus","model":"6","battery_capacity_mAh":3300,"screen_size_inches":6.28,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":370.16,"price_usd":437.87}
{"index":{"_index":"mobile_phones"}}
{"id":32,"name":"Asus ZenFone 5Z (ZS620KL)","brand":"Asus","model":"ZenFone 5Z (ZS620KL)","battery_capacity_mAh":3300,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2246,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":200.94,"price_usd":237.7}
{"index":{"_index":"mobile_phones"}}
{"id":33,"name":"Redmi Note 5 Pro","brand":"Xiaomi","model":"Redmi Note 5 Pro","battery_capacity_mAh":4000,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":98.88,"price_usd":116.96}
{"index":{"_index":"mobile_phones"}}
{"id":34,"name":"Nokia 7 Plus","brand":"Nokia","model":"7 Plus","battery_capacity_mAh":3800,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.92,"price_usd":150.13}
{"index":{"_index":"mobile_phones"}}
{"id":35,"name":"Samsung Galaxy S9+","brand":"Samsung","model":"Galaxy S9+","battery_capacity_mAh":3500,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2960,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":36,"name":"Samsung Galaxy S9","brand":"Samsung","model":"Galaxy S9","battery_capacity_mAh":3000,"screen_size_inches":5.8,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2960,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":285.55,"price_usd":337.78}
{"index":{"_index":"mobile_phones"}}
{"id":37,"name":"HTC U11+","brand":"HTC","model":"U11+","battery_capacity_mAh":3930,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":560.44,"price_usd":662.96}
{"index":{"_index":"mobile_phones"}}
{"id":38,"name":"Samsung Galaxy Note 8","brand":"Samsung","model":"Galaxy Note 8","battery_capacity_mAh":3300,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2960,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":528.81,"price_usd":625.53}
{"index":{"_index":"mobile_phones"}}
{"id":39,"name":"Apple iPhone 8","brand":"Apple","model":"iPhone 8","battery_capacity_mAh":1821,"screen_size_inches":4.7,"touchscreen":"Yes","resolution_x":750,"resolution_y":1334,"processor":6,"ram_memory_mb":2000,"internal_storage_GB":64,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":391.32,"price_usd":462.89}
{"index":{"_index":"mobile_phones"}}
{"id":40,"name":"Apple iPhone 8 Plus","brand":"Apple","model":"iPhone 8 Plus","battery_capacity_mAh":2691,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":6,"ram_memory_mb":3000,"internal_storage_GB":64,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":497.09,"price_usd":588.01}
{"index":{"_index":"mobile_phones"}}
{"id":41,"name":"Apple iPhone X","brand":"Apple","model":"iPhone X","battery_capacity_mAh":2716,"screen_size_inches":5.8,"touchscreen":"Yes","resolution_x":1125,"resolution_y":2436,"processor":6,"ram_memory_mb":3000,"internal_storage_GB":64,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":740.34,"price_usd":875.75}
{"index":{"_index":"mobile_phones"}}
{"id":42,"name":"Motorola Moto Z2 Force","brand":"Motorola","model":"Moto Z2 Force","battery_capacity_mAh":2730,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":222.09,"price_usd":262.72}
{"index":{"_index":"mobile_phones"}}
{"id":43,"name":"HTC U11","brand":"HTC","model":"U11","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":571.02,"price_usd":675.47}
{"index":{"_index":"mobile_phones"}}
{"id":44,"name":"Nokia 8","brand":"Nokia","model":"8","battery_capacity_mAh":3090,"screen_size_inches":5.3,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.58,"price_usd":187.59}
{"index":{"_index":"mobile_phones"}}
{"id":45,"name":"Samsung Galaxy S8+","brand":"Samsung","model":"Galaxy S8+","battery_capacity_mAh":3500,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2960,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":317.29,"price_usd":375.33}
{"index":{"_index":"mobile_phones"}}
{"id":46,"name":"Samsung Galaxy S8","brand":"Samsung","model":"Galaxy S8","battery_capacity_mAh":3000,"screen_size_inches":5.8,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2960,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":285.5,"price_usd":337.72}
{"index":{"_index":"mobile_phones"}}
{"id":47,"name":"LG G6","brand":"LG","model":"G6","battery_capacity_mAh":3300,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2880,"processor":1,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":253.73,"price_usd":300.14}
{"index":{"_index":"mobile_phones"}}
{"id":48,"name":"OnePlus 3T","brand":"OnePlus","model":"3T","battery_capacity_mAh":3400,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":211.52,"price_usd":250.21}
{"index":{"_index":"mobile_phones"}}
{"id":49,"name":"Samsung Galaxy C9 Pro","brand":"Samsung","model":"Galaxy C9 Pro","battery_capacity_mAh":4000,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"Yes","price_gbp":179.79,"price_usd":212.67}
{"index":{"_index":"mobile_phones"}}
{"id":50,"name":"Google Pixel XL","brand":"Google","model":"Pixel XL","battery_capacity_mAh":3450,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":12.3,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":327.76,"price_usd":387.71}
{"index":{"_index":"mobile_phones"}}
{"id":51,"name":"Apple iPhone 7 Plus","brand":"Apple","model":"iPhone 7 Plus","battery_capacity_mAh":2900,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":370.16,"price_usd":437.87}
{"index":{"_index":"mobile_phones"}}
{"id":52,"name":"Apple iPhone 7","brand":"Apple","model":"iPhone 7","battery_capacity_mAh":1960,"screen_size_inches":4.7,"touchscreen":"Yes","resolution_x":750,"resolution_y":1334,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":12,"front_camera":7,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":296.13,"price_usd":350.29}
{"index":{"_index":"mobile_phones"}}
{"id":53,"name":"Honor 8","brand":"Honor","model":"8","battery_capacity_mAh":3000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":214.13,"price_usd":253.3}
{"index":{"_index":"mobile_phones"}}
{"id":54,"name":"OnePlus 3","brand":"OnePlus","model":"3","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":243.25,"price_usd":287.74}
{"index":{"_index":"mobile_phones"}}
{"id":55,"name":"Asus ZenFone 3 Deluxe (ZS570KL)","brand":"Asus","model":"ZenFone 3 Deluxe (ZS570KL)","battery_capacity_mAh":3000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":6000,"internal_storage_GB":256,"rear_camera":23,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":475.93,"price_usd":562.98}
{"index":{"_index":"mobile_phones"}}
{"id":56,"name":"Xiaomi Mi 5","brand":"Xiaomi","model":"Mi 5","battery_capacity_mAh":3000,"screen_size_inches":5.15,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":4,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":264.4,"price_usd":312.76}
{"index":{"_index":"mobile_phones"}}
{"id":57,"name":"Samsung Galaxy S7 Edge","brand":"Samsung","model":"Galaxy S7 Edge","battery_capacity_mAh":3600,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":423.01,"price_usd":500.39}
{"index":{"_index":"mobile_phones"}}
{"id":58,"name":"Samsung Galaxy S7","brand":"Samsung","model":"Galaxy S7","battery_capacity_mAh":3000,"screen_size_inches":5.1,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":253.82,"price_usd":300.25}
{"index":{"_index":"mobile_phones"}}
{"id":59,"name":"Motorola Moto X Force","brand":"Motorola","model":"Moto X Force","battery_capacity_mAh":3760,"screen_size_inches":5.4,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":21,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":73.97,"price_usd":87.5}
{"index":{"_index":"mobile_phones"}}
{"id":60,"name":"Google Nexus 6P","brand":"Huawei","model":"Google Nexus 6P","battery_capacity_mAh":3450,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12.3,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":454.76,"price_usd":537.95}
{"index":{"_index":"mobile_phones"}}
{"id":61,"name":"Apple iPhone 6s Plus","brand":"Apple","model":"iPhone 6s Plus","battery_capacity_mAh":2750,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":1,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":12,"front_camera":5,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":274.88,"price_usd":325.16}
{"index":{"_index":"mobile_phones"}}
{"id":62,"name":"Yu Yureka Plus","brand":"Yu","model":"reka Plus","battery_capacity_mAh":2500,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Cyanogen","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":63.41,"price_usd":75.0}
{"index":{"_index":"mobile_phones"}}
{"id":63,"name":"Samsung Galaxy A8","brand":"Samsung","model":"Galaxy A8","battery_capacity_mAh":3050,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":77.2,"price_usd":91.32}
{"index":{"_index":"mobile_phones"}}
{"id":64,"name":"Samsung Galaxy S6","brand":"Samsung","model":"Galaxy S6","battery_capacity_mAh":2550,"screen_size_inches":5.1,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":274.98,"price_usd":325.27}
{"index":{"_index":"mobile_phones"}}
{"id":65,"name":"Yu Yureka","brand":"Yu","model":"reka","battery_capacity_mAh":2500,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Cyanogen","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":42.3,"price_usd":50.03}
{"index":{"_index":"mobile_phones"}}
{"id":66,"name":"Xiaomi Redmi Note","brand":"Xiaomi","model":"Redmi Note","battery_capacity_mAh":3100,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":8,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"No","price_gbp":84.6,"price_usd":100.08}
{"index":{"_index":"mobile_phones"}}
{"id":67,"name":"Realme C3","brand":"Realme","model":"C3","battery_capacity_mAh":5000,"screen_size_inches":6.52,"touchscreen":"Yes","resolution_x":720,"resolution_y":1600,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":74.02,"price_usd":87.56}
{"index":{"_index":"mobile_phones"}}
{"id":68,"name":"Poco X2","brand":"Poco","model":"X2","battery_capacity_mAh":4500,"screen_size_inches":6.67,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":64,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":69,"name":"Samsung Galaxy S10 Lite","brand":"Samsung","model":"Galaxy S10 Lite","battery_capacity_mAh":4500,"screen_size_inches":6.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"No","price_gbp":423.05,"price_usd":500.43}
{"index":{"_index":"mobile_phones"}}
{"id":70,"name":"Realme 5i","brand":"Realme","model":"5i","battery_capacity_mAh":5000,"screen_size_inches":6.52,"touchscreen":"Yes","resolution_x":720,"resolution_y":1600,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":71,"name":"Samsung Galaxy Note 10 Lite","brand":"Samsung","model":"Galaxy Note 10 Lite","battery_capacity_mAh":4500,"screen_size_inches":6.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"No","price_gbp":412.47,"price_usd":487.91}
{"index":{"_index":"mobile_phones"}}
{"id":72,"name":"Vivo V17","brand":"Vivo","model":"V17","battery_capacity_mAh":4500,"screen_size_inches":6.44,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":223.69,"price_usd":264.61}
{"index":{"_index":"mobile_phones"}}
{"id":73,"name":"Vivo U20","brand":"Vivo","model":"U20","battery_capacity_mAh":5000,"screen_size_inches":6.53,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":116.23,"price_usd":137.5}
{"index":{"_index":"mobile_phones"}}
{"id":74,"name":"Realme 5s","brand":"Realme","model":"5s","battery_capacity_mAh":5000,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1600,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":48,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":75,"name":"Realme X2","brand":"Realme","model":"X2","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":64,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":179.79,"price_usd":212.67}
{"index":{"_index":"mobile_phones"}}
{"id":76,"name":"Vivo V17 Pro","brand":"Vivo","model":"V17 Pro","battery_capacity_mAh":4100,"screen_size_inches":6.44,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":277.31,"price_usd":328.04}
{"index":{"_index":"mobile_phones"}}
{"id":77,"name":"Nubia Red Magic 3S","brand":"Nubia","model":"Red Magic 3S","battery_capacity_mAh":5000,"screen_size_inches":6.65,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":507.66,"price_usd":600.51}
{"index":{"_index":"mobile_phones"}}
{"id":78,"name":"Samsung Galaxy M30s","brand":"Samsung","model":"Galaxy M30s","battery_capacity_mAh":6000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":137.48,"price_usd":162.63}
{"index":{"_index":"mobile_phones"}}
{"id":79,"name":"Vivo Z1x","brand":"Vivo","model":"Z1x","battery_capacity_mAh":4500,"screen_size_inches":6.38,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":169.12,"price_usd":200.05}
{"index":{"_index":"mobile_phones"}}
{"id":80,"name":"Oppo Reno 2Z","brand":"Oppo","model":"Reno 2Z","battery_capacity_mAh":4000,"screen_size_inches":6.53,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":256,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":1,"3G":"No","4G":"No","price_gbp":244.32,"price_usd":289.0}
{"index":{"_index":"mobile_phones"}}
{"id":81,"name":"Realme XT","brand":"Realme","model":"XT","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":64,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.64,"price_usd":187.65}
{"index":{"_index":"mobile_phones"}}
{"id":82,"name":"Redmi Note 8 Pro","brand":"Xiaomi","model":"Redmi Note 8 Pro","battery_capacity_mAh":4500,"screen_size_inches":6.53,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":64,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":148.06,"price_usd":175.14}
{"index":{"_index":"mobile_phones"}}
{"id":83,"name":"Nokia 7.2","brand":"Nokia","model":"7.2","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":48,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":162.63,"price_usd":192.38}
{"index":{"_index":"mobile_phones"}}
{"id":84,"name":"Samsung Galaxy A50s","brand":"Samsung","model":"Galaxy A50s","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":176.1,"price_usd":208.31}
{"index":{"_index":"mobile_phones"}}
{"id":85,"name":"Realme 5 Pro","brand":"Realme","model":"5 Pro","battery_capacity_mAh":4035,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.91,"price_usd":150.12}
{"index":{"_index":"mobile_phones"}}
{"id":86,"name":"Realme 5","brand":"Realme","model":"5","battery_capacity_mAh":5000,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1600,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":90.96,"price_usd":107.59}
{"index":{"_index":"mobile_phones"}}
{"id":87,"name":"Vivo Z1 Pro","brand":"Vivo","model":"Z1 Pro","battery_capacity_mAh":5000,"screen_size_inches":6.53,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":137.39,"price_usd":162.52}
{"index":{"_index":"mobile_phones"}}
{"id":88,"name":"Xiaomi Mi A3","brand":"Xiaomi","model":"Mi A3","battery_capacity_mAh":4030,"screen_size_inches":6.08,"touchscreen":"Yes","resolution_x":720,"resolution_y":1560,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":125.28,"price_usd":148.19}
{"index":{"_index":"mobile_phones"}}
{"id":89,"name":"Asus 6Z","brand":"Asus","model":"6Z","battery_capacity_mAh":5000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":48,"front_camera":48,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":296.13,"price_usd":350.29}
{"index":{"_index":"mobile_phones"}}
{"id":90,"name":"Samsung Galaxy M40","brand":"Samsung","model":"Galaxy M40","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":32,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":178.52,"price_usd":211.17}
{"index":{"_index":"mobile_phones"}}
{"id":91,"name":"Redmi Note 7S","brand":"Xiaomi","model":"Redmi Note 7S","battery_capacity_mAh":4000,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":48,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":91.48,"price_usd":108.21}
{"index":{"_index":"mobile_phones"}}
{"id":92,"name":"Motorola One Vision","brand":"Motorola","model":"One Vision","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2520,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":48,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":144.79,"price_usd":171.27}
{"index":{"_index":"mobile_phones"}}
{"id":93,"name":"Nubia Red Magic 3","brand":"Nubia","model":"Red Magic 3","battery_capacity_mAh":5000,"screen_size_inches":6.65,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":380.74,"price_usd":450.38}
{"index":{"_index":"mobile_phones"}}
{"id":94,"name":"Oppo A9","brand":"Oppo","model":"A9","battery_capacity_mAh":4020,"screen_size_inches":6.53,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.81,"price_usd":150.01}
{"index":{"_index":"mobile_phones"}}
{"id":95,"name":"Google Pixel 3a XL","brand":"Google","model":"Pixel 3a XL","battery_capacity_mAh":3700,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12.2,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":370.16,"price_usd":437.87}
{"index":{"_index":"mobile_phones"}}
{"id":96,"name":"Samsung Galaxy A70","brand":"Samsung","model":"Galaxy A70","battery_capacity_mAh":4500,"screen_size_inches":6.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":32,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":235.84,"price_usd":278.98}
{"index":{"_index":"mobile_phones"}}
{"id":97,"name":"Black Shark 2","brand":"Black Shark","model":"2","battery_capacity_mAh":4000,"screen_size_inches":6.39,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":48,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":98,"name":"OnePlus 7","brand":"OnePlus","model":"7","battery_capacity_mAh":3700,"screen_size_inches":6.41,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":99,"name":"LG G8s ThinQ","brand":"LG","model":"G8s ThinQ","battery_capacity_mAh":3550,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2248,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":422.95,"price_usd":500.31}
{"index":{"_index":"mobile_phones"}}
{"id":100,"name":"Vivo V15 Pro","brand":"Vivo","model":"V15 Pro","battery_capacity_mAh":3700,"screen_size_inches":6.39,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":190.09,"price_usd":224.86}
{"index":{"_index":"mobile_phones"}}
{"id":101,"name":"Redmi Note 7","brand":"Xiaomi","model":"Redmi Note 7","battery_capacity_mAh":4000,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":102.58,"price_usd":121.34}
{"index":{"_index":"mobile_phones"}}
{"id":102,"name":"Xiaomi Redmi 7","brand":"Xiaomi","model":"Redmi 7","battery_capacity_mAh":4000,"screen_size_inches":6.26,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":77.55,"price_usd":91.73}
{"index":{"_index":"mobile_phones"}}
{"id":103,"name":"Samsung Galaxy M20","brand":"Samsung","model":"Galaxy M20","battery_capacity_mAh":5000,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"No","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":104,"name":"Samsung Galaxy M30","brand":"Samsung","model":"Galaxy M30","battery_capacity_mAh":5000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":100.47,"price_usd":118.84}
{"index":{"_index":"mobile_phones"}}
{"id":105,"name":"Honor View 20","brand":"Honor","model":"View 20","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2310,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":48,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"No","price_gbp":265.68,"price_usd":314.27}
{"index":{"_index":"mobile_phones"}}
{"id":106,"name":"Asus ZenFone Max Pro M2","brand":"Asus","model":"ZenFone Max Pro M2","battery_capacity_mAh":5000,"screen_size_inches":6.26,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.91,"price_usd":150.12}
{"index":{"_index":"mobile_phones"}}
{"id":107,"name":"Google Pixel 3a","brand":"Google","model":"Pixel 3a","battery_capacity_mAh":3000,"screen_size_inches":5.6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2220,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12.2,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":327.86,"price_usd":387.83}
{"index":{"_index":"mobile_phones"}}
{"id":108,"name":"Realme U1","brand":"Realme","model":"U1","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":109,"name":"Honor 10 Lite","brand":"Honor","model":"10 Lite","battery_capacity_mAh":3400,"screen_size_inches":6.21,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.6,"price_usd":100.08}
{"index":{"_index":"mobile_phones"}}
{"id":110,"name":"Nokia 8.1","brand":"Nokia","model":"8.1","battery_capacity_mAh":3500,"screen_size_inches":6.18,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2244,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":190.38,"price_usd":225.2}
{"index":{"_index":"mobile_phones"}}
{"id":111,"name":"Samsung Galaxy A9 (2018)","brand":"Samsung","model":"Galaxy A9 (2018)","battery_capacity_mAh":3800,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2220,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":24,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":232.68,"price_usd":275.24}
{"index":{"_index":"mobile_phones"}}
{"id":112,"name":"Oppo K1","brand":"Oppo","model":"K1","battery_capacity_mAh":3600,"screen_size_inches":6.41,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"No","price_gbp":105.66,"price_usd":124.98}
{"index":{"_index":"mobile_phones"}}
{"id":113,"name":"Nokia 7.1","brand":"Nokia","model":"7.1","battery_capacity_mAh":3060,"screen_size_inches":5.84,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"No","price_gbp":125.86,"price_usd":148.88}
{"index":{"_index":"mobile_phones"}}
{"id":114,"name":"Realme 2 Pro","brand":"Realme","model":"2 Pro","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":124.48,"price_usd":147.25}
{"index":{"_index":"mobile_phones"}}
{"id":115,"name":"Vivo V9 Pro","brand":"Vivo","model":"V9 Pro","battery_capacity_mAh":3260,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":174.41,"price_usd":206.31}
{"index":{"_index":"mobile_phones"}}
{"id":116,"name":"Samsung Galaxy A7 (2018)","brand":"Samsung","model":"Galaxy A7 (2018)","battery_capacity_mAh":3300,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2220,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":24,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"Yes","price_gbp":174.41,"price_usd":206.31}
{"index":{"_index":"mobile_phones"}}
{"id":117,"name":"Xiaomi Redmi Note 6 Pro","brand":"Xiaomi","model":"Redmi Note 6 Pro","battery_capacity_mAh":4000,"screen_size_inches":6.26,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":101.32,"price_usd":119.85}
{"index":{"_index":"mobile_phones"}}
{"id":118,"name":"Vivo V11 Pro","brand":"Vivo","model":"V11 Pro","battery_capacity_mAh":3400,"screen_size_inches":6.41,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.54,"price_usd":187.54}
{"index":{"_index":"mobile_phones"}}
{"id":119,"name":"Oppo R17 Pro","brand":"Oppo","model":"R17 Pro","battery_capacity_mAh":3700,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":12,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":225.27,"price_usd":266.47}
{"index":{"_index":"mobile_phones"}}
{"id":120,"name":"Nokia 5.1 Plus","brand":"Nokia","model":"5.1 Plus","battery_capacity_mAh":3060,"screen_size_inches":5.86,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":74.02,"price_usd":87.56}
{"index":{"_index":"mobile_phones"}}
{"id":121,"name":"Honor 8X","brand":"Honor","model":"8X","battery_capacity_mAh":3750,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":20,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":122,"name":"Poco F1","brand":"Poco","model":"F1","battery_capacity_mAh":4000,"screen_size_inches":6.18,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2246,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.54,"price_usd":187.54}
{"index":{"_index":"mobile_phones"}}
{"id":123,"name":"Nokia 6.1 Plus","brand":"Nokia","model":"6.1 Plus","battery_capacity_mAh":3060,"screen_size_inches":5.8,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":124,"name":"Vivo Nex","brand":"Vivo","model":"Nex","battery_capacity_mAh":4000,"screen_size_inches":6.59,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2316,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":125,"name":"Oppo Find X","brand":"Oppo","model":"Find X","battery_capacity_mAh":3730,"screen_size_inches":6.42,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":256,"rear_camera":16,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":624.96,"price_usd":739.27}
{"index":{"_index":"mobile_phones"}}
{"id":126,"name":"Honor Play","brand":"Honor","model":"Play","battery_capacity_mAh":3750,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":190.49,"price_usd":225.33}
{"index":{"_index":"mobile_phones"}}
{"id":127,"name":"Realme 1","brand":"Realme","model":"1","battery_capacity_mAh":3410,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":108.93,"price_usd":128.85}
{"index":{"_index":"mobile_phones"}}
{"id":128,"name":"Xiaomi Mi A2","brand":"Xiaomi","model":"Mi A2","battery_capacity_mAh":3000,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.08,"price_usd":112.47}
{"index":{"_index":"mobile_phones"}}
{"id":129,"name":"Honor 10","brand":"Honor","model":"10","battery_capacity_mAh":3400,"screen_size_inches":5.84,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":16,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":179.69,"price_usd":212.56}
{"index":{"_index":"mobile_phones"}}
{"id":130,"name":"Oppo F7","brand":"Oppo","model":"F7","battery_capacity_mAh":3400,"screen_size_inches":6.23,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":200.85,"price_usd":237.58}
{"index":{"_index":"mobile_phones"}}
{"id":131,"name":"Vivo X21","brand":"Vivo","model":"X21","battery_capacity_mAh":3200,"screen_size_inches":6.28,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":12,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":193.44,"price_usd":228.83}
{"index":{"_index":"mobile_phones"}}
{"id":132,"name":"Nokia 8 Sirocco","brand":"Nokia","model":"8 Sirocco","battery_capacity_mAh":3260,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":148.06,"price_usd":175.14}
{"index":{"_index":"mobile_phones"}}
{"id":133,"name":"Infinix Hot S3","brand":"Infinix","model":"Hot S3","battery_capacity_mAh":4000,"screen_size_inches":5.65,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":134,"name":"Nokia 6.1","brand":"Nokia","model":"6.1","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":93.59,"price_usd":110.71}
{"index":{"_index":"mobile_phones"}}
{"id":135,"name":"Honor View 10","brand":"Honor","model":"View 10","battery_capacity_mAh":3750,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":16,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":168.15,"price_usd":198.91}
{"index":{"_index":"mobile_phones"}}
{"id":136,"name":"Infinix Zero 5 Pro","brand":"Infinix","model":"Zero 5 Pro","battery_capacity_mAh":4350,"screen_size_inches":5.98,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":168.16,"price_usd":198.92}
{"index":{"_index":"mobile_phones"}}
{"id":137,"name":"Oppo F5","brand":"Oppo","model":"F5","battery_capacity_mAh":3200,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":16,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":111.04,"price_usd":131.35}
{"index":{"_index":"mobile_phones"}}
{"id":138,"name":"OnePlus 5T","brand":"OnePlus","model":"5T","battery_capacity_mAh":3300,"screen_size_inches":6.01,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":301.42,"price_usd":356.55}
{"index":{"_index":"mobile_phones"}}
{"id":139,"name":"Honor 9i","brand":"Honor","model":"9i","battery_capacity_mAh":3340,"screen_size_inches":5.9,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":140,"name":"Xiaomi Mi MIX 2","brand":"Xiaomi","model":"Mi MIX 2","battery_capacity_mAh":3400,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":141,"name":"Lenovo K8 Plus","brand":"Lenovo","model":"K8 Plus","battery_capacity_mAh":4000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":73.93,"price_usd":87.45}
{"index":{"_index":"mobile_phones"}}
{"id":142,"name":"Mi A1","brand":"Xiaomi","model":"Mi A1","battery_capacity_mAh":3080,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":143,"name":"Sony Xperia XZ1","brand":"Sony","model":"Xperia XZ1","battery_capacity_mAh":2700,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":19,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":370.07,"price_usd":437.76}
{"index":{"_index":"mobile_phones"}}
{"id":144,"name":"LG V30+","brand":"LG","model":"V30+","battery_capacity_mAh":3300,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2880,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":296.13,"price_usd":350.29}
{"index":{"_index":"mobile_phones"}}
{"id":145,"name":"Lenovo K8 Note","brand":"Lenovo","model":"K8 Note","battery_capacity_mAh":4000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":10,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":77.2,"price_usd":91.32}
{"index":{"_index":"mobile_phones"}}
{"id":146,"name":"Moto G5S","brand":"Motorola","model":"Moto G5S","battery_capacity_mAh":3000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":147,"name":"Google Pixel 2 XL","brand":"Google","model":"Pixel 2 XL","battery_capacity_mAh":3520,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2880,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12.2,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":137.43,"price_usd":162.57}
{"index":{"_index":"mobile_phones"}}
{"id":148,"name":"Google Pixel 2","brand":"Google","model":"Pixel 2","battery_capacity_mAh":2700,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12.2,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":105.7,"price_usd":125.03}
{"index":{"_index":"mobile_phones"}}
{"id":149,"name":"Motorola Moto X4","brand":"Motorola","model":"Moto X4","battery_capacity_mAh":3000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":132.21,"price_usd":156.39}
{"index":{"_index":"mobile_phones"}}
{"id":150,"name":"Moto G5S Plus","brand":"Motorola","model":"Moto G5S Plus","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":89.9,"price_usd":106.34}
{"index":{"_index":"mobile_phones"}}
{"id":151,"name":"Redmi 5","brand":"Xiaomi","model":"Redmi 5","battery_capacity_mAh":3300,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":68.74,"price_usd":81.31}
{"index":{"_index":"mobile_phones"}}
{"id":152,"name":"Redmi Note 5","brand":"Xiaomi","model":"Redmi Note 5","battery_capacity_mAh":4000,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":92.0,"price_usd":108.83}
{"index":{"_index":"mobile_phones"}}
{"id":153,"name":"Jio Phone","brand":"Jio","model":"Phone","battery_capacity_mAh":2000,"screen_size_inches":2.4,"touchscreen":"No","resolution_x":240,"resolution_y":320,"processor":2,"ram_memory_mb":512,"internal_storage_GB":4,"rear_camera":2,"front_camera":0.3,"operating_system":"Cyanogen","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"Yes","price_gbp":13.21,"price_usd":15.63}
{"index":{"_index":"mobile_phones"}}
{"id":154,"name":"Samsung Galaxy On Max","brand":"Samsung","model":"Galaxy On Max","battery_capacity_mAh":3300,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":104.6,"price_usd":123.73}
{"index":{"_index":"mobile_phones"}}
{"id":155,"name":"Motorola Moto Z2 Play","brand":"Motorola","model":"Moto Z2 Play","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":111.04,"price_usd":131.35}
{"index":{"_index":"mobile_phones"}}
{"id":156,"name":"Yu Yureka Black","brand":"Yu","model":"reka Black","battery_capacity_mAh":3000,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":63.35,"price_usd":74.94}
{"index":{"_index":"mobile_phones"}}
{"id":157,"name":"Xiaomi Mi Max 2","brand":"Xiaomi","model":"Mi Max 2","battery_capacity_mAh":5300,"screen_size_inches":6.44,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":158,"name":"Coolpad Cool Play 6","brand":"Coolpad","model":"Cool Play 6","battery_capacity_mAh":4060,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"No","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":159,"name":"OnePlus 5","brand":"OnePlus","model":"5","battery_capacity_mAh":3300,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":185.08,"price_usd":218.93}
{"index":{"_index":"mobile_phones"}}
{"id":160,"name":"Asus ZenFone Zoom S","brand":"Asus","model":"ZenFone Zoom S","battery_capacity_mAh":5000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":285.55,"price_usd":337.78}
{"index":{"_index":"mobile_phones"}}
{"id":161,"name":"Honor 8 Pro","brand":"Honor","model":"8 Pro","battery_capacity_mAh":4000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"Yes","price_gbp":186.0,"price_usd":220.02}
{"index":{"_index":"mobile_phones"}}
{"id":162,"name":"Micromax Dual 5","brand":"Micromax","model":"Dual 5","battery_capacity_mAh":3200,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":148.06,"price_usd":175.14}
{"index":{"_index":"mobile_phones"}}
{"id":163,"name":"Oppo F3 Plus","brand":"Oppo","model":"F3 Plus","battery_capacity_mAh":4000,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":147.96,"price_usd":175.03}
{"index":{"_index":"mobile_phones"}}
{"id":164,"name":"Sony Xperia XZ Premium","brand":"Sony","model":"Xperia XZ Premium","battery_capacity_mAh":3230,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":2160,"resolution_y":3840,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":19,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":354.31,"price_usd":419.12}
{"index":{"_index":"mobile_phones"}}
{"id":165,"name":"Motorola Moto G5 Plus","brand":"Motorola","model":"Moto G5 Plus","battery_capacity_mAh":3000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":115.28,"price_usd":136.37}
{"index":{"_index":"mobile_phones"}}
{"id":166,"name":"Asus ZenFone 3S Max","brand":"Asus","model":"ZenFone 3S Max","battery_capacity_mAh":5000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.64,"price_usd":187.65}
{"index":{"_index":"mobile_phones"}}
{"id":167,"name":"Samsung Galaxy C7 Pro","brand":"Samsung","model":"Galaxy C7 Pro","battery_capacity_mAh":3300,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":1,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":179.79,"price_usd":212.67}
{"index":{"_index":"mobile_phones"}}
{"id":168,"name":"HTC U Play","brand":"HTC","model":"U Play","battery_capacity_mAh":2500,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":163.93,"price_usd":193.92}
{"index":{"_index":"mobile_phones"}}
{"id":169,"name":"HTC U Ultra","brand":"HTC","model":"U Ultra","battery_capacity_mAh":3000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":578.16,"price_usd":683.91}
{"index":{"_index":"mobile_phones"}}
{"id":170,"name":"Asus ZenFone AR","brand":"Asus","model":"ZenFone AR","battery_capacity_mAh":3300,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":23,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":528.81,"price_usd":625.53}
{"index":{"_index":"mobile_phones"}}
{"id":171,"name":"Xiaomi Redmi 4A","brand":"Xiaomi","model":"Redmi 4A","battery_capacity_mAh":3120,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":74.02,"price_usd":87.56}
{"index":{"_index":"mobile_phones"}}
{"id":172,"name":"Xiaomi Redmi 4","brand":"Xiaomi","model":"Redmi 4","battery_capacity_mAh":4100,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":173,"name":"Nubia Z11 mini S","brand":"Nubia","model":"Z11 mini S","battery_capacity_mAh":3000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":23,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":179.79,"price_usd":212.67}
{"index":{"_index":"mobile_phones"}}
{"id":174,"name":"Lenovo Z2 Plus","brand":"Lenovo","model":"Z2 Plus","battery_capacity_mAh":3500,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":121.62,"price_usd":143.86}
{"index":{"_index":"mobile_phones"}}
{"id":175,"name":"LG V20","brand":"LG","model":"V20","battery_capacity_mAh":3200,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":285.55,"price_usd":337.78}
{"index":{"_index":"mobile_phones"}}
{"id":176,"name":"Lenovo K6 Power","brand":"Lenovo","model":"K6 Power","battery_capacity_mAh":4000,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":89.9,"price_usd":106.34}
{"index":{"_index":"mobile_phones"}}
{"id":177,"name":"Sony Xperia XZ","brand":"Sony","model":"Xperia XZ","battery_capacity_mAh":2900,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":64,"rear_camera":23,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.91,"price_usd":150.12}
{"index":{"_index":"mobile_phones"}}
{"id":178,"name":"Samsung Galaxy J7 Prime","brand":"Samsung","model":"Galaxy J7 Prime","battery_capacity_mAh":3300,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":169.17,"price_usd":200.11}
{"index":{"_index":"mobile_phones"}}
{"id":179,"name":"Motorola Moto Z Play","brand":"Motorola","model":"Moto Z Play","battery_capacity_mAh":3510,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.08,"price_usd":112.47}
{"index":{"_index":"mobile_phones"}}
{"id":180,"name":"Xiaomi Redmi Note 4","brand":"Xiaomi","model":"Redmi Note 4","battery_capacity_mAh":4100,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.66,"price_usd":124.98}
{"index":{"_index":"mobile_phones"}}
{"id":181,"name":"Xiaomi Redmi 3S Prime","brand":"Xiaomi","model":"Redmi 3S Prime","battery_capacity_mAh":4100,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.61,"price_usd":100.09}
{"index":{"_index":"mobile_phones"}}
{"id":182,"name":"Motorola Moto Z","brand":"Motorola","model":"Moto Z","battery_capacity_mAh":2600,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.91,"price_usd":150.12}
{"index":{"_index":"mobile_phones"}}
{"id":183,"name":"Asus ZenFone 3 (ZE552KL)","brand":"Asus","model":"ZenFone 3 (ZE552KL)","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.64,"price_usd":187.65}
{"index":{"_index":"mobile_phones"}}
{"id":184,"name":"Smartron t.phone","brand":"Smartron","model":"t.phone","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":13,"front_camera":4,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":58.06,"price_usd":68.69}
{"index":{"_index":"mobile_phones"}}
{"id":185,"name":"Motorola Moto G4 Plus","brand":"Motorola","model":"Moto G4 Plus","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":63.45,"price_usd":75.05}
{"index":{"_index":"mobile_phones"}}
{"id":186,"name":"Coolpad Max","brand":"Coolpad","model":"Max","battery_capacity_mAh":2800,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":89.89,"price_usd":106.33}
{"index":{"_index":"mobile_phones"}}
{"id":187,"name":"Xiaomi Mi Max","brand":"Xiaomi","model":"Mi Max","battery_capacity_mAh":4850,"screen_size_inches":6.44,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":6,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.81,"price_usd":150.01}
{"index":{"_index":"mobile_phones"}}
{"id":188,"name":"Lenovo Zuk Z1","brand":"Lenovo","model":"Zuk Z1","battery_capacity_mAh":4100,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":64,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":79.31,"price_usd":93.82}
{"index":{"_index":"mobile_phones"}}
{"id":189,"name":"LeEco Le 2","brand":"LeEco","model":"Le 2","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":74.02,"price_usd":87.56}
{"index":{"_index":"mobile_phones"}}
{"id":190,"name":"LeEco Le Max 2","brand":"LeEco","model":"Le Max 2","battery_capacity_mAh":3100,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":21,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":82.39,"price_usd":97.46}
{"index":{"_index":"mobile_phones"}}
{"id":191,"name":"Huawei P9","brand":"Huawei","model":"P9","battery_capacity_mAh":3000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":423.05,"price_usd":500.43}
{"index":{"_index":"mobile_phones"}}
{"id":192,"name":"Apple iPhone SE","brand":"Apple","model":"iPhone SE","battery_capacity_mAh":1624,"screen_size_inches":4,"touchscreen":"Yes","resolution_x":640,"resolution_y":1136,"processor":1,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":12,"front_camera":1.2,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":179.79,"price_usd":212.67}
{"index":{"_index":"mobile_phones"}}
{"id":193,"name":"LG G5","brand":"LG","model":"G5","battery_capacity_mAh":2800,"screen_size_inches":5.3,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":116.33,"price_usd":137.61}
{"index":{"_index":"mobile_phones"}}
{"id":194,"name":"Oppo F1","brand":"Oppo","model":"F1","battery_capacity_mAh":2500,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":195,"name":"Samsung Galaxy A5 (2016)","brand":"Samsung","model":"Galaxy A5 (2016)","battery_capacity_mAh":2900,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":211.42,"price_usd":250.09}
{"index":{"_index":"mobile_phones"}}
{"id":196,"name":"Xiaomi Redmi Note 3","brand":"Xiaomi","model":"Redmi Note 3","battery_capacity_mAh":4050,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":6,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":72.97,"price_usd":86.31}
{"index":{"_index":"mobile_phones"}}
{"id":197,"name":"HTC One A9","brand":"HTC","model":"One A9","battery_capacity_mAh":2150,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":4,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":318.87,"price_usd":377.19}
{"index":{"_index":"mobile_phones"}}
{"id":198,"name":"BlackBerry Priv","brand":"BlackBerry","model":"Priv","battery_capacity_mAh":3410,"screen_size_inches":5.4,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":6,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":18,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":211.52,"price_usd":250.21}
{"index":{"_index":"mobile_phones"}}
{"id":199,"name":"Google Nexus 5X","brand":"LG","model":"Google Nexus 5X","battery_capacity_mAh":2700,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":6,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":12.3,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":274.88,"price_usd":325.16}
{"index":{"_index":"mobile_phones"}}
{"id":200,"name":"Apple iPhone 6s","brand":"Apple","model":"iPhone 6s","battery_capacity_mAh":1715,"screen_size_inches":4.7,"touchscreen":"Yes","resolution_x":750,"resolution_y":1334,"processor":2,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":12,"front_camera":5,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":243.25,"price_usd":287.74}
{"index":{"_index":"mobile_phones"}}
{"id":201,"name":"Lenovo Vibe P1","brand":"Lenovo","model":"Vibe P1","battery_capacity_mAh":4900,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":202,"name":"Lenovo Vibe S1","brand":"Lenovo","model":"Vibe S1","battery_capacity_mAh":2420,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":116.23,"price_usd":137.5}
{"index":{"_index":"mobile_phones"}}
{"id":203,"name":"Samsung Galaxy S6 Edge+","brand":"Samsung","model":"Galaxy S6 Edge+","battery_capacity_mAh":3000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":190.36,"price_usd":225.18}
{"index":{"_index":"mobile_phones"}}
{"id":204,"name":"Samsung Galaxy Note 5","brand":"Samsung","model":"Galaxy Note 5","battery_capacity_mAh":3000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":158.64,"price_usd":187.65}
{"index":{"_index":"mobile_phones"}}
{"id":205,"name":"Motorola Moto X Play","brand":"Motorola","model":"Moto X Play","battery_capacity_mAh":3630,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":21,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.51,"price_usd":99.96}
{"index":{"_index":"mobile_phones"}}
{"id":206,"name":"Motorola Moto G (Gen 3)","brand":"Motorola","model":"Moto G (Gen 3)","battery_capacity_mAh":2470,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":1000,"internal_storage_GB":8,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":116.33,"price_usd":137.61}
{"index":{"_index":"mobile_phones"}}
{"id":207,"name":"Honor 7","brand":"Honor","model":"7","battery_capacity_mAh":3100,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":20,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":208,"name":"Asus ZenFone Selfie","brand":"Asus","model":"ZenFone Selfie","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.64,"price_usd":187.65}
{"index":{"_index":"mobile_phones"}}
{"id":209,"name":"LG G4","brand":"LG","model":"G4","battery_capacity_mAh":3000,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":6,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":140.66,"price_usd":166.38}
{"index":{"_index":"mobile_phones"}}
{"id":210,"name":"Xiaomi Mi 4i","brand":"Xiaomi","model":"Mi 4i","battery_capacity_mAh":3120,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":137.48,"price_usd":162.63}
{"index":{"_index":"mobile_phones"}}
{"id":211,"name":"Lenovo K3 Note","brand":"Lenovo","model":"K3 Note","battery_capacity_mAh":2900,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":212,"name":"Motorola Moto Turbo","brand":"Motorola","model":"Moto Turbo","battery_capacity_mAh":3900,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":64,"rear_camera":21,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":338.43,"price_usd":400.34}
{"index":{"_index":"mobile_phones"}}
{"id":213,"name":"Gionee Elife S7","brand":"Gionee","model":"Elife S7","battery_capacity_mAh":2700,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":214,"name":"Lenovo Vibe Shot","brand":"Lenovo","model":"Vibe Shot","battery_capacity_mAh":2900,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":103.64,"price_usd":122.59}
{"index":{"_index":"mobile_phones"}}
{"id":215,"name":"Samsung Galaxy S6 Edge","brand":"Samsung","model":"Galaxy S6 Edge","battery_capacity_mAh":2600,"screen_size_inches":5.1,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":274.98,"price_usd":325.27}
{"index":{"_index":"mobile_phones"}}
{"id":216,"name":"Honor 6 Plus","brand":"Honor","model":"6 Plus","battery_capacity_mAh":3600,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":8,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":280.26,"price_usd":331.53}
{"index":{"_index":"mobile_phones"}}
{"id":217,"name":"HTC Desire 820s","brand":"HTC","model":"Desire 820s","battery_capacity_mAh":2600,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":269.7,"price_usd":319.03}
{"index":{"_index":"mobile_phones"}}
{"id":218,"name":"HTC One (M8 Eye)","brand":"HTC","model":"One (M8 Eye)","battery_capacity_mAh":2600,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":301.43,"price_usd":356.56}
{"index":{"_index":"mobile_phones"}}
{"id":219,"name":"Google Nexus 6","brand":"Motorola","model":"Google Nexus 6","battery_capacity_mAh":3220,"screen_size_inches":5.96,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":142.68,"price_usd":168.77}
{"index":{"_index":"mobile_phones"}}
{"id":220,"name":"HTC Desire Eye","brand":"HTC","model":"Desire Eye","battery_capacity_mAh":2400,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":116.23,"price_usd":137.5}
{"index":{"_index":"mobile_phones"}}
{"id":221,"name":"BlackBerry Passport","brand":"BlackBerry","model":"Passport","battery_capacity_mAh":3450,"screen_size_inches":4.5,"touchscreen":"Yes","resolution_x":1440,"resolution_y":1440,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":2,"operating_system":"BlackBerry","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":222,"name":"Apple iPhone 6 Plus","brand":"Apple","model":"iPhone 6 Plus","battery_capacity_mAh":2915,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":1,"ram_memory_mb":1000,"internal_storage_GB":16,"rear_camera":8,"front_camera":1.2,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":253.82,"price_usd":300.25}
{"index":{"_index":"mobile_phones"}}
{"id":223,"name":"Apple iPhone 6","brand":"Apple","model":"iPhone 6","battery_capacity_mAh":1810,"screen_size_inches":4.7,"touchscreen":"Yes","resolution_x":750,"resolution_y":1334,"processor":2,"ram_memory_mb":1000,"internal_storage_GB":16,"rear_camera":8,"front_camera":1.2,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":224,"name":"Motorola Moto X (Gen 2)","brand":"Motorola","model":"Moto X (Gen 2)","battery_capacity_mAh":2300,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":253.82,"price_usd":300.25}
{"index":{"_index":"mobile_phones"}}
{"id":225,"name":"Motorola Moto G (Gen 2)","brand":"Motorola","model":"Moto G (Gen 2)","battery_capacity_mAh":2070,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":1000,"internal_storage_GB":16,"rear_camera":8,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"No","price_gbp":142.78,"price_usd":168.9}
{"index":{"_index":"mobile_phones"}}
{"id":226,"name":"Sony Xperia Z3 Compact","brand":"Sony","model":"Xperia Z3 Compact","battery_capacity_mAh":2600,"screen_size_inches":4.6,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":20.7,"front_camera":2.2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":412.37,"price_usd":487.8}
{"index":{"_index":"mobile_phones"}}
{"id":227,"name":"Samsung Galaxy Note 4","brand":"Samsung","model":"Galaxy Note 4","battery_capacity_mAh":3220,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":3.7,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":295.08,"price_usd":349.06}
{"index":{"_index":"mobile_phones"}}
{"id":228,"name":"Samsung Galaxy Note Edge","brand":"Samsung","model":"Galaxy Note Edge","battery_capacity_mAh":3000,"screen_size_inches":5.6,"touchscreen":"Yes","resolution_x":1600,"resolution_y":2560,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":3.7,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":316.76,"price_usd":374.7}
{"index":{"_index":"mobile_phones"}}
{"id":229,"name":"Xiaomi Mi 4","brand":"Xiaomi","model":"Mi 4","battery_capacity_mAh":3080,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"No","price_gbp":84.47,"price_usd":99.92}
{"index":{"_index":"mobile_phones"}}
{"id":230,"name":"Lenovo Vibe Z2 Pro","brand":"Lenovo","model":"Vibe Z2 Pro","battery_capacity_mAh":4000,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1440,"resolution_y":2560,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":16,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":231,"name":"OnePlus One","brand":"OnePlus","model":"One","battery_capacity_mAh":3100,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Cyanogen","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":232.67,"price_usd":275.23}
{"index":{"_index":"mobile_phones"}}
{"id":232,"name":"Samsung Galaxy S5","brand":"Samsung","model":"Galaxy S5","battery_capacity_mAh":2800,"screen_size_inches":5.1,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":16,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":359.59,"price_usd":425.36}
{"index":{"_index":"mobile_phones"}}
{"id":233,"name":"Sony Xperia Z2","brand":"Sony","model":"Xperia Z2","battery_capacity_mAh":3200,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":20.7,"front_camera":2.2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":380.65,"price_usd":450.27}
{"index":{"_index":"mobile_phones"}}
{"id":234,"name":"Sony Xperia Z1 Compact","brand":"Sony","model":"Xperia Z1 Compact","battery_capacity_mAh":2300,"screen_size_inches":4.3,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":20.7,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":126.91,"price_usd":150.12}
{"index":{"_index":"mobile_phones"}}
{"id":235,"name":"Gionee Elife E7","brand":"Gionee","model":"Elife E7","battery_capacity_mAh":2500,"screen_size_inches":5.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":16,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":39.12,"price_usd":46.28}
{"index":{"_index":"mobile_phones"}}
{"id":236,"name":"Samsung Galaxy Grand 2","brand":"Samsung","model":"Galaxy Grand 2","battery_capacity_mAh":2600,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":1000,"internal_storage_GB":8,"rear_camera":8,"front_camera":1.9,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":237,"name":"Motorola Moto G","brand":"Motorola","model":"Moto G","battery_capacity_mAh":2070,"screen_size_inches":4.5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":1000,"internal_storage_GB":8,"rear_camera":5,"front_camera":1.3,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"No","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":238,"name":"Google Nexus 5","brand":"LG","model":"Google Nexus 5","battery_capacity_mAh":2300,"screen_size_inches":4.95,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":8,"front_camera":1.3,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":126.92,"price_usd":150.13}
{"index":{"_index":"mobile_phones"}}
{"id":239,"name":"Nokia Lumia 1520","brand":"Nokia","model":"Lumia 1520","battery_capacity_mAh":3400,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":20,"front_camera":1.2,"operating_system":"Windows","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":370.07,"price_usd":437.76}
{"index":{"_index":"mobile_phones"}}
{"id":240,"name":"Apple iPhone 5c","brand":"Apple","model":"iPhone 5c","battery_capacity_mAh":1507,"screen_size_inches":4,"touchscreen":"Yes","resolution_x":640,"resolution_y":1136,"processor":2,"ram_memory_mb":1000,"internal_storage_GB":8,"rear_camera":8,"front_camera":1.2,"operating_system":"iOS","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":89.89,"price_usd":106.33}
{"index":{"_index":"mobile_phones"}}
{"id":241,"name":"Xiaomi Mi 3","brand":"Xiaomi","model":"Mi 3","battery_capacity_mAh":3050,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"No","price_gbp":148.06,"price_usd":175.14}
{"index":{"_index":"mobile_phones"}}
{"id":242,"name":"Samsung Galaxy Note 3","brand":"Samsung","model":"Galaxy Note 3","battery_capacity_mAh":3200,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":535.7,"price_usd":633.68}
{"index":{"_index":"mobile_phones"}}
{"id":243,"name":"Sony Xperia Z1","brand":"Sony","model":"Xperia Z1","battery_capacity_mAh":3000,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":1,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":20.7,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":599.67,"price_usd":709.36}
{"index":{"_index":"mobile_phones"}}
{"id":244,"name":"LG G2","brand":"LG","model":"G2","battery_capacity_mAh":3000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":2.1,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":237.96,"price_usd":281.48}
{"index":{"_index":"mobile_phones"}}
{"id":245,"name":"Motorola Moto X","brand":"Motorola","model":"Moto X","battery_capacity_mAh":2200,"screen_size_inches":4.7,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":2,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":10,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":158.65,"price_usd":187.66}
{"index":{"_index":"mobile_phones"}}
{"id":246,"name":"Sony Xperia Z","brand":"Sony","model":"Xperia Z","battery_capacity_mAh":2330,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13.1,"front_camera":2.2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":343.63,"price_usd":406.48}
{"index":{"_index":"mobile_phones"}}
{"id":247,"name":"Samsung Galaxy S III","brand":"Samsung","model":"Galaxy S III","battery_capacity_mAh":2100,"screen_size_inches":4.8,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":1000,"internal_storage_GB":16,"rear_camera":8,"front_camera":1.9,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":63.45,"price_usd":75.05}
{"index":{"_index":"mobile_phones"}}
{"id":248,"name":"Samsung Galaxy S4","brand":"Samsung","model":"Galaxy S4","battery_capacity_mAh":2600,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1920,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":2,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"Yes","price_gbp":612.53,"price_usd":724.57}
{"index":{"_index":"mobile_phones"}}
{"id":249,"name":"Nokia Lumia 920","brand":"Nokia","model":"Lumia 920","battery_capacity_mAh":2000,"screen_size_inches":4.5,"touchscreen":"Yes","resolution_x":768,"resolution_y":1280,"processor":2,"ram_memory_mb":1000,"internal_storage_GB":32,"rear_camera":8.7,"front_camera":1.3,"operating_system":"Windows","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"Yes","4G":"No","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":250,"name":"Oppo F15","brand":"Oppo","model":"F15","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2400,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":197.67,"price_usd":233.83}
{"index":{"_index":"mobile_phones"}}
{"id":251,"name":"Vivo S1 Pro","brand":"Vivo","model":"S1 Pro","battery_capacity_mAh":4500,"screen_size_inches":6.38,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":48,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":196.71,"price_usd":232.69}
{"index":{"_index":"mobile_phones"}}
{"id":252,"name":"Motorola Moto G8 Plus","brand":"Motorola","model":"Moto G8 Plus","battery_capacity_mAh":4000,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":48,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":137.48,"price_usd":162.63}
{"index":{"_index":"mobile_phones"}}
{"id":253,"name":"Motorola One Macro","brand":"Motorola","model":"One Macro","battery_capacity_mAh":4000,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.18,"price_usd":112.59}
{"index":{"_index":"mobile_phones"}}
{"id":254,"name":"Vivo U10","brand":"Vivo","model":"U10","battery_capacity_mAh":5000,"screen_size_inches":6.35,"touchscreen":"Yes","resolution_x":720,"resolution_y":1544,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":95.08,"price_usd":112.47}
{"index":{"_index":"mobile_phones"}}
{"id":255,"name":"Redmi 8A","brand":"Xiaomi","model":"Redmi 8A","battery_capacity_mAh":5000,"screen_size_inches":6.22,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":68.74,"price_usd":81.31}
{"index":{"_index":"mobile_phones"}}
{"id":256,"name":"Oppo A9 2020","brand":"Oppo","model":"A9 2020","battery_capacity_mAh":5000,"screen_size_inches":6.5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1600,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":155.79,"price_usd":184.29}
{"index":{"_index":"mobile_phones"}}
{"id":257,"name":"Samsung Galaxy M10s","brand":"Samsung","model":"Galaxy M10s","battery_capacity_mAh":4000,"screen_size_inches":6.4,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":89.89,"price_usd":106.33}
{"index":{"_index":"mobile_phones"}}
{"id":258,"name":"Infinix Hot 8","brand":"Infinix","model":"Hot 8","battery_capacity_mAh":5000,"screen_size_inches":6.52,"touchscreen":"Yes","resolution_x":720,"resolution_y":1600,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"No","price_gbp":84.61,"price_usd":100.09}
{"index":{"_index":"mobile_phones"}}
{"id":259,"name":"Redmi Note 8","brand":"Xiaomi","model":"Redmi Note 8","battery_capacity_mAh":4000,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":48,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":97.25,"price_usd":115.04}
{"index":{"_index":"mobile_phones"}}
{"id":260,"name":"Redmi 8","brand":"Xiaomi","model":"Redmi 8","battery_capacity_mAh":5000,"screen_size_inches":6.22,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":12,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.6,"price_usd":100.08}
{"index":{"_index":"mobile_phones"}}
{"id":261,"name":"Realme 3i","brand":"Realme","model":"3i","battery_capacity_mAh":4230,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":74.02,"price_usd":87.56}
{"index":{"_index":"mobile_phones"}}
{"id":262,"name":"Infinix Hot 7","brand":"Infinix","model":"Hot 7","battery_capacity_mAh":4000,"screen_size_inches":6.19,"touchscreen":"Yes","resolution_x":720,"resolution_y":1500,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.66,"price_usd":124.98}
{"index":{"_index":"mobile_phones"}}
{"id":263,"name":"Honor 9X","brand":"Honor","model":"9X","battery_capacity_mAh":4000,"screen_size_inches":6.59,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":48,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":148.06,"price_usd":175.14}
{"index":{"_index":"mobile_phones"}}
{"id":264,"name":"Motorola One Action","brand":"Motorola","model":"One Action","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2520,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":12,"front_camera":12,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":105.75,"price_usd":125.1}
{"index":{"_index":"mobile_phones"}}
{"id":265,"name":"LG W30","brand":"LG","model":"W30","battery_capacity_mAh":4000,"screen_size_inches":6.26,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":89.89,"price_usd":106.33}
{"index":{"_index":"mobile_phones"}}
{"id":266,"name":"Infinix Hot 7 Pro","brand":"Infinix","model":"Hot 7 Pro","battery_capacity_mAh":4000,"screen_size_inches":6.19,"touchscreen":"Yes","resolution_x":720,"resolution_y":1500,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":116.33,"price_usd":137.61}
{"index":{"_index":"mobile_phones"}}
{"id":267,"name":"Redmi 7A","brand":"Xiaomi","model":"Redmi 7A","battery_capacity_mAh":4000,"screen_size_inches":5.45,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":58.16,"price_usd":68.8}
{"index":{"_index":"mobile_phones"}}
{"id":268,"name":"Infinix S4","brand":"Infinix","model":"S4","battery_capacity_mAh":4000,"screen_size_inches":6.21,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"No","price_gbp":84.6,"price_usd":100.08}
{"index":{"_index":"mobile_phones"}}
{"id":269,"name":"Vivo Y17","brand":"Vivo","model":"Y17","battery_capacity_mAh":5000,"screen_size_inches":6.35,"touchscreen":"Yes","resolution_x":720,"resolution_y":1544,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":13,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"No","price_gbp":121.52,"price_usd":143.75}
{"index":{"_index":"mobile_phones"}}
{"id":270,"name":"Infinix Smart 3 Plus","brand":"Infinix","model":"Smart 3 Plus","battery_capacity_mAh":3500,"screen_size_inches":6.21,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"No","4G":"No","price_gbp":74.02,"price_usd":87.56}
{"index":{"_index":"mobile_phones"}}
{"id":271,"name":"Oppo A1k","brand":"Oppo","model":"A1k","battery_capacity_mAh":4000,"screen_size_inches":6.1,"touchscreen":"Yes","resolution_x":720,"resolution_y":1560,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":8,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"No","4G":"No","price_gbp":70.54,"price_usd":83.45}
{"index":{"_index":"mobile_phones"}}
{"id":272,"name":"Oppo A5s","brand":"Oppo","model":"A5s","battery_capacity_mAh":4230,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":1520,"resolution_y":720,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":83.92,"price_usd":99.27}
{"index":{"_index":"mobile_phones"}}
{"id":273,"name":"Xiaomi Redmi Y3","brand":"Xiaomi","model":"Redmi Y3","battery_capacity_mAh":4000,"screen_size_inches":6.26,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.6,"price_usd":100.08}
{"index":{"_index":"mobile_phones"}}
{"id":274,"name":"Realme C2","brand":"Realme","model":"C2","battery_capacity_mAh":4000,"screen_size_inches":6.1,"touchscreen":"Yes","resolution_x":720,"resolution_y":1560,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":63.45,"price_usd":75.05}
{"index":{"_index":"mobile_phones"}}
{"id":275,"name":"Honor 20i","brand":"Honor","model":"20i","battery_capacity_mAh":3400,"screen_size_inches":6.21,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":24,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":116.33,"price_usd":137.61}
{"index":{"_index":"mobile_phones"}}
{"id":276,"name":"Vivo S1","brand":"Vivo","model":"S1","battery_capacity_mAh":4500,"screen_size_inches":6.38,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":16,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"No","4G":"No","price_gbp":158.42,"price_usd":187.4}
{"index":{"_index":"mobile_phones"}}
{"id":277,"name":"Realme 3","brand":"Realme","model":"3","battery_capacity_mAh":4230,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":89.79,"price_usd":106.22}
{"index":{"_index":"mobile_phones"}}
{"id":278,"name":"Vivo V15","brand":"Vivo","model":"V15","battery_capacity_mAh":4000,"screen_size_inches":6.53,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":12,"front_camera":32,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":158.54,"price_usd":187.54}
{"index":{"_index":"mobile_phones"}}
{"id":279,"name":"Redmi Go","brand":"Xiaomi","model":"Redmi Go","battery_capacity_mAh":3000,"screen_size_inches":5,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":4,"ram_memory_mb":1000,"internal_storage_GB":8,"rear_camera":8,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":47.58,"price_usd":56.29}
{"index":{"_index":"mobile_phones"}}
{"id":280,"name":"Meizu M16th","brand":"Meizu","model":"M16th","battery_capacity_mAh":3010,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":12,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":211.42,"price_usd":250.09}
{"index":{"_index":"mobile_phones"}}
{"id":281,"name":"Asus ZenFone Max M2","brand":"Asus","model":"ZenFone Max M2","battery_capacity_mAh":4000,"screen_size_inches":6.26,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":79.31,"price_usd":93.82}
{"index":{"_index":"mobile_phones"}}
{"id":282,"name":"Infinix Note 5 Stylus","brand":"Infinix","model":"Note 5 Stylus","battery_capacity_mAh":4000,"screen_size_inches":5.93,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"No","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":283,"name":"Infinix Hot S3X","brand":"Infinix","model":"Hot S3X","battery_capacity_mAh":4000,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1500,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":116.33,"price_usd":137.61}
{"index":{"_index":"mobile_phones"}}
{"id":284,"name":"Asus ZenFone Lite L1 (ZA551KL)","brand":"Asus","model":"ZenFone Lite L1 (ZA551KL)","battery_capacity_mAh":3000,"screen_size_inches":5.45,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":52.87,"price_usd":62.54}
{"index":{"_index":"mobile_phones"}}
{"id":285,"name":"Asus ZenFone Max M1 (ZB556KL)","brand":"Asus","model":"ZenFone Max M1 (ZB556KL)","battery_capacity_mAh":4000,"screen_size_inches":5.45,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":63.45,"price_usd":75.05}
{"index":{"_index":"mobile_phones"}}
{"id":286,"name":"Lenovo K9","brand":"Lenovo","model":"K9","battery_capacity_mAh":3000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":1,"3G":"No","4G":"No","price_gbp":62.39,"price_usd":73.8}
{"index":{"_index":"mobile_phones"}}
{"id":287,"name":"Nokia 3.1 Plus","brand":"Nokia","model":"3.1 Plus","battery_capacity_mAh":3500,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":72.45,"price_usd":85.7}
{"index":{"_index":"mobile_phones"}}
{"id":288,"name":"Honor 8C","brand":"Honor","model":"8C","battery_capacity_mAh":4000,"screen_size_inches":6.26,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.6,"price_usd":100.08}
{"index":{"_index":"mobile_phones"}}
{"id":289,"name":"Panasonic Eluga X1 Pro","brand":"Panasonic","model":"Eluga X1 Pro","battery_capacity_mAh":3000,"screen_size_inches":6.18,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2246,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":317.28,"price_usd":375.32}
{"index":{"_index":"mobile_phones"}}
{"id":290,"name":"Realme C1","brand":"Realme","model":"C1","battery_capacity_mAh":4230,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":1,"3G":"No","4G":"No","price_gbp":84.51,"price_usd":99.96}
{"index":{"_index":"mobile_phones"}}
{"id":291,"name":"BlackBerry KEY2 LE","brand":"BlackBerry","model":"KEY2 LE","battery_capacity_mAh":3000,"screen_size_inches":4.5,"touchscreen":"Yes","resolution_x":1080,"resolution_y":1620,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":243.15,"price_usd":287.63}
{"index":{"_index":"mobile_phones"}}
{"id":292,"name":"Realme 2","brand":"Realme","model":"2","battery_capacity_mAh":4230,"screen_size_inches":6.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1520,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":94.02,"price_usd":111.22}
{"index":{"_index":"mobile_phones"}}
{"id":293,"name":"Infinix Note 5","brand":"Infinix","model":"Note 5","battery_capacity_mAh":4500,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":61.87,"price_usd":73.19}
{"index":{"_index":"mobile_phones"}}
{"id":294,"name":"Oppo F9 Pro","brand":"Oppo","model":"F9 Pro","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":64,"rear_camera":16,"front_camera":25,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":190.27,"price_usd":225.07}
{"index":{"_index":"mobile_phones"}}
{"id":295,"name":"Oppo F9","brand":"Oppo","model":"F9","battery_capacity_mAh":3500,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":126.85,"price_usd":150.06}
{"index":{"_index":"mobile_phones"}}
{"id":296,"name":"Honor 9N","brand":"Honor","model":"9N","battery_capacity_mAh":3000,"screen_size_inches":5.84,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":79.31,"price_usd":93.82}
{"index":{"_index":"mobile_phones"}}
{"id":297,"name":"Huawei Nova 3i","brand":"Huawei","model":"Nova 3i","battery_capacity_mAh":3340,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":128,"rear_camera":16,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":232.67,"price_usd":275.23}
{"index":{"_index":"mobile_phones"}}
{"id":298,"name":"Huawei Nova 3","brand":"Huawei","model":"Nova 3","battery_capacity_mAh":3750,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2340,"processor":8,"ram_memory_mb":6000,"internal_storage_GB":128,"rear_camera":16,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":299,"name":"Xiaomi Redmi 6 Pro","brand":"Xiaomi","model":"Redmi 6 Pro","battery_capacity_mAh":4000,"screen_size_inches":5.84,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":87.68,"price_usd":103.72}
{"index":{"_index":"mobile_phones"}}
{"id":300,"name":"Xiaomi Redmi 6A","brand":"Xiaomi","model":"Redmi 6A","battery_capacity_mAh":3000,"screen_size_inches":5.45,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":4,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":60.27,"price_usd":71.3}
{"index":{"_index":"mobile_phones"}}
{"id":301,"name":"Xiaomi Redmi Y2","brand":"Xiaomi","model":"Redmi Y2","battery_capacity_mAh":3080,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.6,"price_usd":100.08}
{"index":{"_index":"mobile_phones"}}
{"id":302,"name":"Tecno Camon iClick","brand":"Tecno","model":"Camon iClick","battery_capacity_mAh":3750,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":20,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":78.48,"price_usd":92.83}
{"index":{"_index":"mobile_phones"}}
{"id":303,"name":"Redmi 6","brand":"Xiaomi","model":"Redmi 6","battery_capacity_mAh":3000,"screen_size_inches":5.45,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":75.94,"price_usd":89.83}
{"index":{"_index":"mobile_phones"}}
{"id":304,"name":"Samsung Galaxy J8","brand":"Samsung","model":"Galaxy J8","battery_capacity_mAh":3500,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":163.92,"price_usd":193.91}
{"index":{"_index":"mobile_phones"}}
{"id":305,"name":"Samsung Galaxy J6","brand":"Samsung","model":"Galaxy J6","battery_capacity_mAh":3000,"screen_size_inches":5.6,"touchscreen":"Yes","resolution_x":720,"resolution_y":1480,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":100.37,"price_usd":118.73}
{"index":{"_index":"mobile_phones"}}
{"id":306,"name":"Samsung Galaxy A6+","brand":"Samsung","model":"Galaxy A6+","battery_capacity_mAh":3500,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2220,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":1,"3G":"No","4G":"No","price_gbp":169.21,"price_usd":200.16}
{"index":{"_index":"mobile_phones"}}
{"id":307,"name":"Moto E5 Plus","brand":"Motorola","model":"Moto E5 Plus","battery_capacity_mAh":5000,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":99.41,"price_usd":117.59}
{"index":{"_index":"mobile_phones"}}
{"id":308,"name":"Nubia Red Magic","brand":"Nubia","model":"Red Magic","battery_capacity_mAh":3800,"screen_size_inches":6,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":8000,"internal_storage_GB":128,"rear_camera":24,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":262.93,"price_usd":311.02}
{"index":{"_index":"mobile_phones"}}
{"id":309,"name":"InFocus Vision 3 Pro","brand":"InFocus","model":"Vision 3 Pro","battery_capacity_mAh":4000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":84.51,"price_usd":99.96}
{"index":{"_index":"mobile_phones"}}
{"id":310,"name":"Itel S42","brand":"Itel","model":"S42","battery_capacity_mAh":3000,"screen_size_inches":5.65,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":4,"ram_memory_mb":3000,"internal_storage_GB":16,"rear_camera":13,"front_camera":13,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":89.69,"price_usd":106.09}
{"index":{"_index":"mobile_phones"}}
{"id":311,"name":"Huawei P20 Lite","brand":"Huawei","model":"P20 Lite","battery_capacity_mAh":3000,"screen_size_inches":5.84,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":135.38,"price_usd":160.14}
{"index":{"_index":"mobile_phones"}}
{"id":312,"name":"Vivo V9","brand":"Vivo","model":"V9","battery_capacity_mAh":3260,"screen_size_inches":6.3,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2280,"processor":8,"ram_memory_mb":4000,"internal_storage_GB":64,"rear_camera":16,"front_camera":24,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":145.32,"price_usd":171.9}
{"index":{"_index":"mobile_phones"}}
{"id":313,"name":"Moto G6 Play","brand":"Motorola","model":"Moto G6 Play","battery_capacity_mAh":4000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"No","4G":"Yes","price_gbp":85.13,"price_usd":100.7}
{"index":{"_index":"mobile_phones"}}
{"id":314,"name":"Honor 7C","brand":"Honor","model":"7C","battery_capacity_mAh":3000,"screen_size_inches":5.99,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":82.49,"price_usd":97.57}
{"index":{"_index":"mobile_phones"}}
{"id":315,"name":"Moto G6","brand":"Motorola","model":"Moto G6","battery_capacity_mAh":3000,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":1080,"resolution_y":2160,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":12,"front_camera":16,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"No","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":111.04,"price_usd":131.35}
{"index":{"_index":"mobile_phones"}}
{"id":316,"name":"Smartron t.phone P","brand":"Smartron","model":"t.phone P","battery_capacity_mAh":5000,"screen_size_inches":5.2,"touchscreen":"Yes","resolution_x":720,"resolution_y":1280,"processor":8,"ram_memory_mb":3000,"internal_storage_GB":32,"rear_camera":13,"front_camera":5,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":111.05,"price_usd":131.36}
{"index":{"_index":"mobile_phones"}}
{"id":317,"name":"Oppo A83","brand":"Oppo","model":"A83","battery_capacity_mAh":3180,"screen_size_inches":5.7,"touchscreen":"Yes","resolution_x":720,"resolution_y":1440,"processor":8,"ram_memory_mb":2000,"internal_storage_GB":16,"rear_camera":13,"front_camera":8,"operating_system":"Android","wifi":"Yes","bluetooth":"Yes","gps":"Yes","number_of_sims":2,"3G":"Yes","4G":"Yes","price_gbp":71.91,"price_usd":85.06}
{"index":{"_index":"mobile_phones"}}
{"id":318,"name":"Honor 9 Lite","brand":"Honor","model":"9 Lite","battery_capacity_mAh":3000,"screen_siz
gitextract_3za_vw0a/
├── .gitignore
├── LICENSE
├── README.md
├── appendices/
│ └── Appendix D:
├── code/
│ ├── java/
│ │ └── Encoding.java
│ └── python/
│ └── encode.py
├── datasets/
│ ├── books-kibana-dataset.txt
│ ├── books.txt
│ ├── bulk_mobile_phones_data.json
│ ├── coffee_sales.txt
│ ├── covid-26march2021.txt
│ ├── london_restaurants.txt
│ ├── mobile_phones_data_bulk.json
│ ├── movie_bulk_data.json
│ ├── movies2.json
│ ├── products.txt
│ ├── products2.txt
│ ├── products_mapping.txt
│ ├── restaurants.txt
│ ├── three-books-kibana.txt
│ ├── top-movies-kibana.txt
│ ├── tv_sales.txt
│ └── vector-search-sample.json
├── docker/
│ ├── 7.15.1_es_kibana.yml
│ ├── elasticsearch-docker-8-1-2.yml
│ ├── elasticsearch-docker-8-6-2.yml
│ ├── one_node_es.yml
│ └── one_node_kibana.yml
└── kibana_scripts/
├── appendix_ingest_pipelines.txt
├── ch02_getting_started.txt
├── ch04_mapping.txt
├── ch05_working_with_documents.txt
├── ch06_indexing_operations.txt
├── ch07_text_analysis.txt
├── ch08_search_basics.txt
├── ch09_term_level_queries.txt
├── ch10_full_text_queries.txt
├── ch11_compound_queries.txt
├── ch12_advanced_queries.txt
├── ch13_aggregations.txt
├── ch13_aggregations_index.txt
├── ch14_administration.txt
└── ch_15_performance_and_trouble_shooting.txt
SYMBOL INDEX (3 symbols across 1 files)
FILE: code/java/Encoding.java
class Encoding (line 8) | public class Encoding {
method encode (line 17) | private String encode(){
method main (line 22) | public static void main(String[] args) {
Condensed preview — 43 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,841K chars).
[
{
"path": ".gitignore",
"chars": 278,
"preview": "# Compiled class file\n*.class\n\n# Log file\n*.log\n\n# BlueJ files\n*.ctxt\n\n# Mobile Tools for Java (J2ME)\n.mtj.tmp/\n\n# Packa"
},
{
"path": "LICENSE",
"chars": 11357,
"preview": " Apache License\n Version 2.0, January 2004\n "
},
{
"path": "README.md",
"chars": 3661,
"preview": "# Give me a star if you love this repo!\n\n<img width=\"757\" alt=\"image\" src=\"https://github.com/madhusudhankonda/elasticse"
},
{
"path": "appendices/Appendix D:",
"chars": 22,
"preview": "Appenndix D goes here\n"
},
{
"path": "code/java/Encoding.java",
"chars": 654,
"preview": "package com.chocolateminds.encoding;\n\nimport java.util.Base64;\n\n/**\n * An utility class to encode a text as base64\n */\np"
},
{
"path": "code/python/encode.py",
"chars": 491,
"preview": "# A Pyton utility program to encode and decode strings to Base64\nimport base64\n\n# Encoding the message as bytes\nsecret_m"
},
{
"path": "datasets/books-kibana-dataset.txt",
"chars": 4930,
"preview": "POST _bulk\n{\"index\":{\"_index\":\"books\",\"_id\":\"1\"}}\n{\"title\": \"Core Java Volume I – Fundamentals\",\"author\": \"Cay S. Horstm"
},
{
"path": "datasets/books.txt",
"chars": 29810,
"preview": "POST _bulk\n{\"index\":{\"_index\":\"books\",\"_id\":\"1\"}}\n{\"title\": \"Core Java Volume I – Fundamentals\",\"author\": \"Cay S. Hors"
},
{
"path": "datasets/bulk_mobile_phones_data.json",
"chars": 629244,
"preview": "## BIG THANKS to Prathik for this dataset on Kaggle! https://pratikgarai.github.io\n\nPOST _bulk\n{\"index\":{\"_index\":\"mobil"
},
{
"path": "datasets/coffee_sales.txt",
"chars": 371,
"preview": "PUT coffee_sales/_bulk\n{\"index\":{\"_id\":\"1\"}}\n{\"date\":\"2022-09-01\",\"sales\":{\"cappuccino\":23,\"latte\":12,\"americano\":9,\"tea"
},
{
"path": "datasets/covid-26march2021.txt",
"chars": 1260,
"preview": "POST covid/_bulk\n{\"index\":{}}\n{\"country\":\"United States of America\",\"date\":\"2021-03-26\",\"cases\":30853032,\"deaths\":561142"
},
{
"path": "datasets/london_restaurants.txt",
"chars": 23022,
"preview": "# Create a mapping for restaurants\nPUT restaurants\n{\n \"mappings\": {\n \"properties\": {\n \"name\":{\n \"type\": "
},
{
"path": "datasets/mobile_phones_data_bulk.json",
"chars": 639739,
"preview": "PUT _bulk\n{\"index\":{\"_index\":\"mobile_phones\"}}\n{\"id\":1,\"name\":\"Realme X2 Pro\",\"brand\":\"Realme\",\"model\":\"X2 Pro\",\"battery"
},
{
"path": "datasets/movie_bulk_data.json",
"chars": 10679,
"preview": "POST _bulk\n{\"index\":{\"_index\":\"movies\",\"_id\":\"1\"}}\n{\"title\": \"The Shawshank Redemption\",\"synopsis\": \"Two imprisoned men "
},
{
"path": "datasets/movies2.json",
"chars": 10629,
"preview": "POST _bulk\n{\"index\":{\"_index\":\"movies\",\"_id\":\"1\"}}\n{\"title\": \"The Shawshank Redemption\",\"synopsis\": \"Two imprisoned men "
},
{
"path": "datasets/products.txt",
"chars": 50674,
"preview": "PUT _bulk\n{\"index\":{\"_index\":\"products\",\"_id\":\"1\"}}\n{\"product\": \"TV\", \"brand\": \"Samsung\", \"model\": \"UE75TU7020\", \"size\":"
},
{
"path": "datasets/products2.txt",
"chars": 1573,
"preview": "PUT _bulk\n{\"index\":{\"_index\":\"products2\",\"_id\":\"1\"}}\n{\"product\": \"TV\", \"brand\": \"Samsung\", \"model\": \"UE75TU7020\", \"size\""
},
{
"path": "datasets/products_mapping.txt",
"chars": 1711,
"preview": "PUT products\n{\n \"mappings\": {\n \"properties\": {\n \"brand\": {\n \"type\": \"text\",\n \"fields\": {\n "
},
{
"path": "datasets/restaurants.txt",
"chars": 419,
"preview": "# Create a mapping for restaurants\nPUT restaurants\n{\n \"mappings\": {\n \"properties\": {\n \"name\":{\n \"type\": "
},
{
"path": "datasets/three-books-kibana.txt",
"chars": 695,
"preview": "PUT books/_doc/1\n{\n \"title\":\"Effective Java\",\n \"author\":\"Joshua Bloch\",\n \"release_date\":\"2001-06-01\",\n \"amazon_ratin"
},
{
"path": "datasets/top-movies-kibana.txt",
"chars": 10679,
"preview": "POST _bulk\n{\"index\":{\"_index\":\"movies\",\"_id\":\"1\"}}\n{\"title\": \"The Shawshank Redemption\",\"synopsis\": \"Two imprisoned men "
},
{
"path": "datasets/tv_sales.txt",
"chars": 969,
"preview": "PUT tv_sales/_bulk\n{\"index\":{\"_id\":\"1\"}}\n{\"brand\": \"Samsung\",\"name\":\"UHD TV\",\"size_inches\":65,\"price_gbp\":1400,\"sales\":1"
},
{
"path": "datasets/vector-search-sample.json",
"chars": 432,
"preview": "[\n {\n \"title\": \"Core Java Volume I – Fundamentals\"\n },\n {\n \"title\": \"Effective Java\"\n },\n {\n \"title\": \"Jav"
},
{
"path": "docker/7.15.1_es_kibana.yml",
"chars": 1019,
"preview": "version: '3'\nservices:\n elasticsearch:\n image: docker.elastic.co/elasticsearch/elasticsearch:7.15.1\n container_na"
},
{
"path": "docker/elasticsearch-docker-8-1-2.yml",
"chars": 1088,
"preview": "version: '3'\nservices:\n elasticsearch:\n image: docker.elastic.co/elasticsearch/elasticsearch:8.1.2\n container_nam"
},
{
"path": "docker/elasticsearch-docker-8-6-2.yml",
"chars": 1088,
"preview": "version: '3'\nservices:\n elasticsearch:\n image: docker.elastic.co/elasticsearch/elasticsearch:8.6.2\n container_nam"
},
{
"path": "docker/one_node_es.yml",
"chars": 25,
"preview": "#One node elasticsearch\n\n"
},
{
"path": "docker/one_node_kibana.yml",
"chars": 1,
"preview": "\n"
},
{
"path": "kibana_scripts/appendix_ingest_pipelines.txt",
"chars": 2283,
"preview": "# Ingest Pipelines\n\n# Create a pipeline that stamps incoming data with an additional field \"confidential\"\nPUT _ingest/pi"
},
{
"path": "kibana_scripts/ch02_getting_started.txt",
"chars": 10698,
"preview": "## \n## A handy scripts file for hands-on exercises on Kibana\n## Copy the whole contents of this file to Kibana's DevTool"
},
{
"path": "kibana_scripts/ch04_mapping.txt",
"chars": 14631,
"preview": "## \n## A handy scripts file for hands-on exercises on Kibana\n## Copy the whole contents of this file to Kibana's DevTool"
},
{
"path": "kibana_scripts/ch05_working_with_documents.txt",
"chars": 7251,
"preview": "## \n## A handy scripts file for hands-on exercises on Kibana\n## Copy the whole contents of this file to Kibana's DevTool"
},
{
"path": "kibana_scripts/ch06_indexing_operations.txt",
"chars": 11067,
"preview": "## \n## A handy scripts file for hands-on exercises on Kibana\n## Copy the whole contents of this file to Kibana's DevTool"
},
{
"path": "kibana_scripts/ch07_text_analysis.txt",
"chars": 19642,
"preview": "## \n## A handy scripts file for hands-on exercises on Kibana\n## Copy the whole contents of this file to Kibana's DevTool"
},
{
"path": "kibana_scripts/ch08_search_basics.txt",
"chars": 19342,
"preview": "## Sample movie index\n\n# Create movies index\nPUT movies\n{\n \"mappings\": { \n \"properties\": { \n \"title\": {\n "
},
{
"path": "kibana_scripts/ch09_term_level_queries.txt",
"chars": 18584,
"preview": "DELETE movies\n# Creating movies index with explicit mapping\nPUT movies\n{\n \"mappings\": {\n \"properties\": {\n \"titl"
},
{
"path": "kibana_scripts/ch10_full_text_queries.txt",
"chars": 7151,
"preview": "# Full-text queries\n# BULK import books\n## Copy the datasets/books.txt file into Kibana's DevTools and execute the bulk "
},
{
"path": "kibana_scripts/ch11_compound_queries.txt",
"chars": 17516,
"preview": "## Compound Queries\n\n# Create products schema is here:\n# https://github.com/madhusudhankonda/elasticsearch-in-action/blo"
},
{
"path": "kibana_scripts/ch12_advanced_queries.txt",
"chars": 19477,
"preview": "# Advanced search: compound queries\n\n# Creating mapping for bus_stops with geo_point type\nPUT bus_stops\n{\n \"mappings\": "
},
{
"path": "kibana_scripts/ch13_aggregations.txt",
"chars": 10989,
"preview": "# Aggregations\n\n## Bulk indexing TV sales \n\nPUT tv_sales/_bulk\n{\"index\":{\"_id\":\"1\"}}\n{\"brand\": \"Samsung\",\"name\":\"UHD TV\""
},
{
"path": "kibana_scripts/ch13_aggregations_index.txt",
"chars": 1711,
"preview": "PUT mobile_phones\n{\n \"mappings\": {\n \"properties\": {\n \"3G\": {\n \"type\": \"boolean\"\n },\n \"4G\": {\n "
},
{
"path": "kibana_scripts/ch14_administration.txt",
"chars": 2128,
"preview": "# Chapter 14: Adminstration\n\nPUT chats\n{\n \"settings\": {\n \"number_of_shards\": 1, \n \"number_of_replicas\": 1\n }\n}\n\n"
},
{
"path": "kibana_scripts/ch_15_performance_and_trouble_shooting.txt",
"chars": 3788,
"preview": "# Performance and Troubleshooting\n\n# Indexing a doc \nPUT programming_books1/_doc/1\n{\n \"title\":\"Elasticsearch in Action\""
}
]
About this extraction
This page contains the full source code of the madhusudhankonda/elasticsearch-in-action GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 43 files (1.5 MB), approximately 493.9k tokens, and a symbol index with 3 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.