Skip to main content
POST
/
testimonial-to
/
wol
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/testimonial-to/wol \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "reviews_to_fetch": 123,
  "sync_date": "<string>"
}'
{
  "all_reviews": [],
  "extra_information": {},
  "message": "<string>"
}

Body

application/json

testimonial_to review scraping parameters

query
string
required

Provide proper Testimonial wall-of-love url

reviews_to_fetch
number

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

sync_date
string

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

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews from Testimonial

extra_information
object

Additional metadata about the reviews

message
string

Status message about the review extraction process