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 API usage statistics

POST
/api/stats/usage
Returns usage stats for your API key and endpoints.

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
Successful usage stats response
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-marketplace.webparsers.com/api/stats/usage' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "client_id": "your_id",
    "start_date": "20_10_2025",
    "end_date": "28_10_2025"
}'
Response Response Example
{
    "status": "ok",
    "result": {
        "client_id": "...",
        "total_requests": 1000,
        "by_resource": {
            "/naver/product_info": 600,
            "/naver/product_benefit": 400
        },
        "timeline": {
            "28_10_2025": 200,
            "27_10_2025": 200,
            "26_10_2025": 600
        }
    }
}
Modified at 2025-11-07 10:01:20
Previous
Get balance
Next
HTTPValidationError
Built with