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>" }
This endpoint is used to fetch reviews from testimonial for a specified business.
testimonial_to review scraping parameters
Provide proper Testimonial wall-of-love url
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
Fetches reviews posted on a specific date using format: YYYY-MM-DD
Reviews fetched successfully
Array of fetched reviews from Testimonial
Show child attributes
Additional metadata about the reviews
Status message about the review extraction process