Skip to main content
POST
/
famewall-io
/
wol
cURL
curl --request POST \
  --url https://api.hobbo.ai/famewall-io/wol \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "reviews_to_fetch": 123,
  "sync_date": "<string>"
}
'
{
  "all_reviews": [
    {
      "author_name": "<string>",
      "author_position": "<string>",
      "author_profile_image_url": "<string>",
      "author_profile_image_url_org": "<string>",
      "author_profile_url": "<string>",
      "author_username": "<string>",
      "comments_count": 123,
      "is_verified": true,
      "likes_count": 123,
      "query": "<string>",
      "review_date": "<string>",
      "review_image_urls": [
        "<string>"
      ],
      "review_link": "<string>",
      "review_rating": "<string>",
      "review_text": "<string>",
      "review_video_thumbnail_url": "<string>",
      "review_video_url": "<string>",
      "work_title": "<string>"
    }
  ],
  "extra_information": {
    "extra_information": {
      "wol_background_colour": 123,
      "wol_button_color": "<string>",
      "wol_description": "<string>",
      "wol_image_url": "<string>",
      "wol_name": "<string>",
      "wol_rating_colour": "<string>"
    },
    "total_review_count": 123,
    "total_review_count_list": [
      123
    ]
  },
  "message": "<string>"
}

Body

application/json

famewall review scraping parameters

query
string
required

Provide proper Famewall wall-of-love url

reviews_to_fetch
number

Number of reviews to fetch (default: all reviews, or within 30-second timeout)

sync_date
string

Fetches reviews posted on a specific date using format: YYYY-MM-DD

Response

Reviews fetched successfully

all_reviews
object[]

Array of fetched reviews

extra_information
object
message
string

Status message about the review extraction