ABCDEFGHIJ
1
Amazon Reviews scraper
2
Extract and analyze Amazon product reviews directly with Google Sheets.
3
4
5
Install ImportFromWeb
INSTALL
6
7
Copy this spreadsheet
and activate ImportFromWeb
MAKE A COPY
8
9
< Expand to learn more
17
18
Set up show example
19
20
ASINB094PS5RZQ
21
22
⌗ Number of reviews80up to 100
23
24
Sort byMost helpfulRecently, Amazon has imposed a restriction that prevents users from accessing more than the first 10 pages of product reviews. It means that the default sorting allows you to access only 100 reviews.
Although direct access is limited, there’s a clever workaround. Amazon lets users filter reviews by criteria like star ratings, helpfulness, or recency. Each filtered view can show up to 100 reviews, offering a way to gather a more extensive dataset.
25
&sortBy=
26
Filter byVerified purchase only4 stars only
27
&reviewerType=avp_only_reviews&filterByStar=four_star
28
< Expand to unveil the calculation section
85
86
💡 The function did not manage to fetch data. Please check the URLs you have defined
87
88
Check the IMPORTFROMWEB function
89
review_profile_namereview_ratingreview_titlereview_bodyreview_linkreview_context
90
#PAGE_REQUEST_FAILED
91
#PAGE_REQUEST_FAILED
92
#PAGE_REQUEST_FAILED
93
#PAGE_REQUEST_FAILED
94
#PAGE_REQUEST_FAILED
95
#PAGE_REQUEST_FAILED
96
#PAGE_REQUEST_FAILED
97
#PAGE_REQUEST_FAILED
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163