curl --request POST \
--url https://py-api.hobbo.ai/domain-to-everything-continues/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "https://www.linkedin.com/feed/"
}'
{
"extra_information": {
"favicon_icon_url": "<string>",
"logo_url": "<string>",
"title": "<string>",
"description": "<string>",
"theme_color": "<string>"
},
"api_available_platforms": {},
"domain_reviews": {
"favicon_url": "<string>",
"reviews": [
"<any>"
]
},
"status": "<string>"
}
Extract comprehensive information from a domain including metadata, available review platforms, and domain reviews with SSE response.
curl --request POST \
--url https://py-api.hobbo.ai/domain-to-everything-continues/reviews \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": "https://www.linkedin.com/feed/"
}'
{
"extra_information": {
"favicon_icon_url": "<string>",
"logo_url": "<string>",
"title": "<string>",
"description": "<string>",
"theme_color": "<string>"
},
"api_available_platforms": {},
"domain_reviews": {
"favicon_url": "<string>",
"reviews": [
"<any>"
]
},
"status": "<string>"
}
Domain information extraction parameters
The body is of type object
.
Information extracted successfully (Server-Sent Events)
The response is of type object
.