Skip to main content
POST
/
moveadvisor
/
reviews
cURL
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>"
}

Body

application/json

Moveadvisor review scraping parameters

query
string
required

Provide the Moveadvisor profile or review page URL.

reviews_to_fetch
number | null

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

sync_date
string | null

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

is_text_formatted
boolean
default:true

Returns the review text with visual formatting preserved.

sort_type
enum<string>
default:default

Sort reviews by publish date or rating.

Available options:
default,
newest,
oldest,
best,
worst
pagination_data
object

Pagination metadata returned by previous Moveadvisor responses.

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction