Skip to main content
POST
cURL

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,
null
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 | null

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