Skip to main content
POST
/
aliexpress
/
reviews
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/aliexpress/reviews \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "sort_type": "complex_default",
  "filter_type": 123,
  "reviews_to_fetch": 123,
  "pagination_token": "<string>",
  "is_text_formatted": true,
  "sync_date": "<string>"
}'
{
  "all_reviews": [],
  "extra_information": {},
  "message": "<string>"
}

Body

application/json

aliexpress review scraping parameters

query
string
required

Provide proper Aliexpress Review Url or provide product_id

sort_type
enum<string>
default:complex_default

Order in which reviews should be sorted

Available options:
complex_default,
valid_date
filter_type
integer

Filter type for reviews

reviews_to_fetch
number

Number of reviews to fetch (default: all reviews, or within 30-second timeout)

pagination_token
string

The next page index for fetching paginated reviews, from previous API response

is_text_formatted
boolean

returns the review text with visual formatting preserved

sync_date
string

Fetches reviews posted on a specific date using format: YYYY-MM-DD

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction