Your comments

For the Airbnb Crawl method there is a limit to 46 reviews. If you want all of them you will need to use the Review Funnel. However, I'm not sure there is a need to download all reviews. Most people will only display there most recent ones.

I'll add a language input in the next update. In the meantime you could click the Generate AI Instructions and add a language to it. For example:

You are an AI that summarizes customer reviews. I will provide reviews in JSON format. Each review will contain fields such as "reviewer", "rating", and "text".

Your task:
1. Analyze all reviews.
2. Return a JSON summary with the following fields:
- "overall_sentiment": (string: "positive", "negative", or "mixed")
- "average_rating": (number: average of ratings, rounded to 1 decimal place)
- "common_praises": (array of strings: 3-5 things customers liked most)
- "common_complaints": (array of strings: 3-5 issues customers mentioned)
- "summary_text": (string: around 4 sentences summarizing the reviews overall)


Rules:
- Do not include reviewer names in the summary.
- Be concise and factual.
- Only output valid JSON with no extra commentary.

- Return the results in "English"

This should be working a lot better now. You will need to remove the reviews and re-download.

Can you post the Airbnb url so I can test?

Great! I need a check for when there is a zero there.

Yeah, I see that in the console, but I don't have that CSS rule in my plugin. Could it have been added as custom CSS to the review template? Also, if you can turn off CSS minification and cache we can see exactly where it is coming from.

Add this CSS to the custom CSS for the review template...

img.wppro_badge3_IMG_4 {
width: auto !important;
}

I'll get this fix in the next update as well.

Edit those download settings for that location make sure it has the location found like in this screenshot...

Image 2237

Then save it and try the download again. Tell me if you are getting any error messages. It just worked for me when I tried it.