curl --request POST \
--url https://py-api.hobbo.ai/merchantcircle/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"reviews_to_fetch": 123,
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}'
{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}
This endpoint is used to fetch reviews from merchantcircle for a specified business.
curl --request POST \
--url https://py-api.hobbo.ai/merchantcircle/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "<string>",
"reviews_to_fetch": 123,
"pagination_token": "<string>",
"is_text_formatted": true,
"sync_date": "<string>"
}'
{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}
merchantcircle review scraping parameters
The body is of type object
.
Reviews fetched successfully
The response is of type object
.