Skip to main content
POST
/
instagram
/
post
cURL
curl --request POST \
  --url https://api.hobbo.ai/instagram/post \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "is_embed ": true,
  "is_text_formatted": true
}
'
{
  "all_reviews": [
    {
      "author_name": "<string>",
      "author_profile_image_url": "<string>",
      "author_profile_url": "<string>",
      "author_profile_image_url_org": "<string>",
      "embed": {
        "blockquote": "<string>",
        "script": "<string>"
      },
      "is_verified_account": true,
      "post_comments_count": 123,
      "post_likes_count": 123,
      "query": "<string>",
      "review_date": "2023-11-07T05:31:56Z",
      "review_image_urls": [
        "<string>"
      ],
      "review_text": "<string>",
      "review_video_urls": [
        "<string>"
      ]
    }
  ]
}

Body

application/json

instagram review scraping parameters

query
string
required

Instragram page URL

is_embed
boolean

Instragram Post are embeded

is_text_formatted
boolean

returns the review text with visual formatting preserved

Response

Post fetched successfully

all_reviews
object[]

Array of fetched posts from Instagram