Airbnb Review Scraper avatar

Airbnb Review Scraper

Try for free

10 minutes trial then $15.00/month - No credit card required now

View all Actors
Airbnb Review Scraper

Airbnb Review Scraper

dataharvester/airbnb-review-scraper
Try for free

10 minutes trial then $15.00/month - No credit card required now

Easily extract reviews from Airbnb listings.

Example Image

About This Actor

This Actor is a powerful, user-friendly tool designed to efficiently scrape reviews directly from the Airbnb API, ensuring you receive the most accurate and up-to-date customer reviews for any Airbnb Room ID. This scraper will save you time and provide reliable data effortlessly. Plus, you won't encounter API call limitations, allowing for unrestricted review collection.

Why Use Airbnb Review Scraper?

Airbnb Review Scraper is perfect for anyone looking to gain insights into properties, whether you’re a traveler seeking the best accommodations, a host aiming to improve your listing, or a real estate investor researching market trends. This tool makes it easy to access valuable guest feedback, enhancing your understanding of property strengths and weaknesses.

Basic Usage

Example #1: Basic Usage

1{
2  "roomids": [
3    "771084170229418989",
4    "857387972692815761",
5    "44577127"
6  ]
7}
ParameterTypeDescription
roomidsArrayAn array of Airbnb Room IDs. You can provide multiple Room IDs or just one.

Note: If you provide a single Room ID, it should still be formatted as an array (e.g., ["12345678"]).


Sample Output

Here is the sample output of this actor:

