curl --request POST \
--url https://api.hobbo.ai/moveadvisor/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"sort_type": "default",
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"author_name": "<string>",
"review_date": "<string>",
"review_text": "<string>",
"review_rating": 123,
"review_title": "<string>",
"review_move_route": "<string>",
"service_cost": "<string>",
"move_size": "<string>",
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>",
"review_media_url_org": "<string>"
}
]
}
],
"extra_information": {
"extra_information": {},
"pagination_data": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from Moveadvisor profile pages.
curl --request POST \
--url https://api.hobbo.ai/moveadvisor/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"sort_type": "default",
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"author_name": "<string>",
"review_date": "<string>",
"review_text": "<string>",
"review_rating": 123,
"review_title": "<string>",
"review_move_route": "<string>",
"service_cost": "<string>",
"move_size": "<string>",
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>",
"review_media_url_org": "<string>"
}
]
}
],
"extra_information": {
"extra_information": {},
"pagination_data": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}Moveadvisor review scraping parameters
Provide the Moveadvisor profile or review page URL.
Number of reviews to fetch (default: all reviews, or within 30-second timeout).
Fetches reviews posted on a specific date using format: YYYY-MM-DD.
Returns the review text with visual formatting preserved.
Sort reviews by publish date or rating.
default, newest, oldest, best, worst Pagination metadata returned by previous Moveadvisor responses.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Name of the review author
Date when the review was posted
Content of the review
Rating given in the review
Title of the review
Move route or relocation details mentioned in the review
Service cost extracted from the review
Move size or scope mentioned in the review
Attached media assets for the review
Show child attributes
Additional metadata about the Moveadvisor resource
Pagination data returned from Moveadvisor
Total number of reviews fetched
List of review counts
Status message about the review extraction