curl --request POST \
--url https://api.hobbo.ai/twitter/post \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_profile_url": "<string>",
"author_user_id": "<string>",
"is_verified_account": true,
"links_in_tweet": {},
"query": "<string>",
"review_date": "2023-11-07T05:31:56Z",
"review_image_urls": [
"<string>"
],
"review_statistics": {
"bookmarks": 123,
"comments": 123,
"likes": 123,
"reposts": 123,
"views": 123
},
"review_text": "<string>",
"review_time_stamp": "<string>",
"review_url": "<string>",
"review_video_urls": [
"<string>"
]
}
]
}This endpoint is used to fetch reviews from twitter for a specified business.
curl --request POST \
--url https://api.hobbo.ai/twitter/post \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_image_url_org": "<string>",
"author_profile_url": "<string>",
"author_user_id": "<string>",
"is_verified_account": true,
"links_in_tweet": {},
"query": "<string>",
"review_date": "2023-11-07T05:31:56Z",
"review_image_urls": [
"<string>"
],
"review_statistics": {
"bookmarks": 123,
"comments": 123,
"likes": 123,
"reposts": 123,
"views": 123
},
"review_text": "<string>",
"review_time_stamp": "<string>",
"review_url": "<string>",
"review_video_urls": [
"<string>"
]
}
]
}twitter review scraping parameters
Post fetched successfully
Array of fetched posts from Twitter
Show child attributes
Display name of the post author
URL of the author's HD profile image
URL of the author's profile image
URL of the author's Twitter profile
Twitter username/handle of the author
Whether the account is verified
Object containing links mentioned in the tweet with their display text as keys and actual URLs as values
Original query URL used to fetch the post
Date when the post was published
Array of image URLs from the post
Engagement statistics for the post
Show child attributes
Number of bookmarks
Number of comments
Number of likes
Number of reposts/retweets
Number of views
HTML content of the tweet
ISO timestamp of when the post was published
Direct URL to the tweet
Array of video URLs from the post