Skip to main content
POST
/
checkatrade
/
reviews
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/checkatrade/reviews \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "reviews_to_fetch": 123,
  "filter_type": 123,
  "pagination_token": "<string>",
  "is_text_formatted": true,
  "sync_date": "<string>"
}'
{
  "all_reviews": [],
  "extra_information": {},
  "message": "<string>"
}

Body

application/json

checkatrade review scraping parameters

query
string
required

Provide proper Checktrade bussiness url or provide a bussiness id

reviews_to_fetch
number

Number of reviews to fetch (default: all reviews, or within 30-second timeout)

filter_type
integer

Filter type for reviews

pagination_token
string

The next_page received with the past request, which is required for the pagination

is_text_formatted
boolean

returns the review text with visual formatting preserved

sync_date
string

Fetches reviews posted on a specific date using format: YYYY-MM-DD

Response

Reviews fetched successfully

author_name
string

Name of the review author

categoryId
integer

ID of the category

category_rating
object

Category-wise ratings for different aspects

query
string

Original query URL

review_date
string

Date when the review was posted

review_id
string

Unique identifier for the review

review_rating
integer

Overall rating given in the review

review_reply
object

Reply information for the review

review_text
string

Content of the review

review_title
string

Title of the review