POST
/
amazon
/
reviews
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/amazon/reviews \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "is_text_formatted": true
}'
{
  "all_reviews": [
    {
      "query": "<string>",
      "author_name": "<string>",
      "review_rating": "<string>",
      "author_profile_image_url": "<string>",
      "author_country": "<string>",
      "author_profile_url": "<string>",
      "review_title": "<string>",
      "review_text": "<string>",
      "author_badge": "<string>",
      "review_date": "<string>",
      "review_details": "<string>",
      "product_details": "<string>",
      "helpful_count": 123,
      "review_image_urls": [
        "<string>"
      ],
      "review_video_urls": [
        "<string>"
      ],
      "review_media": [
        {
          "review_media_type": "<string>",
          "review_media_url": "<string>"
        }
      ],
      "video_thumbnail_url": "<string>",
      "review_link": "<string>",
      "is_verified_purchase": true
    }
  ]
}

Body

application/json

Amazon review scraping parameters

query
string
required

Provide proper Amazon Review Page URL

is_text_formatted
boolean
default:true

Controls text formatting in output

Response

Review fetched successfully

all_reviews
object[]

Array of fetched reviews