Select APIs you need and customize your quota
Pricing Logic
Each call is billed by pagesize with usage-based quota deduction.
The base price of one call covers pagesize up to 10.
If pagesize > 10, quota increases proportionally: quota = ceil(pagesize / 10).
If an API call returns zero results, no quota will be deducted.
Purchasable API List
Your Cart
Estimated Total
$0.000
Billing Examples
pagesize = 10
Consumes 1 quota unit
pagesize = 25
Consumes 3 quota units (ceil(25/10)=3)
result count = 0
Consumes 0 quota unit