There is no integration at the moment to automatically import Amazon reviews. However, if you are able to export them from your Amazon merchant account to a CSV file, then you can use the Import tool in Site Reviews.
Thanks team.
That’s good information.
Any suggestion or recommendation about a tool to export the reviews from the account? I read about a Chrome add-on that can do that but not sure about it legitimacy in terms of security as we need to provide full API access for the add-on to scrape the reviews.
Maybe a little endorsement helps here 🙂
Also, does the plugin support importing reviews with images? Thanks!
No, the import tool does not support images. If you are using the Review Images add-on, then you would need to edit the reviews after importing to add images to them.
Thanks. One last question. I tried an import with 36 reviews (split in 2 post ids) and only 5 manage to get imported. The rest are skipped. It’s strange because the data is exactly the same for all, including date format.
It always imports 5. Is there a limit?
I can provide the csv if that helps
Thanks
-
This reply was modified 3 years, 11 months ago by
thedrap.
What does the Console log on the Tools page say?
Chances are either the review content was empty for those reviews, or the date format was different in the CSV file for those reviews than what you selected.
Thanks for the response. In this case none of the cases are happening. All the review content is there and the dates are all the same
View post on imgur.com
If you tell me where I can send you the CSV
I can from that screenshot that the problem is the date format.
mm/dd/yyyy means using two digits for the month and day and four digits for the year. For example:
01/20/2022
NOT
1/20/2022
Oh! that’s a great catch. I didn’t imagine that the parser would look into that but great to know. I need to find excel to transform to 2 digits all the way.
Thanks so much!