curl --request POST \
--url https://api.hobbo.ai/creditkarma-loan/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true,
"reviews_to_fetch": 123,
"sync_date": "<string>",
"sort_type": "<string>",
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_text": "<string>",
"review_date": "<string>",
"review_timestamp": "<string>",
"review_title": "<string>",
"review_id": "<string>",
"review_rating": 123,
"author_name": "<string>",
"author_badge": [
"<string>"
],
"upvote_count": 123,
"downvote_count": 123,
"comments_count": 123
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}This endpoint is used to fetch reviews from CreditKarma Loan Review Page.
curl --request POST \
--url https://api.hobbo.ai/creditkarma-loan/reviews \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true,
"reviews_to_fetch": 123,
"sync_date": "<string>",
"sort_type": "<string>",
"pagination_data": {}
}
'{
"all_reviews": [
{
"query": "<string>",
"review_text": "<string>",
"review_date": "<string>",
"review_timestamp": "<string>",
"review_title": "<string>",
"review_id": "<string>",
"review_rating": 123,
"author_name": "<string>",
"author_badge": [
"<string>"
],
"upvote_count": 123,
"downvote_count": 123,
"comments_count": 123
}
],
"extra_information": {
"extra_information": {},
"total_review_count": 123,
"total_review_count_list": [
123
]
},
"message": "<string>"
}CreditKarma loan review scraping parameters
Provide proper CreditKarma Loan Review Page URL
Controls text formatting in output
Number of reviews to fetch (default: all reviews, or within 30-second timeout)
Fetches reviews posted on a specific date using format: YYYY-MM-DD
Sorting option
Pagination metadata
Reviews fetched successfully
Array of fetched reviews
Show child attributes
Original query URL
Content of the review
Date when the review was posted
Original review timestamp
Title of the review
Review Identifier
Rating given in the review
Name of the review author
Badge of the author
Number of upvotes
Number of downvotes
Number of comments on the review
Status message about the review extraction