Get package information

This request provides information about your package.

GET https://proxy-seller.com/personal/api/v1/{YourApiKey}/scraper/package

Example:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/scraper/package

Path parameters:

Name
Value
Description

Authorization

<Your_API_Key>

Your personal API key

Response:

{
    "status": "success",
    "data": {
        "package_key": "ff03c2971fad5a68696a",
        "api_key": "67b6e4cc36aa7L5OHYRaNnNIWZUo",
        "expired_at": "20.03.2025 23:59:59",
        "credits_left": "500000",
        "status": "Active"
    },
    "errors": []
}

Last updated