Minimal API link: | https://scraping.services/api?user=_USER@ACCOUNT_&credentials=_CREDENTIALS_ |
API login: | _USER@ACCOUNT_ |
API key: | _CREDENTIALS_ |
You may use a number of generic API calls to query our servers for information about your account.
License information
https://scraping.services/api?user=_USER@ACCOUNT_&credentials=_CREDENTIALS_&job_type=info&task=license_info&type=json
The API will respond with the currently active license packed as a json format:
{ "exceptions": [],
"answer":
{
"license":
{
"id": 1,
"name": "1xsmall",
"monthly_cost": "14.00",
"monthly_credits": "100",
"time_left": "386:31:46",
"time_left_grace": "482:31:46"
}
}
}
The API responds with the currently selected license, the monthly cost in USD and the monthly Credit recharge.
time_left represents the hours:minutes:seconds until the license expires.
time_left_grace represents the time when an unpaid license will be finally shut down.
Wallet information
https://scraping.services/api?user=_USER@ACCOUNT_&credentials=_CREDENTIALS_&job_type=info&task=wallet_info&type=json
The API will respond with your current wallet status regarding your available USD and Credits.
{
"exceptions": [],
"answer":
{
"wallet"
{
"usd": 0.2,
"credit": 10.54
}
}
}
API URI
The API URI is made up from a few parameters: