Skip to main content
POST
/
testimonial-to
/
wol
cURL
curl --request POST \
  --url https://api.hobbo.ai/testimonial-to/wol \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "reviews_to_fetch": 123,
  "sync_date": "<string>"
}
'
{
  "all_reviews": [
    {
      "author_name": "<string>",
      "author_position": "<string>",
      "author_profile_image_url": "<string>",
      "author_profile_url": "<string>",
      "query": "<string>",
      "review_date": "<string>",
      "review_image_urls": [
        "<string>"
      ],
      "review_link": "<string>",
      "review_rating": 123,
      "review_text": "<string>",
      "review_video_thumbnail_url": "<string>",
      "review_video_url": "<string>"
    }
  ],
  "extra_information": {
    "extra_information": {},
    "total_review_count": 123,
    "total_review_count_list": [
      123
    ]
  },
  "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