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": [
    {
      "query": "<string>",
      "review_id": "<string>",
      "author_name": "<string>",
      "author_profile_url": "<string>",
      "author_profile_image_url": "<string>",
      "author_profile_image_url_org": "<string>",
      "author_badge_src": "<string>",
      "review_text": "<string>",
      "is_verified": true,
      "review_date": "<string>",
      "review_rating": 123,
      "review_media": [
        {
          "review_media_type": "<string>",
          "review_media_url": "<string>",
          "review_media_url_org": "<string>",
          "thumbnail_url": "<string>"
        }
      ]
    }
  ],
  "extra_information": {
    "extra_information": {},
    "total_review_count": 123,
    "total_review_count_list": [
      123
    ]
  },
  "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