Skip to main content
POST
/
instagram
/
post
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/instagram/post \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "is_embed ": true,
  "is_text_formatted": true
}'
{
  "all_reviews": [],
  "extra_information": {},
  "message": "<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