cURL
curl --request POST \ --url https://py-api.hobbo.ai/product-hunt/reviews \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "query": "<string>", "sort_type": "best", "filter_type": 123, "reviews_to_fetch": 123, "pagination_token": "<string>" }'
{ "all_reviews": [], "extra_information": {}, "message": "<string>" }
This endpoint is used to fetch reviews from a Product Hunt product specified by its query name.
Product Hunt review scraping parameters
The body is of type object.
object
Reviews fetched successfully
The response is of type object.