curl --request POST \
--url https://py-api.hobbo.ai/features/domain-to-review \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "https://www.feedspace.io/"
}'
{
"reviews": [
{
"author_company": "<string>",
"author_name": "<string>",
"author_position": "<string>",
"author_profile_image_url": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": 123,
"review_text": "<string>",
"review_title": "<string>",
"review_url": "<string>",
"website_logo": "<string>"
}
]
}
Extract reviews from a domain website.
curl --request POST \
--url https://py-api.hobbo.ai/features/domain-to-review \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "https://www.feedspace.io/"
}'
{
"reviews": [
{
"author_company": "<string>",
"author_name": "<string>",
"author_position": "<string>",
"author_profile_image_url": "<string>",
"query": "<string>",
"review_date": "<string>",
"review_rating": 123,
"review_text": "<string>",
"review_title": "<string>",
"review_url": "<string>",
"website_logo": "<string>"
}
]
}
Domain review extraction parameters
The body is of type object
.
Reviews extracted successfully
The response is of type object
.