Body
application/json
Domain information extraction parameters
URL of the domain to extract information from
curl --request POST \
--url https://py-api.hobbo.ai/domain-to-everything-continues/reviews \
--header 'Content-Type: application/json' \
--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' \
--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
URL of the domain to extract information from