Account-API

Account API

Acuvirt.io delivers estimated monthly unit sales volumes for any ASIN or bestseller rank. Get automated sales estimations at scale across multiple Amazon domains.

You may see the number of queries made in the current month using the Acuvirt

API Account API. There are no fees associated with using the Account API.

The Account API also displays the platform's current state.

GET /bestsellers-api?key=88c873ad0fd886460c1b&url=https://www.amazon.in/dp/B08L5T3S7T?ref_=Oct_DLandingS_D_e31a4bf1_NA HTTP/1.1
                                            Host: Acuvirt.io
curl --location --request GET 'https://Acuvirt.io/bestsellers-api?key=88c873ad0fd886460c1b&url=https://www.amazon.in/dp/B08L5T3S7T?ref_=Oct_DLandingS_D_e31a4bf1_NA'
var axios = require('axios');

var config = {
method: 'get',
url: 'https://Acuvirt.io/bestsellers-api?key=88c873ad0fd886460c1b&url=https://www.amazon.in/dp/B08L5T3S7T?ref_=Oct_DLandingS_D_e31a4bf1_NA',
headers: { }
};

axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
import requests

url = "https://Acuvirt.io/bestsellers-api?key=88c873ad0fd886460c1b&url=https://www.amazon.in/dp/B08L5T3S7T?ref_=Oct_DLandingS_D_e31a4bf1_NA"

payload={}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

print(response.text)
<?

$curl = curl_init();

curl_setopt_array($curl, array(
CURLOPT_URL => 'https://Acuvirt.io/bestsellers-api?key=88c873ad0fd886460c1b&url=https://www.amazon.in/dp/B08L5T3S7T?ref_=Oct_DLandingS_D_e31a4bf1_NA',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

?>

Parameters

The Account API only accepts one argument, theapi_key, which is used to get account information.

Parameter : API Key   Required : reload   Description : The API key for your account.

Response

The Account API produces structured JSON containing information about your account and platform status. The usage_history field has comprehensive credit use data for the previous three months:

Get Initiated for Free

In less than 2 minutes, get your task done

Free 100-request trial • No credit card required • Cancel at any time

Get your free API key Try a live demo

Acuvirt.io is not linked with or authorized by Amazon in any manner, and it does not use any of Amazon's APIs. Acuvirt.io API delivers data gathered from public domain websites. All trademarks and copyright belong to their respective owners.

© 2021-2022 Acuvirt.io, All Rights Reserved.

  |  

Privacy Policy

|

Terms & Conditions

|

GDPR