You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While exploring ways to enhance the efficiency of retrieving Amazon product reviews, I stumbled upon a potential backup solution that involves parsing HTML responses. I believe this could serve as a valuable alternative in scenarios where the program encounters difficulties fetching reviews in the standard way.
<divclass="a-fixed-left-grid"><divclass="a-fixed-left-grid-inner" style="padding-left:300px"><divclass="a-fixed-left-grid-col a-col-left" style="width:300px;margin-left:-300px;float:left;"><divclass="a-icon-row a-spacing-small a-padding-none"><idata-hook="average-stars-rating-anywhere" class="a-icon a-icon-star a-star-5"><spanclass="a-icon-alt">5 su 5</span></i><spandata-hook="acr-average-stars-rating-text" class="a-size-medium a-color-base a-text-beside-button a-text-bold">5 su 5</span></div><divclass="a-row a-spacing-medium"><spandata-hook="total-review-count" class="a-size-base a-color-secondary totalRatingCount">5 valutazioni globali</span></div><tableid="histogramTable" class="a-normal a-align-center a-spacing-base"><trdata-reftag="" data-reviews-state-param="{"filterByStar":"five_star", "pageNumber":"1"}" aria-label="100% di recensioni hanno 5 stelle" class="a-histogram-row a-align-center"><tdclass="aok-nowrap"><spanclass="a-size-base"><aaria-disabled="true" class="a-link-normal 5star" title="100% di recensioni hanno 5 stelle" href="/product-reviews/B0C4PTCPXQ/ref=acr_dpx_hist_5?ie=UTF8&filterByStar=five_star&reviewerType=all_reviews#reviews-filter-bar">
5 stelle
</a></span><spanclass="a-letter-space"></span></td><tdclass="a-span10"><aaria-disabled="true" aria-hidden="true" class="a-link-normal" title="100% di recensioni hanno 5 stelle" href="/product-reviews/B0C4PTCPXQ/ref=acr_dpx_hist_5?ie=UTF8&filterByStar=five_star&reviewerType=all_reviews#reviews-filter-bar"><divclass="a-meter" role="progressbar" aria-valuenow="100%"><divclass="a-meter-bar" style="width: 100%;"></div></div></a></td><tdclass="a-text-right a-nowrap"><spanclass="a-letter-space"></span><spanclass="a-size-base"><aaria-disabled="true" aria-hidden="true" class="a-link-normal" title="100% di recensioni hanno 5 stelle" href="/product-reviews/B0C4PTCPXQ/ref=acr_dpx_hist_5?ie=UTF8&filterByStar=five_star&reviewerType=all_reviews#reviews-filter-bar">
100%
</a></span></td></tr>
Proposed Solution:
Considering the concise nature of the HTML file, parsing it should be a relatively quick and effective method for obtaining reviews. Implementing this as a backup solution can potentially improve the program's robustness.
Additional Notes:
It's worth noting that the HTML structure appears straightforward, making it suitable for parsing. This alternative method could prove particularly useful in situations where retrieving reviews from the standard html presents challenges.
I would appreciate your consideration of this suggestion and would be happy to provide further details or assistance as needed.
An other important note is that ASIN can't be concatenaited. You'll need to do a query for each ASIN.
Thank you.
The text was updated successfully, but these errors were encountered:
Issue Description:
While exploring ways to enhance the efficiency of retrieving Amazon product reviews, I stumbled upon a potential backup solution that involves parsing HTML responses. I believe this could serve as a valuable alternative in scenarios where the program encounters difficulties fetching reviews in the standard way.
URL:
https://www.amazon.it/gp/customer-reviews/widgets/average-customer-review/popover?contextId=dpx&asin=B0C4PTCPXQ
HTML Response Example:
Proposed Solution:
Considering the concise nature of the HTML file, parsing it should be a relatively quick and effective method for obtaining reviews. Implementing this as a backup solution can potentially improve the program's robustness.
Additional Notes:
It's worth noting that the HTML structure appears straightforward, making it suitable for parsing. This alternative method could prove particularly useful in situations where retrieving reviews from the standard html presents challenges.
I would appreciate your consideration of this suggestion and would be happy to provide further details or assistance as needed.
An other important note is that ASIN can't be concatenaited. You'll need to do a query for each ASIN.
Thank you.
The text was updated successfully, but these errors were encountered: