Skip to main content
POST
/
domain-to-everything-continues
/
reviews
cURL
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>"
}

Body

application/json

Domain information extraction parameters

query
string
required

URL of the domain to extract information from

Response

Information extracted successfully (Server-Sent Events)

extra_information
object
api_available_platforms
object

Available review platforms for the domain

domain_reviews
object
status
string

Final status of the operation