curl --request POST \
--url https://api.hobbo.ai/wordpress-plugin/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_badge": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_profile_url": "<string>",
"query": "<string>",
"review_rating": "<string>",
"review_replies": [
{
"author_badge": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"review_text": "<string>",
"review_timestamp": "<string>",
"revision_logs": [
"<string>"
]
}
],
"review_tags": {},
"review_text": "<string>",
"review_timestamp": "<string>",
"review_title": "<string>",
"review_unique_id": "<string>",
"revision_logs": [
"<string>"
],
"topic_indicator": "<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 WordPress plugin specified by its query name.
curl --request POST \
--url https://api.hobbo.ai/wordpress-plugin/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"is_text_formatted": true,
"sync_date": "<string>"
}
'{
"all_reviews": [
{
"author_badge": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_profile_url": "<string>",
"query": "<string>",
"review_rating": "<string>",
"review_replies": [
{
"author_badge": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"review_text": "<string>",
"review_timestamp": "<string>",
"revision_logs": [
"<string>"
]
}
],
"review_tags": {},
"review_text": "<string>",
"review_timestamp": "<string>",
"review_title": "<string>",
"review_unique_id": "<string>",
"revision_logs": [
"<string>"
],
"topic_indicator": "<string>"
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}WordPress Plugin review scraping parameters
Provide proper WordPress Plugin URL or plugin_slug.
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
Badge of the author if available
Username of the review author
URL to the author's HD profile image
URL to the author's profile image
URL to the author's profile
Original query URL
Rating given in the review (1-5)
Replies to the review
Show child attributes
Badge of the reply author if available
Username of the reply author
URL to the reply author's profile image
URL to the reply author's profile
Content of the reply
Date and time when the reply was posted
Logs of revisions made to the reply
Tags associated with the review
Content of the review
Date and time when the review was posted
Title of the review
Unique identifier for the review
Logs of revisions made to the review
Topic indicator if available
Status message about the review extraction