Amazon Data Product Scraper

FREEMIUM
By Harun Jibs | Updated a month ago | Commerce
Popularity

0.4 / 10

Latency

610ms

Service Level

0%

Health Check

N/A

Back to All Discussions

Getting Application Error from Heroku in Response

Rapid account: Yousafsabir 430516

Here is my code:
url = “https://amazon-data-product-scraper.p.rapidapi.com/products/B08N5LM1K3/reviews

querystring = {"api_key":"548851825ac43f460f8ec20f2c8ab823", "productId": "B08N5LM1K3"}

headers = {
	"X-RapidAPI-Key": "02efcebf0emsh6b28f5d6fab431ep187e45jsn98dbdd3e516e",
	"X-RapidAPI-Host": "amazon-data-product-scraper.p.rapidapi.com"
}

response = requests.request("GET", url, headers=headers, params=querystring)

print(response.text)

And here’s the response

<!DOCTYPE html>
<html>
<head>
<meta name=“viewport” content=“width=device-width, initial-scale=1”>
<meta charset=“utf-8”>
<title>Application Error</title>
<style media=“screen”>
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>

Rapid account: Keithyuca
keithyuca Commented 7 months ago

Same error for me as well.

Join in the discussion - add comment below:

Login / Signup to post new comments