Body
application/json
famewall review scraping parameters
curl --request POST \
--url https://py-api.hobbo.ai/famewall-io/wol \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>"
}'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint is used to fetch reviews from famewall for a specified business.
curl --request POST \
--url https://py-api.hobbo.ai/famewall-io/wol \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"reviews_to_fetch": 123,
"sync_date": "<string>"
}'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}famewall review scraping parameters