curl --request POST \
--url https://api.hobbo.ai/peopleperhour-offer/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_image_url": "<string>",
"author_image_url_org": "<string>",
"author_location": "<string>",
"author_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_reply": {
"replier_name": "<string>",
"reply_author_profile_url": "<string>",
"reply_text": "<string>"
},
"review_text": "<string>",
"review_unique_id": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from a People Per Hour Offer specified by its query name.
curl --request POST \
--url https://api.hobbo.ai/peopleperhour-offer/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_image_url": "<string>",
"author_image_url_org": "<string>",
"author_location": "<string>",
"author_name": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": "<string>",
"review_reply": {
"replier_name": "<string>",
"reply_author_profile_url": "<string>",
"reply_text": "<string>"
},
"review_text": "<string>",
"review_unique_id": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}PeoplePerHour Offer review scraping parameters
Provide proper offer page url or offer_id.
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
URL to the author's HD profile image
URL to the author's profile image, if available
Location of the review author
Name of the review author
Original query URL
Date when the review was posted
Rating given in the review
Content of the review
Unique identifier for the review
Status message about the review extraction