Keepa\API\Response Object ( [request] => Keepa\API\Request Object ( [parameter] => Array ( [domain] => 1 [update] => 0 [history] => 1 [stats] => 2024-09-01,2026-08-31 [buybox] => 1 [csv_types] => 2,3,32 [code] => ) [postData] => [path] => product ) [timestamp] => 1788972350780 [tokensLeft] => 0 [refillIn] => 0 [refillRate] => 0 [requestTime] => [processingTimeInMs] => 0 [tokenFlowReduction] => 0 [tokensConsumed] => 0 [status] => PAYMENT_REQUIRED [products] => [categories] => [categoryParents] => [deals] => [sellers] => [bestSellersList] => [error] => Keepa\API\KeepaRequestError Object ( [type] => unauthorized [message] => Operation unauthorized. No active API plan found. [details] => ) [additional] => [trackings] => [asinList] => [sellerIdList] => [totalResults] => [lightningDeals] => [url] => )

Raw Output From Keepa

Have the URL end with ?asinOrProductCode=[asinGoesHere]
Example: [mainURL.com]/keepa-raw-output/?asinOrProductCode=039393778X
	Keepa\API\Request Object
(
    [parameter] => Array
        (
            [domain] => 1
            [update] => 0
            [history] => 1
            [stats] => 2024-09-01,2026-08-31
            [buybox] => 1
            [csv_types] => 2,3,32
            [code] => 
        )

    [postData] => 
    [path] => product
)

	Keepa\API\Response Object
(
    [request] => Keepa\API\Request Object
        (
            [parameter] => Array
                (
                    [domain] => 1
                    [update] => 0
                    [history] => 1
                    [stats] => 2024-09-01,2026-08-31
                    [buybox] => 1
                    [csv_types] => 2,3,32
                    [code] => 
                )

            [postData] => 
            [path] => product
        )

    [timestamp] => 1788972350780
    [tokensLeft] => 0
    [refillIn] => 0
    [refillRate] => 0
    [requestTime] => 
    [processingTimeInMs] => 0
    [tokenFlowReduction] => 0
    [tokensConsumed] => 0
    [status] => PAYMENT_REQUIRED
    [products] => 
    [categories] => 
    [categoryParents] => 
    [deals] => 
    [sellers] => 
    [bestSellersList] => 
    [error] => Keepa\API\KeepaRequestError Object
        (
            [type] => unauthorized
            [message] => Operation unauthorized. No active API plan found.
            [details] => 
        )

    [additional] => 
    [trackings] => 
    [asinList] => 
    [sellerIdList] => 
    [totalResults] => 
    [lightningDeals] => 
    [url] => 
)