curl --request POST \
--url https://api.hobbo.ai/microlaunch/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint is used to fetch reviews from Microlaunch feedback pages.
curl --request POST \
--url https://api.hobbo.ai/microlaunch/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>",
"is_text_formatted": true,
"pagination_data": {}
}
'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}Microlaunch review scraping parameters
Provide the Microlaunch feedback API or launch 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.
Returns the review text with visual formatting preserved.
Pagination metadata returned by previous Microlaunch responses.
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Content of the review or roast
Profile image URL of the review author
Original/high-resolution profile image URL when available
Indicates whether the entry is a roast submission
Review classification label such as "roast" or "feedback"
Show child attributes
Additional metadata about the Microlaunch resource
Pagination data returned from Microlaunch
Total number of reviews fetched
List of review counts
Status message about the review extraction