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

Body

application/json

ProvenExpert review scraping parameters

query
string
required

Provide a valid ProvenExpert profile URL or profile identifier.

sort_type
enum<string> | null
default:feedback

Order in which reviews should be sorted.

Available options:
feedback,
new,
old,
best,
worse
filter_by
enum<integer> | null
default:0

Rating filter applied to the reviews (0 keeps all ratings).

Available options:
0,
5,
4,
3,
2,
1
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.

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction