get_reviews
Retrieve paginated buyer reviews for any AliExpress.ru item, with filters for star rating, photos, follow-ups, and sorting by helpfulness, newest, or lowest rating to reveal drawbacks.
Instructions
Buyer reviews with real pagination, sorting and filters.
Each review: date, stars, text (machine-translated into Russian when the
buyer wrote in another language — original_text then holds the original),
bought variant, photo count, helpful votes, buyer country, seller reply and
follow-up review. Also the item's rating with the star split (all variants
together) and, optionally, aspect tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page of `limit` reviews | |
| sort | No | 'lowest' surfaces complaints first — the fastest way to real drawbacks | helpful |
| limit | No | Reviews per page | |
| stars | No | Only reviews with exactly this many stars | |
| item_id | Yes | aliexpress.ru item id: the number in /item/<id>.html or /item/1_<id>.html | |
| source_id | No | 1 for items whose URL is /item/1_<id>.html (search results say so), else 0. A wrong value is corrected automatically. | |
| from_russia | No | Only reviews the site marks as from Russia | |
| with_photos | No | Only reviews with buyer photos | |
| with_follow_up | No | Only reviews the buyer later amended ('Дополненные') — long-term experience | |
| include_aspects | No | Also return AliExpress's aspect tags mined from reviews ('Яркий свет' — 90 mentions, 97% positive) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||