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>"
]
}
]
}This endpoint is used to fetch reviews from instagram for a specified business.
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>"
]
}
]
}instagram review scraping parameters
Post fetched successfully
Array of fetched posts from Instagram
Show child attributes
Username of the post author
URL of the author's HD profile image
URL of the author's profile
URL of the author's profile
Whether the account is verified
Number of comments on the post
Number of likes on the post
Original query URL used to fetch the post
Date when the post was published
Array of image URLs from the post
Text content of the post
Array of video URLs from the post