API Marketplace
  1. Stats
  • How to use
    • Overview
  • Webparsers API Marketplace
    • Walmart
      • Get Walmart Product Details
      • Search Walmart Products
      • Get Walmart Product Sellers
      • Get Walmart Order
      • Get Walmart Order (Put cookie)
      • Walmat Delivery tracking
    • Amazon
      • Get product Amazon
      • Search Amazon
      • Get offers Amazon
    • Google
      • Google Trends
    • Ebay
      • Get product Ebay
      • Search Ebay
    • Kaufland
      • Get product Kaufland
      • Get product pricing Kaufland
      • Search Kaufland
      • Get offers Kaufland
    • Naver
      • Get Product-Benefits from Naver
      • Search Naver products
      • MSearch Naver products
      • Get Benefit from Naver
      • Get Product information from Naver
    • Shopee
      • Shopee Create Task
      • Shopee Get Task Status
      • Shopee Get Task Result
      • Get Shopee Product Details
    • TikTok
      • Get TikTok Product Details
      • Search TikTok products
      • Get TikTok Seller details
    • Footlocker
      • Get Product Footlocker
      • Search Footlocker
    • Champssports
      • Get Product Champssports
      • Search Champssports
    • Dickssportinggoods
      • Get Product Dickssportinggoods
      • Search Dickssportinggoods
    • Tabletki
      • Search Tabletki Products
      • Get Tabletki Product page
      • Get Tabletki Product prices
    • Stats
      • Get billed usage
        GET
      • Get balance
        GET
      • Get API usage statistics
        POST
    • Schemas
      • HTTPValidationError
  1. Stats

Get billed usage

GET
/api/billing/usage
Get usage

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-marketplace.webparsers.com/api/billing/usage?start_date=20_11_2025&end_date=21_11_2025' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "client_aws_id": "***",
    "usage_by_endpoint": {
        "/naver/product_info": {
            "total_requests": 282,
            "billable_requests": 235,
            "non_billable_requests": 47,
            "credits_deducted": 940.0,
            "status_breakdown": {
                "500": 47,
                "200": 235
            }
        },
        "/walmart/product": {
            "total_requests": 250,
            "billable_requests": 250,
            "non_billable_requests": 0,
            "credits_deducted": 1250.0,
            "status_breakdown": {
                "200": 250
            }
        },
        "/walmart/product_sellers": {
            "total_requests": 250,
            "billable_requests": 250,
            "non_billable_requests": 0,
            "credits_deducted": 1250.0,
            "status_breakdown": {
                "200": 250
            }
        },
        "/google/trends-internal": {
            "total_requests": 194,
            "billable_requests": 62,
            "non_billable_requests": 132,
            "credits_deducted": 62.0,
            "status_breakdown": {
                "200": 62,
                "502": 107,
                "429": 25
            }
        },
        "/naver/benefits": {
            "total_requests": 110,
            "billable_requests": 105,
            "non_billable_requests": 5,
            "credits_deducted": 420.0,
            "status_breakdown": {
                "504": 5,
                "200": 105
            }
        },
        "/naver/product_benefits": {
            "total_requests": 68,
            "billable_requests": 68,
            "non_billable_requests": 0,
            "credits_deducted": 272.0,
            "status_breakdown": {
                "200": 68
            }
        },
        "/walmart/search": {
            "total_requests": 25,
            "billable_requests": 25,
            "non_billable_requests": 0,
            "credits_deducted": 125.0,
            "status_breakdown": {
                "200": 25
            }
        }
    },
    "total_requests": 1179
}
Modified at 2025-11-25 16:53:53
Previous
Get Tabletki Product prices
Next
Get balance
Built with