curl --request POST \
--url https://api.hobbo.ai/linkdin/post \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"author_info": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"comment_count": "<string>",
"like_count": "<string>",
"link": "<string>",
"links_in_linkdin": {},
"query": "<string>",
"review_date": "2023-11-07T05:31:56Z",
"review_image_urls": [
"<string>"
],
"review_text": "<string>"
}
]
}This endpoint is used to fetch reviews from linkdin for a specified business.
curl --request POST \
--url https://api.hobbo.ai/linkdin/post \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"author_info": "<string>",
"author_name": "<string>",
"author_profile_image_url": "<string>",
"author_profile_url": "<string>",
"comment_count": "<string>",
"like_count": "<string>",
"link": "<string>",
"links_in_linkdin": {},
"query": "<string>",
"review_date": "2023-11-07T05:31:56Z",
"review_image_urls": [
"<string>"
],
"review_text": "<string>"
}
]
}linkdin review scraping parameters
Post fetched successfully
Array of fetched posts from LinkedIn
Show child attributes
Bio/description of the post author
Name of the post author
URL of the author's profile image
URL of the author's LinkedIn profile
Number of comments on the post
Number of likes on the post
External link shared in the post
Object containing links mentioned in the post 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
HTML content of the post