1[{
2  "roomid": "1131083523992770597",
3  "count": 7,
4  "Reviews": {
5    "__typename": "PdpReviews",
6    "reviews": [
7      {
8        "__typename": "PdpReviewForP3",
9        "collectionTag": null,
10        "comments": "Had an absolute amazing couple of hours at Riley’s headquarters! Although some unforeseen events happened, Joy made sure to make it up to us not once but twice! Created so many memories because of Joy and her team! Our memory orbs will be ones we hold near and dear to our hearts. Ps. The broccoli pizza was even better than we thought",
11        "id": "1201639499748794793",
12        "language": "en",
13        "createdAt": "2024-07-15T22:43:11Z",
14        "reviewee": {
15          "__typename": "ReviewUser",
16          "deleted": false,
17          "firstName": "Joy",
18          "hostName": "Joy",
19          "id": "571407812",
20          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
21          "profilePath": "/users/show/571407812",
22          "isSuperhost": false,
23          "userProfilePicture": {
24            "__typename": "Image",
25            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
26            "onPressAction": {
27              "__typename": "NavigateToUserProfile",
28              "url": "/users/show/571407812"
29            }
30          }
31        },
32        "reviewer": {
33          "__typename": "ReviewUser",
34          "deleted": false,
35          "firstName": "Dani",
36          "hostName": "Dani",
37          "id": "329999820",
38          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-329999820/original/e76041f0-54e1-420b-91ca-ae7cf833b400.jpeg",
39          "profilePath": "/users/show/329999820",
40          "isSuperhost": false,
41          "userProfilePicture": {
42            "__typename": "Image",
43            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-329999820/original/e76041f0-54e1-420b-91ca-ae7cf833b400.jpeg",
44            "onPressAction": {
45              "__typename": "NavigateToUserProfile",
46              "url": "/users/show/329999820"
47            }
48          }
49        },
50        "reviewHighlight": null,
51        "highlightType": "LENGTH_OF_STAY",
52        "localizedDate": "July 2024",
53        "localizedRespondedDate": null,
54        "localizedReviewerLocation": "5 years on Airbnb",
55        "localizedReview": null,
56        "rating": 5,
57        "ratingAccessibilityLabel": "Rating, 5 stars",
58        "recommendedNumberOfLines": null,
59        "response": null,
60        "roomTypeListingTitle": null,
61        "highlightedReviewSentence": [],
62        "highlightReviewMentioned": null,
63        "showMoreButton": {
64          "__typename": "BasicListItem",
65          "title": "Show more",
66          "loggingEventData": {
67            "__typename": "LoggingEventData",
68            "loggingId": "pdp.reviews.readMore",
69            "experiments": [],
70            "eventData": null,
71            "eventDataSchemaName": null,
72            "section": null,
73            "component": null
74          }
75        },
76        "subtitleItems": [],
77        "channel": null,
78        "reviewMediaItems": [],
79        "isHostHighlightedReview": null,
80        "reviewPhotoUrls": []
81      },
82      {
83        "__typename": "PdpReviewForP3",
84        "collectionTag": null,
85        "comments": "The Inside Out House was a remarkable experience. The amount of detail that went into the house was incredible. Any fan of the Inside Out movies will love this house. There were also some fun activities throughout the house. They provide pizza for dinner and keep a kitchen stocked with snacks and beverages, they were very accommodating of a guest with some dietary restrictions. The host was very responsive to questions and being able to assist us when we had trouble working the printer for one of the activities.<br/>Unfortunately, we were not able to stay overnight due to some technical difficulties, however Airbnb went above and beyond in compensating and accommodating us for this situation. They were very responsive to our concerns and requests during this process.<br/>The only negative I would say about this house is that the air conditioning was insufficient. This caused some rooms to be a little too warm to be comfortable in, but it did not impact my overall opinion of this experience.",
86        "id": "1200142446866711588",
87        "language": "en",
88        "createdAt": "2024-07-13T21:08:48Z",
89        "reviewee": {
90          "__typename": "ReviewUser",
91          "deleted": false,
92          "firstName": "Joy",
93          "hostName": "Joy",
94          "id": "571407812",
95          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
96          "profilePath": "/users/show/571407812",
97          "isSuperhost": false,
98          "userProfilePicture": {
99            "__typename": "Image",
100            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
101            "onPressAction": {
102              "__typename": "NavigateToUserProfile",
103              "url": "/users/show/571407812"
104            }
105          }
106        },
107        "reviewer": {
108          "__typename": "ReviewUser",
109          "deleted": false,
110          "firstName": "Brendan",
111          "hostName": "Brendan",
112          "id": "585139136",
113          "pictureUrl": "https://a0.muscache.com/im/Portrait/Avatars/messaging/b3e03835-ade9-4eb7-a0bb-2466ab9a534d.jpg?im_policy=medq_w_text&im_t=B&im_w=240&im_f=airbnb-cereal-medium.ttf&im_c=ffffff",
114          "profilePath": "/users/show/585139136",
115          "isSuperhost": false,
116          "userProfilePicture": {
117            "__typename": "Image",
118            "baseUrl": "https://a0.muscache.com/im/Portrait/Avatars/messaging/b3e03835-ade9-4eb7-a0bb-2466ab9a534d.jpg?im_policy=medq_w_text&im_t=B&im_w=240&im_f=airbnb-cereal-medium.ttf&im_c=ffffff",
119            "onPressAction": {
120              "__typename": "NavigateToUserProfile",
121              "url": "/users/show/585139136"
122            }
123          }
124        },
125        "reviewHighlight": null,
126        "highlightType": "LENGTH_OF_STAY",
127        "localizedDate": "July 2024",
128        "localizedRespondedDate": null,
129        "localizedReviewerLocation": "New Hyde Park, New York",
130        "localizedReview": null,
131        "rating": 5,
132        "ratingAccessibilityLabel": "Rating, 5 stars",
133        "recommendedNumberOfLines": null,
134        "response": null,
135        "roomTypeListingTitle": null,
136        "highlightedReviewSentence": [],
137        "highlightReviewMentioned": null,
138        "showMoreButton": {
139          "__typename": "BasicListItem",
140          "title": "Show more",
141          "loggingEventData": {
142            "__typename": "LoggingEventData",
143            "loggingId": "pdp.reviews.readMore",
144            "experiments": [],
145            "eventData": null,
146            "eventDataSchemaName": null,
147            "section": null,
148            "component": null
149          }
150        },
151        "subtitleItems": [],
152        "channel": null,
153        "reviewMediaItems": [],
154        "isHostHighlightedReview": null,
155        "reviewPhotoUrls": []
156      },
157      {
158        "__typename": "PdpReviewForP3",
159        "collectionTag": null,
160        "comments": "We had such an amazing time at Riley HQ! It was such an honor to be able to spend some time here. I wanted to give a shout out to Alex and Sherard for all their amazing help and coordination. This was a once in a lifetime experience we will never forget. Everything was so well decorated and made with very clear thought and intention. I am so grateful for the opportunity. Thank you so much again!",
161        "id": "1199451265245116924",
162        "language": "en",
163        "createdAt": "2024-07-12T22:15:33Z",
164        "reviewee": {
165          "__typename": "ReviewUser",
166          "deleted": false,
167          "firstName": "Joy",
168          "hostName": "Joy",
169          "id": "571407812",
170          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
171          "profilePath": "/users/show/571407812",
172          "isSuperhost": false,
173          "userProfilePicture": {
174            "__typename": "Image",
175            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
176            "onPressAction": {
177              "__typename": "NavigateToUserProfile",
178              "url": "/users/show/571407812"
179            }
180          }
181        },
182        "reviewer": {
183          "__typename": "ReviewUser",
184          "deleted": false,
185          "firstName": "Suzanna",
186          "hostName": "Suzanna",
187          "id": "447993826",
188          "pictureUrl": "https://a0.muscache.com/im/pictures/user/675ee047-32e6-43a5-bc23-fea048c7783f.jpg",
189          "profilePath": "/users/show/447993826",
190          "isSuperhost": false,
191          "userProfilePicture": {
192            "__typename": "Image",
193            "baseUrl": "https://a0.muscache.com/im/pictures/user/675ee047-32e6-43a5-bc23-fea048c7783f.jpg",
194            "onPressAction": {
195              "__typename": "NavigateToUserProfile",
196              "url": "/users/show/447993826"
197            }
198          }
199        },
200        "reviewHighlight": null,
201        "highlightType": "LENGTH_OF_STAY",
202        "localizedDate": "July 2024",
203        "localizedRespondedDate": null,
204        "localizedReviewerLocation": "San Diego, California",
205        "localizedReview": null,
206        "rating": 5,
207        "ratingAccessibilityLabel": "Rating, 5 stars",
208        "recommendedNumberOfLines": null,
209        "response": null,
210        "roomTypeListingTitle": null,
211        "highlightedReviewSentence": [],
212        "highlightReviewMentioned": null,
213        "showMoreButton": {
214          "__typename": "BasicListItem",
215          "title": "Show more",
216          "loggingEventData": {
217            "__typename": "LoggingEventData",
218            "loggingId": "pdp.reviews.readMore",
219            "experiments": [],
220            "eventData": null,
221            "eventDataSchemaName": null,
222            "section": null,
223            "component": null
224          }
225        },
226        "subtitleItems": [],
227        "channel": null,
228        "reviewMediaItems": [],
229        "isHostHighlightedReview": null,
230        "reviewPhotoUrls": []
231      },
232      {
233        "__typename": "PdpReviewForP3",
234        "collectionTag": null,
235        "comments": "Incredible stay at Riley’s HQ!  The host was wonderful-very responsive, welcoming, and knowledgeable of all things Riley.  As for the home itself-it felt like we were transported right into the movie!  From the picture perfect rooms to the pizza party and all the activities set up for us to partake in, there was no ennui for this family!  The house captured every single one of Riley’s emotions, but the only emotion we experienced during our entire stay was pure joy!  Well, maybe a little bit of envy just because we wish we could live in a house as cool as Riley’s HQ!  Okay, also maybe a little sadness when we had to leave.  And I guess we might be experiencing some nostalgia already, too.  Looks like we did experience more of Riley’s emotions than we realized after all!  Core memories were definitely made here and this was hands down a once in a lifetime experience we will never forget!  Thanks, Joy!",
236        "id": "1197312009870177196",
237        "language": "en",
238        "createdAt": "2024-07-09T23:25:14Z",
239        "reviewee": {
240          "__typename": "ReviewUser",
241          "deleted": false,
242          "firstName": "Joy",
243          "hostName": "Joy",
244          "id": "571407812",
245          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
246          "profilePath": "/users/show/571407812",
247          "isSuperhost": false,
248          "userProfilePicture": {
249            "__typename": "Image",
250            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
251            "onPressAction": {
252              "__typename": "NavigateToUserProfile",
253              "url": "/users/show/571407812"
254            }
255          }
256        },
257        "reviewer": {
258          "__typename": "ReviewUser",
259          "deleted": false,
260          "firstName": "Malorie",
261          "hostName": "Malorie",
262          "id": "585118546",
263          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-585118546/original/ef094992-6ed2-493c-8ba5-634a9426e891.jpeg",
264          "profilePath": "/users/show/585118546",
265          "isSuperhost": false,
266          "userProfilePicture": {
267            "__typename": "Image",
268            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-585118546/original/ef094992-6ed2-493c-8ba5-634a9426e891.jpeg",
269            "onPressAction": {
270              "__typename": "NavigateToUserProfile",
271              "url": "/users/show/585118546"
272            }
273          }
274        },
275        "reviewHighlight": null,
276        "highlightType": "LENGTH_OF_STAY",
277        "localizedDate": "July 2024",
278        "localizedRespondedDate": null,
279        "localizedReviewerLocation": "Leesburg, Georgia",
280        "localizedReview": null,
281        "rating": 5,
282        "ratingAccessibilityLabel": "Rating, 5 stars",
283        "recommendedNumberOfLines": null,
284        "response": null,
285        "roomTypeListingTitle": null,
286        "highlightedReviewSentence": [],
287        "highlightReviewMentioned": null,
288        "showMoreButton": {
289          "__typename": "BasicListItem",
290          "title": "Show more",
291          "loggingEventData": {
292            "__typename": "LoggingEventData",
293            "loggingId": "pdp.reviews.readMore",
294            "experiments": [],
295            "eventData": null,
296            "eventDataSchemaName": null,
297            "section": null,
298            "component": null
299          }
300        },
301        "subtitleItems": [],
302        "channel": null,
303        "reviewMediaItems": [],
304        "isHostHighlightedReview": null,
305        "reviewPhotoUrls": []
306      },
307      {
308        "__typename": "PdpReviewForP3",
309        "collectionTag": null,
310        "comments": "This experience was absolutely amazing and one of a kind. The structure is beautiful and the memory orbs on the wall shine so bright and colorfully at night. We had such a fun time completing all the activities planned for us, and it was difficult to leave. Huge thank you to the Airbnb team members who helped us during our stay: Alex for calling with updates, Matt for keeping up with chats, Sherrard our site manager for all his diligent assistance both on and off site, and John our driver for the safe journey. Truly an unforgettable experience, and huge props to Airbnb for the innovation with the Icons series. We really felt we found something special.",
311        "id": "1196545431806373240",
312        "language": "en",
313        "createdAt": "2024-07-08T22:02:10Z",
314        "reviewee": {
315          "__typename": "ReviewUser",
316          "deleted": false,
317          "firstName": "Joy",
318          "hostName": "Joy",
319          "id": "571407812",
320          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
321          "profilePath": "/users/show/571407812",
322          "isSuperhost": false,
323          "userProfilePicture": {
324            "__typename": "Image",
325            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
326            "onPressAction": {
327              "__typename": "NavigateToUserProfile",
328              "url": "/users/show/571407812"
329            }
330          }
331        },
332        "reviewer": {
333          "__typename": "ReviewUser",
334          "deleted": false,
335          "firstName": "Katherine",
336          "hostName": "Katherine",
337          "id": "431328472",
338          "pictureUrl": "https://a0.muscache.com/im/pictures/user/a82292d8-8b30-4439-82a5-7068cff60365.jpg",
339          "profilePath": "/users/show/431328472",
340          "isSuperhost": false,
341          "userProfilePicture": {
342            "__typename": "Image",
343            "baseUrl": "https://a0.muscache.com/im/pictures/user/a82292d8-8b30-4439-82a5-7068cff60365.jpg",
344            "onPressAction": {
345              "__typename": "NavigateToUserProfile",
346              "url": "/users/show/431328472"
347            }
348          }
349        },
350        "reviewHighlight": null,
351        "highlightType": "LENGTH_OF_STAY",
352        "localizedDate": "July 2024",
353        "localizedRespondedDate": null,
354        "localizedReviewerLocation": "Fremont, California",
355        "localizedReview": null,
356        "rating": 5,
357        "ratingAccessibilityLabel": "Rating, 5 stars",
358        "recommendedNumberOfLines": null,
359        "response": null,
360        "roomTypeListingTitle": null,
361        "highlightedReviewSentence": [],
362        "highlightReviewMentioned": null,
363        "showMoreButton": {
364          "__typename": "BasicListItem",
365          "title": "Show more",
366          "loggingEventData": {
367            "__typename": "LoggingEventData",
368            "loggingId": "pdp.reviews.readMore",
369            "experiments": [],
370            "eventData": null,
371            "eventDataSchemaName": null,
372            "section": null,
373            "component": null
374          }
375        },
376        "subtitleItems": [],
377        "channel": null,
378        "reviewMediaItems": [],
379        "isHostHighlightedReview": null,
380        "reviewPhotoUrls": []
381      },
382      {
383        "__typename": "PdpReviewForP3",
384        "collectionTag": null,
385        "comments": "It was like living in a dream! Absolutely beautiful. Thank you for this once in a lifetime experience!",
386        "id": "1195822061555869077",
387        "language": "en",
388        "createdAt": "2024-07-07T22:04:58Z",
389        "reviewee": {
390          "__typename": "ReviewUser",
391          "deleted": false,
392          "firstName": "Joy",
393          "hostName": "Joy",
394          "id": "571407812",
395          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
396          "profilePath": "/users/show/571407812",
397          "isSuperhost": false,
398          "userProfilePicture": {
399            "__typename": "Image",
400            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
401            "onPressAction": {
402              "__typename": "NavigateToUserProfile",
403              "url": "/users/show/571407812"
404            }
405          }
406        },
407        "reviewer": {
408          "__typename": "ReviewUser",
409          "deleted": false,
410          "firstName": "Kaitlyn",
411          "hostName": "Kaitlyn",
412          "id": "585061391",
413          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-585061391/original/dc4c4209-3300-48cb-9c24-5f63660da133.jpeg",
414          "profilePath": "/users/show/585061391",
415          "isSuperhost": false,
416          "userProfilePicture": {
417            "__typename": "Image",
418            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-585061391/original/dc4c4209-3300-48cb-9c24-5f63660da133.jpeg",
419            "onPressAction": {
420              "__typename": "NavigateToUserProfile",
421              "url": "/users/show/585061391"
422            }
423          }
424        },
425        "reviewHighlight": null,
426        "highlightType": "LENGTH_OF_STAY",
427        "localizedDate": "July 2024",
428        "localizedRespondedDate": null,
429        "localizedReviewerLocation": "Morgan City, Louisiana",
430        "localizedReview": null,
431        "rating": 5,
432        "ratingAccessibilityLabel": "Rating, 5 stars",
433        "recommendedNumberOfLines": null,
434        "response": null,
435        "roomTypeListingTitle": null,
436        "highlightedReviewSentence": [],
437        "highlightReviewMentioned": null,
438        "showMoreButton": {
439          "__typename": "BasicListItem",
440          "title": "Show more",
441          "loggingEventData": {
442            "__typename": "LoggingEventData",
443            "loggingId": "pdp.reviews.readMore",
444            "experiments": [],
445            "eventData": null,
446            "eventDataSchemaName": null,
447            "section": null,
448            "component": null
449          }
450        },
451        "subtitleItems": [],
452        "channel": null,
453        "reviewMediaItems": [],
454        "isHostHighlightedReview": null,
455        "reviewPhotoUrls": []
456      },
457      {
458        "__typename": "PdpReviewForP3",
459        "collectionTag": null,
460        "comments": "Thank you Airbnb for arranging this event and for inviting me. The Inside Out HQ is so cute, beautiful, and even dreamy. The staff and host are friendly and responsive. Even when some unexpected changes happened, Airbnb took the best effort to make up for it. The whole experience is full of details and pleasant surprises. I can tell how much efforts and considerations Airbnb put in it, and I deeply appreciated that I get to experience it. Inside Out is one my favorite movies, and now visiting its HQ hosted by Airbnb becomes a “core”, unforgettable memory of mine. It doesn’t even feel like a dream comes true; it’s like living in the dream.",
461        "id": "1195069627782809448",
462        "language": "en",
463        "createdAt": "2024-07-06T21:10:01Z",
464        "reviewee": {
465          "__typename": "ReviewUser",
466          "deleted": false,
467          "firstName": "Joy",
468          "hostName": "Joy",
469          "id": "571407812",
470          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
471          "profilePath": "/users/show/571407812",
472          "isSuperhost": false,
473          "userProfilePicture": {
474            "__typename": "Image",
475            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-571407812/original/d3298ae6-1ea8-494c-a001-d00e59ed0935.jpeg",
476            "onPressAction": {
477              "__typename": "NavigateToUserProfile",
478              "url": "/users/show/571407812"
479            }
480          }
481        },
482        "reviewer": {
483          "__typename": "ReviewUser",
484          "deleted": false,
485          "firstName": "Ranyi",
486          "hostName": "Ranyi",
487          "id": "108120622",
488          "pictureUrl": "https://a0.muscache.com/im/pictures/user/User-108120622/original/f3f8b1cd-eef9-4c1f-baf2-80dc9e192dbf.jpeg",
489          "profilePath": "/users/show/108120622",
490          "isSuperhost": false,
491          "userProfilePicture": {
492            "__typename": "Image",
493            "baseUrl": "https://a0.muscache.com/im/pictures/user/User-108120622/original/f3f8b1cd-eef9-4c1f-baf2-80dc9e192dbf.jpeg",
494            "onPressAction": {
495              "__typename": "NavigateToUserProfile",
496              "url": "/users/show/108120622"
497            }
498          }
499        },
500        "reviewHighlight": null,
501        "highlightType": "LENGTH_OF_STAY",
502        "localizedDate": "July 2024",
503        "localizedRespondedDate": null,
504        "localizedReviewerLocation": "Los Angeles, California",
505        "localizedReview": null,
506        "rating": 5,
507        "ratingAccessibilityLabel": "Rating, 5 stars",
508        "recommendedNumberOfLines": null,
509        "response": null,
510        "roomTypeListingTitle": null,
511        "highlightedReviewSentence": [],
512        "highlightReviewMentioned": null,
513        "showMoreButton": {
514          "__typename": "BasicListItem",
515          "title": "Show more",
516          "loggingEventData": {
517            "__typename": "LoggingEventData",
518            "loggingId": "pdp.reviews.readMore",
519            "experiments": [],
520            "eventData": null,
521            "eventDataSchemaName": null,
522            "section": null,
523            "component": null
524          }
525        },
526        "subtitleItems": [],
527        "channel": null,
528        "reviewMediaItems": [],
529        "isHostHighlightedReview": null,
530        "reviewPhotoUrls": []
531      }
532    ],
533    "metadata": {
534      "__typename": "PdpReviewsMetadata",
535      "reviewsCount": 7,
536      "modalSubtitle": null,
537      "isReviewsSearchResults": null,
538      "isReviewsHighlightTagResults": null,
539      "isAutoTranslateOn": true,
540      "endCursor": null,
541      "experiments": [],
542      "reviewTags": []
543    }
544  }
545}]

Support and Feedback

If you encounter any issues or have suggestions for improvements, feel free to reach out to us or create an issue on the Actor’s Issues tab in Apify Console.

Similar Actors

Zillow Phone Number Scraper Zillow Location Scraper
Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 1 star
  • 95.5% runs succeeded
  • 3.5 hours response time
  • Created in Oct 2024
  • Modified 7 days ago