curl --request POST \
--url https://api.hobbo.ai/findlaw/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_name": "<string>",
"engagement_history": "<string>",
"helpful_count": 123,
"is_recommended": true,
"query": "<string>",
"review_date": "<string>",
"review_id": "<string>",
"review_rating": "<string>",
"review_reply": {
"replier_date": "<string>",
"replier_image_url": "<string>",
"replier_name": "<string>",
"reply_text": "<string>"
},
"review_text": "<string>",
"verified_client": true
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from findlaw for a specified business.
curl --request POST \
--url https://api.hobbo.ai/findlaw/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_name": "<string>",
"engagement_history": "<string>",
"helpful_count": 123,
"is_recommended": true,
"query": "<string>",
"review_date": "<string>",
"review_id": "<string>",
"review_rating": "<string>",
"review_reply": {
"replier_date": "<string>",
"replier_image_url": "<string>",
"replier_name": "<string>",
"reply_text": "<string>"
},
"review_text": "<string>",
"verified_client": true
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}findlaw review scraping parameters
Provide proper Findlaw review url.
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
returns the review text with visual formatting preserved
Fetches reviews posted on a specific date using format: YYYY-MM-DD
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Name of the review author
Engagement history of the author
Number of helpful votes for the review
Whether the review recommends the service
Original query URL
Date when the review was posted
Unique identifier for the review
Rating given in the review
Reply information for the review
Content of the review
Whether the reviewer is a verified client
Status message about the review extraction