Body
application/json
instagram review scraping parameters
Response
Post fetched successfully
Array of fetched posts from Instagram
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>"
}This endpoint is used to fetch reviews from instagram for a specified business.
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>"
}instagram review scraping parameters
Post fetched successfully
Array of fetched posts from Instagram
Show child attributes