POST
/
facebook
/
post
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/facebook/post \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "is_text_formatted": true
}'
{
  "all_reviews": [
    {
      "query": "<string>",
      "review_text": "<string>",
      "media_count": 123,
      "review_media": [
        {
          "review_media_type": "<string>",
          "review_media_url": "<string>",
          "thumbnail_url": "<string>",
          "media_id": "<string>"
        }
      ],
      "post_info": {
        "post_id": "<string>",
        "sponsored_data": {}
      },
      "author_data": {},
      "author_id": "<string>",
      "author_profile_url": "<string>",
      "author_name": "<string>",
      "author_profile_image_url": "<string>",
      "post_stats": {
        "comments_count": 123,
        "reactions_count": 123,
        "top_reactions": {},
        "shares_count": 123,
        "video_view_count": 123,
        "play_count": 123
      },
      "review_date": "<string>",
      "review_tags": [
        "<string>"
      ],
      "attached_post_data": {
        "review_text": "<string>",
        "post_info": {},
        "post_stats": {}
      }
    }
  ]
}

Body

application/json

Facebook post fetch parameters

query
string
required

Provide proper Facebook Post URL

is_text_formatted
boolean
default:true

Controls text formatting in output

Response

Post fetched successfully

all_reviews
object[]

Array of fetched post data