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

Body

application/json

Reviews.io wall-of-love scraping parameters

query
string
required

Provide the Reviews.io Wall-of-Love page URL.

reviews_to_fetch
number | null

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

sort_type
enum<string> | null
default:most_recent

Order in which reviews should be sorted.

Available options:
most_recent,
highest_rated
filter_by

Filter applied to the reviews (by helpful votes or rating).

Available options:
helpful,
5,
4,
3,
2,
1,
is_text_formatted
boolean
default:true

Returns the review text with visual formatting preserved.

sync_date
string | null

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

pagination_data
object

Pagination metadata returned by previous Reviews.io responses.

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction